diff --git a/addons/default/visiosoft/advs-module/resources/lang/French b/addons/default/visiosoft/advs-module/resources/lang/French index c6ef2c9b9..2034fdc7b 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/French +++ b/addons/default/visiosoft/advs-module/resources/lang/French @@ -1,27 +1,40 @@ 'Requested product is currently missing or inactive', - 'please_buy_package' => 'Please buy package', - 'please_payment' => 'Please Pay', - 'bank_account_info' => 'Bank account information', - 'agreement' => 'By clicking Post, you agree to our Terms of Use and Privacy Policy acknowledge that you are the rightful owner of this item.', - 'update_category_msg' => 'The classified category will be updated.', - 'updated_category_msg' => 'Category successfully edited.', - 'max_ad_limit' => [ - 'title' => "Your Free Ad Limit is Out.", - 'msg' => "You have reached your free ad limit.", - 'nextBtn' => "Show Ads", - 'cancelBtn' => "or Cancel", - 'link' => "/profile", + 'advs' => [ + 'title' => 'Ads', ], - 'create_ad_with_post_cat' => [ - 'title' => "Post an Ad in just 30 seconds", - 'msg' => "Please DO NOT post multiple ads for the same items or service. All duplicate, spam and wrongly categorized ads will be deleted.", - 'nextBtn' => "Next", - 'cancelBtn' => "or Cancel", - 'link' => "", + 'categories' => [ + 'title' => 'Categories', ], - 'update_category_info' => 'Please update category.', - 'filter_by_search_msg' => 'Filter By Search.', + 'countries' => [ + 'title' => 'Countries', + ], + 'cities' => [ + 'title' => 'Cities', + ], + 'districts' => [ + 'title' => 'Districts', + ], + 'neighborhoods' => [ + 'title' => 'Neighborhoods', + ], + 'village' => [ + 'title' => 'Village', + ], + 'custom_fields' => [ + 'title' => 'Custom fields', + ], + 'custom_field_advs' => [ + 'title' => 'Custom field ads', + ], + 'cf_values' => [ + 'title' => 'Cf values', + ], + 'fields' => [ + 'title' => 'Custom Fields' + ], + 'assets_clear' => [ + 'name' => 'Assets Clear' + ] ];