From 4734f47a34797b5703a80dde310991bf4959fd7d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 12 Feb 2020 13:17:45 +0300 Subject: [PATCH] New translations message.php (Albanian) --- .../advs-module/resources/lang/sq/message.php | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 addons/default/visiosoft/advs-module/resources/lang/sq/message.php diff --git a/addons/default/visiosoft/advs-module/resources/lang/sq/message.php b/addons/default/visiosoft/advs-module/resources/lang/sq/message.php new file mode 100644 index 000000000..6b2ecade3 --- /dev/null +++ b/addons/default/visiosoft/advs-module/resources/lang/sq/message.php @@ -0,0 +1,28 @@ + '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", + ], + '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' => "", + ], + 'update_category_info' => 'Please update category.', + 'filter_by_search_msg' => 'Filter By Search.', + 'delete_author_error' => 'You cannot delete a post that does not belong to you', + 'success_delete' => 'Ad Deleted', +];