From 6c520848649e88e9925cdd1412d81490a1725b3c Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 9 Jan 2020 13:11:31 +0300 Subject: [PATCH] New translations permission.php (Turkish) --- .../advs-module/resources/lang/Turkish | 67 +++++++++++++------ 1 file changed, 46 insertions(+), 21 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/Turkish b/addons/default/visiosoft/advs-module/resources/lang/Turkish index c6ef2c9b9..762eea4c9 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/Turkish +++ b/addons/default/visiosoft/advs-module/resources/lang/Turkish @@ -1,27 +1,52 @@ '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' => [ + 'name' => 'Ads', + 'option' => [ + 'read' => 'Can read ads?', + 'write' => 'Can create/edit ads?', + 'delete' => 'Can delete 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' => [ + 'name' => 'Categories', + 'option' => [ + 'read' => 'Can read categories?', + 'write' => 'Can create/edit categories?', + 'delete' => 'Can delete categories?', + ], + ], + 'village' => [ + 'name' => 'Village', + 'option' => [ + 'read' => 'Can read village?', + 'write' => 'Can create/edit village?', + 'delete' => 'Can delete village?', + ], + ], + 'custom_fields' => [ + 'name' => 'Custom fields', + 'option' => [ + 'read' => 'Can read custom fields?', + 'write' => 'Can create/edit custom fields?', + 'delete' => 'Can delete custom fields?', + ], + ], + 'custom_field_advs' => [ + 'name' => 'Custom field ads', + 'option' => [ + 'read' => 'Can read custom field ads?', + 'write' => 'Can create/edit custom field ads?', + 'delete' => 'Can delete custom field ads?', + ], + ], + 'cf_values' => [ + 'name' => 'Cf values', + 'option' => [ + 'read' => 'Can read cf values?', + 'write' => 'Can create/edit cf values?', + 'delete' => 'Can delete cf values?', + ], ], - 'update_category_info' => 'Please update category.', - 'filter_by_search_msg' => 'Filter By Search.', ];