20 lines
965 B
PHP
20 lines
965 B
PHP
<?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"',
|
|
];
|