blob: 18ebb437705cf0ea76067b3a00b8a1955b979d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?php
// This file is generated by rebuild.php. Do not edit it directly.
$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',
];
|