8 lines
509 B
PHP
8 lines
509 B
PHP
<?php
|
|
|
|
return [
|
|
'Coupon code can\'t be empty' => 'Il codice di sconto non può essere vuoto',
|
|
'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.' => 'Grazie per l\'inscrizione! Ti terremo aggiornato ogni volta che abbiamo eventuali nuovi aggiornamenti.',
|
|
'You should <a href="%sign">sign in</a> or <a href="%register">register</a> to use this coupon' => 'Dovresti <a href="%sign"> accedere</a> o <a href="%register"> registrarti</a> per utilizzare questo coupon',
|
|
];
|