openclassify/addons/default/visiosoft/location-module/resources/lang/el/setting.php
Fatih Alp c0237af5a1
New Crowdin updates (#783)
* New translations setting.php (Romanian)

* New translations setting.php (Turkish)

* New translations message.php (Swedish)
2020-11-06 20:23:55 +03:00

57 lines
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Τύπος ταξινόμησης',
],
];