Files
phpvms/resources/lang/it/frontend.php
2018-05-21 10:32:38 -05:00

22 lines
446 B
PHP

<?php
return [
'emails' => [
'whoops' => 'Ops',
'hello' => 'Ciao',
'regards' => 'Saluti',
'buttontroubles' => [
'Se hai problemi a cliccare il bottone ":actiontext",',
'copia e incolla l\'URL qui sotto nel tuo browser:',
],
'allrightsreserved' => 'Tutti i Diritti Riservati',
],
'downloads' => [
'nodownloads' => 'Non ci sono downloads!',
],
];