translation-value-sets/dsb/placetypes.php

16 lines
271 B
PHP
Raw Normal View History

2020-08-06 21:04:42 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
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',
),
)