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' => 'Kezdőlap hely mező',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'Lista oldal helye mező',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'Az oldal helyének részletei',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'Keresés helye gomb megjelenítése',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'Alapértelmezett ország',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => 'Hirdetésoldal helyének létrehozása',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'Alapértelmezett város',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'Alapértelmezett körzet',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'Alapértelmezett szomszédság',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'Google Maps Api Key',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'Alapértelmezett hosszú',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'Alapértelmezett szélesség',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'Helyszűrő elrejtése',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'Alapértelmezett ország a telefonszám mezőjéhez'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'Oszlop rendezése',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'Rendezés típusa',
|
|
],
|
|
];
|