30 lines
872 B
PHP
30 lines
872 B
PHP
<?php
|
|
|
|
$txt_str['reclamations'] = [
|
|
'reclamations' => 'Reclamations',
|
|
'create_reclamation_title' => 'New reclamation',
|
|
'reclamation_title' => 'Reclamation',
|
|
|
|
'status_0' => 'New',
|
|
'status_1' => 'Accepted',
|
|
'status_2' => 'Completed',
|
|
|
|
'handle_1' => 'Repair',
|
|
'handle_2' => 'Replacement',
|
|
'handle_3' => 'Refund',
|
|
'handle_4' => 'Discount',
|
|
|
|
'error_item' => 'This item cannot be claimed',
|
|
'error_delivery_fields' => 'The delivery address is required!',
|
|
'error_note' => 'The reason of reclamation is require!',
|
|
|
|
'step_login' => 'Start here',
|
|
'step_products' => 'Choose product',
|
|
'step_summary' => 'Shipping and details',
|
|
'step_success' => 'Success',
|
|
|
|
'step_login_descr' => 'Complaints',
|
|
'step_products_descr' => 'Choose product',
|
|
'step_summary_descr' => 'Shipping and description of the issue',
|
|
];
|