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.2 KiB
PHP
57 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'name' => 'Tuisblad-liggingveld',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'Lys bladsy-liggingveld',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'Detail bladsy ligging veld',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'Wys soekliggingknoppie',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'Verstek land',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => 'Skep ligging van advertensiebladsy',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'Verstekstad',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'Verstek distrik',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'Verstekbuurt',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'Google Maps Api-sleutel',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'Verstek lank',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'Standaard Lat',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'Versteek liggingsfilter',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'Standaardland vir registrasie-telefoonveld'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'Sorteerkolom',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'Sorteertipe',
|
|
],
|
|
];
|