openclassify/addons/default/visiosoft/advs-module/resources/lang/ru/section.php
2019-07-12 20:16:27 +03:00

49 lines
908 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return[
"advs" => [
"title" =>"Объявления",
],
"categories" => [
"title" =>"категории",
],
"countries" => [
"title" =>"страны",
],
"cities" => [
"title" =>"Города",
],
"districts" => [
"title" =>"Районы",
],
"neighborhoods" => [
"title" =>"Окрестности",
],
"village" => [
"title" =>"Деревня",
],
"custom_fields" => [
"title" =>"Настраиваемые поля",
],
"custom_field_advs" => [
"title" =>"Пользовательские полевые объявления",
],
"cf_values" => [
"title" =>"Значения ср",
],
"fields" => [
"title" =>"Настраиваемые поля",
],
];