openclassify/addons/default/visiosoft/location-module/resources/lang/cs/setting.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

57 lines
1.3 KiB
PHP

<?php
return [
'home_page_location' => [
'name' => 'Pole Umístění domovské stránky',
],
'list_page_location' => [
'name' => 'Pole umístění stránky seznamu',
],
'detail_page_location' => [
'name' => 'Pole pro umístění stránky s podrobnostmi',
],
'show_search_location_btn' => [
'name' => 'Tlačítko Zobrazit místo hledání',
],
'default_country' => [
'name' => 'Výchozí země',
],
'create_ad_page_location' => [
'name' => 'Vytvořte umístění stránky reklamy',
],
'default_city' => [
'name' => 'Výchozí město',
],
'default_district' => [
'name' => 'Výchozí okres',
],
'default_neighborhood' => [
'name' => 'Výchozí sousedství',
],
'google_map_key' => [
'name' => 'Klíč Api Google Maps',
],
'map_coordinates_long' => [
'name' => 'Výchozí Long',
],
'map_coordinates_lat' => [
'name' => 'Výchozí lat',
],
'hide_location_filter' => [
'name' => 'Skrýt filtr umístění',
],
'country_for_phone_field' => [
'name' => 'Výchozí země pro registraci telefonního pole'
],
'sorting_column' => [
'name' => 'Třídicí sloupec',
],
'sorting_type' => [
'name' => 'Typ řazení',
],
];