mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
26 lines
1.2 KiB
PHP
26 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'error_added_cart' => 'O produto solicitado está ausente ou inativo no momento',
|
|
'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!',
|
|
];
|