blob: 6c76b71076c964550df0c45f64cef1e7d33c44d7 (
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
|
\ProvidesFile{gloss-scottish.ldf}[polyglossia: module for scottish]
\PolyglossiaSetup{scottish}{
hyphennames={scottish},
hyphenmins={2,2},
fontsetup=true,
}
\def\captionsscottish{%
\def\refname{Iomraidh}%
\def\abstractname{Brìgh}%
\def\bibname{Leabhraichean}%
\def\prefacename{Preface}% <-- needs translation
\def\chaptername{Caibideil}%
\def\appendixname{Ath-sgr`ıobhadh}%
\def\contentsname{Clàr-obrach}%
\def\listfigurename{Liosta Dhealbh}%
\def\listtablename{Liosta Chlàr}%
\def\indexname{Clàr-innse}%
\def\figurename{Dealbh}%
\def\tablename{Clàr}%
%\def\thepart{}%
\def\partname{Cuid}%
\def\pagename{t.d.}%
\def\seename{see}% <-- needs translation
\def\alsoname{see also}% <-- needs translation
\def\enclname{a-staigh}%
\def\ccname{lethbhreac gu}%
\def\headtoname{gu}%
\def\proofname{Proof}% <-- needs translation
\def\glossaryname{Glossary}% <-- needs translation
}
\def\datescottish{%
\def\today{%
\number\day\space \ifcase\month\or
am Faoilteach\or an Gearran\or am Màrt\or an Giblean\or
an Cèitean\or an t-Òg mhios\or an t-Iuchar\or
Lùnasdal\or an Sultuine\or an Dàmhar\or
an t-Samhainn\or an Dubhlachd\fi
\space \number\year}%
}
\endinput
|