openclassify/addons/default/visiosoft/location-module/resources/lang/ru/setting.php
Fatih Alp c0237af5a1
New Crowdin updates (#783)
* New translations setting.php (Romanian)

* New translations setting.php (Turkish)

* New translations message.php (Swedish)
2020-11-06 20:23:55 +03:00

57 lines
1.7 KiB
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 [
'home_page_location' => [
'name' => 'Домашняя страница Расположение Поле',
],
'list_page_location' => [
'name' => 'Поле расположения страницы списка',
],
'detail_page_location' => [
'name' => 'Подробное поле расположения страницы',
],
'show_search_location_btn' => [
'name' => 'Показать кнопку поиска местоположения',
],
'default_country' => [
'name' => 'Страна по умолчанию',
],
'create_ad_page_location' => [
'name' => 'Создать страницу с рекламой',
],
'default_city' => [
'name' => 'Город по умолчанию',
],
'default_district' => [
'name' => 'Район по умолчанию',
],
'default_neighborhood' => [
'name' => 'Окрестности по умолчанию',
],
'google_map_key' => [
'name' => 'Google Maps Api Key',
],
'map_coordinates_long' => [
'name' => 'Длинный по умолчанию',
],
'map_coordinates_lat' => [
'name' => 'Lat по умолчанию',
],
'hide_location_filter' => [
'name' => 'Скрыть фильтр местоположения',
],
'country_for_phone_field' => [
'name' => 'Страна по умолчанию для поля регистрации телефона'
],
'sorting_column' => [
'name' => 'Столбец сортировки',
],
'sorting_type' => [
'name' => 'Тип сортировки',
],
];