mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Romanian) * New translations setting.php (Turkish) * New translations message.php (Swedish)
57 lines
1.7 KiB
PHP
57 lines
1.7 KiB
PHP
<?php
|
||
|
||
return [
|
||
'home_page_location' => [
|
||
'name' => 'Πεδίο τοποθεσίας αρχικής σελίδας',
|
||
],
|
||
'list_page_location' => [
|
||
'name' => 'Πεδίο θέσης σελίδας λίστας',
|
||
],
|
||
'detail_page_location' => [
|
||
'name' => 'Πεδίο θέσης σελίδας λεπτομερειών',
|
||
],
|
||
'show_search_location_btn' => [
|
||
'name' => 'Εμφάνιση κουμπιού τοποθεσίας αναζήτησης',
|
||
],
|
||
'default_country' => [
|
||
'name' => 'Προεπιλεγμένη χώρα',
|
||
],
|
||
'create_ad_page_location' => [
|
||
'name' => 'Δημιουργία τοποθεσίας σελίδας διαφήμισης',
|
||
],
|
||
'default_city' => [
|
||
'name' => 'Προεπιλεγμένη πόλη',
|
||
],
|
||
'default_district' => [
|
||
'name' => 'Προεπιλεγμένη περιοχή',
|
||
],
|
||
'default_neighborhood' => [
|
||
'name' => 'Προεπιλεγμένη γειτονιά',
|
||
],
|
||
|
||
'google_map_key' => [
|
||
'name' => 'Google Maps Api Key',
|
||
],
|
||
|
||
'map_coordinates_long' => [
|
||
'name' => 'Προεπιλογή Long',
|
||
],
|
||
|
||
'map_coordinates_lat' => [
|
||
'name' => 'Προεπιλεγμένο Lat',
|
||
],
|
||
|
||
'hide_location_filter' => [
|
||
'name' => 'Απόκρυψη φίλτρου τοποθεσίας',
|
||
],
|
||
'country_for_phone_field' => [
|
||
'name' => 'Προεπιλεγμένη χώρα για εγγραφή πεδίου τηλεφώνου'
|
||
],
|
||
'sorting_column' => [
|
||
'name' => 'Ταξινόμηση στήλης',
|
||
],
|
||
'sorting_type' => [
|
||
'name' => 'Τύπος ταξινόμησης',
|
||
],
|
||
];
|