From acc4423ab974299077c3f67eeacb4ef802dc473b Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Mon, 30 Mar 2020 17:28:31 +0300 Subject: [PATCH] New translations section.php (German) --- .../resources/lang/de/section.php | 43 +++++++++---------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/de/section.php b/addons/default/visiosoft/location-module/resources/lang/de/section.php index 4c0f58430..e0f599be9 100644 --- a/addons/default/visiosoft/location-module/resources/lang/de/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/de/section.php @@ -1,25 +1,22 @@ [ - "title" =>"Länder", - - ], - "cities" => [ - "title" =>"Städte", - - ], - "districts" => [ - "title" =>"Bezirke", - - ], - "neighborhoods" => [ - "title" =>"Nachbarschaften", - - ], - "village" => [ - "title" =>"Dorf", - - ], - -]; \ No newline at end of file +return [ + 'countries' => [ + 'title' => 'Länder', + ], + 'cities' => [ + 'title' => 'Städte', + ], + 'districts' => [ + 'title' => 'Bezirke', + ], + 'neighborhoods' => [ + 'title' => 'Nachbarschaften', + ], + 'village' => [ + 'title' => 'Dorf', + ], + 'general' => 'Allgemeines', + 'map' => 'Karte', + 'setting' => 'Rahmen', +];