From 2ec79042e8f81be68d50a9917060f083135825b4 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:10:08 +0300 Subject: [PATCH] New translations message.php (Spanish) --- .../advs-module/resources/lang/es/message.php | 27 ++++++++++++++++--- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/es/message.php b/addons/default/visiosoft/advs-module/resources/lang/es/message.php index db782f73e..767f0b735 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/es/message.php +++ b/addons/default/visiosoft/advs-module/resources/lang/es/message.php @@ -1,6 +1,25 @@ "El producto solicitado falta actualmente o está inactivo", - "please_buy_package" =>"Por favor compre el paquete" -]; \ No newline at end of file +return [ + 'error_added_cart' => 'El producto solicitado falta actualmente o está inactivo', + '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.', + 'create_ad_with_post_cat' => [ + 'title' => "Category selection has been completed.", + '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!', +];