summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/locale/czech.dtx
blob: 9a2f0275689e87e18a85fcd5d84cc6fe50ddb5f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
% \file{locale/fithesis-czech.def}
% This is the base file of the Czech locale.\iffalse
%<*base>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/fithesis-czech.def}[2017/07/09]
%    \end{macrocode}
% The locale file defines all the private macros mandated by the
% locale file interface.
% \begin{macro}{\thesis@czech@gender@koncovka}
% The locale file also defines the |\thesis@czech@gender@koncovka|
% macro, which expands to the correct verb ending based on the
% value of the |\thesis@ifwoman| macro and the
% \end{macro}\begin{macro}{\thesis@czech@typeName@akuzativ}
% |\thesis@czech@typeName@akuzativ| containing the accusative case
% of the thesis type name.
% \end{macro}\begin{macrocode}

% Pomocná makra
\gdef\thesis@czech@gender@koncovka{%
  \ifthesis@woman a\fi}

% Csquotes styl
\gdef\thesis@czech@csquotesStyle{german}

% Zástupné texty
\gdef\thesis@czech@universityName{Název univerzity}
\gdef\thesis@czech@facultyName{Název fakulty}
%    \end{macrocode}
% \changes{v0.3.47}{2017/07/09}{Moved the \cs{ifthesis@digital}
%   tests from \texttt{locale/*.def} to \texttt{locale/mu/*.def},
%   since \cs{ifthesis@digital} is undefined in
%   \texttt{fithesis3.cls}. [VN]}
%    \begin{macrocode}
\gdef\thesis@czech@assignment{%
  Na tomto místě se v~tištěné práci nachází oficiální podepsané
  zadání práce.}
\gdef\thesis@czech@declaration{Text prohlášení ...}

% Časové údaje
\gdef\thesis@czech@spring{jaro}
\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}}

% Různé
\gdef\thesis@czech@authorSignature{Podpis autora}
\gdef\thesis@czech@fieldTitle{Obor}
\gdef\thesis@czech@advisorTitle{Vedoucí práce}
\gdef\thesis@czech@authorTitle{Autor}
\gdef\thesis@czech@abstractTitle{Shrnutí}
\gdef\thesis@czech@keywordsTitle{Klíčová slova}
\gdef\thesis@czech@thanksTitle{Poděkování}
\gdef\thesis@czech@declarationTitle{Prohlášení}
\gdef\thesis@czech@idTitle{ID}
\gdef\thesis@czech@typeName@sempaper{Seminární práce}
\gdef\thesis@czech@typeName@bachelors{Bakalářská práce}
\gdef\thesis@czech@typeName@masters{Diplomová práce}
\gdef\thesis@czech@typeName@proposal{Teze závěrečné práce}
\gdef\thesis@czech@typeName@doctoral{Disertační práce}
\gdef\thesis@czech@typeName@rigorous{Rigorózní práce}
\gdef\thesis@czech@typeName{%
  \ifx\thesis@type\thesis@sempaper
    \thesis@czech@typeName@sempaper
  \else\ifx\thesis@type\thesis@bachelors
    \thesis@czech@typeName@bachelors
  \else\ifx\thesis@type\thesis@masters
    \thesis@czech@typeName@masters
  \else\ifx\thesis@type\thesis@proposal
    \thesis@czech@typeName@proposal
  \else\ifx\thesis@type\thesis@doctoral
    \thesis@czech@typeName@doctoral
  \else\ifx\thesis@type\thesis@rigorous
    \thesis@czech@typeName@rigorous
  \else
    <<Neznámý typ práce (\thesis@type)>>%
  \fi\fi\fi\fi\fi\fi}
\gdef\thesis@czech@typeName@akuzativ@sempaper{Seminární práci}
\gdef\thesis@czech@typeName@akuzativ@bachelors{Bakalářskou práci}
\gdef\thesis@czech@typeName@akuzativ@masters{Diplomovou práci}
\gdef\thesis@czech@typeName@akuzativ@proposal{Tezi závěrečné práce}
\gdef\thesis@czech@typeName@akuzativ@doctoral{Disertační práci}
\gdef\thesis@czech@typeName@akuzativ@rigorous{Rigorózní práci}
\gdef\thesis@czech@typeName@akuzativ{%
  \ifx\thesis@type\thesis@sempaper
    \thesis@czech@typeName@akuzativ@sempaper
  \else\ifx\thesis@type\thesis@bachelors
    \thesis@czech@typeName@akuzativ@bachelors
  \else\ifx\thesis@type\thesis@masters
    \thesis@czech@typeName@akuzativ@masters
  \else\ifx\thesis@type\thesis@proposal
    \thesis@czech@typeName@akuzativ@proposal
  \else\ifx\thesis@type\thesis@doctoral
    \thesis@czech@typeName@akuzativ@doctoral
  \else\ifx\thesis@type\thesis@rigorous
    \thesis@czech@typeName@akuzativ@rigorous
  \else
    <<Neznámý typ práce (\thesis@type)>>%
  \fi\fi\fi\fi\fi\fi}
%    \end{macrocode}\iffalse
%</base>
% \fi\file{locale/mu/fithesis-czech.def}
% This is the Czech 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.
% \iffalse
%<*mu>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/fithesis-czech.def}[2017/07/09]

% Zástupné texty
\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~%
  použil\thesis@czech@gender@koncovka\ jen prameny
  uvedené v~seznamu literatury.}
%    \end{macrocode}
% \changes{v0.3.47}{2017/07/09}{Moved the \cs{ifthesis@digital}
%   tests from \texttt{locale/*.def} to \texttt{locale/mu/*.def},
%   since \cs{ifthesis@digital} is undefined in
%   \texttt{fithesis3.cls}. [VN]}
% \changes{v0.3.47}{2017/07/09}{Added an
% \cs{ifthesis@blocks@assignment@hideIfDigital@} test to the
% definition of the \texttt{assignment} string for the Masaryk
% University in Brno. [VN]}
%    \begin{macrocode}
\gdef\thesis@czech@assignment{%
  \ifthesis@blocks@assignment@hideIfDigital@
    \ifthesis@digital@
      Na tomto místě se v~tištěné práci nachází oficiální podepsané
      zadání práce.
    \else
      Místo tohoto listu vložte kopii oficiálního podepsaného zadání
      práce.
    \fi
  \else
    Nastavte pomocí klíče <<assignment>> název PDF souboru
    s~oficiálním podepsaným zadáním práce.
  \fi}

% Bibliografický záznam
\gdef\thesis@czech@bib@title{Bibliografický záznam}
\gdef\thesis@czech@bib@pages{str}
%    \end{macrocode}
% \changes{v0.3.46}{2017/06/02}{Lifted the \texttt{bib@author},
%   \texttt{bib@thesisTitle}, and \texttt{bib@advisor} strings from
%   \texttt{locale/mu/sci/*.def} to \texttt{locale/mu/*.def},
%   so that they can be shared with \texttt{locale/mu/econ/*.def}.
%   [VN]}
%    \begin{macrocode}
\global\let\thesis@czech@bib@author\thesis@czech@authorTitle
\gdef\thesis@czech@bib@thesisTitle{Název práce}
\global\let\thesis@czech@bib@advisor\thesis@czech@advisorTitle

% Různé
\gdef\thesis@czech@idTitle{UČO}
%    \end{macrocode}\iffalse
%</mu>
% \fi\file{locale/mu/law/fithesis-czech.def}
% This is the Czech locale file specific to the Faculty of Law at
% the Masaryk University in Brno. It replaces the
% \texttt{facultyName} placeholder with the correct value, defines
% the \texttt{facultyLongName} required by the
% |\thesis@blocks@cover| and the |\thesis@blocks@titlePage| blocks
% and replaces the \texttt{abstractTitle} string in accordance
% with the requirements of the faculty.
% \iffalse
%<*mu/law>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/law/fithesis-czech.def}[2015/06/26]

% Různé
\gdef\thesis@czech@abstractTitle{Abstrakt}

% Zástupné texty
\gdef\thesis@czech@facultyName{Právnická fakulta}
\gdef\thesis@czech@facultyLongName{Právnická fakulta Masarykovy
  univerzity}
%    \end{macrocode}\iffalse
%</mu/law>
% \fi\file{locale/mu/fsps/fithesis-czech.def}
% This is the Czech 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. The locale file also redefines the
% \texttt{declaration} string in accordance with the requirements
% of the faculty.
% \iffalse
%<*mu/fsps>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/fsps/fithesis-czech.def}[2017/05/15]

% Zástupné texty
\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.}

% Různé
\gdef\thesis@czech@fieldTitle{Specializace}
%    \end{macrocode}\iffalse
%</mu/fsps>
% \fi\file{locale/mu/fss/fithesis-czech.def}
% This is the Czech locale file specific to the Faculty of Social
% Studies at the Masaryk University in Brno. It replaces the
% \texttt{facultyName} and \texttt{assignment} placeholders with
% the correct values.
% \iffalse
%<*mu/fss>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/fss/fithesis-czech.def}[2016/05/25]

% Zástupné texty
\gdef\thesis@czech@facultyName{Fakulta sociálních studií}
\gdef\thesis@czech@assignment{%
  \ifthesis@digital@
    Na tomto místě se v~tištěné práci nachází oficiální podepsané
    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.
  \fi}

%    \end{macrocode}\iffalse
%</mu/fss>
% \fi\file{locale/mu/econ/fithesis-czech.def}
% This is the Czech locale file specific to the Faculty of
% Economics and Administration at the Masaryk University in Brno.
% It replaces the \texttt{facultyName} and \texttt{abstractTitle}
% placeholders with the correct values. The locale file also
% redefines the \texttt{declaration} string in accordance with
% the requirements of the faculty and defines the private macros
% required by the |\thesis@blocks@|\discretionary{}{}{}|bibEntry|
% block defined within the \texttt{style/mu/fithesis-econ.sty}
% style file.
% \iffalse
%<*mu/econ>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/econ/fithesis-czech.def}[2017/07/09]

% Zástupné texty
\gdef\thesis@czech@facultyName{Ekonomicko-správní fakulta}

% Bibliografický záznam
%    \end{macrocode}
% \changes{v0.3.46}{2017/06/02}{Defined strings required by
%   \cs{thesis@blocks@bibEntry} from
%   \texttt{style/mu/fithesis-econ.sty} in
%   \texttt{locale/mu/econ/*.def}. [VN]}
%    \begin{macrocode}
\gdef\thesis@czech@bib@thesisTitleEn{Název práce v angličtině}
\gdef\thesis@czech@bib@department{Katedra}
\gdef\thesis@czech@bib@year{Rok obhajoby}

% Různé
%    \end{macrocode}
% \changes{v0.3.46}{2017/06/02}{Updated the
%   \cs{abstractTitle} string in \texttt{locale/mu/econ/*.def} in
%   accordance with the 2/2017 dean's directive. The patch was
%   submitted by Jana Ratajská. [VN]}
%    \begin{macrocode}
\gdef\thesis@czech@abstractTitle{Anotace}
%    \end{macrocode}
% \changes{v0.3.46}{2017/06/02}{Updated the \texttt{declaration} string
%   in \texttt{locale/mu/econ/*.def} in accordance with the 2/2017
%   dean's directive. [VN]}
% \changes{v0.3.47}{2017/07/09}{Updated the \texttt{declaration} string
%   in \texttt{locale/mu/econ/*.def} in accordance with the 2/2017
%   dean's directive. [VN]}
% The following extra data field is defined for
% \texttt{declaration} string: \begin{itemize}
%   \item|advisorCsGenitiv| -- the advisor's name in
%     genitive following Czech morphology.
% \end{itemize}
%    \begin{macrocode}
\thesis@def@extra{advisorCsGenitiv}
\gdef\thesis@czech@declaration{Prohlašuji, že jsem
  \thesis@lower{czech@typeName@akuzativ} \thesis@title{} zpracoval%
  \thesis@czech@gender@koncovka\ samostatně pod vedením
  \thesis@extra@advisorCsGenitiv\
  a~uvedl\thesis@czech@gender@koncovka\ v~ní všechny
  odborné zdroje v~souladu s~právními předpisy, vnitřními
  předpisy Masarykovy univerzity a~vnitřními akty řízení
  Masarykovy univerzity a~Ekonomicko-správní fakulty MU.}
%    \end{macrocode}\iffalse
%</mu/econ>
% \fi\file{locale/mu/med/fithesis-czech.def}
% This is the Czech 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 in
% accordance 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/fithesis-med.sty} style file.
% \iffalse
%<*mu/med>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/med/fithesis-czech.def}[2016/03/23]

% Zástupné texty
\gdef\thesis@czech@facultyName{Lékařská fakulta}

% Různé
\gdef\thesis@czech@abstractTitle{Anotace}
%    \end{macrocode}\iffalse
%</mu/med>
% \fi\file{locale/mu/fi/fithesis-czech.def}
% This is the Czech 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 \texttt{declaration} 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.
% \iffalse
%<*mu/fi>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/fi/fithesis-czech.def}[2016/05/25]

% Zástupné texty
\gdef\thesis@czech@facultyName{Fakulta informatiky}
\gdef\thesis@czech@assignment{%
  \ifthesis@digital@
    Na tomto místě se v~tištěné práci nachází oficiální podepsané
    zadání práce a prohlášení autora školního díla.
  \else
    Místo tohoto listu vložte kopie oficiálního podepsaného zadání
    práce a prohlášení autora školního díla.
  \fi}
\gdef\thesis@czech@declaration{%
  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í
  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.}

% Ostatní
\gdef\thesis@czech@advisorSignature{Podpis vedoucího}
\gdef\thesis@czech@typeName@proposal{Teze disertační práce}
\gdef\thesis@czech@typeName@akuzativ@proposal{Tezi disertační práce}
%    \end{macrocode}\iffalse
%</mu/fi>
% \fi\file{locale/mu/phil/fithesis-czech.def}
% This is the Czech 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 redefines the \texttt{declaration},
% \texttt{typeName} and \texttt{typeName@akuzativ} strings in
% accordance with the requirements of the faculty.
%
% The locale file 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.
% \iffalse
%<*mu/phil>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/phil/fithesis-czech.def}[2016/03/22]

% Zástupné texty
\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{%
  \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}

% Ostatní
\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
    \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
    \thesis@czech@typeName@akuzativ@super
  \fi\fi}
%    \end{macrocode}\iffalse
%</mu/phil>
% \fi\file{locale/mu/ped/fithesis-czech.def}
% This is the Czech 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.
% \iffalse
%<*mu/ped>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/ped/fithesis-czech.def}[2017/10/28]

% Zástupné texty
\gdef\thesis@czech@facultyName{Pedagogická fakulta}
%    \end{macrocode}\iffalse
% Ostatní
\gdef\thesis@czech@abstractTitle{Abstrakt}
\gdef\thesis@czech@declaration{%
  Prohlašuji, že jsem \thesis@lower{czech@typeName@%
  akuzativ} vypracoval\thesis@czech@gender@koncovka\ samostatně,
  s~využitím pouze citovaných pramenů, dalších informací a zdrojů
  v~souladu s~Disciplinárním řádem pro studenty Pedagogické fakulty
  Masarykovy univerzity a se zákonem č.\ 121/2000 Sb., o~právu
  autorském, o~právech souvisejících s~právem autorským a o~změně
  některých zákonů (autorský zákon), ve znění pozdějších předpisů.}

%</mu/ped>
% \fi\file{locale/mu/sci/fithesis-czech.def}
% This is the Czech locale file specific to the Faculty of Science
% at the Masaryk University in Brno.  It defines the private macros
% required by the |\thesis@blocks@|\discretionary{}{}{}|bibEntryCs|
% block defined within the
% \texttt{style/mu/fithesis-sci.sty} style file.  It also
% replaces the \texttt{facultyName} placeholder with the correct
% value and redefines the \texttt{abstractTitle} and
% \texttt{declaration} strings in accordance with the formal
% requirements of the faculty.
% \iffalse
%<*mu/sci>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/mu/sci/fithesis-czech.def}[2017/06/02]

% Zástupné texty
\gdef\thesis@czech@facultyName{Přírodovědecká fakulta}

% Ostatní
\gdef\thesis@czech@abstractTitle{Abstrakt}
\gdef\thesis@czech@declaration{%
  Prohlašuji, že jsem svoji \thesis@lower{czech@typeName@%
  akuzativ} vypracoval\thesis@czech@gender@koncovka\ samo%
  statně s~využitím informačních zdrojů, které jsou v~práci
  citovány.}

% Bibliografický záznam
\gdef\thesis@czech@bib@programme{Studijní program}
\global\let\thesis@czech@bib@field\thesis@czech@fieldTitle
\gdef\thesis@czech@bib@academicYear{Akademický rok}
\gdef\thesis@czech@bib@pages{Počet stran}
\global\let\thesis@czech@bib@keywords\thesis@czech@keywordsTitle
%    \end{macrocode}\iffalse
%</mu/sci>
% \fi