mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Update language files (i18n/*.php).
- Add missing key - 'Your certificate will be ...' (en.php) - 'no notifications' - 'configure' - Fix several typos - Sort keys - Remove certain comments
This commit is contained in:
parent
f427c196f1
commit
46302f6fe1
29 changed files with 296 additions and 280 deletions
|
@ -41,6 +41,8 @@ $LANG['it'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Nuovo Utente',
|
||||
'Add Domain' => 'Nuovo Dominio',
|
||||
'Add Web Domain' => 'Nuovo Dominio',
|
||||
|
@ -108,6 +110,7 @@ $LANG['it'] = array(
|
|||
'disable autoupdate' => 'disabilita aggiornamenti automatici',
|
||||
'turn on notifications' => 'abilita notifiche',
|
||||
'turn off notifications' => 'disabilita notifiche',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Aggiunta Utente',
|
||||
'Editing User' => 'Modifica Utente',
|
||||
|
@ -250,6 +253,7 @@ $LANG['it'] = array(
|
|||
'MySQL Usage on localhost' => 'Utilizzo MySQL su localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Utilizzo PostgreSQL su localhost',
|
||||
'Bandwidth Usage eth0' => 'Utilizzo banda su eth0',
|
||||
'Bandwidth Usage eth1' => 'Utilizzo banda su eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'Utilizzo FTP',
|
||||
'SSH Usage' => 'Utilizzo SSH',
|
||||
|
@ -449,7 +453,7 @@ $LANG['it'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Il pacchetto <a href="/edit/package/?package=%s"><b>%s</b></a> è stato creato con successo.',
|
||||
'SSL_GENERATED_OK' => 'Il certificato e stato generato con successo.',
|
||||
'RULE_CREATED_OK' => 'Regola e stato creato con successo.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Gli aggiornamenti automatici sono stati abilitati',
|
||||
'Autoupdate has been successfully disabled' => 'Gli aggiornamenti automatici sono stati disabilitati',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Rendicontazione cronjob sono stati abilitati',
|
||||
|
@ -525,7 +529,7 @@ $LANG['it'] = array(
|
|||
'Confirm Password' => 'Conferma Password',
|
||||
'Reset' => 'Reset',
|
||||
'Reset Code' => 'Codice Reset',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Il codice di reset per la tua password ti è stato inviato per email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Password Reset per %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Per fare il reset della password per il pannello di controllo clicca sul link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternativamente puoi andare su https://%s/reset/?action=code&user=%s e inserire questo codice di reset:\n%s\n\nSe non hai richiesto il reset della tua password, ignora questa email.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['it'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Hit',
|
||||
'to reload the page' => 'to reload the page',
|
||||
'Directory name cannot be empty' => 'Directory name cannot be empty',
|
||||
|
@ -625,7 +629,7 @@ $LANG['it'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -706,9 +710,6 @@ $LANG['it'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue