mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-23 14:00:24 -08:00
761 lines
32 KiB
PHP
761 lines
32 KiB
PHP
<?php
|
|
/**
|
|
* Vesta language file
|
|
* Fabio Cagliero - fab120 (fabio@webnuvola.com)
|
|
* https://github.com/fab120/ - https://facebook.com/fab120
|
|
*/
|
|
|
|
$LANG['it'] = array(
|
|
'Packages' => 'Pacchetti',
|
|
'IP' => 'IP',
|
|
'Graphs' => 'Grafici',
|
|
'Statistics' => 'Statistiche',
|
|
'Log' => 'Log',
|
|
'Server' => 'Server',
|
|
'Services' => 'Servizi',
|
|
'Firewall' => 'Firewall',
|
|
'Updates' => 'Aggiornamenti',
|
|
'Log in' => 'Log in',
|
|
'Log out' => 'Log out',
|
|
|
|
'USER' => 'USER',
|
|
'WEB' => 'WEB',
|
|
'DNS' => 'DNS',
|
|
'MAIL' => 'MAIL',
|
|
'DB' => 'DB',
|
|
'CRON' => 'CRON',
|
|
'BACKUP' => 'BACKUP',
|
|
|
|
'LOGIN' => 'LOGIN',
|
|
'RESET PASSWORD' => 'RESET PASSWORD',
|
|
'SEARCH' => 'SEARCH',
|
|
'PACKAGE' => 'PACKAGE',
|
|
'RRD' => 'RRD',
|
|
'STATS' => 'STATS',
|
|
'LOG' => 'LOG',
|
|
'UPDATES' => 'UPDATES',
|
|
'FIREWALL' => 'FIREWALL',
|
|
'SERVER' => 'SERVER',
|
|
'MEMORY' => 'MEMORY',
|
|
'DISK' => 'DISK',
|
|
'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',
|
|
'Add DNS Domain' => 'Nuova Zona DNS',
|
|
'Add DNS Record' => 'Nuovo Record',
|
|
'Add Mail Domain' => 'Nuovo Dominio',
|
|
'Add Mail Account' => 'Nuovo Account',
|
|
'Add Database' => 'Nuovo Database',
|
|
'Add Cron Job' => 'Nuovo Cron Job',
|
|
'Create Backup' => 'Crea Backup',
|
|
'Configure' => 'Configura',
|
|
'Restore All' => 'Ripristina Tutto',
|
|
'Add Package' => 'Nuovo Pacchetto',
|
|
'Add IP' => 'Aggiungi IP',
|
|
'Add Rule' => 'Aggiungi regola',
|
|
'Ban IP Address' => 'Bloccare IP',
|
|
'Search' => 'Cerca',
|
|
'Add one more FTP Account' => 'Nuovo account FTP',
|
|
'Overall Statistics' => 'Statistiche Generali',
|
|
'Daily' => 'Giornaliero',
|
|
'Weekly' => 'Settimanale',
|
|
'Monthly' => 'Mensile',
|
|
'Yearly' => 'Annuale',
|
|
'Add' => 'Aggiungi',
|
|
'Back' => 'Indietro',
|
|
'Save' => 'Salva',
|
|
'Submit' => 'Invia',
|
|
|
|
'toggle all' => 'inverti tutti',
|
|
'apply to selected' => 'applica ai selezionati',
|
|
'rebuild' => 'ricostruisci',
|
|
'rebuild web' => 'ricostruisci web',
|
|
'rebuild dns' => 'ricostruisci dns',
|
|
'rebuild mail' => 'ricostruisci mail',
|
|
'rebuild db' => 'ricostruisci db',
|
|
'rebuild cron' => 'ricostruisci cron',
|
|
'update counters' => 'aggiorna contatori',
|
|
'suspend' => 'sospendi',
|
|
'unsuspend' => 'riabilita',
|
|
'delete' => 'cancella',
|
|
'show per user' => 'mostra per utente',
|
|
'login as' => 'accedi come',
|
|
'logout' => 'logout',
|
|
'edit' => 'modifica',
|
|
'open webstats' => 'apri webstats',
|
|
'view logs' => 'visualizza logs',
|
|
'list records' => 'mostra %s record',
|
|
'add record' => 'nuovo record',
|
|
'list accounts' => 'mostra %s account',
|
|
'add account' => 'aggiungi account',
|
|
'open webmail' => 'apri webmail',
|
|
'list fail2ban' => 'mostra fail2ban',
|
|
'open %s' => 'apri %s',
|
|
'download' => 'download',
|
|
'restore' => 'ripristina',
|
|
'configure restore settings' => 'configure restore settings',
|
|
'stop' => 'ferma',
|
|
'start' => 'avvia',
|
|
'restart' => 'riavvia',
|
|
'update' => 'aggiorna',
|
|
'generate' => 'genera',
|
|
'Generate CSR' => 'Genera CSR',
|
|
'reread IP' => 'rileggi IP',
|
|
'enable autoupdate' => 'abilita aggiornamenti automatici',
|
|
'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',
|
|
'Adding Domain' => 'Aggiunta Dominio',
|
|
'Editing Domain' => 'Modifica Dominio',
|
|
'Adding DNS Domain' => 'Aggiunta Dominio DNS',
|
|
'Editing DNS Domain' => 'Modifica Dominio DNS',
|
|
'Adding DNS Record' => 'Aggiunta Record DNS',
|
|
'Editing DNS Record' => 'Modifica Record DNS',
|
|
'Adding Mail Domain' => 'Aggiunta Dominio Mail',
|
|
'Editing Mail Domain' => 'Modifica Dominio Mail',
|
|
'Adding Mail Account' => 'Aggiunta Account Mail',
|
|
'Editing Mail Account' => 'Modifica Account Mail',
|
|
'Adding database' => 'Aggiunta database',
|
|
'Editing Cron Job' => 'Modifica Cron Job',
|
|
'Adding Cron Job' => 'Aggiunta Cron Job',
|
|
'Editing Database' => 'Modifica Database',
|
|
'Adding Package' => 'Aggiunta Pacchetto',
|
|
'Editing Package' => 'Modifica Pacchetto',
|
|
'Adding IP address' => 'Aggiunta Indirizzo IP',
|
|
'Editing IP Address' => 'Modifica Indirizzo IP',
|
|
'Editing Backup Exclusions' => 'Modifica Esclusioni Backup',
|
|
'Generating CSR' => 'Genera CSR',
|
|
'Listing' => 'Lista',
|
|
'Search Results' => 'Risultati Ricerca',
|
|
'Adding Firewall Rule' => 'Aggiunta regola firewall',
|
|
'Editing Firewall Rule' => 'Modifica regola firewall',
|
|
'Adding IP Address to Banlist' => 'Aggiunta IP nella lista nerat',
|
|
|
|
'active' => 'attivo',
|
|
'spnd' => 'sospeso',
|
|
'suspended' => 'sospeso',
|
|
'running' => 'in esecuzione',
|
|
'stopped' => 'fermato',
|
|
'outdated' => 'obsoleto',
|
|
'updated' => 'aggiornato',
|
|
|
|
'yes' => 'si',
|
|
'no' => 'no',
|
|
'none' => 'nessuno',
|
|
'pb' => 'pb',
|
|
'tb' => 'tb',
|
|
'gb' => 'gb',
|
|
'mb' => 'mb',
|
|
'minute' => 'minuto',
|
|
'hour' => 'ora',
|
|
'day' => 'giorno',
|
|
'days' => 'giorni',
|
|
'hours' => 'ore',
|
|
'minutes' => 'minuti',
|
|
'month' => 'mese',
|
|
'package' => 'pacchetto',
|
|
'Bandwidth' => 'Banda',
|
|
'Disk' => 'Disco',
|
|
'Web' => 'Web',
|
|
'Mail' => 'Mail',
|
|
'Databases' => 'Databases',
|
|
'User Directories' => 'Directories Utente',
|
|
'Template' => 'Template',
|
|
'Web Template' => 'Web Template',
|
|
'Backend Template' => 'Backend Template',
|
|
'Proxy Template' =>'Proxy Template',
|
|
'DNS Template' => 'DNS Template',
|
|
'Web Domains' => 'Domini Web',
|
|
'SSL Domains' => 'Domini SSL',
|
|
'Web Aliases' => 'Alias Web',
|
|
'per domain' => 'per dominio',
|
|
'DNS Domains' => 'Zone DNS',
|
|
'DNS domains' => 'Zone DNS',
|
|
'DNS records' => 'Record DNS',
|
|
'Name Servers' => 'Name Servers',
|
|
'Mail Domains' => 'Domini Mail',
|
|
'Mail Accounts' => 'Account Mail',
|
|
'Cron Jobs' => 'Cron Jobs',
|
|
'SSH Access' => 'Accesso SSH',
|
|
'IP Address' => 'IP Address',
|
|
'IP Addresses' => 'Indirizzi IP',
|
|
'Backups' => 'Backups',
|
|
'Backup System' => 'Sistema Backup',
|
|
'backup exclusions' => 'esclusioni backup',
|
|
'template' => 'template',
|
|
'SSL Support' => 'Supporto SSL',
|
|
'SSL Home Directory' => 'SSL Home',
|
|
'Lets Encrypt Support' => 'Lets Encrypt Support',
|
|
'Lets Encrypt' => 'Lets Encrypt',
|
|
'You can add LetsEncrypt after adding domain, just EDIT this domain later' => 'You can add LetsEncrypt after adding domain, just EDIT this domain later',
|
|
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
|
|
'Proxy Support' => 'Supporto Proxy',
|
|
'Proxy Extensions' => 'Estensioni Proxy',
|
|
'Web Statistics' => 'Statistiche Web',
|
|
'Additional FTP Account' => 'FTP Addizionali',
|
|
'Path' => 'Path',
|
|
'SOA' => 'SOA',
|
|
'TTL' => 'TTL',
|
|
'Expire' => 'Scadenza',
|
|
'Records' => 'Record',
|
|
'Serial' => 'Serial',
|
|
'Catchall email' => 'Catchall email',
|
|
'AntiVirus Support' => 'Supporto AntiVirus',
|
|
'AntiSpam Support' => 'Supporto AntiSpam',
|
|
'DKIM Support' => 'Supporto DKIM',
|
|
'Accounts' => 'Account',
|
|
'Quota' => 'Quota',
|
|
'Autoreply' => 'Autorisposta',
|
|
'Forward to' => 'Inoltra a',
|
|
'Do not store forwarded mail' => 'Non salvare le email inoltrate',
|
|
'IMAP hostname' => 'IMAP hostname',
|
|
'IMAP port' => 'IMAP port',
|
|
'IMAP security' => 'IMAP security',
|
|
'IMAP auth method' => 'IMAP auth method',
|
|
'SMTP hostname' => 'SMTP hostname',
|
|
'SMTP port' => 'SMTP port',
|
|
'SMTP security' => 'SMTP security',
|
|
'SMTP auth method' => 'SMTP auth method',
|
|
'STARTTLS' => 'STARTTLS',
|
|
'Normal password' => 'Normal password',
|
|
'database' => 'database',
|
|
'User' => 'Utente',
|
|
'Host' => 'Host',
|
|
'Charset' => 'Charset',
|
|
'Min' => 'Minuto',
|
|
'Hour' => 'Ora',
|
|
'Day' => 'Giorno',
|
|
'Month' => 'Mese',
|
|
'Day of week' => 'Giorno della settimana',
|
|
'local' => 'local',
|
|
'Run Time' => 'Tempo di Esecuzione',
|
|
'Backup Size' => 'Dimensioni Backup',
|
|
'SYS' => 'SYS',
|
|
'Domains' => 'Domini',
|
|
'Status' => 'Stato',
|
|
'shared' => 'condiviso',
|
|
'dedicated' => 'dedicato',
|
|
'Owner' => 'Proprietario',
|
|
'Users' => 'Utenti',
|
|
'Load Average' => 'Carico Medio',
|
|
'Memory Usage' => 'Uso Memoria',
|
|
'APACHE2 Usage' => 'APACHE2 Usage',
|
|
'HTTPD Usage' => 'Utilizzo HTTPD',
|
|
'NGINX Usage' => 'Utilizzo NGINX',
|
|
'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',
|
|
'reverse proxy' => 'reverse proxy',
|
|
'web server' => 'web server',
|
|
'dns server' => 'dns server',
|
|
'mail server' => 'mail server',
|
|
'pop/imap server' => 'pop/imap server',
|
|
'email antivirus' => 'email antivirus',
|
|
'email antispam' => 'email antispam',
|
|
'database server' => 'database server',
|
|
'ftp server' => 'ftp server',
|
|
'job scheduler' => 'job scheduler',
|
|
'firewall' => 'firewall',
|
|
'brute-force monitor' => 'brute-force monitor',
|
|
'CPU' => 'CPU',
|
|
'Memory' => 'Memoria',
|
|
'Uptime' => 'Uptime',
|
|
'core package' => 'pacchetto di sistema',
|
|
'php interpreter' => 'interprete php',
|
|
'internal web server' => 'web server interno',
|
|
'Version' => 'Versione',
|
|
'Release' => 'Release',
|
|
'Architecture' => 'Architettura',
|
|
'Object' => 'Oggetto',
|
|
'Username' => 'Username',
|
|
'Password' => 'Password',
|
|
'Email' => 'Email',
|
|
'Package' => 'Pacchetto',
|
|
'Language' => 'Lingua',
|
|
'First Name' => 'Nome',
|
|
'Last Name' => 'Cognome',
|
|
'Send login credentials to email address' => 'Invia le credenziali di login per email',
|
|
'Default Template' => 'Default Template',
|
|
'Default Name Servers' => 'Default Name Servers',
|
|
'Domain' => 'Dominio',
|
|
'DNS Support' => 'Supporto DNS',
|
|
'Mail Support' => 'Supporto Mail',
|
|
'Advanced options' => 'Opzioni Avanzate',
|
|
'Basic options' => 'Basic options',
|
|
'Aliases' => 'Alias Dominio',
|
|
'SSL Certificate' => 'Certificato SSL',
|
|
'SSL Key' => 'SSL Key',
|
|
'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediate',
|
|
'SSL CSR' => 'SSL CSR',
|
|
'optional' => 'opzionale',
|
|
'internal' => 'interno',
|
|
'Statistics Authorization' => 'Autorizzazione Statistiche',
|
|
'Statistics Auth' => 'Statistiche Auth',
|
|
'Account' => 'Account',
|
|
'Prefix will be automaticaly added to username' => "Il prefisso %s verrà automatiamente aggiunto all'username",
|
|
'Send FTP credentials to email' => 'Invia le credenziali FTP per email',
|
|
'Expiration Date' => 'Data di scadenza',
|
|
'YYYY-MM-DD' => 'YYYY-MM-DD',
|
|
'Name servers' => 'Name servers',
|
|
'Record' => 'Record',
|
|
'IP or Value' => 'IP o Valore',
|
|
'Priority' => 'Priorità',
|
|
'Record Number' => 'Numero Record',
|
|
'in megabytes' => 'in megabytes',
|
|
'Message' => 'Messaggio',
|
|
'use local-part' => 'usa local-part',
|
|
'one or more email addresses' => 'uno o più indirizzi email',
|
|
'Prefix will be automaticaly added to database name and database user' => "Il prefisso %s verrà automatiamente aggiunto al nome e all'utente del database",
|
|
'Database' => 'Database',
|
|
'Type' => 'Tipo',
|
|
'Minute' => 'Minuto',
|
|
'Command' => 'Comando',
|
|
'Package Name' => 'Nome Pacchetto',
|
|
'Netmask' => 'Netmask',
|
|
'Interface' => 'Interfaccia',
|
|
'Shared' => 'Condiviso',
|
|
'Assigned user' => 'Utente Assegnato',
|
|
'Assigned domain' => 'Dominio Assegnato',
|
|
'NAT IP association' => 'Associazione IP NAT',
|
|
'shell' => 'shell',
|
|
'web domains' => 'domini web',
|
|
'web aliases' => 'aliases web',
|
|
'dns records' => 'record dns',
|
|
'mail domains' => 'domini mail',
|
|
'mail accounts' => 'account mail',
|
|
'accounts' => 'account',
|
|
'databases' => 'database',
|
|
'cron jobs' => 'cron jobs',
|
|
'backups' => 'backups',
|
|
'quota' => 'quota',
|
|
'day of week' => 'giorno della settimanta',
|
|
'cmd' => 'cmd',
|
|
'users' => 'users',
|
|
'domains' => 'domini',
|
|
'aliases' => 'alias',
|
|
'records' => 'record',
|
|
'jobs' => 'jobs',
|
|
'username' => 'username',
|
|
'password' => 'password',
|
|
'type' => 'tipo',
|
|
'charset' => 'charset',
|
|
'domain' => 'dominio',
|
|
'ip' => 'ip',
|
|
'ip address' => 'indirizzo ip',
|
|
'IP address' => 'indirizzo IP',
|
|
'netmask' => 'netmask',
|
|
'interface' => 'interfaccia',
|
|
'assigned user' => 'utente assegnato',
|
|
'ns1' => 'ns1',
|
|
'ns2' => 'ns2',
|
|
'user' => 'user',
|
|
'email' => 'email',
|
|
'first name' => 'nome',
|
|
'last name' => 'cognome',
|
|
'account' => 'account',
|
|
'ssl certificate' => 'certificato ssl',
|
|
'ssl key' => 'key ssl',
|
|
'stats user password' => 'stats user password',
|
|
'stats username' => 'stats username',
|
|
'stats password' => 'stats password',
|
|
'ftp user password' => 'ftp user password',
|
|
'ftp user' => 'ftp user',
|
|
'Last 70 lines of %s.%s.log' => 'Ultime 70 righe di %s.%s.log',
|
|
'AccessLog' => 'AccessLog',
|
|
'ErrorLog' => 'ErrorLog',
|
|
'Download AccessLog' => 'Download AccessLog',
|
|
'Download ErrorLog' => 'Download ErrorLog',
|
|
'Country' => 'Paese',
|
|
'2 letter code' => 'codice di 2 lettere',
|
|
'State / Province' => 'Stato / Provincia',
|
|
'City / Locality' => 'Città / Località',
|
|
'Organization' => 'Organizzazione',
|
|
'Action' => 'Azione',
|
|
'Protocol' => 'Protocollo',
|
|
'Port' => 'Porto',
|
|
'Comment' => 'Commento',
|
|
'Banlist' => 'Banlista',
|
|
'ranges are acceptable' => 'gamme sono ammessi',
|
|
'CIDR format is supported' => 'formato CIDR e supportato',
|
|
'ACCEPT' => 'ACCEPT',
|
|
'DROP' => 'DROP',
|
|
'TCP' => 'TCP',
|
|
'UDP' => 'UDP',
|
|
'ICMP' => 'ICMP',
|
|
'SSH' => 'SSH',
|
|
'FTP' => 'FTP',
|
|
'VESTA' => 'VESTA',
|
|
'Add one more Name Server' => 'Add one more Name Server',
|
|
|
|
'web domain' => 'web domain',
|
|
'dns domain' => 'dns domain',
|
|
'dns record' => 'dns record',
|
|
'mail domain' => 'mail domain',
|
|
'mail account' => 'mail account',
|
|
'cron job' => 'cron job',
|
|
|
|
'cron' => 'cron',
|
|
'user dir' => 'user dir',
|
|
|
|
'unlimited' => 'unlimited',
|
|
'1 account' => '1 account',
|
|
'%s accounts' => '%s account',
|
|
'1 domain' => '1 dominio',
|
|
'%s domains' => '%s domini',
|
|
'1 record' => '1 record',
|
|
'%s records' => '%s record',
|
|
'1 mail account' => '1 account mail',
|
|
'%s mail accounts' => '%s account mail',
|
|
'1 database' => '1 database',
|
|
'%s databases' => '%s databases',
|
|
'1 cron job' => '1 cron job',
|
|
'%s cron jobs' => '%s cron jobs',
|
|
'1 archive' => '1 archivio',
|
|
'%s archives' => '%s archivi',
|
|
'1 item' => '1 item',
|
|
'%s items' => '%s items',
|
|
'1 package' => '1 pacchetto',
|
|
'%s packages' => '%s pacchetti',
|
|
'1 IP address' => '1 indirizzo IP',
|
|
'%s IP addresses' => '%s indirizzi IP',
|
|
'1 month' => '1 mese',
|
|
'%s months' => '%s mesi',
|
|
'1 log record' => '1 log record',
|
|
'%s log records' => '%s log record',
|
|
'1 object' => '1 oggetto',
|
|
'%s objects' => '%s oggetti',
|
|
'no exclusions' => 'senza esclusioni',
|
|
'1 rule' => '1 regola',
|
|
'%s rules' => '%s regole',
|
|
'There are no currently banned IP' => 'Non IP bannato',
|
|
|
|
'USER_CREATED_OK' => 'L\'utente <a href="/edit/user/?user=%s"><b>%s</b></a> è stato creato con successo.',
|
|
'WEB_DOMAIN_CREATED_OK' => 'Il dominio <a href="/edit/web/?domain=%s"><b>%s</b></a> è stato creato con successo.',
|
|
'DNS_DOMAIN_CREATED_OK' => 'Il dominio DNS <a href="/list/dns/?domain=%s"><b>%s</b></a> è stato creato con successo.',
|
|
'DNS_RECORD_CREATED_OK' => 'Il record <b>%s.%s</b> è stato creato con successo.',
|
|
'MAIL_DOMAIN_CREATED_OK' => 'Dominio Mail <a href="/list/mail/?domain=%s"><b>%s</b></a> è stato creato con successo.',
|
|
'MAIL_ACCOUNT_CREATED_OK' => 'L\'account mail <a href="/edit/mail/?account=%s&domain=%s"><b>%s@%s</b></a> è stato creato con successo.',
|
|
'DATABASE_CREATED_OK' => 'Il database <a href="/edit/db/?database=%s"><b>%s</b></a> è stato creato con successo.',
|
|
'CRON_CREATED_OK' => 'Il cron job è stato creato con successo.',
|
|
'IP_CREATED_OK' => 'L\'indirizzo IP <a href="/edit/ip/?ip=%s"><b>%s</b></a> è stato creato con successo.',
|
|
'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',
|
|
'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',
|
|
'Cronjob email reporting has been successfully disabled' => 'Rendicontazione cronjob sono stati disabilitati',
|
|
'Changes has been saved.' => 'I cambiamenti sono stati salvati.',
|
|
'Confirmation' => 'Conferma',
|
|
'DELETE_USER_CONFIRMATION' => "Sei sicuro di voler cancellare l'utente %s?",
|
|
'SUSPEND_USER_CONFIRMATION' => "Sei sicuro di voler disabilitare l'utente %s?",
|
|
'UNSUSPEND_USER_CONFIRMATION' => "Sei sicuro di voler riabilitare l'utente %s?",
|
|
'DELETE_DOMAIN_CONFIRMATION' => 'Sei sicuro di voler cancellare il dominio %s?',
|
|
'SUSPEND_DOMAIN_CONFIRMATION' => 'Sei sicuro di voler disabilitare il dominio %s?',
|
|
'UNSUSPEND_DOMAIN_CONFIRMATION' => 'Sei sicuro di voler riabilitare il dominio %s?',
|
|
'DELETE_RECORD_CONFIRMATION' => 'Sei sicuro di voler cancellare il record %s?',
|
|
'SUSPEND_RECORD_CONFIRMATION' => 'Sei sicuro di voler disabilitare il record %s?',
|
|
'UNSUSPEND_RECORD_CONFIRMATION' => 'Sei sicuro di voler riabilitare il record %s?',
|
|
'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'Sei sicuro di voler cancellare %s?',
|
|
'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Sei sicuro di voler disabilitare %s?',
|
|
'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Sei sicuro di voler riabilitare %s?',
|
|
'DELETE_DATABASE_CONFIRMATION' => 'Sei sicuro di voler cancellare il database %s?',
|
|
'SUSPEND_DATABASE_CONFIRMATION' => 'Sei sicuro di voler disabilitare il database %s?',
|
|
'UNSUSPEND_DATABASE_CONFIRMATION' => 'Sei sicuro di voler riabilitare il database %s?',
|
|
'DELETE_CRON_CONFIRMATION' => 'Sei sicuro di voler cancellare il cron job?',
|
|
'SUSPEND_CRON_CONFIRMATION' => 'Sei sicuro di voler disabilitare il cron job?',
|
|
'UNSUSPEND_CRON_CONFIRMATION' => 'Sei sicuro di voler riabilitare il cron job?',
|
|
'DELETE_BACKUP_CONFIRMATION' => 'Sei sicuro di voler cancellare il backup %s?',
|
|
'DELETE_EXCLUSION_CONFIRMATION' => "Sei sicuro di voler cancellare l'esclusione %s?",
|
|
'DELETE_PACKAGE_CONFIRMATION' => 'Sei sicuro di voler cancellare il pacchetto %s?',
|
|
'DELETE_IP_CONFIRMATION' => "Sei sicuro di voler l'indirizoz IP %s?",
|
|
'DELETE_RULE_CONFIRMATION' => 'Sei sicuro di voler cancellare il regola #%s?',
|
|
'SUSPEND_RULE_CONFIRMATION' => 'Sei sicuro di voler disabilitare il regola #%s?',
|
|
'UNSUSPEND_RULE_CONFIRMATION' => 'Sei sicuro di voler riabilitare il regola #%s?',
|
|
'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?',
|
|
'RESTART_CONFIRMATION' => 'Sei sicuro di voler riavviare %s?',
|
|
'Welcome' => 'Benvenuto',
|
|
'LOGGED_IN_AS' => "Connesso come l'utente %s",
|
|
'Error' => 'Errore',
|
|
'Invalid username or password' => 'Username o password non validi',
|
|
'Invalid username or code' => 'Esername o codice non validi',
|
|
'Passwords not match' => 'Le passwords non coincidono',
|
|
'Please enter valid email address.' => "Inserisci un'indirizzo email valido.",
|
|
'Field "%s" can not be blank.' => 'Il campo "%s" non può essere lasciato vuoto.',
|
|
'Password is too short.' => 'La password è troppo corta (minimo 6 caratteri)',
|
|
'Error code:' => 'Codice errore: %s',
|
|
'SERVICE_ACTION_FAILED' => '"%s" "%s" fallita',
|
|
'IP address is in use' => "L'indirizzo IP è già in uso",
|
|
'BACKUP_SCHEDULED' => "L'operazione è stata aggiunta alla coda. Riceverai una notifica via email quando il tuo backup sarà pronto per il download.",
|
|
'BACKUP_EXISTS' => 'È già in corso la creazione di un backup. Perfavore attendi che il backup finisca.',
|
|
'RESTORE_SCHEDULED' => "L'operazione è stata aggiunta alla coda. Riceverai una notifica via email quando il tuo backup sarà pronto per il download.",
|
|
'RESTORE_EXISTS' => "È già in corso un'oprazione di ripristino. Attendi che finisca prima di rilanciarla nuovamento.",
|
|
|
|
'WEB_EXCLUSIONS' => 'Scrivi un nome di dominio per riga. Per escludere tutti i domini usa *. Per escludere directory specifiche usa il formato: domain.com:public_html/cache:public_html/tmp',
|
|
'DNS_EXCLUSIONS' => 'Scrivi un nome di dominio per riga. Per escludere tutti i domini usa *',
|
|
'MAIL_EXCLUSIONS' => 'Scrivi un nome di dominio per riga. Per escludere tutti i domini usa *. Per escludere account specifici usare il formato: domain.com:info:support:postmaster',
|
|
'DB_EXCLUSIONS' => 'Scrivi un nome completo di database per riga. Per escludere tutti i database usa *',
|
|
'CRON_EXCLUSIONS' => 'Per escludere tutti i cron job usa *',
|
|
'USER_EXCLUSIONS' => 'Scrivi un nome di directory per riga. Per escludere tutte le directory usa *',
|
|
|
|
'Welcome to Vesta Control Panel' => 'Benvenuto nel Vesta Control Panel',
|
|
'MAIL_FROM' => 'Vesta Control Panel <noreply@%s>',
|
|
'GREETINGS_GORDON_FREEMAN' => "Ciao, %s %s,\n",
|
|
'GREETINGS' => "Ciao,\n",
|
|
'ACCOUNT_READY' => "Il tuo account è stato creato ed è pronto per l'utilizzo.\n\nhttps://%s/login/\nUsername: %s\nPassword: %s\n\n--\nVesta Control Panel\n",
|
|
|
|
'FTP login credentials' => 'Credenziali login FTP',
|
|
'FTP_ACCOUNT_READY' => "L'account FTP è stato creato ed è pronto per l'uso.\n\nHostname: %s\nUsername: %s_%s\nPassword: %s\n\n--\nVesta Control Panel\n",
|
|
|
|
'Database Credentials' => 'Credenziali Database',
|
|
'DATABASE_READY' => "Il database è stato creato con successo.\n\nDatabase: %s\nUser: %s\nPassword: %s\n%s\n\n--\nVesta Control Panel\n",
|
|
|
|
'forgot password' => 'password dimenticata',
|
|
'Confirm' => 'Conferma',
|
|
'New Password' => 'Nuova Password',
|
|
'Confirm Password' => 'Conferma Password',
|
|
'Reset' => 'Reset',
|
|
'Reset Code' => 'Codice Reset',
|
|
'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",
|
|
|
|
'Jan' => 'Jan',
|
|
'Feb' => 'Feb',
|
|
'Mar' => 'Mar',
|
|
'Apr' => 'Apr',
|
|
'May' => 'May',
|
|
'Jun' => 'Jun',
|
|
'Jul' => 'Jul',
|
|
'Aug' => 'Aug',
|
|
'Sep' => 'Sep',
|
|
'Oct' => 'Oct',
|
|
'Nov' => 'Nov',
|
|
'Dec' => 'Dec',
|
|
|
|
'Configuring Server' => 'Configuring Server',
|
|
'Hostname' => 'Hostname',
|
|
'Time Zone' => 'Time Zone',
|
|
'Default Language' => 'Default Language',
|
|
'Proxy Server' => 'Proxy Server',
|
|
'Web Server' => 'Web Server',
|
|
'Backend Server' => 'Backend Server',
|
|
'Backend Pool Mode' => 'Backend Pool Mode',
|
|
'DNS Server' => 'DNS Server',
|
|
'DNS Cluster' => 'DNS Cluster',
|
|
'MAIL Server' => 'MAIL Server',
|
|
'Antivirus' => 'Antivirus',
|
|
'AntiSpam' => 'AntiSpam',
|
|
'Use Web Domain SSL Certificate' => 'Use Web Domain SSL Certificate',
|
|
'Webmail URL' => 'Webmail URL',
|
|
'MySQL Support' => 'MySQL Support',
|
|
'phpMyAdmin URL' => 'phpMyAdmin URL',
|
|
'PostgreSQL Support' => 'PostgreSQL Support',
|
|
'phpPgAdmin URL' => 'phpPgAdmin URL',
|
|
'Maximum Number Of Databases' => 'Maximum Number Of Databases',
|
|
'Current Number Of Databases' => 'Current Number Of Databases',
|
|
'Local backup' => 'Local backup',
|
|
'Compression level' => 'Compression level',
|
|
'Directory' => 'Directory',
|
|
'Remote backup' => 'Remote backup',
|
|
'ftp' => 'FTP',
|
|
'sftp' => 'SFTP',
|
|
'SFTP Chroot' => 'SFTP Chroot',
|
|
'FileSystem Disk Quota' => 'FileSystem Disk Quota',
|
|
'Vesta Control Panel Plugins' => 'Vesta Control Panel Plugins',
|
|
'preview' => 'preview',
|
|
'Reseller Role' => 'Reseller Role',
|
|
'Web Config Editor' => 'Web Config Editor',
|
|
'Template Manager' => 'Template Manager',
|
|
'Backup Migration Manager' => 'Backup Migration Manager',
|
|
'FileManager' => 'FileManager',
|
|
'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK',
|
|
|
|
'sort by' => 'sort by',
|
|
'Date' => 'Data',
|
|
'Starred' => 'Starred',
|
|
'Name' => 'Name',
|
|
|
|
'save to favorites' => 'save to favorites',
|
|
|
|
'File Manager' => 'File Manager',
|
|
'size' => 'size',
|
|
'date' => 'date',
|
|
'name' => 'name',
|
|
'Initializing' => 'Initializing',
|
|
'UPLOAD' => 'UPLOAD',
|
|
'NEW FILE' => 'NEW FILE',
|
|
'NEW DIR' => 'NEW DIR',
|
|
'DELETE' => 'DELETE',
|
|
'RENAME' => 'RENAME',
|
|
'MOVE' => 'MOVE',
|
|
'RIGHTS' => 'RIGHTS',
|
|
'COPY' => 'COPY',
|
|
'ARCHIVE' => 'ARCHIVE',
|
|
'EXTRACT' => 'EXTRACT',
|
|
'DOWNLOAD' => 'DOWNLOAD',
|
|
'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',
|
|
'File name cannot be empty' => 'File name cannot be empty',
|
|
'No file selected' => 'No file selected',
|
|
'No file or folder selected' => 'No file or folder selected',
|
|
'File type not supported' => 'File type not supported',
|
|
'Directory download not available in current version' => 'Directory download not available in current version',
|
|
'Directory not available' => 'Directory not available',
|
|
'Done' => 'Done',
|
|
'Close' => 'Close',
|
|
'Copy' => 'Copy',
|
|
'Cancel' => 'Cancel',
|
|
'Rename' => 'Rename',
|
|
'Move' => 'Move',
|
|
'Change Rights' => 'Change Rights',
|
|
'Delete' => 'Delete',
|
|
'Extract' => 'Extract',
|
|
'Create' => 'Create',
|
|
'Compress' => 'Compress',
|
|
'OK' => 'OK',
|
|
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
|
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
|
'Delete items' => 'Delete items',
|
|
'Copy files' => 'Copy files',
|
|
'Move files' => 'Move files',
|
|
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
|
'Are you sure you want to move' => 'Are you sure you want to move',
|
|
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
|
'into' => 'into',
|
|
'existing files will be replaced' => 'existing files will be replaced',
|
|
'Original name' => 'Original name',
|
|
'File' => 'File',
|
|
'already exists' => 'already exists',
|
|
'Create file' => 'Create file',
|
|
'Create directory' => 'Create directory',
|
|
'read by owner' => 'read by owner',
|
|
'write by owner' => 'write by owner',
|
|
'execute/search by owner' => 'execute/search by owner',
|
|
'read by group' => 'read by group',
|
|
'write by group' => 'write by group',
|
|
'execute/search by group' => 'execute/search by group',
|
|
'read by others' => 'read by others',
|
|
'write by others' => 'write by others',
|
|
'execute/search by others' => 'execute/search by others',
|
|
|
|
'Shortcuts' => 'Shortcuts',
|
|
'Add New object' => 'Add New object',
|
|
'Save Form' => 'Save Form',
|
|
'Cancel saving form' => 'Cancel saving form',
|
|
'Go to USER list' => 'Go to USER list',
|
|
'Go to WEB list' => 'Go to WEB list',
|
|
'Go to DNS list' => 'Go to DNS list',
|
|
'Go to MAIL list' => 'Go to MAIL list',
|
|
'Go to DB list' => 'Go to DB list',
|
|
'Go to CRON list' => 'Go to CRON list',
|
|
'Go to BACKUP list' => 'Go to BACKUP list',
|
|
'Focus on search' => 'Focus on search',
|
|
'Display/Close shortcuts' => 'Display/Close shortcuts',
|
|
'Move backward through top menu' => 'Move backward through top menu',
|
|
'Move forward through top menu' => 'Move forward through top menu',
|
|
'Enter focused element' => 'Enter focused element',
|
|
'Move up through elements list' => 'Move up through elements list',
|
|
'Move down through elements list' => 'Move down through elements list',
|
|
|
|
'Upload' => 'Upload',
|
|
'New File' => 'New File',
|
|
'New Folder' => 'New Folder',
|
|
'Download' => 'Download',
|
|
'Archive' => 'Archive',
|
|
'Save File (in text editor)' => 'Save File (in text editor)',
|
|
'Close Popup / Cancel' => 'Close Popup / Cancel',
|
|
'Move Cursor Up' => 'Move Cursor Up',
|
|
'Move Cursor Down' => 'Move Cursor Down',
|
|
'Switch to Left Tab' => 'Switch to Left Tab',
|
|
'Switch to Right Tab' => 'Switch to Right Tab',
|
|
'Switch Tab' => 'Switch Tab',
|
|
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
|
'Go to the Last File' => 'Go to the Last File',
|
|
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
|
'Edit File' => 'Edit File',
|
|
'Go to Parent Directory' => 'Go to Parent Directory',
|
|
'Select Current File' => 'Select Current File',
|
|
'Select Bunch of Files' => 'Select Bunch of Files',
|
|
'Add File to the Current Selection' => 'Add File to the Current Selection',
|
|
'Select All Files' => 'Select All Files',
|
|
'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' =>
|
|
'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager',
|
|
|
|
'Licence Key' => 'Licence Key',
|
|
'Enter License Key' => 'Enter License Key',
|
|
'Buy Licence' => 'Buy Licence',
|
|
'Buy Lifetime License' => 'Buy Lifetime License',
|
|
'Disable and Cancel Licence' => 'Disable and Cancel Licence',
|
|
'Licence Activated' => 'Licence Activated',
|
|
'Licence Deactivated' => 'Licence Deactivated',
|
|
'Restrict users so that they cannot use SSH and access only their home directory.' => 'Restrict users so that they cannot use SSH and access only their home directory.',
|
|
'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.',
|
|
'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.',
|
|
|
|
'Minutes' => 'Minutes',
|
|
'Hourly' => 'Hourly',
|
|
'Run Command' => 'Run Command',
|
|
'every month' => 'every month',
|
|
'every odd month' => 'every odd month',
|
|
'every even month' => 'every even month',
|
|
'every day' => 'every day',
|
|
'every odd day' => 'every odd day',
|
|
'every even day' => 'every even day',
|
|
'weekdays (5 days)' => 'weekdays (5 days)',
|
|
'weekend (2 days)' => 'weekend (2 days)',
|
|
'Monday' => 'Monday',
|
|
'Tuesday' => 'Tuesday',
|
|
'Wednesday' => 'Wednesday',
|
|
'Thursday' => 'Thursday',
|
|
'Friday' => 'Friday',
|
|
'Saturday' => 'Saturday',
|
|
'Sunday' => 'Sunday',
|
|
'every hour' => 'every hour',
|
|
'every two hours' => 'every two hours',
|
|
'every minute' => 'every minute',
|
|
'every two minutes' => 'every two minutes',
|
|
'every' => 'every',
|
|
'Generate' => 'Generate',
|
|
|
|
'webalizer' => 'webalizer',
|
|
'awstats' => 'awstats',
|
|
|
|
'Vesta SSL' => 'Vesta SSL',
|
|
'SUBJECT' => 'SUBJECT',
|
|
'ALIASES' => 'ALIASES',
|
|
'NOT_BEFORE' => 'NOT_BEFORE',
|
|
'NOT_AFTER' => 'NOT_AFTER',
|
|
'SIGNATURE' => 'SIGNATURE',
|
|
'PUB_KEY' => 'PUB_KEY',
|
|
'ISSUER' => 'ISSUER',
|
|
|
|
'Use server hostname' => 'Use server hostname',
|
|
'Use domain hostname' => 'Use domain hostname',
|
|
'Use STARTTLS' => 'Use STARTTLS',
|
|
'Use SSL / TLS' => 'Use SSL / TLS',
|
|
'No encryption' => 'No encryption',
|
|
'Do not use encryption' => 'Do not use encryption',
|
|
|
|
'maximum characters length, including prefix' => 'maximum %s characters length, including prefix',
|
|
|
|
'Email Credentials' => 'Email Credentials',
|
|
);
|