From 29129d5ea78d723914b114c58730fc680f2e3a9e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:13:25 +0300 Subject: [PATCH] New translations button.php (Dutch) --- .../advs-module/resources/lang/nl/button.php | 54 +++++++++++-------- 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/nl/button.php b/addons/default/visiosoft/advs-module/resources/lang/nl/button.php index 5a57c0998..e9ad65619 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/nl/button.php +++ b/addons/default/visiosoft/advs-module/resources/lang/nl/button.php @@ -1,24 +1,34 @@ "Nieuwe Adv", - "new_category" =>"Nieuwe categorie", - "new_country" =>"Nieuw Land", - "new_city" =>"Nieuwe stad", - "new_district" =>"Nieuw district", - "new_neighborhood" =>"Nieuwe buurt", - "new_village" =>"Nieuw dorp", - "approve" =>"Goedkeuren", - "decline" =>"Afwijzen", - "sub_category" =>"Subcategorieƫn", - "add_sub_category" =>"Subcategorie toevoegen", - "sub_cities" =>"Substeden", - "add_sub_cities" =>"Substad toevoegen", - "add_sub_districts" =>"Subdistrict toevoegen", - "add_sub_neighborhoods" =>"Subomgeving toevoegen", - "add_sub_village" =>"Subdorp toevoegen", - "sub_districts" =>"Subdistricten", - "sub_neighborhoods" =>"Sub Buurten", - "sub_village" =>"Sub Village", - "general_settings" =>"Algemene instellingen" -]; \ No newline at end of file +return [ + 'new_adv' => 'Nieuwe Adv', + 'new_category' => 'Nieuwe categorie', + 'new_country' => 'Nieuw Land', + 'new_city' => 'Nieuwe stad', + 'new_district' => 'Nieuw district', + 'new_neighborhood' => 'Nieuwe buurt', + 'new_village' => 'Nieuw dorp', + 'edit' => "Edit", + 'approve' => "Goedkeuren", + 'decline' => 'Afwijzen', + 'extend' => 'Extend', + 'extend_all' => 'Extend All', + 'convert_currency' => 'Convert Currency', + 'categories' => 'Categories', + 'sub_category' => 'Subcategorieƫn', + 'add_sub_category' => 'Subcategorie toevoegen', + 'sub_cities' => 'Substeden', + 'add_sub_cities' => 'Substad toevoegen', + 'add_sub_districts' => 'Subdistrict toevoegen', + 'add_sub_neighborhoods' => 'Subomgeving toevoegen', + 'add_sub_village' => 'Subdorp toevoegen', + 'sub_districts' => 'Subdistricten', + 'sub_neighborhoods' => 'Sub Buurten', + 'sub_village' => 'Sub Village', + 'general_settings' => 'Algemene instellingen', + 'save_category' => 'Save Category', + 'change_owner' => 'Change Owner', + 'update_category' => [ + 'name' => 'Update Category' + ], +];