From f40f68089395989a049b41458ceefbe0b58eefc7 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:19:38 +0300 Subject: [PATCH] New translations button.php (Swedish) --- .../resources/lang/sv/button.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/sv/button.php diff --git a/addons/default/visiosoft/location-module/resources/lang/sv/button.php b/addons/default/visiosoft/location-module/resources/lang/sv/button.php new file mode 100644 index 000000000..f0f692cc3 --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/sv/button.php @@ -0,0 +1,17 @@ + 'Nytt land', + 'new_city' => 'Ny stad', + 'new_district' => 'Nytt distrikt', + 'new_neighborhood' => 'Nytt grannskap', + 'new_village' => 'New Village', + 'sub_cities' => 'Understäder', + 'add_sub_cities' => 'Lägg till Sub City', + 'add_sub_districts' => 'Lägg till Sub District', + 'add_sub_neighborhoods' => 'Lägg till subgrannskap', + 'add_sub_village' => 'Lägg till Sub Village', + 'sub_districts' => 'Underdistrikt', + 'sub_neighborhoods' => 'Undergrannskap', + 'sub_village' => 'Sub Village', +];