diff options
Diffstat (limited to 'MLEB/cldr/CldrNames/CldrNamesDe_at.php')
-rw-r--r-- | MLEB/cldr/CldrNames/CldrNamesDe_at.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/MLEB/cldr/CldrNames/CldrNamesDe_at.php b/MLEB/cldr/CldrNames/CldrNamesDe_at.php new file mode 100644 index 00000000..4b847c6e --- /dev/null +++ b/MLEB/cldr/CldrNames/CldrNamesDe_at.php @@ -0,0 +1,21 @@ +<?php + +$languageNames = [ + 'ar-001' => 'modernes Hocharabisch', + 'car' => 'karibische Sprache', + 'chb' => 'Chibcha-Sprache', + 'del' => 'Delawarisch', + 'fur' => 'Friulanisch', + 'ha' => 'Hausa', + 'haw' => 'Hawaiianisch', + 'hmn' => 'Miao-Sprache', + 'mus' => 'Muskogee-Sprache', + 'niu' => 'Niueanisch', + 'pag' => 'Pangasinensisch', + 'sh' => 'Serbokroatisch', + 'szl' => 'Schlesisch', +]; + +$countryNames = [ + 'SJ' => 'Svalbard und Jan Mayen', +]; |