36 lines
1.1 KiB
PHP
36 lines
1.1 KiB
PHP
<?php
|
|
|
|
$txt_str['reclamations'] = [
|
|
'reclamations' => 'Nõuded',
|
|
'create_reclamation_title' => 'Uus nõue',
|
|
'reclamation_title' => 'Nõuded',
|
|
|
|
'status_0' => 'Uus',
|
|
'status_1' => 'Vastu võetud ',
|
|
'status_2' => 'Töödeldud',
|
|
|
|
'handle_1' => 'Parandamine',
|
|
'handle_2' => 'Asendus',
|
|
'handle_3' => 'Kreeditarve',
|
|
'handle_4' => 'Soodustus',
|
|
|
|
'handle_type_1' => 'Parandatud',
|
|
'handle_type_0' => 'Asendatud',
|
|
'handle_type_2' => 'Raha tagastatud',
|
|
'handle_type_3' => 'Tagasi lükatud',
|
|
'handle_type_4' => 'Tagasi lükatud, teisendada tagastuseks',
|
|
|
|
'error_item' => 'Seda toodet ei saa reklamatsiooni esitada',
|
|
'error_delivery_fields' => 'Kohaletoimetamise andmed on kohustuslikud!',
|
|
'error_note' => 'Reklamatsiooni põhjus tuleb märkida!',
|
|
|
|
'step_login' => 'Alustame',
|
|
'step_products' => 'Toote valimine',
|
|
'step_summary' => 'Tarne ja üksikasjad',
|
|
'step_success' => 'Valmis',
|
|
|
|
'step_login_descr' => 'Kauba reklamatsioon',
|
|
'step_products_descr' => 'Toodete valimine',
|
|
'step_summary_descr' => 'Tarne ja probleemide üksikasjad',
|
|
];
|