first commit
This commit is contained in:
35
web/lang/it/reclamations.php
Normal file
35
web/lang/it/reclamations.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
$txt_str['reclamations'] = [
|
||||
'reclamations' => 'Reclami',
|
||||
'create_reclamation_title' => 'Nuovo reclamo',
|
||||
'reclamation_title' => 'Reclami',
|
||||
|
||||
'status_0' => 'Nuovo',
|
||||
'status_1' => 'Accettato',
|
||||
'status_2' => 'Gestito',
|
||||
|
||||
'handle_1' => 'Riparazione',
|
||||
'handle_2' => 'Cambio',
|
||||
'handle_3' => 'Nota di credito (rimborso)',
|
||||
'handle_4' => 'Sconto',
|
||||
|
||||
'handle_type_1' => 'Riparato',
|
||||
'handle_type_0' => 'Sostituzione',
|
||||
'handle_type_2' => 'Rimborso',
|
||||
'handle_type_3' => 'Rifiutato',
|
||||
'handle_type_4' => 'Rifiutato, convertire in reso',
|
||||
|
||||
'error_item' => 'Questo articolo non può essere oggetto di reclamo',
|
||||
'error_delivery_fields' => 'I dettagli della consegna sono obbligatori!',
|
||||
'error_note' => 'Il motivo del reclamo deve essere indicato!',
|
||||
|
||||
'step_login' => 'Iniziamo',
|
||||
'step_products' => 'Selezione del prodotto',
|
||||
'step_summary' => 'Spedizione e dettagli',
|
||||
'step_success' => 'Fatto',
|
||||
|
||||
'step_login_descr' => 'Reclami dei prodotti',
|
||||
'step_products_descr' => 'Selezione dei prodotti',
|
||||
'step_summary_descr' => 'Spedizione e dettagli del problema',
|
||||
];
|
||||
Reference in New Issue
Block a user