Files
kupshop/web/lang/pl/reclamations.php
2025-08-02 16:30:27 +02:00

36 lines
1.1 KiB
PHP

<?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',
];