mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations button.php (German)
This commit is contained in:
parent
364f2f71f2
commit
d08cc90799
@ -1,17 +1,17 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"new_country" =>"Neues Land",
|
||||
"new_city" =>"Neue Stadt",
|
||||
"new_district" =>"Neuer Bezirk",
|
||||
"new_neighborhood" =>"Neue Nachbarschaft",
|
||||
"new_village" =>"Neues Dorf",
|
||||
"sub_cities" =>"Sub Cities",
|
||||
"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" =>"Sub Village"
|
||||
];
|
||||
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',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user