From 7d9121e605350e79d6a2c293e64f20f303de5910 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:14:30 +0300 Subject: [PATCH] New translations message.php (Italian) --- .../advs-module/resources/lang/it/message.php | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/it/message.php b/addons/default/visiosoft/advs-module/resources/lang/it/message.php index 0135ca5e9..6390b674f 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/it/message.php +++ b/addons/default/visiosoft/advs-module/resources/lang/it/message.php @@ -2,26 +2,24 @@ return [ 'error_added_cart' => 'Il prodotto richiesto รจ attualmente mancante o inattivo', - 'please_buy_package' => 'Si prega di acquistare il pacchetto', '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", - ], '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' => "", + 'success' => true, + 'continueBtn' => "Continue", ], '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', + 'pending_ad_status' => 'Your ad is pending approval by the Editor.', + 'extended' => ':number ad(s) has been extended successfully.', + 'category_not_exist' => 'This category does not exist anymore!', + 'currency_converted' => 'Currency Converted Successfully.', + 'choose_user' => 'Choose a user', + 'owner_updated_successfully' => 'The Owner Has Been Updated Successfully!', ];