38 lines
1.2 KiB
PHP
38 lines
1.2 KiB
PHP
<?php
|
|
|
|
$txt_str['reclamations'] = [
|
|
'reclamations' => 'Reklamationen',
|
|
'create_reclamation_title' => 'Neu Reklamationen',
|
|
'reclamation_title' => 'Reklamation',
|
|
|
|
'status_0' => 'Neu',
|
|
'status_1' => 'Akzeptiert',
|
|
'status_2' => 'Abgeschlossen',
|
|
|
|
'handle_1' => 'Reparatur',
|
|
'handle_2' => 'Warenumtasch',
|
|
'handle_3' => 'Rückerstattung',
|
|
'handle_4' => 'Rabatt',
|
|
|
|
'handle_type_1' => 'Repariert',
|
|
'handle_type_0' => 'Austausch',
|
|
'handle_type_2' => 'Rückerstattung',
|
|
'handle_type_3' => 'Abgelehnt',
|
|
'handle_type_4' => 'Abgelehnt, in Rückgabe umwandeln',
|
|
|
|
'error_item' => 'Dieser Artikel kann nicht beansprucht werden',
|
|
'error_delivery_fields' => 'Die Lieferadresse ist erforderlich!',
|
|
'error_note' => 'Der Reklamationsgrund ist erforderlich!',
|
|
|
|
'error_no_items' => 'Sie müssen mindestens ein Produkt auswählen, um fortzufahren.',
|
|
|
|
'step_login' => 'Los geht\'s',
|
|
'step_products' => 'Produktauswahl',
|
|
'step_summary' => 'Ihre Daten',
|
|
'step_success' => 'Fertig',
|
|
|
|
'step_login_descr' => 'Reklamation',
|
|
'step_products_descr' => 'Auswahl von Produkten',
|
|
'step_summary_descr' => 'Lieferung und Problemdetails',
|
|
];
|