first commit
This commit is contained in:
19
web/lang/it/bonus_program.php
Normal file
19
web/lang/it/bonus_program.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
$txt_str['bonus_program'] = [
|
||||
'bonus_program_title' => 'Programma fedeltà',
|
||||
'returnNav' => 'Programma fedeltà',
|
||||
'points_added' => "Questo acquisto sarà accreditato con {POINTS} punti sul conto dell'utente.",
|
||||
'points_added_other_receiver' => "Questo acquisto sarà accreditato con {POINTS} punti sul conto {USER} dell'utente.",
|
||||
'points_lost' => 'Rimozione di punti per inattività.',
|
||||
'note_order_points_added' => "Numero dell'ordine %s",
|
||||
'note_order_points_added_other_receiver' => 'Ordine affiliato %s',
|
||||
'note_order_points_redeem' => "Applicato all'ordine %s",
|
||||
|
||||
'exchangeTitle' => 'Cambio punti',
|
||||
'couponTitle' => 'I miei buoni',
|
||||
'bonusPointsExchanged' => 'I punti sono stati cambiati con successo. Puoi trovare il tuo premio nella sezione "I miei buoni".',
|
||||
'bonusPointsNotExchangedError' => 'Non è stato possibile cambiare i punti.',
|
||||
|
||||
'exchangeLogMessage' => '%s Punti cambiati con il buono "%s"',
|
||||
];
|
||||
Reference in New Issue
Block a user