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

25 lines
370 B
PHP

<?php
return[
"countries" => [
"title" =>"страны",
],
"cities" => [
"title" =>"Города",
],
"districts" => [
"title" =>"Районы",
],
"neighborhoods" => [
"title" =>"Окрестности",
],
"village" => [
"title" =>"Деревня",
],
];