openclassify/addons/default/visiosoft/location-module/resources/lang/de/button.php
Mostafa Moradi ceb907312c 4.0-mostafa
2024-08-18 17:38:23 +03:00

18 lines
583 B
PHP

<?php
return [
'new_country' => 'Neues Land',
'new_city' => 'Neue Stadt',
'new_district' => 'Neuer Bezirk',
'new_neighborhood' => 'Neue Nachbarschaft',
'new_village' => 'Neues Dorf',
'sub_cities' => 'Unterstädte',
'add_sub_cities' => 'Sub City hinzufügen',
'add_sub_districts' => 'Unterbezirk hinzufügen',
'add_sub_neighborhoods' => 'Sub Neighborhood hinzufügen',
'add_sub_village' => 'Sub Village hinzufügen',
'sub_districts' => 'Unterbezirke',
'sub_neighborhoods' => 'Sub-Nachbarschaften',
'sub_village' => 'Unterdorf',
];