Newer
Older
% \file{locale/fithesis-english.def}
% This is the base file of the English locale.\iffalse
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/fithesis-english.def}[2016/03/22]
% \end{macrocode}
% The locale file defines all the private macros mandated by the
% locale file interface.
% \begin{macrocode}
% Placeholders
\gdef\thesis@english@universityName{University name}
\gdef\thesis@english@facultyName{Faculty name}
\gdef\thesis@english@assignment{Replace this page with a copy
of the official signed thesis assignment.}
\gdef\thesis@english@declaration{Declaration text ...}
% Csquotes style
\gdef\thesis@english@csquotesStyle{english}
% Time strings
\gdef\thesis@english@spring{Spring}
\gdef\thesis@english@fall{Fall}
\gdef\thesis@english@semester{%
\thesis@{english@\thesis@season} \thesis@seasonYear}
% Miscellaneous
\gdef\thesis@english@fieldTitle{Field of study}
\gdef\thesis@english@advisorTitle{Advisor}
\gdef\thesis@english@authorTitle{Author}
\gdef\thesis@english@abstractTitle{Abstract}
\gdef\thesis@english@keywordsTitle{Keywords}
\gdef\thesis@english@thanksTitle{Acknowledgement}
\gdef\thesis@english@declarationTitle{Declaration}
\gdef\thesis@english@idTitle{ID}
\gdef\thesis@english@typeName{%
\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%
\else\ifx\thesis@type\thesis@doctoral
Doctoral Thesis%
\else\ifx\thesis@type\thesis@rigorous
Rigorous Thesis%
\else
<<Unknown thesis type (\thesis@type)>>%
% \end{macrocode}\iffalse
% \fi\file{locale/mu/fithesis-english.def}
% This is the English locale file specific to the Masaryk
% University in Brno. It replaces the \texttt{universityName}
% placeholder with the correct value and defines the
% \texttt{declaration} and \texttt{idTitle} strings.
% \fi\begin{macrocode}
\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,
which I have worked out on my own. All sources, references, and
literature used or excerpted during elaboration of this work are
properly cited and listed in complete reference to the due source.}
% Bibliographic entry
\gdef\thesis@english@bib@title{Bibliographic record}
\gdef\thesis@english@bib@pages{p}
\gdef\thesis@english@idTitle{UČO}
% \end{macrocode}\iffalse
% \fi\file{locale/mu/law/fithesis-english.def}
% This is the English locale file specific to the Faculty of Law at
% the Masaryk University in Brno. It replaces the
% \texttt{facultyName} placeholder with the correct value and
% defines the \texttt{facultyLongName} required by the
% |\thesis@blocks@cover| and the |\thesis@blocks@titlePage| blocks.
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/law/fithesis-english.def}[2015/06/26]
\gdef\thesis@english@facultyName{Faculty of Law}
\gdef\thesis@english@facultyLongName{The Faculty of Law of the
% \end{macrocode}\iffalse
% \fi\file{locale/mu/fsps/fithesis-english.def}
% This is the English locale file specific to the Faculty of Sports
% Studies at the Masaryk University in Brno. It replaces the
% \texttt{facultyName} placeholder with the correct value and
% redefines the \texttt{fieldTitle} string in accordance with the
% common usage at the faculty.
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/fsps/fithesis-english.def}[2015/06/26]
\gdef\thesis@english@facultyName{Faculty of Sports Studies}
\gdef\thesis@english@fieldTitle{Specialization}
% \end{macrocode}\iffalse
% \fi\file{locale/mu/fss/fithesis-english.def}
% This is the English locale file specific to the Faculty of Social
% Studies at the Masaryk University in Brno. It replaces the
% \texttt{facultyName} and \texttt{assignment} strings with the
% correct values.
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/fss/fithesis-english.def}[2015/06/26]
\gdef\thesis@english@facultyName{Faculty of Social Studies}
\gdef\thesis@english@assignment{Replace this page with a copy
of the official signed thesis assignment or the copy of the
Statement of an Author or both, depending on the requirements of
the respective department.}
% \end{macrocode}\iffalse
% \fi\file{locale/mu/econ/fithesis-english.def}
% This is the English locale file specific to the Faculty of
% Economics and Administration at the Masaryk University in Brno.
% It replaces the \texttt{facultyName} placeholder with the
% correct value.
% \iffalse
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/econ/fithesis-english.def}[2015/06/26]
\gdef\thesis@english@facultyName{Faculty of Economics
% \end{macrocode}\iffalse
% \fi\file{locale/mu/med/fithesis-english.def}
% This is the English locale file specific to the Faculty of
% Medicine at the Masaryk University in Brno.
% It replaces the \texttt{facultyName} placeholder with the
% correct value and redefines the \texttt{abstractTitle} string
% with the common usage at the faculty. The file also defines
% the \texttt{bib@title} and \texttt{bib@pages} strings required
% by the |\thesis@blocks@bibEntry| block defined within the
% \texttt{style/mu/\discretionary{}{}{}fithesis-med.sty}
% style file.
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/med/fithesis-english.def}[2015/06/26]
\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}
% \end{macrocode}\iffalse
% \fi\file{locale/mu/fi/fithesis-english.def}
% This is the English locale file specific to the Faculty of
% Informatics at the Masaryk University in Brno. It replaces the
% \texttt{facultyName} placeholder with the correct value and
% redefines the string in accordance with the requirements of the
% faculty. The file also defines the \texttt{advisorSignature}
% string required by the |\thesis@blocks@titlePage| block defined
% within the
% \texttt{style/mu/\discretionary{}{}{}fithesis-fi.sty}
% style file.
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/fi/fithesis-english.def}[2015/06/26]
\gdef\thesis@english@facultyName{Faculty of Informatics}
\gdef\thesis@english@assignment{Replace this page with a copy
of the official signed thesis assignment and the copy of the
Statement of an Author.}
\gdef\thesis@english@advisorSignature{Signature of Thesis
% \end{macrocode}\iffalse
% \fi\file{locale/mu/phil/fithesis-english.def}
% This is the English locale file specific to the Faculty of
% Arts at the Masaryk University in Brno.
% It replaces the \texttt{facultyName} placeholder with the
% correct value. It also defines the \texttt{departmentName}
% string, which is used by the \texttt{style/mu/fithesis-phil^^A
% .sty} style file, when typesetting the names of known
% departments.
% \fi\begin{macrocode}
\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}
% \end{macrocode}\iffalse
% \fi\file{locale/mu/ped/fithesis-english.def}
% This is the Slovak locale file specific to the Faculty of
% Education at the Masaryk University in Brno. It replaces the
% \texttt{facultyName} placeholder with the correct value. The file
% also defines the \texttt{bib@title} and \texttt{bib@pages}
% strings required by the |\thesis@blocks@bibEntry| block defined
% within the
% \texttt{style/mu/\discretionary{}{}{}fithesis-ped.sty}
% style file.
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/ped/fithesis-english.def}[2016/03/22]
\gdef\thesis@english@facultyName{Faculty of Education}
% \end{macrocode}\iffalse
% \fi\file{locale/mu/sci/fithesis-english.def}
% This is the English locale file specific to the Faculty of
% Science at the Masaryk University in Brno. It defines the
% private macros required by the |\thesis@blocks@bibEntryEn| block
% defined within the
% \texttt{style/mu/\discretionary{}{}{}fithesis-sci.sty}
% style file. It also replaces the \texttt{facultyName}
% placeholder with the correct value and redefines the
% \texttt{advisorTitle} string in accordance with the formal
% requirements of the faculty.
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/sci/fithesis-english.def}[2015/06/26]
\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}
\global\let\thesis@english@bib@field\thesis@english@fieldTitle
\gdef\thesis@english@bib@advisor{Supervisor}
\gdef\thesis@english@bib@academicYear{Academic Year}
\gdef\thesis@english@bib@pages{Number of Pages}
\global\let\thesis@english@bib@keywords\thesis@english@keywordsTitle
% \end{macrocode}\iffalse