From d6c9d66047efeea8220950a7b6862ab231e8b9e7 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 9 Jan 2020 13:11:11 +0300 Subject: [PATCH] New translations button.php (French) --- .../advs-module/resources/lang/French | 27 ++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/French b/addons/default/visiosoft/advs-module/resources/lang/French index 0eae4be7f..87812eaee 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/French +++ b/addons/default/visiosoft/advs-module/resources/lang/French @@ -1,7 +1,28 @@ 'Ads', - 'name' => 'Ads Module', - 'description' => 'Ads Module', + 'new_adv' => 'New Adv', + 'new_category' => 'New Category', + 'new_country' => 'New Country', + 'new_city' => 'New City', + 'new_district' => 'New District', + 'new_neighborhood' => 'New Neighborhood', + 'new_village' => 'New Village', + 'approve' => "Approve", + 'decline' => 'Decline', + 'extend' => 'Extend', + 'sub_category' => 'Sub Categories', + 'add_sub_category' => 'Add Sub Category', + 'sub_cities' => 'Sub Cities', + 'add_sub_cities' => 'Add Sub City', + 'add_sub_districts' => 'Add Sub District', + 'add_sub_neighborhoods' => 'Add Sub Neighborhood', + 'add_sub_village' => 'Add Sub Village', + 'sub_districts' => 'Sub Districts', + 'sub_neighborhoods' => 'Sub Neighborhoods', + 'sub_village' => 'Sub Village', + 'general_settings' => 'General Settings', + 'update_category' => [ + 'name' => 'Update Category' + ], ];