From 722874d9d69930f79f71e4cb36452b5d47c8f8dc Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:08:11 +0300 Subject: [PATCH] New translations section.php (Greek) --- .../resources/lang/el/section.php | 43 +++++++++---------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/el/section.php b/addons/default/visiosoft/location-module/resources/lang/el/section.php index 2657ca848..26d23d2ee 100644 --- a/addons/default/visiosoft/location-module/resources/lang/el/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/el/section.php @@ -1,25 +1,22 @@ [ - "title" =>"Χώρες", - - ], - "cities" => [ - "title" =>"Πόλεις", - - ], - "districts" => [ - "title" =>"Περιοχές", - - ], - "neighborhoods" => [ - "title" =>"Γειτονιές", - - ], - "village" => [ - "title" =>"Χωριό", - - ], - -]; \ No newline at end of file +return [ + 'countries' => [ + 'title' => 'Χώρες', + ], + 'cities' => [ + 'title' => 'Πόλεις', + ], + 'districts' => [ + 'title' => 'Περιοχές', + ], + 'neighborhoods' => [ + 'title' => 'Γειτονιές', + ], + 'village' => [ + 'title' => 'Χωριό', + ], + 'general' => 'General', + 'map' => 'Map', + 'setting' => 'Setting', +];