diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/locale')
12 files changed, 125 insertions, 51 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 05922c32bde..bd60528a431 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/05/25] +\ProvidesFile{fithesis/locale/fithesis-czech.def}[2017/05/15] \gdef\thesis@czech@gender@koncovka{% \ifthesis@woman a\fi} @@ -72,7 +72,40 @@ \gdef\thesis@czech@fall{podzim} \gdef\thesis@czech@semester{% \thesis@{czech@\thesis@season} \thesis@seasonYear} +\gdef\thesis@czech@formattedDate{{% + \thesis@day. + \newcount\@month\expandafter\@month\thesis@month\relax + \ifnum\@month=1% + ledna + \else\ifnum\@month=2% + února + \else\ifnum\@month=3% + března + \else\ifnum\@month=4% + dubna + \else\ifnum\@month=5% + května + \else\ifnum\@month=6% + června + \else\ifnum\@month=7% + července + \else\ifnum\@month=8% + srpna + \else\ifnum\@month=9% + září + \else\ifnum\@month=10% + října + \else\ifnum\@month=11% + listopadu + \else\ifnum\@month=12% + prosince + \else + <<neznámý měsíc (\the\@month)>> + \fi\fi\fi\fi\fi\fi + \fi\fi\fi\fi\fi\fi + \thesis@year}} +\gdef\thesis@czech@authorSignature{Podpis autora} \gdef\thesis@czech@fieldTitle{Obor} \gdef\thesis@czech@advisorTitle{Vedoucí práce} \gdef\thesis@czech@authorTitle{Autor} 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 3496db41602..7d4ec0c679c 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/05/25] +\ProvidesFile{fithesis/locale/fithesis-english.def}[2017/05/15] \gdef\thesis@english@universityName{University name} \gdef\thesis@english@facultyName{Faculty name} @@ -69,7 +69,40 @@ \gdef\thesis@english@fall{Fall} \gdef\thesis@english@semester{% \thesis@{english@\thesis@season} \thesis@seasonYear} +\gdef\thesis@english@formattedDate{{% + \thesis@day. + \newcount\@month\expandafter\@month\thesis@month\relax + \ifnum\@month=1% + January + \else\ifnum\@month=2% + February + \else\ifnum\@month=3% + March + \else\ifnum\@month=4% + April + \else\ifnum\@month=5% + May + \else\ifnum\@month=6% + June + \else\ifnum\@month=7% + July + \else\ifnum\@month=8% + August + \else\ifnum\@month=9% + September + \else\ifnum\@month=10% + October + \else\ifnum\@month=11% + November + \else\ifnum\@month=12% + December + \else + <<unknown month (\the\@month)>> + \fi\fi\fi\fi\fi\fi + \fi\fi\fi\fi\fi\fi + \thesis@year}} +\gdef\thesis@english@authorSignature{Author's signature} \gdef\thesis@english@fieldTitle{Field of study} \gdef\thesis@english@advisorTitle{Advisor} \gdef\thesis@english@authorTitle{Author} 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 7859f10a328..2a9b4e14e85 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/05/25] +\ProvidesFile{fithesis/locale/fithesis-slovak.def}[2017/05/15] \gdef\thesis@slovak@gender@koncovka{% \ifthesis@woman a\fi} @@ -72,7 +72,40 @@ \gdef\thesis@slovak@fall{jeseň} \gdef\thesis@slovak@semester{% \thesis@{slovak@\thesis@season} \thesis@seasonYear} +\gdef\thesis@slovak@formattedDate{{% + \thesis@day. + \newcount\@month\expandafter\@month\thesis@month\relax + \ifnum\@month=1% + januára + \else\ifnum\@month=2% + februára + \else\ifnum\@month=3% + marca + \else\ifnum\@month=4% + apríla + \else\ifnum\@month=5% + mája + \else\ifnum\@month=6% + júna + \else\ifnum\@month=7% + júla + \else\ifnum\@month=8% + augusta + \else\ifnum\@month=9% + septembra + \else\ifnum\@month=10% + októbra + \else\ifnum\@month=11% + novembra + \else\ifnum\@month=12% + decembra + \else + <<neznámy mesiac (\the\@month)>> + \fi\fi\fi\fi\fi\fi + \fi\fi\fi\fi\fi\fi + \thesis@year}} +\gdef\thesis@slovak@authorSignature{Podpis autora} \gdef\thesis@slovak@fieldTitle{Odbor} \gdef\thesis@slovak@advisorTitle{Vedúci práce} \gdef\thesis@slovak@authorTitle{Autor} diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fi/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fi/fithesis-czech.def index 985e72c5239..60bc64fcc96 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fi/fithesis-czech.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fi/fithesis-czech.def @@ -64,7 +64,7 @@ Prohlašuji, že tato \thesis@lower{czech@typeName} je mým původním autorským dílem, které jsem vypracoval% \thesis@czech@gender@koncovka\ samostatně. Všechny zdroje, - prameny a literaturu, které jsem při vypracování + prameny a~literaturu, které jsem při vypracování používal\thesis@czech@gender@koncovka\ nebo z~nich čerpal\thesis@czech@gender@koncovka, v~práci řádně cituji s~uvedením úplného odkazu na příslušný zdroj.} 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 b7bdc39e159..b28ec64b69a 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 @@ -54,9 +54,9 @@ \gdef\thesis@czech@universityName{Masarykova univerzita} \gdef\thesis@czech@declaration{Prohlašuji, že jsem \thesis@lower{czech@typeName@akuzativ} zpracoval% - \thesis@czech@gender@koncovka\ samostatně a + \thesis@czech@gender@koncovka\ samostatně a~% použil\thesis@czech@gender@koncovka\ jen prameny - uvedené~v seznamu literatury.} + uvedené v~seznamu literatury.} \gdef\thesis@czech@bib@title{Bibliografický záznam} \gdef\thesis@czech@bib@pages{str} diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fsps/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fsps/fithesis-czech.def index d455ce2fea5..a135818821e 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fsps/fithesis-czech.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fsps/fithesis-czech.def @@ -49,9 +49,13 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/fsps/fithesis-czech.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/fsps/fithesis-czech.def}[2017/05/15] \gdef\thesis@czech@facultyName{Fakulta sportovních studií} +\gdef\thesis@czech@declaration{Prohlašuji, že jsem + \thesis@lower{czech@typeName@akuzativ} vypracoval% + \thesis@czech@gender@koncovka\ samostatně a~na základě + literatury a~pramenů uvedených v~použitých zdrojích.} \gdef\thesis@czech@fieldTitle{Specializace} \endinput diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fsps/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fsps/fithesis-slovak.def index da9b159f89c..017b9710d41 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fsps/fithesis-slovak.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fsps/fithesis-slovak.def @@ -49,9 +49,14 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/fsps/fithesis-slovak.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/fsps/fithesis-slovak.def}[2017/05/15] \gdef\thesis@slovak@facultyName{Fakulta športových štúdií} +\gdef\thesis@slovak@declaration{% + Vyhlasujem, že som \thesis@lower{% + slovak@typeName@akuzativ} vypracoval% + \thesis@slovak@gender@koncovka\ samostatne a~na základe + literatúry a~prameňov uvedených v~použitých zdrojoch.} \gdef\thesis@slovak@fieldTitle{Špecializácie} diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fss/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fss/fithesis-czech.def index 0eb5c84f716..f46ac912e86 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fss/fithesis-czech.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fss/fithesis-czech.def @@ -58,8 +58,8 @@ zadání práce, prohlášení autora školního díla nebo obojí. \else Místo tohoto listu vložte kopie oficiálního podepsaného zadání - práce nebo prohlášení autora školního díla nebo obojí~v - závislosti na požadavcích příslušné katedry. + práce nebo prohlášení autora školního díla nebo obojí + v~závislosti na požadavcích příslušné katedry. \fi} \endinput diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fss/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fss/fithesis-slovak.def index e72374c002a..99e495d5535 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fss/fithesis-slovak.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fss/fithesis-slovak.def @@ -60,7 +60,7 @@ \else Namiesto tejto stránky vložte kópiu oficiálneho podpísaného zadania práce alebo vyhlásenie autora školského diela alebo - obidve~v závislosti na požiadavkách príslušnej katedry. + obidve v~závislosti na požiadavkách príslušnej katedry. \fi} \endinput 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 94449a1c8d9..c5510db95b4 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 @@ -61,14 +61,14 @@ \gdef\thesis@czech@declaration{% \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á + \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 + vypracoval\thesis@czech@gender@koncovka\ samostatně s~využitím uvedené literatury.% \fi} 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 815c35d38b6..3786705fbcd 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 @@ -64,7 +64,7 @@ Vyhlasujem, ž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á + 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 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 ff07c952ce5..12937854ce7 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/03/23] +\ProvidesFile{fithesis/locale/mu/sci/fithesis-czech.def}[2017/05/15] \gdef\thesis@czech@facultyName{Přírodovědecká fakulta} @@ -59,40 +59,6 @@ akuzativ} vypracoval\thesis@czech@gender@koncovka\ samo% statně s~využitím informačních zdrojů, které jsou v~práci citovány.} -\gdef\thesis@czech@authorSignature{Podpis autora} - -\gdef\thesis@czech@formattedDate{{% - \thesis@day. - \newcount\@month\expandafter\@month\thesis@month\relax - \ifnum\@month=1% - ledna - \else\ifnum\@month=2% - února - \else\ifnum\@month=3% - března - \else\ifnum\@month=4% - dubna - \else\ifnum\@month=5% - května - \else\ifnum\@month=6% - června - \else\ifnum\@month=7% - července - \else\ifnum\@month=8% - srpna - \else\ifnum\@month=9% - září - \else\ifnum\@month=10% - října - \else\ifnum\@month=11% - listopadu - \else\ifnum\@month=12% - prosince - \else - <<neznámý měsíc (\the\@month)>> - \fi\fi\fi\fi\fi\fi - \fi\fi\fi\fi\fi\fi - \thesis@year}} \global\let\thesis@czech@bib@author\thesis@czech@authorTitle \gdef\thesis@czech@bib@thesisTitle{Název práce} |