mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations setting.php (Greek)
This commit is contained in:
parent
07bf54d2cf
commit
dabb4d6ec6
@ -1,5 +1,43 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
|
'home_page_location' => [
|
||||||
|
'name' => 'Home Page Location Field',
|
||||||
|
],
|
||||||
|
'list_page_location' => [
|
||||||
|
'name' => 'List Page Location Field',
|
||||||
|
],
|
||||||
|
'detail_page_location' => [
|
||||||
|
'name' => 'Detail Page Location Field',
|
||||||
|
],
|
||||||
|
'show_search_location_btn' => [
|
||||||
|
'name' => 'Show Search Location Button',
|
||||||
|
],
|
||||||
|
'default_country' => [
|
||||||
|
'name' => 'Default Country',
|
||||||
|
],
|
||||||
|
'create_ad_page_location' => [
|
||||||
|
'name' => 'Create Ad Page Location',
|
||||||
|
],
|
||||||
|
'default_city' => [
|
||||||
|
'name' => 'Default City',
|
||||||
|
],
|
||||||
|
'default_district' => [
|
||||||
|
'name' => 'Default District',
|
||||||
|
],
|
||||||
|
'default_neighborhood' => [
|
||||||
|
'name' => 'Default Neighborhood',
|
||||||
|
],
|
||||||
|
|
||||||
];
|
'google_map_key' => [
|
||||||
|
'name' => 'Google Maps Api Key',
|
||||||
|
],
|
||||||
|
|
||||||
|
'map_coordinates_long' => [
|
||||||
|
'name' => 'Default Long',
|
||||||
|
],
|
||||||
|
|
||||||
|
'map_coordinates_lat' => [
|
||||||
|
'name' => 'Default Lat',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user