mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
13 lines
526 B
PHP
13 lines
526 B
PHP
<?php
|
|
|
|
return [
|
|
'error_added_cart' => '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.',
|
|
|
|
];
|