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

36 lines
1.1 KiB
PHP

<?php
$txt_str['reclamations'] = [
'reclamations' => 'Reclamație',
'create_reclamation_title' => 'Reclamație nouă',
'reclamation_title' => 'Reclamație',
'status_0' => 'Nouă',
'status_1' => 'Acceptat',
'status_2' => 'Rezolvat',
'handle_1' => 'Reparație',
'handle_2' => 'Schimbare',
'handle_3' => 'Banii inapoi',
'handle_4' => 'Reducere',
'handle_type_1' => 'Reparat',
'handle_type_0' => 'Înlocuire',
'handle_type_2' => 'Rambursare',
'handle_type_3' => 'Respins',
'handle_type_4' => 'Respins, convertit în retur',
'error_item' => 'Această poziție nu poate fi reclamată',
'error_delivery_fields' => 'Datele de expediere sunt obligatorii!',
'error_note' => 'Motivul reclamației este obligatoriu de a fi trecut!',
'step_login' => 'Începem',
'step_products' => 'Selecția produselor',
'step_summary' => 'Completarea datelor',
'step_success' => 'Gata',
'step_login_descr' => 'Reclamația bunurilor',
'step_products_descr' => 'Selectia produselor',
'step_summary_descr' => 'Transport și detalii despre probleme apărute',
];