summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis/locale
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-25 22:03:32 +0000
committerKarl Berry <karl@freefriends.org>2016-03-25 22:03:32 +0000
commit0cf37a0dcbc1de449eda38e14e357dd7b19dc5dd (patch)
tree9394f621e87c16283d233797f157bceac15c84a0 /Master/texmf-dist/tex/latex/fithesis/locale
parent358ce4b1b01044dab13881520b11ab7f4f40ebcd (diff)
fithesis (25mar16)
git-svn-id: svn://tug.org/texlive/trunk@40137 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/locale')
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/fithesis-czech.def14
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def8
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/fithesis-slovak.def14
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-czech.def5
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-english.def5
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-slovak.def5
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-czech.def5
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-english.def5
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-slovak.def5
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-czech.def5
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-english.def5
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-slovak.def5
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-czech.def40
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-english.def8
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-slovak.def45
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-czech.def3
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-english.def3
17 files changed, 108 insertions, 72 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-czech.def
index b9b57cfad96..e4b6ec6f43d 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-czech.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-czech.def
@@ -49,7 +49,7 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/fithesis-czech.def}[2016/01/13]
+\ProvidesFile{fithesis/locale/fithesis-czech.def}[2016/03/22]
\gdef\thesis@czech@gender@koncovka{%
\ifthesis@woman a\fi}
@@ -76,7 +76,9 @@
\gdef\thesis@czech@declarationTitle{Prohlášení}
\gdef\thesis@czech@idTitle{ID}
\gdef\thesis@czech@typeName{%
- \ifx\thesis@type\thesis@bachelors
+ \ifx\thesis@type\thesis@sempaper
+ Seminární práce%
+ \else\ifx\thesis@type\thesis@bachelors
Bakalářská práce%
\else\ifx\thesis@type\thesis@masters
Diplomová práce%
@@ -86,9 +88,11 @@
Rigorózní práce%
\else
<<Neznámý typ práce (\thesis@type)>>%
- \fi\fi\fi\fi}
+ \fi\fi\fi\fi\fi}
\gdef\thesis@czech@typeName@akuzativ{%
- \ifx\thesis@type\thesis@bachelors
+ \ifx\thesis@type\thesis@sempaper
+ Seminární práci%
+ \else\ifx\thesis@type\thesis@bachelors
Bakalářskou práci%
\else\ifx\thesis@type\thesis@masters
Diplomovou práci%
@@ -98,7 +102,7 @@
Rigorózní práci%
\else
<<Neznámý typ práce (\thesis@type)>>%
- \fi\fi\fi\fi}
+ \fi\fi\fi\fi\fi}
\endinput
%%
%% End of file `fithesis-czech.def'.
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 01a4ffa2d5a..9836e02a3c0 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def
@@ -49,7 +49,7 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/fithesis-english.def}[2016/01/13]
+\ProvidesFile{fithesis/locale/fithesis-english.def}[2016/03/22]
\gdef\thesis@english@universityName{University name}
\gdef\thesis@english@facultyName{Faculty name}
@@ -73,7 +73,9 @@
\gdef\thesis@english@declarationTitle{Declaration}
\gdef\thesis@english@idTitle{ID}
\gdef\thesis@english@typeName{%
- \ifx\thesis@type\thesis@bachelors
+ \ifx\thesis@type\thesis@sempaper
+ Seminar Paper%
+ \else\ifx\thesis@type\thesis@bachelors
Bachelor's Thesis%
\else\ifx\thesis@type\thesis@masters
Master's Thesis%
@@ -83,7 +85,7 @@
Rigorous Thesis%
\else
<<Unknown thesis type (\thesis@type)>>%
- \fi\fi\fi\fi}
+ \fi\fi\fi\fi\fi}
\endinput
%%
%% End of file `fithesis-english.def'.
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-slovak.def
index e2d870a38ff..c82a19dac99 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-slovak.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-slovak.def
@@ -49,7 +49,7 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/fithesis-slovak.def}[2016/01/13]
+\ProvidesFile{fithesis/locale/fithesis-slovak.def}[2016/03/22]
\gdef\thesis@slovak@gender@koncovka{%
\ifthesis@woman a\fi}
@@ -76,7 +76,9 @@
\gdef\thesis@slovak@declarationTitle{Prehlásenie}
\gdef\thesis@slovak@idTitle{ID}
\gdef\thesis@slovak@typeName{%
- \ifx\thesis@type\thesis@bachelors
+ \ifx\thesis@type\thesis@sempaper
+ Seminárna práca%
+ \else\ifx\thesis@type\thesis@bachelors
Bakalárska práca%
\else\ifx\thesis@type\thesis@masters
Diplomová práca%
@@ -86,9 +88,11 @@
Rigorózna práca%
\else
<<Neznámy typ práce (\thesis@type)>>%
- \fi\fi\fi\fi}
+ \fi\fi\fi\fi\fi}
\gdef\thesis@slovak@typeName@akuzativ{%
- \ifx\thesis@type\thesis@bachelors
+ \ifx\thesis@type\thesis@sempaper
+ Seminárnu prácu%
+ \else\ifx\thesis@type\thesis@bachelors
Bakalársku prácu%
\else\ifx\thesis@type\thesis@masters
Diplomovú prácu%
@@ -98,7 +102,7 @@
Rigoróznu prácu%
\else
<<Neznámy typ práce (\thesis@type)>>%
- \fi\fi\fi\fi}
+ \fi\fi\fi\fi\fi}
\endinput
%%
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-czech.def
index 5ef32a7ab48..35765e1c535 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-czech.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-czech.def
@@ -49,7 +49,7 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/fithesis-czech.def}[2015/11/17]
+\ProvidesFile{fithesis/locale/mu/fithesis-czech.def}[2016/03/22]
\gdef\thesis@czech@universityName{Masarykova univerzita}
\gdef\thesis@czech@declaration{Prohlašuji, že jsem
@@ -58,6 +58,9 @@
použil\thesis@czech@gender@koncovka\ jen prameny
uvedené~v seznamu literatury.}
+\gdef\thesis@czech@bib@title{Bibliografický záznam}
+\gdef\thesis@czech@bib@pages{str}
+
\gdef\thesis@czech@idTitle{UČO}
\endinput
%%
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-english.def
index bf184859739..3906a1eeca7 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-english.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-english.def
@@ -49,7 +49,7 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/fithesis-english.def}[2015/11/30]
+\ProvidesFile{fithesis/locale/mu/fithesis-english.def}[2016/03/22]
\gdef\thesis@english@universityName{Masaryk University}
\gdef\thesis@english@declaration{%
Hereby I declare that this paper is my original authorial work,
@@ -57,6 +57,9 @@
literature used or excerpted during elaboration of this work are
properly cited and listed in complete reference to the due source.}
+\gdef\thesis@english@bib@title{Bibliographic record}
+\gdef\thesis@english@bib@pages{p}
+
\gdef\thesis@english@idTitle{UČO}
\endinput
%%
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-slovak.def
index 967160a57b0..160806ba413 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-slovak.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-slovak.def
@@ -49,7 +49,7 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/fithesis-slovak.def}[2015/11/17]
+\ProvidesFile{fithesis/locale/mu/fithesis-slovak.def}[2016/03/22]
\gdef\thesis@slovak@universityName{Masarykova univerzita}
\gdef\thesis@slovak@declaration{%
@@ -58,6 +58,9 @@
\thesis@slovak@gender@koncovka\ samostatne len s~použitím
uvedenej literatúry a prameňov.}
+\gdef\thesis@slovak@bib@title{Bibliografický záznam}
+\gdef\thesis@slovak@bib@pages{str}
+
\gdef\thesis@slovak@idTitle{UČO}
\endinput
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-czech.def
index 7d03825ab72..15145790fd7 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-czech.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-czech.def
@@ -49,14 +49,11 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/med/fithesis-czech.def}[2015/06/26]
+\ProvidesFile{fithesis/locale/mu/med/fithesis-czech.def}[2016/03/23]
\gdef\thesis@czech@abstractTitle{Anotace}
\gdef\thesis@czech@facultyName{Lékařská fakulta}
-
-\gdef\thesis@czech@bib@title{Bibliografický záznam}
-\gdef\thesis@czech@bib@pages{str}
\endinput
%%
%% End of file `mu/med/fithesis-czech.def'.
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-english.def
index 1abe9b7b4cd..346c0d39e4d 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-english.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-english.def
@@ -49,14 +49,11 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/med/fithesis-english.def}[2015/06/26]
+\ProvidesFile{fithesis/locale/mu/med/fithesis-english.def}[2016/03/23]
\gdef\thesis@english@abstractTitle{Annotation}
\gdef\thesis@english@facultyName{Faculty of Medicine}
-
-\gdef\thesis@english@bib@title{Bibliographic record}
-\gdef\thesis@english@bib@pages{p}
\endinput
%%
%% End of file `mu/med/fithesis-english.def'.
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-slovak.def
index 4e295691b6e..eadc0d67d4a 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-slovak.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-slovak.def
@@ -50,14 +50,11 @@
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/med/fithesis-slovak.def}[2015/06/26]
+\ProvidesFile{fithesis/locale/mu/med/fithesis-slovak.def}[2016/03/23]
\gdef\thesis@slovak@abstractTitle{Anotácie}
\gdef\thesis@slovak@facultyName{Lekárska fakulta}
-
-\gdef\thesis@slovak@bib@title{Bibliografický záznam}
-\gdef\thesis@slovak@bib@pages{str}
\endinput
%%
%% End of file `mu/med/fithesis-slovak.def'.
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-czech.def
index e280b416c0d..77bd961e370 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-czech.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-czech.def
@@ -49,12 +49,9 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/ped/fithesis-czech.def}[2015/06/26]
+\ProvidesFile{fithesis/locale/mu/ped/fithesis-czech.def}[2016/03/22]
\gdef\thesis@czech@facultyName{Pedagogická fakulta}
-
-\gdef\thesis@czech@bib@title{Bibliografický záznam}
-\gdef\thesis@czech@bib@pages{str}
\endinput
%%
%% End of file `mu/ped/fithesis-czech.def'.
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-english.def
index 95c240bdb1d..4f49734e2a5 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-english.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-english.def
@@ -49,12 +49,9 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/ped/fithesis-english.def}[2015/06/26]
+\ProvidesFile{fithesis/locale/mu/ped/fithesis-english.def}[2016/03/22]
\gdef\thesis@english@facultyName{Faculty of Education}
-
-\gdef\thesis@english@bib@title{Bibliographic record}
-\gdef\thesis@english@bib@pages{p}
\endinput
%%
%% End of file `mu/ped/fithesis-english.def'.
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-slovak.def
index fb77f3bff10..2e5a23c8ba3 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-slovak.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-slovak.def
@@ -50,12 +50,9 @@
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/ped/fithesis-slovak.def}[2015/06/26]
+\ProvidesFile{fithesis/locale/mu/ped/fithesis-slovak.def}[2016/03/22]
\gdef\thesis@slovak@facultyName{Pedagogická fakulta}
-
-\gdef\thesis@slovak@bib@title{Bibliografický záznam}
-\gdef\thesis@slovak@bib@pages{str}
\endinput
%%
%% End of file `mu/ped/fithesis-slovak.def'.
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-czech.def
index d59cf6bd76d..84ef718d6fb 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-czech.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-czech.def
@@ -49,34 +49,50 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/phil/fithesis-czech.def}[2016/01/07]
+\ProvidesFile{fithesis/locale/mu/phil/fithesis-czech.def}[2016/03/22]
\gdef\thesis@czech@facultyName{Filozofická fakulta}
+\gdef\thesis@czech@departmentName{%
+ \ifx\thesis@department\thesis@departments@kisk
+ Kabinet informačních studií a knihovnictví%
+ \else
+ <<Neznámé oddělení (\thesis@department)>>%
+ \fi}
\gdef\thesis@czech@declaration{%
- Prohlašuji, že jsem \thesis@lower{czech@typeName@akuzativ}
- vypracoval\thesis@czech@gender@koncovka\ samostatně~s využitím
- uvedené literatury.}
+ \ifx\thesis@department\thesis@departments@kisk
+ Prohlašuji, že jsem předkládanou práci zpracoval%
+ \thesis@czech@gender@koncovka\ samostatně~a použil%
+ \thesis@czech@gender@koncovka\ jen uvedené prameny~a
+ literaturu. Současně dávám svolení k tomu, aby elektronická
+ verze této práce byla zpřístupněna přes informační systém
+ Masarykovy univerzity.%
+ \else
+ Prohlašuji, že jsem \thesis@lower{czech@typeName@akuzativ}
+ vypracoval\thesis@czech@gender@koncovka\ samostatně~s využitím
+ uvedené literatury.%
+ \fi}
+\global\let\thesis@czech@typeName@super
+ \thesis@czech@typeName
\gdef\thesis@czech@typeName{%
\ifx\thesis@type\thesis@bachelors
Bakalářská diplomová práce%
\else\ifx\thesis@type\thesis@masters
Magisterská diplomová práce%
- \else\ifx\thesis@type\thesis@doctoral
- Disertační práce%
\else
- <<Neznámý typ práce (\thesis@type)>>%
- \fi\fi\fi}
+ \thesis@czech@typeName@super
+ \fi\fi}
+
+\global\let\thesis@czech@typeName@akuzativ@super
+ \thesis@czech@typeName@akuzativ
\gdef\thesis@czech@typeName@akuzativ{%
\ifx\thesis@type\thesis@bachelors
Diplomovou práci%
\else\ifx\thesis@type\thesis@masters
Diplomovou práci%
- \else\ifx\thesis@type\thesis@doctoral
- Disertační práci%
\else
- <<Neznámý typ práce (\thesis@type)>>%
- \fi\fi\fi}
+ \thesis@czech@typeName@akuzativ@super
+ \fi\fi}
\endinput
%%
%% End of file `mu/phil/fithesis-czech.def'.
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-english.def
index be4341bf6c6..068559a66f8 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-english.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-english.def
@@ -49,8 +49,14 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/phil/fithesis-english.def}[2015/06/26]
+\ProvidesFile{fithesis/locale/mu/phil/fithesis-english.def}[2016/03/22]
\gdef\thesis@english@facultyName{Faculty of Arts}
+\gdef\thesis@english@departmentName{%
+ \ifx\thesis@department\thesis@departments@kisk
+ Division of Information and Library Studies%
+ \else
+ <<Unknown department (\thesis@department)>>%
+ \fi}
\endinput
%%
%% End of file `mu/phil/fithesis-english.def'.
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-slovak.def
index d146d42e774..7efb4d0e5ac 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-slovak.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-slovak.def
@@ -50,36 +50,51 @@
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/phil/fithesis-slovak.def}[2016/01/07]
+\ProvidesFile{fithesis/locale/mu/phil/fithesis-slovak.def}[2016/03/22]
\gdef\thesis@slovak@facultyName{Filozofická fakulta}
-\gdef\thesis@slovak@declaration{%
- Prehlasujem, že som predloženú \thesis@lower{%
- slovak@typeName@akuzativ} vypracoval%
- \thesis@slovak@gender@koncovka\ samostatne na
- základe vlastných zistení a len s~použitím
- uvedenej literatúry a prameňov.}
+\gdef\thesis@slovak@departmentName{%
+ \ifx\thesis@department\thesis@departments@kisk
+ Kabinet informačných štúdií a knihovníctva%
+ \else
+ <<Neznáme oddělenie (\thesis@department)>>%
+ \fi}
+\gdef\thesis@czech@declaration{%
+ \ifx\thesis@department\thesis@departments@kisk
+ Prehlasujem, že som predkladanú prácu spracoval%
+ \thesis@slovak@gender@koncovka\ samostatne~a použil%
+ \thesis@slovak@gender@koncovka\ len uvedené pramene~a
+ literatúru. Súčasne dávam súhlas k tomu, aby elektronická
+ verzia tejto práce bola sprístupnená cez informačný
+ systém Masarykovej univerzity.%
+ \else
+ Prehlasujem, že som predloženú \thesis@lower{%
+ slovak@typeName@akuzativ} vypracoval%
+ \thesis@slovak@gender@koncovka\ samostatne na základe vlastných
+ zistení a len s~použitím uvedenej literatúry a prameňov.%
+ \fi}
+\global\let\thesis@slovak@typeName@super
+ \thesis@slovak@typeName
\gdef\thesis@slovak@typeName{%
\ifx\thesis@type\thesis@bachelors
Bakalárska diplomová práca%
\else\ifx\thesis@type\thesis@masters
Magisterská diplomová práca%
- \else\ifx\thesis@type\thesis@doctoral
- Dizertačná práca%
\else
- <<Neznámy typ práce (\thesis@type)>>%
- \fi\fi\fi}
+ \thesis@slovak@typeName@super
+ \fi\fi}
+
+\global\let\thesis@slovak@typeName@akuzativ@super
+ \thesis@slovak@typeName@akuzativ
\gdef\thesis@slovak@typeName@akuzativ{%
\ifx\thesis@type\thesis@bachelors
Diplomovú prácu%
\else\ifx\thesis@type\thesis@masters
Diplomovú prácu%
- \else\ifx\thesis@type\thesis@doctoral
- Dizertačnú prácu%
\else
- <<Neznámý typ práce (\thesis@type)>>%
- \fi\fi\fi}
+ \thesis@slovak@typeName@akuzativ@super
+ \fi\fi}
\endinput
%%
%% End of file `mu/phil/fithesis-slovak.def'.
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-czech.def
index 70853efa40f..581b2bfb91b 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-czech.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-czech.def
@@ -49,7 +49,7 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/sci/fithesis-czech.def}[2016/01/12]
+\ProvidesFile{fithesis/locale/mu/sci/fithesis-czech.def}[2016/03/23]
\gdef\thesis@czech@facultyName{Přírodovědecká fakulta}
@@ -94,7 +94,6 @@
\fi\fi\fi\fi\fi\fi
\thesis@year}}
-\gdef\thesis@czech@bib@title{Bibliografický záznam}
\global\let\thesis@czech@bib@author\thesis@czech@authorTitle
\gdef\thesis@czech@bib@thesisTitle{Název práce}
\gdef\thesis@czech@bib@programme{Studijní program}
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-english.def
index 0d80ef99089..344b1ac7fec 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-english.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-english.def
@@ -49,13 +49,12 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/mu/sci/fithesis-english.def}[2015/06/26]
+\ProvidesFile{fithesis/locale/mu/sci/fithesis-english.def}[2016/03/23]
\gdef\thesis@english@facultyName{Faculty of Science}
\global\let\thesis@english@advisorTitleEn=\thesis@english@bib@advisor
-\gdef\thesis@english@bib@title{Bibliographic entry}
\global\let\thesis@english@bib@author\thesis@english@authorTitle
\gdef\thesis@english@bib@thesisTitle{Title of Thesis}
\gdef\thesis@english@bib@programme{Degree Programme}