From d08cc90799c7d17c6726070eeb41a08ba908c2b3 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Mon, 30 Mar 2020 17:29:50 +0300 Subject: [PATCH] New translations button.php (German) --- .../resources/lang/de/button.php | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/de/button.php b/addons/default/visiosoft/location-module/resources/lang/de/button.php index 1b93abb90..479d6931d 100644 --- a/addons/default/visiosoft/location-module/resources/lang/de/button.php +++ b/addons/default/visiosoft/location-module/resources/lang/de/button.php @@ -1,17 +1,17 @@ "Neues Land", - "new_city" =>"Neue Stadt", - "new_district" =>"Neuer Bezirk", - "new_neighborhood" =>"Neue Nachbarschaft", - "new_village" =>"Neues Dorf", - "sub_cities" =>"Sub Cities", - "add_sub_cities" =>"Sub City hinzufügen", - "add_sub_districts" =>"Unterbezirk hinzufügen", - "add_sub_neighborhoods" =>"Sub Neighborhood hinzufügen", - "add_sub_village" =>"Sub Village hinzufügen", - "sub_districts" =>"Unterbezirke", - "sub_neighborhoods" =>"Sub-Nachbarschaften", - "sub_village" =>"Sub Village" -]; \ No newline at end of file +return [ + 'new_country' => 'Neues Land', + 'new_city' => 'Neue Stadt', + 'new_district' => 'Neuer Bezirk', + 'new_neighborhood' => 'Neue Nachbarschaft', + 'new_village' => 'Neues Dorf', + 'sub_cities' => 'Unterstädte', + 'add_sub_cities' => 'Sub City hinzufügen', + 'add_sub_districts' => 'Unterbezirk hinzufügen', + 'add_sub_neighborhoods' => 'Sub Neighborhood hinzufügen', + 'add_sub_village' => 'Sub Village hinzufügen', + 'sub_districts' => 'Unterbezirke', + 'sub_neighborhoods' => 'Sub-Nachbarschaften', + 'sub_village' => 'Unterdorf', +];