summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/genealogytree/gtrlang.dutch.code.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/genealogytree/gtrlang.dutch.code.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/genealogytree/gtrlang.dutch.code.tex')
-rw-r--r--macros/latex/contrib/genealogytree/gtrlang.dutch.code.tex87
1 files changed, 87 insertions, 0 deletions
diff --git a/macros/latex/contrib/genealogytree/gtrlang.dutch.code.tex b/macros/latex/contrib/genealogytree/gtrlang.dutch.code.tex
new file mode 100644
index 0000000000..fc37668f30
--- /dev/null
+++ b/macros/latex/contrib/genealogytree/gtrlang.dutch.code.tex
@@ -0,0 +1,87 @@
+%% The LaTeX package genealogytree - version 1.32 (2019/04/08)
+%% gtrlang.dutch.code.tex: Dutch language
+%%
+%% -------------------------------------------------------------------------------------------
+%% Copyright (c) 2013-2019 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% Translation by Dirk Bosmans <onstrees at myonline be>
+%% -------------------------------------------------------------------------------------------
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `author-maintained'.
+%%
+%% This work consists of all files listed in README
+%%
+\gtr@set@library@version{1.32}
+
+\gtrset{language@/dutch/.code={%
+ \gtrset{symlang/.cd,
+ Born=geboren,
+ Bornoutofwedlock=onecht,
+ Stillborn=doodgeboren,
+ Diedonbirthday=perinataal gestorven,
+ Baptized=gedoopt,
+ Engaged=verloofd,
+ Married=gehuwd,
+ Divorced=gescheiden,
+ Partnership=samenwonend,
+ Floruit=floruit,
+ Died=gestorven,
+ Killed=gesneuveld,
+ Buried=begraven,
+ Funeralurn=verast,
+ Female=vrouwelijk,
+ Male=mannelijk,
+ Neuter=geslacht niet gekend
+ }%
+ \gtrset{%
+ month long/.cd,
+ 01/.initial=januari,
+ 02/.initial=februari,
+ 03/.initial=maart,
+ 04/.initial=april,
+ 05/.initial=mei,
+ 06/.initial=juni,
+ 07/.initial=juli,
+ 08/.initial=augustus,
+ 09/.initial=september,
+ 10/.initial=oktober,
+ 11/.initial=november,
+ 12/.initial=december,
+ }%
+ \gtrset{%
+ month short/.cd,
+ 01/.initial=jan\protect\dot,
+ 02/.initial=feb\protect\dot,
+ 03/.initial=mar\protect\dot,
+ 04/.initial=apr\protect\dot,
+ 05/.initial=mei,
+ 06/.initial=jun\protect\dot,
+ 07/.initial=jul\protect\dot,
+ 08/.initial=aug\protect\dot,
+ 09/.initial=sep\protect\dot,
+ 10/.initial=okt\protect\dot,
+ 11/.initial=nov\protect\dot,
+ 12/.initial=dec\protect\dot,
+ }%
+ \gtrset{%
+ set@typical@date@format=d month yyyy,
+ calendar text for=AD is {}{ n.~C.},
+ calendar text for=BC is {}{ v.~C.},
+ calendar text for=GR is {}{\protect\textsuperscript{greg.}},
+ calendar text for=JU is {}{\protect\textsuperscript{jul.}},
+ calendar text for=caAD is {ca.~}{ n.~C.},
+ calendar text for=caBC is {ca.~}{ v.~C.},
+ calendar text for=ca is {ca.~}{},
+ date range full={}{ tot }{},
+ date range before={voor }{},
+ date range after={na }{},
+ place text={te }{},
+ }%
+}}