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.4 KiB
PHP
57 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'name' => 'Camp d\'ubicació de la pàgina d\'inici',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'Camp d\'ubicació de la pàgina de llista',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'Camp d\'ubicació de la pàgina de detall',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'Mostra el botó de cerca de la ubicació',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'País predeterminat',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => 'Creeu la ubicació de la pàgina de l\'anunci',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'Ciutat per defecte',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'Districte per defecte',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'Barri per defecte',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'Clau Api de Google Maps',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'Llarg per defecte',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'Lat per defecte',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'Amaga el filtre d\'ubicació',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'País predeterminat per al camp del telèfon de registre'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'Ordenant la columna',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'Tipus d\'ordenació',
|
|
],
|
|
];
|