Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,10 +1,16 @@
<?PHP
$tlPlacetypes['0'] = 'Administrativ';
$tlPlacetypes['1'] = 'Historisch';
$tlPlacetypes['2'] = 'Region';
$tlPlacetypes['3'] = 'Straße';
$tlPlacetypes['4'] = 'Gebäude';
$tlPlacetypes['5'] = 'Berg - Gebirge';
$tlPlacetypes['6'] = 'Wald';
$tlPlacetypes['7'] = 'Gewässer';
$tlPlacetypes['8'] = 'Insel';
declare(strict_types = 1);
array (
'tlPlacetypes' =>
array (
0 => 'Administrativ',
1 => 'Historisch',
2 => 'Region',
3 => 'Straße',
4 => 'Gebäude',
5 => 'Berg - Gebirge',
6 => 'Wald',
7 => 'Gewässer',
8 => 'Insel',
),
)