From cc90818b13db00782cbb9202ae7304db45a711e1 Mon Sep 17 00:00:00 2001 From: xvrabcov <xvrabcov@fi.muni.cz> Date: Fri, 19 Mar 2021 11:34:30 +0100 Subject: [PATCH] Added title for summary into locales --- locale/czech.dtx | 4 ++++ locale/english.dtx | 4 ++++ locale/slovak.dtx | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/locale/czech.dtx b/locale/czech.dtx index 884570b..97923bc 100644 --- a/locale/czech.dtx +++ b/locale/czech.dtx @@ -74,6 +74,9 @@ \fi\fi\fi\fi\fi\fi \thesis@year}} +% \end{macrocode} +% \changes{v1.0.0}{2021/03/11}{Added title for summary. [TV]} +% \begin{macrocode} % RĹŻznĂ© \gdef\thesis@czech@authorSignature{% Podpis autor\ifthesis@woman ky\else a\fi} @@ -84,6 +87,7 @@ \gdef\thesis@czech@keywordsTitle{KlĂÄŤová slova} \gdef\thesis@czech@thanksTitle{PodÄ›kovánĂ} \gdef\thesis@czech@declarationTitle{ProhlášenĂ} +\gdef\thesis@czech@summaryTitle{ResumĂ©} \gdef\thesis@czech@idTitle{ID} \gdef\thesis@czech@typeName@sempaper{SeminárnĂ práce} \gdef\thesis@czech@typeName@bachelors{Bakalářská práce} diff --git a/locale/english.dtx b/locale/english.dtx index 17a49c7..8d44228 100644 --- a/locale/english.dtx +++ b/locale/english.dtx @@ -63,6 +63,9 @@ \fi\fi\fi\fi\fi\fi \thesis@year}} +% \end{macrocode} +% \changes{v1.0.0}{2021/03/11}{Added title for summary. [TV]} +% \begin{macrocode} % Miscellaneous \gdef\thesis@english@authorSignature{Author's signature} \gdef\thesis@english@fieldTitle{Field of study} @@ -76,6 +79,7 @@ % \begin{macrocode} \gdef\thesis@english@thanksTitle{Acknowledgements} \gdef\thesis@english@declarationTitle{Declaration} +\gdef\thesis@english@summaryTitle{Summary} \gdef\thesis@english@idTitle{ID} \gdef\thesis@english@typeName@sempaper{Seminar Paper} \gdef\thesis@english@typeName@bachelors{Bachelor's Thesis} diff --git a/locale/slovak.dtx b/locale/slovak.dtx index 2a3f5c7..a2f519d 100644 --- a/locale/slovak.dtx +++ b/locale/slovak.dtx @@ -74,6 +74,9 @@ \fi\fi\fi\fi\fi\fi \thesis@year}} +% \end{macrocode} +% \changes{v1.0.0}{2021/03/11}{Added title for summary. [TV]} +% \begin{macrocode} % RĂ´zne \gdef\thesis@slovak@authorSignature{% Podpis autor\ifthesis@woman ky\else a\fi} @@ -84,6 +87,7 @@ \gdef\thesis@slovak@keywordsTitle{KľúčovĂ© slová} \gdef\thesis@slovak@thanksTitle{PoÄŹakovanie} \gdef\thesis@slovak@declarationTitle{Vyhlásenie} +\gdef\thesis@slovak@summaryTitle{ResumĂ©} \gdef\thesis@slovak@idTitle{ID} \gdef\thesis@slovak@typeName@sempaper{Seminárna práca} \gdef\thesis@slovak@typeName@bachelors{Bakalárska práca} -- GitLab