mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* 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)
57 lines
1.3 KiB
PHP
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í',
|
|
],
|
|
];
|