summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def')
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def22
1 files changed, 15 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def
index c1e81e7a420..3496db41602 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def
@@ -6,7 +6,7 @@
%%
%% english.dtx (with options: `base')
%%
-%% Copyright 1998--2016 Daniel Marek (DM), Jan Pavlovič (JP),
+%% Copyright 1998--2017 Daniel Marek (DM), Jan Pavlovič (JP),
%% Vít Novotný (VN), Petr Sojka (PS)
%% http://www.fi.muni.cz/tech/unix/tex/fithesis.xhtml
%% Faculty of Informatics, Masaryk University (Brno, Czech Republic)
@@ -78,20 +78,28 @@
\gdef\thesis@english@thanksTitle{Acknowledgement}
\gdef\thesis@english@declarationTitle{Declaration}
\gdef\thesis@english@idTitle{ID}
+\gdef\thesis@english@typeName@sempaper{Seminar Paper}
+\gdef\thesis@english@typeName@bachelors{Bachelor's Thesis}
+\gdef\thesis@english@typeName@masters{Master's Thesis}
+\gdef\thesis@english@typeName@proposal{Thesis Proposal}
+\gdef\thesis@english@typeName@doctoral{Doctoral Thesis}
+\gdef\thesis@english@typeName@rigorous{Rigorous Thesis}
\gdef\thesis@english@typeName{%
\ifx\thesis@type\thesis@sempaper
- Seminar Paper%
+ \thesis@english@typeName@sempaper
\else\ifx\thesis@type\thesis@bachelors
- Bachelor's Thesis%
+ \thesis@english@typeName@bachelors
\else\ifx\thesis@type\thesis@masters
- Master's Thesis%
+ \thesis@english@typeName@masters
+ \else\ifx\thesis@type\thesis@proposal
+ \thesis@english@typeName@proposal
\else\ifx\thesis@type\thesis@doctoral
- Doctoral Thesis%
+ \thesis@english@typeName@doctoral
\else\ifx\thesis@type\thesis@rigorous
- Rigorous Thesis%
+ \thesis@english@typeName@rigorous
\else
<<Unknown thesis type (\thesis@type)>>%
- \fi\fi\fi\fi\fi}
+ \fi\fi\fi\fi\fi\fi}
\endinput
%%
%% End of file `fithesis-english.def'.