first commit
This commit is contained in:
35
web/lang/pl/reclamations.php
Normal file
35
web/lang/pl/reclamations.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
$txt_str['reclamations'] = [
|
||||
'reclamations' => 'Reklamacja',
|
||||
'create_reclamation_title' => 'Nowa reklamacja',
|
||||
'reclamation_title' => 'Reklamacja',
|
||||
|
||||
'status_0' => 'Nowa',
|
||||
'status_1' => 'Jest przetwarzany',
|
||||
'status_2' => 'Ustalone',
|
||||
|
||||
'handle_1' => 'Naprawa',
|
||||
'handle_2' => 'Wymiana',
|
||||
'handle_3' => 'Nota kredytowa (zwrot)',
|
||||
'handle_4' => 'Rabat',
|
||||
|
||||
'handle_type_1' => 'Naprawione',
|
||||
'handle_type_0' => 'Wymiana',
|
||||
'handle_type_2' => 'Zwrot pieniędzy',
|
||||
'handle_type_3' => 'Odrzucone',
|
||||
'handle_type_4' => 'Odrzucone, przekształcić w zwrot',
|
||||
|
||||
'error_item' => 'Ten przedmiot nie podlega reklamacji',
|
||||
'error_delivery_fields' => 'Dane do wysyłki są obowiązkowe!',
|
||||
'error_note' => 'Należy podać powód reklamacji!',
|
||||
|
||||
'step_login' => 'Rozpocząć',
|
||||
'step_products' => 'Wybór towaru',
|
||||
'step_summary' => 'Dostawa i płatność',
|
||||
'step_success' => 'Gotowe',
|
||||
|
||||
'step_login_descr' => 'Reklamacja towaru',
|
||||
'step_products_descr' => 'Wybór produktów',
|
||||
'step_summary_descr' => 'Transport i szczegóły problemu',
|
||||
];
|
||||
Reference in New Issue
Block a user