openclassify/addons/default/visiosoft/location-module/resources/lang/de/section.php
2019-06-22 13:59:18 +03:00

25 lines
338 B
PHP

<?php
return[
"countries" => [
"title" =>"Länder",
],
"cities" => [
"title" =>"Städte",
],
"districts" => [
"title" =>"Bezirke",
],
"neighborhoods" => [
"title" =>"Nachbarschaften",
],
"village" => [
"title" =>"Dorf",
],
];