it.php 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894
  1. <?php
  2. /**
  3. * Hestia language file
  4. * Fabio Cagliero - fab120 (fabio@webnuvola.com)
  5. * https://github.com/fab120/ - https://facebook.com/fab120
  6. */
  7. $LANG['it'] = array(
  8. 'Packages' => 'Pacchetti',
  9. 'IP' => 'Rete',
  10. 'Graphs' => 'Grafici',
  11. 'Statistics' => 'Statistiche',
  12. 'Log' => 'Registri',
  13. 'Server' => 'Server',
  14. 'Services' => 'Servizi',
  15. 'Firewall' => 'Firewall',
  16. 'Updates' => 'Aggiornamenti',
  17. 'Log in' => 'Accedi',
  18. 'Log out' => 'Disconnettersi',
  19. 'USER' => 'USER',
  20. 'WEB' => 'WEB',
  21. 'DNS' => 'DNS',
  22. 'MAIL' => 'MAIL',
  23. 'DB' => 'DB',
  24. 'CRON' => 'CRON',
  25. 'BACKUP' => 'BACKUP',
  26. 'LOGIN' => 'LOGIN',
  27. 'RESET PASSWORD' => 'RESET PASSWORD',
  28. 'SEARCH' => 'SEARCH',
  29. 'PACKAGE' => 'PACKAGE',
  30. 'RRD' => 'RRD',
  31. 'STATS' => 'STATS',
  32. 'LOG' => 'LOG',
  33. 'UPDATES' => 'UPDATES',
  34. 'FIREWALL' => 'FIREWALL',
  35. 'SERVER' => 'SERVER',
  36. 'MEMORY' => 'MEMORY',
  37. 'DISK' => 'DISK',
  38. 'NETWORK' => 'NETWORK',
  39. 'Web Log Manager' => 'Web Log Manager',
  40. 'no notifications' => 'Nessuna notifica',
  41. 'Add User' => 'Nuovo Utente',
  42. 'Add Domain' => 'Nuovo Dominio',
  43. 'Add Web Domain' => 'Nuovo Dominio',
  44. 'Add DNS Domain' => 'Nuova Zona DNS',
  45. 'Add DNS Record' => 'Nuovo Record',
  46. 'Add Mail Domain' => 'Nuovo Dominio',
  47. 'Add Mail Account' => 'Nuovo Account',
  48. 'Add Database' => 'Nuovo Database',
  49. 'Add Cron Job' => 'Nuovo Cron Job',
  50. 'Create Backup' => 'Crea Backup',
  51. 'Configure' => 'Configura',
  52. 'Restore All' => 'Ripristina Tutto',
  53. 'Add Package' => 'Nuovo Pacchetto',
  54. 'Add IP' => 'Aggiungi IP',
  55. 'Add Rule' => 'Aggiungi regola',
  56. 'Ban IP Address' => 'Bloccare IP',
  57. 'Search' => 'Cerca',
  58. 'Add one more FTP Account' => 'Nuovo account FTP',
  59. 'Overall Statistics' => 'Statistiche Generali',
  60. 'Daily' => 'Giornaliero',
  61. 'Weekly' => 'Settimanale',
  62. 'Monthly' => 'Mensile',
  63. 'Yearly' => 'Annuale',
  64. 'Add' => 'Aggiungi',
  65. 'Back' => 'Indietro',
  66. 'Save' => 'Salva',
  67. 'Submit' => 'Invia',
  68. 'toggle all' => 'inverti tutti',
  69. 'apply to selected' => 'applica ai selezionati',
  70. 'rebuild' => 'ricostruisci',
  71. 'rebuild web' => 'ricostruisci web',
  72. 'rebuild dns' => 'ricostruisci dns',
  73. 'rebuild mail' => 'ricostruisci mail',
  74. 'rebuild db' => 'ricostruisci db',
  75. 'rebuild cron' => 'ricostruisci cron',
  76. 'update counters' => 'aggiorna contatori',
  77. 'suspend' => 'sospendi',
  78. 'unsuspend' => 'riabilita',
  79. 'delete' => 'cancella',
  80. 'show per user' => 'mostra per utente',
  81. 'login as' => 'accedi come',
  82. 'logout' => 'disconnettersi',
  83. 'edit' => 'modifica',
  84. 'open webstats' => 'apri webstats',
  85. 'view logs' => 'visualizza registri',
  86. 'list records' => 'mostra %s record',
  87. 'add record' => 'nuovo record',
  88. 'list accounts' => 'mostra %s account',
  89. 'add account' => 'aggiungi account',
  90. 'open webmail' => 'apri webmail',
  91. 'list fail2ban' => 'Gestisci IP vietati',
  92. 'open %s' => 'apri %s',
  93. 'download' => 'scaricare',
  94. 'restore' => 'ripristina',
  95. 'configure restore settings' => 'configure restore settings',
  96. 'stop' => 'ferma',
  97. 'start' => 'avvia',
  98. 'restart' => 'riavvia',
  99. 'update' => 'aggiorna',
  100. 'generate' => 'genera',
  101. 'Generate CSR' => 'Genera CSR',
  102. 'reread IP' => 'rileggi IP',
  103. 'enable autoupdate' => 'Abilita aggiornamenti automatici',
  104. 'disable autoupdate' => 'Disabilita aggiornamenti automatici',
  105. 'turn on notifications' => 'Abilita notifiche',
  106. 'turn off notifications' => 'Disabilita notifiche',
  107. 'configure' => 'Configurare',
  108. 'Adding User' => 'Aggiunta Utente',
  109. 'Editing User' => 'Modifica Utente',
  110. 'Adding Domain' => 'Aggiunta Dominio',
  111. 'Editing Domain' => 'Modifica Dominio',
  112. 'Adding DNS Domain' => 'Aggiunta Dominio DNS',
  113. 'Editing DNS Domain' => 'Modifica Dominio DNS',
  114. 'Adding DNS Record' => 'Aggiunta Record DNS',
  115. 'Editing DNS Record' => 'Modifica Record DNS',
  116. 'Adding Mail Domain' => 'Aggiunta Dominio Mail',
  117. 'Editing Mail Domain' => 'Modifica Dominio Mail',
  118. 'Adding Mail Account' => 'Aggiunta Account Mail',
  119. 'Editing Mail Account' => 'Modifica Account Mail',
  120. 'Adding database' => 'Aggiunta database',
  121. 'Editing Cron Job' => 'Modifica Cron Job',
  122. 'Adding Cron Job' => 'Aggiunta Cron Job',
  123. 'Editing Database' => 'Modifica Database',
  124. 'Adding Package' => 'Aggiunta Pacchetto',
  125. 'Editing Package' => 'Modifica Pacchetto',
  126. 'Adding IP address' => 'Aggiunta Indirizzo IP',
  127. 'Editing IP Address' => 'Modifica Indirizzo IP',
  128. 'Editing Backup Exclusions' => 'Modifica Esclusioni Backup',
  129. 'Generating CSR' => 'Genera CSR',
  130. 'Listing' => 'Lista',
  131. 'Search Results' => 'Risultati Ricerca',
  132. 'Adding Firewall Rule' => 'Aggiunta regola firewall',
  133. 'Editing Firewall Rule' => 'Modifica regola firewall',
  134. 'Adding IP Address to Banlist' => 'Aggiunta IP nella lista nerat',
  135. 'active' => 'attivo',
  136. 'spnd' => 'sospeso',
  137. 'suspended' => 'sospeso',
  138. 'running' => 'in esecuzione',
  139. 'stopped' => 'fermato',
  140. 'outdated' => 'obsoleto',
  141. 'updated' => 'aggiornato',
  142. 'yes' => 'si',
  143. 'no' => 'no',
  144. 'none' => 'nessuno',
  145. 'pb' => 'pb',
  146. 'tb' => 'tb',
  147. 'gb' => 'gb',
  148. 'mb' => 'mb',
  149. 'minute' => 'minuto',
  150. 'hour' => 'ora',
  151. 'day' => 'giorno',
  152. 'days' => 'giorni',
  153. 'hours' => 'ore',
  154. 'minutes' => 'minuti',
  155. 'month' => 'mese',
  156. 'package' => 'pacchetto',
  157. 'Bandwidth' => 'Banda',
  158. 'Disk' => 'Disco',
  159. 'Web' => 'Web',
  160. 'Mail' => 'Mail',
  161. 'Databases' => 'Databases',
  162. 'User Directories' => 'Directories Utente',
  163. 'Template' => 'Template',
  164. 'Web Template' => 'Web Template',
  165. 'Backend Template' => 'Backend Template',
  166. 'Proxy Template' =>'Proxy Template',
  167. 'DNS Template' => 'DNS Template',
  168. 'Web Domains' => 'Domini Web',
  169. 'SSL Domains' => 'Domini SSL',
  170. 'Web Aliases' => 'Alias Web',
  171. 'per domain' => 'per dominio',
  172. 'DNS Domains' => 'Zone DNS',
  173. 'DNS domains' => 'Zone DNS',
  174. 'DNS records' => 'Record DNS',
  175. 'Name Servers' => 'Server dei nomi',
  176. 'Mail Domains' => 'Domini Mail',
  177. 'Mail Accounts' => 'Account Mail',
  178. 'Cron Jobs' => 'Cron Jobs',
  179. 'SSH Access' => 'Accesso SSH',
  180. 'IP Address' => 'IP Address',
  181. 'IP Addresses' => 'Indirizzi IP',
  182. 'Backups' => 'Backup',
  183. 'Backup System' => 'Sistema Backup',
  184. 'backup exclusions' => 'Esclusioni di backup',
  185. 'template' => 'template',
  186. 'SSL Support' => 'Abilita SSL per questo dominio',
  187. 'SSL Home Directory' => 'SSL Home',
  188. 'Force SSL/HTTPS' => 'Abilita il reindirizzamento automatico da HTTP a HTTPS',
  189. 'Enable SSL HSTS' => 'Abilita la Sicurezza di trasporto rigorosa HTTP (HSTS) <a href="https://it.wikipedia.org/wiki/HTTP_Strict_Transport_Security" target="_blank"><i class="fas fa-question-circle"></i></a>',
  190. 'Lets Encrypt Support' => 'Usa Lets Encrypt per ottenere il certificato SSL',
  191. 'Lets Encrypt' => 'Lets Encrypt',
  192. 'Your certificate will be automatically issued in 5 minutes' => 'Il certificato verrà rilasciato automaticamente entro 5 minuti',
  193. 'Proxy Support' => 'Supporto Proxy',
  194. 'Proxy Extensions' => 'Estensioni Proxy',
  195. 'Web Statistics' => 'Statistiche Web',
  196. 'Additional FTP Account' => 'FTP Addizionali',
  197. 'Path' => 'Path',
  198. 'SOA' => 'SOA',
  199. 'TTL' => 'TTL',
  200. 'Expire' => 'Scadenza',
  201. 'Records' => 'Record',
  202. 'Serial' => 'Serial',
  203. 'Catchall email' => 'Catchall email',
  204. 'AntiVirus Support' => 'Abilita AntiVirus',
  205. 'AntiSpam Support' => 'Abilita AntiSpam',
  206. 'DKIM Support' => 'Abilita DKIM',
  207. 'Accounts' => 'Account',
  208. 'Quota' => 'Quota',
  209. 'Autoreply' => 'Autorisposta',
  210. 'Forward to' => 'Inoltra a',
  211. 'Do not store forwarded mail' => 'Non salvare le email inoltrate',
  212. 'IMAP hostname' => 'Nome host IMAP',
  213. 'IMAP port' => 'Porta IMAP',
  214. 'IMAP security' => 'Sicurezza IMAP',
  215. 'IMAP auth method' => 'Metodo di autenticazione IMAP',
  216. 'SMTP hostname' => 'Nome host SMTP',
  217. 'SMTP port' => 'Porta SMTP',
  218. 'SMTP security' => 'Sicurezza SMTP',
  219. 'SMTP auth method' => 'Metodo di autenticazione SMTP',
  220. 'STARTTLS' => 'STARTTLS',
  221. 'Normal password' => 'Password normale',
  222. 'database' => 'database',
  223. 'User' => 'Utente',
  224. 'Host' => 'Host',
  225. 'Charset' => 'Charset',
  226. 'Min' => 'Minuto',
  227. 'Hour' => 'Ora',
  228. 'Day' => 'Giorno',
  229. 'Month' => 'Mese',
  230. 'Day of week' => 'Giorno della settimana',
  231. 'local' => 'local',
  232. 'Run Time' => 'Tempo di Esecuzione',
  233. 'Backup Size' => 'Dimensioni Backup',
  234. 'SYS' => 'SYS',
  235. 'Domains' => 'Domini',
  236. 'Status' => 'Stato',
  237. 'shared' => 'condiviso',
  238. 'dedicated' => 'dedicato',
  239. 'Owner' => 'Proprietario',
  240. 'Users' => 'Utenti',
  241. 'Load Average' => 'Carico Medio',
  242. 'Memory Usage' => 'Uso Memoria',
  243. 'APACHE2 Usage' => 'Utilizzo APACHE2',
  244. 'HTTPD Usage' => 'Utilizzo HTTPD',
  245. 'NGINX Usage' => 'Utilizzo NGINX',
  246. 'MySQL Usage on localhost' => 'Utilizzo MySQL su localhost',
  247. 'PostgreSQL Usage on localhost' => 'Utilizzo PostgreSQL su localhost',
  248. 'Bandwidth Usage eth0' => 'Utilizzo banda su eth0',
  249. 'Bandwidth Usage eth1' => 'Utilizzo banda su eth1',
  250. 'Exim Usage' => 'Utilizzo di Exim',
  251. 'FTP Usage' => 'Utilizzo FTP',
  252. 'SSH Usage' => 'Utilizzo SSH',
  253. 'reverse proxy' => 'reverse proxy',
  254. 'web server' => 'server web',
  255. 'dns server' => 'server dns',
  256. 'mail server' => 'server di posta',
  257. 'pop/imap server' => 'server pop/imap',
  258. 'email antivirus' => 'antivirus e-mail',
  259. 'email antispam' => 'antispam e-mail',
  260. 'database server' => 'server di database',
  261. 'ftp server' => 'ftp server',
  262. 'job scheduler' => 'job scheduler',
  263. 'firewall' => 'firewall',
  264. 'brute-force monitor' => 'monitor di forza bruta',
  265. 'CPU' => 'CPU',
  266. 'Memory' => 'Memoria',
  267. 'Uptime' => 'Uptime',
  268. 'core package' => 'pacchetto di sistema',
  269. 'php interpreter' => 'interprete php',
  270. 'internal web server' => 'web server interno',
  271. 'Version' => 'Versione',
  272. 'Release' => 'Release',
  273. 'Architecture' => 'Architettura',
  274. 'Object' => 'Oggetto',
  275. 'Username' => 'Nome utente',
  276. 'Password' => 'Password',
  277. 'Email' => 'Email',
  278. 'Package' => 'Pacchetto',
  279. 'Language' => 'Lingua',
  280. 'First Name' => 'Nome',
  281. 'Last Name' => 'Cognome',
  282. 'Send login credentials to email address' => 'Invia le credenziali di login per email',
  283. 'Default Template' => 'Default Template',
  284. 'Default Name Servers' => 'Server dei nomi predefiniti',
  285. 'Domain' => 'Dominio',
  286. 'DNS Support' => 'Crea una nuova zona DNS',
  287. 'Mail Support' => 'Abilita la posta elettronica per questo dominio',
  288. 'Advanced options' => 'Opzioni Avanzate',
  289. 'Basic options' => 'Opzioni di base',
  290. 'Aliases' => 'Alias Dominio',
  291. 'SSL Certificate' => 'Certificato SSL',
  292. 'SSL Key' => 'SSL Key',
  293. 'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediate',
  294. 'SSL CSR' => 'SSL CSR',
  295. 'optional' => 'opzionale',
  296. 'internal' => 'interno',
  297. 'Statistics Authorization' => 'Autorizzazione Statistiche',
  298. 'Statistics Auth' => 'Statistiche Auth',
  299. 'Account' => 'Account',
  300. 'Prefix will be automaticaly added to username' => "Il prefisso %s verrà automatiamente aggiunto all'username",
  301. 'Send FTP credentials to email' => 'Invia le credenziali FTP per email',
  302. 'Expiration Date' => 'Data di scadenza',
  303. 'YYYY-MM-DD' => 'YYYY-MM-DD',
  304. 'Name servers' => 'Name servers',
  305. 'Record' => 'Record',
  306. 'IP or Value' => 'IP o Valore',
  307. 'Priority' => 'Priorità',
  308. 'Record Number' => 'Numero Record',
  309. 'in megabytes' => 'in megabytes',
  310. 'Message' => 'Messaggio',
  311. 'use local-part' => 'usa local-part',
  312. 'one or more email addresses' => 'uno o più indirizzi email',
  313. 'Prefix will be automaticaly added to database name and database user' => "Il prefisso %s verrà automatiamente aggiunto al nome e all'utente del database",
  314. 'Database' => 'Database',
  315. 'Type' => 'Tipo',
  316. 'Minute' => 'Minuto',
  317. 'Command' => 'Comando',
  318. 'Package Name' => 'Nome Pacchetto',
  319. 'Netmask' => 'Netmask',
  320. 'Interface' => 'Interfaccia',
  321. 'Shared' => 'Condiviso',
  322. 'Assigned user' => 'Utente Assegnato',
  323. 'Assigned domain' => 'Dominio Assegnato',
  324. 'NAT IP association' => 'Associazione IP NAT',
  325. 'shell' => 'shell',
  326. 'web domains' => 'domini web',
  327. 'web aliases' => 'aliases web',
  328. 'dns records' => 'record dns',
  329. 'mail domains' => 'domini mail',
  330. 'mail accounts' => 'account mail',
  331. 'accounts' => 'account',
  332. 'databases' => 'database',
  333. 'cron jobs' => 'cron jobs',
  334. 'backups' => 'backups',
  335. 'quota' => 'quota',
  336. 'day of week' => 'giorno della settimanta',
  337. 'cmd' => 'cmd',
  338. 'users' => 'users',
  339. 'domains' => 'domini',
  340. 'aliases' => 'alias',
  341. 'records' => 'record',
  342. 'jobs' => 'jobs',
  343. 'username' => 'username',
  344. 'password' => 'password',
  345. 'type' => 'tipo',
  346. 'charset' => 'charset',
  347. 'domain' => 'dominio',
  348. 'ip' => 'ip',
  349. 'ip address' => 'indirizzo ip',
  350. 'IP address' => 'indirizzo IP',
  351. 'netmask' => 'netmask',
  352. 'interface' => 'interfaccia',
  353. 'assigned user' => 'utente assegnato',
  354. 'ns1' => 'ns1',
  355. 'ns2' => 'ns2',
  356. 'user' => 'user',
  357. 'email' => 'email',
  358. 'first name' => 'nome',
  359. 'last name' => 'cognome',
  360. 'account' => 'account',
  361. 'ssl certificate' => 'certificato ssl',
  362. 'ssl key' => 'key ssl',
  363. 'stats user password' => 'stats user password',
  364. 'stats username' => 'stats username',
  365. 'stats password' => 'stats password',
  366. 'ftp user password' => 'ftp user password',
  367. 'ftp user' => 'ftp user',
  368. 'Last 70 lines of %s.%s.log' => 'Ultime 70 righe di %s.%s.log',
  369. 'AccessLog' => 'AccessLog',
  370. 'ErrorLog' => 'ErrorLog',
  371. 'Download AccessLog' => 'Download AccessLog',
  372. 'Download ErrorLog' => 'Download ErrorLog',
  373. 'Country' => 'Paese',
  374. '2 letter code' => 'codice di 2 lettere',
  375. 'State / Province' => 'Stato / Provincia',
  376. 'City / Locality' => 'Città / Località',
  377. 'Organization' => 'Organizzazione',
  378. 'Action' => 'Azione',
  379. 'Protocol' => 'Protocollo',
  380. 'Port' => 'Porto',
  381. 'Comment' => 'Commento',
  382. 'Banlist' => 'Banlista',
  383. 'ranges are acceptable' => 'gamme sono ammessi',
  384. 'CIDR format is supported' => 'formato CIDR e supportato',
  385. 'ACCEPT' => 'Consentire',
  386. 'DROP' => 'Rifiutare',
  387. 'TCP' => 'TCP',
  388. 'UDP' => 'UDP',
  389. 'ICMP' => 'ICMP',
  390. 'SSH' => 'SSH',
  391. 'FTP' => 'FTP',
  392. 'HESTIA' => 'HESTIA',
  393. 'Add one more Name Server' => 'Aggiungi un altro server dei nomi',
  394. 'web domain' => 'web domain',
  395. 'dns domain' => 'dns domain',
  396. 'dns record' => 'dns record',
  397. 'mail domain' => 'mail domain',
  398. 'mail account' => 'mail account',
  399. 'cron job' => 'cron job',
  400. 'cron' => 'cron',
  401. 'user dir' => 'user dir',
  402. 'unlimited' => 'unlimited',
  403. '1 account' => '1 account',
  404. '%s accounts' => '%s account',
  405. '1 domain' => '1 dominio',
  406. '%s domains' => '%s domini',
  407. '1 record' => '1 record',
  408. '%s records' => '%s record',
  409. '1 mail account' => '1 account mail',
  410. '%s mail accounts' => '%s account mail',
  411. '1 database' => '1 database',
  412. '%s databases' => '%s databases',
  413. '1 cron job' => '1 cron job',
  414. '%s cron jobs' => '%s cron jobs',
  415. '1 archive' => '1 archivio',
  416. '%s archives' => '%s archivi',
  417. '1 item' => '1 item',
  418. '%s items' => '%s items',
  419. '1 package' => '1 pacchetto',
  420. '%s packages' => '%s pacchetti',
  421. '1 IP address' => '1 indirizzo IP',
  422. '%s IP addresses' => '%s indirizzi IP',
  423. '1 month' => '1 mese',
  424. '%s months' => '%s mesi',
  425. '1 log record' => '1 log record',
  426. '%s log records' => '%s log record',
  427. '1 object' => '1 oggetto',
  428. '%s objects' => '%s oggetti',
  429. 'no exclusions' => 'senza esclusioni',
  430. '1 rule' => '1 regola',
  431. '%s rules' => '%s regole',
  432. 'There are no currently banned IP' => 'Non IP bannato',
  433. 'USER_CREATED_OK' => 'L\'utente <a href="/edit/user/?user=%s"><b>%s</b></a> è stato creato con successo.',
  434. 'WEB_DOMAIN_CREATED_OK' => 'Il dominio <a href="/edit/web/?domain=%s"><b>%s</b></a> è stato creato con successo.',
  435. 'DNS_DOMAIN_CREATED_OK' => 'Il dominio DNS <a href="/list/dns/?domain=%s"><b>%s</b></a> è stato creato con successo.',
  436. 'DNS_RECORD_CREATED_OK' => 'Il record <b>%s.%s</b> è stato creato con successo.',
  437. 'MAIL_DOMAIN_CREATED_OK' => 'Dominio Mail <a href="/list/mail/?domain=%s"><b>%s</b></a> è stato creato con successo.',
  438. 'MAIL_ACCOUNT_CREATED_OK' => 'L\'account mail <a href="/edit/mail/?account=%s&domain=%s"><b>%s@%s</b></a> è stato creato con successo.',
  439. 'DATABASE_CREATED_OK' => 'Il database <a href="/edit/db/?database=%s"><b>%s</b></a> è stato creato con successo.',
  440. 'CRON_CREATED_OK' => 'Il cron job è stato creato con successo.',
  441. 'IP_CREATED_OK' => 'L\'indirizzo IP <a href="/edit/ip/?ip=%s"><b>%s</b></a> è stato creato con successo.',
  442. 'PACKAGE_CREATED_OK' => 'Il pacchetto <a href="/edit/package/?package=%s"><b>%s</b></a> è stato creato con successo.',
  443. 'SSL_GENERATED_OK' => 'Il certificato e stato generato con successo.',
  444. 'RULE_CREATED_OK' => 'Regola e stato creato con successo.',
  445. 'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
  446. 'Autoupdate has been successfully enabled' => 'Gli aggiornamenti automatici sono stati abilitati',
  447. 'Autoupdate has been successfully disabled' => 'Gli aggiornamenti automatici sono stati disabilitati',
  448. 'Cronjob email reporting has been successfully enabled' => 'Rendicontazione cronjob sono stati abilitati',
  449. 'Cronjob email reporting has been successfully disabled' => 'Rendicontazione cronjob sono stati disabilitati',
  450. 'Changes has been saved.' => 'I cambiamenti sono stati salvati.',
  451. 'Confirmation' => 'Conferma',
  452. 'DELETE_USER_CONFIRMATION' => "Sei sicuro di voler cancellare l'utente %s?",
  453. 'SUSPEND_USER_CONFIRMATION' => "Sei sicuro di voler disabilitare l'utente %s?",
  454. 'UNSUSPEND_USER_CONFIRMATION' => "Sei sicuro di voler riabilitare l'utente %s?",
  455. 'DELETE_DOMAIN_CONFIRMATION' => 'Sei sicuro di voler cancellare il dominio %s?',
  456. 'SUSPEND_DOMAIN_CONFIRMATION' => 'Sei sicuro di voler disabilitare il dominio %s?',
  457. 'UNSUSPEND_DOMAIN_CONFIRMATION' => 'Sei sicuro di voler riabilitare il dominio %s?',
  458. 'DELETE_RECORD_CONFIRMATION' => 'Sei sicuro di voler cancellare il record %s?',
  459. 'SUSPEND_RECORD_CONFIRMATION' => 'Sei sicuro di voler disabilitare il record %s?',
  460. 'UNSUSPEND_RECORD_CONFIRMATION' => 'Sei sicuro di voler riabilitare il record %s?',
  461. 'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'Sei sicuro di voler cancellare %s?',
  462. 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Sei sicuro di voler disabilitare %s?',
  463. 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Sei sicuro di voler riabilitare %s?',
  464. 'DELETE_DATABASE_CONFIRMATION' => 'Sei sicuro di voler cancellare il database %s?',
  465. 'SUSPEND_DATABASE_CONFIRMATION' => 'Sei sicuro di voler disabilitare il database %s?',
  466. 'UNSUSPEND_DATABASE_CONFIRMATION' => 'Sei sicuro di voler riabilitare il database %s?',
  467. 'DELETE_CRON_CONFIRMATION' => 'Sei sicuro di voler cancellare il cron job?',
  468. 'SUSPEND_CRON_CONFIRMATION' => 'Sei sicuro di voler disabilitare il cron job?',
  469. 'UNSUSPEND_CRON_CONFIRMATION' => 'Sei sicuro di voler riabilitare il cron job?',
  470. 'DELETE_BACKUP_CONFIRMATION' => 'Sei sicuro di voler cancellare il backup %s?',
  471. 'DELETE_EXCLUSION_CONFIRMATION' => "Sei sicuro di voler cancellare l'esclusione %s?",
  472. 'DELETE_PACKAGE_CONFIRMATION' => 'Sei sicuro di voler cancellare il pacchetto %s?',
  473. 'DELETE_IP_CONFIRMATION' => "Sei sicuro di voler l'indirizoz IP %s?",
  474. 'DELETE_RULE_CONFIRMATION' => 'Sei sicuro di voler cancellare il regola #%s?',
  475. 'DELETE_LOGS_CONFIRMATION' => 'Sei sicuro di voler eliminare i registri?',
  476. 'SUSPEND_RULE_CONFIRMATION' => 'Sei sicuro di voler disabilitare il regola #%s?',
  477. 'UNSUSPEND_RULE_CONFIRMATION' => 'Sei sicuro di voler riabilitare il regola #%s?',
  478. 'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?',
  479. 'RESTART_CONFIRMATION' => 'Sei sicuro di voler riavviare %s?',
  480. 'Welcome' => 'Benvenuto',
  481. 'LOGGED_IN_AS' => "Connesso come l'utente %s",
  482. 'Error' => 'Errore',
  483. 'Invalid username or password' => 'Username o password non validi',
  484. 'Invalid username or code' => 'Esername o codice non validi',
  485. 'Passwords not match' => 'Le passwords non coincidono',
  486. 'Please enter valid email address.' => "Inserisci un'indirizzo email valido.",
  487. 'Field "%s" can not be blank.' => 'Il campo "%s" non può essere lasciato vuoto.',
  488. 'Password is too short.' => 'La password è troppo corta (minimo 6 caratteri)',
  489. 'Error code:' => 'Codice errore: %s',
  490. 'SERVICE_ACTION_FAILED' => '"%s" "%s" fallita',
  491. 'IP address is in use' => "L'indirizzo IP è già in uso",
  492. 'BACKUP_SCHEDULED' => "L'operazione è stata aggiunta alla coda. Riceverai una notifica via email quando il tuo backup sarà pronto per il download.",
  493. 'BACKUP_EXISTS' => 'È già in corso la creazione di un backup. Perfavore attendi che il backup finisca.',
  494. 'RESTORE_SCHEDULED' => "L'operazione è stata aggiunta alla coda. Riceverai una notifica via email quando il tuo backup sarà pronto per il download.",
  495. 'RESTORE_EXISTS' => "È già in corso un'oprazione di ripristino. Attendi che finisca prima di rilanciarla nuovamento.",
  496. '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',
  497. 'DNS_EXCLUSIONS' => 'Scrivi un nome di dominio per riga. Per escludere tutti i domini usa *',
  498. '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',
  499. 'DB_EXCLUSIONS' => 'Scrivi un nome completo di database per riga. Per escludere tutti i database usa *',
  500. 'CRON_EXCLUSIONS' => 'Per escludere tutti i cron job usa *',
  501. 'USER_EXCLUSIONS' => 'Scrivi un nome di directory per riga. Per escludere tutte le directory usa *',
  502. 'Welcome to Hestia Control Panel' => 'Benvenuto nel Hestia Control Panel',
  503. 'MAIL_FROM' => 'Hestia Control Panel <noreply@%s>',
  504. 'GREETINGS_GORDON_FREEMAN' => "Ciao, %s %s,\n",
  505. 'GREETINGS' => "Ciao,\n",
  506. 'ACCOUNT_READY' => "Il tuo account è stato creato ed è pronto per l'utilizzo.\n\nhttps://%s/login/\nUsername: %s\nPassword: %s\n\n--\nHestia Control Panel\n",
  507. 'FTP login credentials' => 'Credenziali login FTP',
  508. 'FTP_ACCOUNT_READY' => "L'account FTP è stato creato ed è pronto per l'uso.\n\nHostname: %s\nUsername: %s_%s\nPassword: %s\n\n--\nHestia Control Panel\n",
  509. 'Database Credentials' => 'Credenziali Database',
  510. 'DATABASE_READY' => "Il database è stato creato con successo.\n\nDatabase: %s\nUser: %s\nPassword: %s\n%s\n\n--\nHestia Control Panel\n",
  511. 'forgot password' => 'password dimenticata',
  512. 'Confirm' => 'Conferma',
  513. 'New Password' => 'Nuova Password',
  514. 'Confirm Password' => 'Conferma Password',
  515. 'Reset' => 'Reset',
  516. 'Reset Code' => 'Codice Reset',
  517. 'RESET_NOTICE' => '',
  518. 'RESET_CODE_SENT' => 'Il codice di reset per la tua password ti è stato inviato per email<br>',
  519. 'MAIL_RESET_SUBJECT' => 'Password Reset per %s',
  520. '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--\nHestia Control Panel\n",
  521. 'Jan' => 'Jan',
  522. 'Feb' => 'Feb',
  523. 'Mar' => 'Mar',
  524. 'Apr' => 'Apr',
  525. 'May' => 'May',
  526. 'Jun' => 'Jun',
  527. 'Jul' => 'Jul',
  528. 'Aug' => 'Aug',
  529. 'Sep' => 'Sep',
  530. 'Oct' => 'Oct',
  531. 'Nov' => 'Nov',
  532. 'Dec' => 'Dec',
  533. 'Configuring Server' => 'Configuring Server',
  534. 'Hostname' => 'Hostname',
  535. 'Time Zone' => 'Time Zone',
  536. 'Default Language' => 'Default Language',
  537. 'Proxy Server' => 'Proxy Server',
  538. 'Web Server' => 'Web Server',
  539. 'Backend Server' => 'Backend Server',
  540. 'Backend Pool Mode' => 'Backend Pool Mode',
  541. 'DNS Server' => 'DNS Server',
  542. 'DNS Cluster' => 'DNS Cluster',
  543. 'MAIL Server' => 'MAIL Server',
  544. 'Antivirus' => 'Antivirus',
  545. 'AntiSpam' => 'AntiSpam',
  546. 'Webmail URL' => 'Webmail Alias',
  547. 'MySQL Support' => 'MySQL Support',
  548. 'phpMyAdmin URL' => 'phpMyAdmin Alias',
  549. 'PostgreSQL Support' => 'PostgreSQL Support',
  550. 'phpPgAdmin URL' => 'phpPgAdmin Alias',
  551. 'Maximum Number Of Databases' => 'Maximum Number Of Databases',
  552. 'Current Number Of Databases' => 'Current Number Of Databases',
  553. 'Local backup' => 'Backup locale',
  554. 'Compression level' => 'Livello di compressione',
  555. 'Directory' => 'Directory',
  556. 'Remote backup' => 'Backup remoto',
  557. 'ftp' => 'FTP',
  558. 'sftp' => 'SFTP',
  559. 'SFTP Chroot' => 'SFTP Chroot',
  560. 'FileSystem Disk Quota' => 'FileSystem Disk Quota',
  561. 'Hestia Control Panel Plugins' => 'Plugins',
  562. 'preview' => 'preview',
  563. 'Reseller Role' => 'Reseller Role',
  564. 'Web Config Editor' => 'Web Config Editor',
  565. 'Template Manager' => 'Template Manager',
  566. 'Backup Migration Manager' => 'Backup Migration Manager',
  567. 'FileManager' => 'FileManager',
  568. 'show: CPU / MEM / NET / DISK' => 'Visualizza i dettagli avanzati',
  569. 'sort by' => 'sort by',
  570. 'Date' => 'Data',
  571. 'Starred' => 'Starred',
  572. 'Name' => 'Nome',
  573. 'save to favorites' => 'save to favorites',
  574. 'File Manager' => 'File Manager',
  575. 'size' => 'size',
  576. 'date' => 'date',
  577. 'name' => 'nome',
  578. 'Initializing' => 'Initializing',
  579. 'UPLOAD' => 'UPLOAD',
  580. 'NEW FILE' => 'NEW FILE',
  581. 'NEW DIR' => 'NEW DIR',
  582. 'DELETE' => 'DELETE',
  583. 'RENAME' => 'RENAME',
  584. 'MOVE' => 'MOVE',
  585. 'RIGHTS' => 'RIGHTS',
  586. 'COPY' => 'COPY',
  587. 'ARCHIVE' => 'ARCHIVE',
  588. 'EXTRACT' => 'EXTRACT',
  589. 'DOWNLOAD' => 'DOWNLOAD',
  590. 'Are you sure?' => 'Are you sure?',
  591. 'Hit' => 'Hit',
  592. 'to reload the page' => 'to reload the page',
  593. 'Directory name cannot be empty' => 'Directory name cannot be empty',
  594. 'File name cannot be empty' => 'File name cannot be empty',
  595. 'No file selected' => 'No file selected',
  596. 'No file or folder selected' => 'No file or folder selected',
  597. 'File type not supported' => 'File type not supported',
  598. 'Directory download not available in current version' => 'Directory download not available in current version',
  599. 'Directory not available' => 'Directory not available',
  600. 'Done' => 'Done',
  601. 'Close' => 'Close',
  602. 'Copy' => 'Copy',
  603. 'Cancel' => 'Annulla',
  604. 'Rename' => 'Rename',
  605. 'Move' => 'Move',
  606. 'Change Rights' => 'Change Rights',
  607. 'Delete' => 'Elimina',
  608. 'Extract' => 'Extract',
  609. 'Create' => 'Create',
  610. 'Compress' => 'Compress',
  611. 'OK' => 'OK',
  612. 'YOU ARE COPYING' => 'YOU ARE COPYING',
  613. 'YOU ARE REMOVING' => 'YOU ARE REMOVING',
  614. 'Delete items' => 'Delete items',
  615. 'Copy files' => 'Copy files',
  616. 'Move files' => 'Move files',
  617. 'Are you sure you want to copy' => 'Are you sure you want to copy',
  618. 'Are you sure you want to move' => 'Are you sure you want to move',
  619. 'Are you sure you want to delete' => 'Are you sure you want to delete',
  620. 'into' => 'into',
  621. 'existing files will be replaced' => 'existing files will be replaced',
  622. 'Original name' => 'Original name',
  623. 'File' => 'File',
  624. 'already exists' => 'already exists',
  625. 'Create file' => 'Create file',
  626. 'Create directory' => 'Create directory',
  627. 'read by owner' => 'read by owner',
  628. 'write by owner' => 'write by owner',
  629. 'execute/search by owner' => 'execute/search by owner',
  630. 'read by group' => 'read by group',
  631. 'write by group' => 'write by group',
  632. 'execute/search by group' => 'execute/search by group',
  633. 'read by others' => 'read by others',
  634. 'write by others' => 'write by others',
  635. 'execute/search by others' => 'execute/search by others',
  636. 'Shortcuts' => 'Shortcuts',
  637. 'Add New object' => 'Add New object',
  638. 'Save Form' => 'Save Form',
  639. 'Cancel saving form' => 'Cancel saving form',
  640. 'Go to USER list' => 'Go to USER list',
  641. 'Go to WEB list' => 'Go to WEB list',
  642. 'Go to DNS list' => 'Go to DNS list',
  643. 'Go to MAIL list' => 'Go to MAIL list',
  644. 'Go to DB list' => 'Go to DB list',
  645. 'Go to CRON list' => 'Go to CRON list',
  646. 'Go to BACKUP list' => 'Go to BACKUP list',
  647. 'Focus on search' => 'Focus on search',
  648. 'Display/Close shortcuts' => 'Display/Close shortcuts',
  649. 'Move backward through top menu' => 'Move backward through top menu',
  650. 'Move forward through top menu' => 'Move forward through top menu',
  651. 'Enter focused element' => 'Enter focused element',
  652. 'Move up through elements list' => 'Move up through elements list',
  653. 'Move down through elements list' => 'Move down through elements list',
  654. 'Upload' => 'Upload',
  655. 'New File' => 'New File',
  656. 'New Folder' => 'New Folder',
  657. 'Download' => 'Download',
  658. 'Archive' => 'Archive',
  659. 'Save File (in text editor)' => 'Save File (in text editor)',
  660. 'Close Popup / Cancel' => 'Close Popup / Cancel',
  661. 'Move Cursor Up' => 'Move Cursor Up',
  662. 'Move Cursor Down' => 'Move Cursor Down',
  663. 'Switch to Left Tab' => 'Switch to Left Tab',
  664. 'Switch to Right Tab' => 'Switch to Right Tab',
  665. 'Switch Tab' => 'Switch Tab',
  666. 'Go to the Top of the File List' => 'Go to the Top of the File List',
  667. 'Go to the Last File' => 'Go to the Last File',
  668. 'Open File / Enter Directory' => 'Open File / Enter Directory',
  669. 'Edit File' => 'Edit File',
  670. 'Go to Parent Directory' => 'Go to Parent Directory',
  671. 'Select Current File' => 'Select Current File',
  672. 'Select Bunch of Files' => 'Select Bunch of Files',
  673. 'Add File to the Current Selection' => 'Add File to the Current Selection',
  674. 'Select All Files' => 'Select All Files',
  675. 'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' =>
  676. 'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager',
  677. 'Minutes' => 'Minutes',
  678. 'Hourly' => 'Hourly',
  679. 'Run Command' => 'Run Command',
  680. 'every month' => 'every month',
  681. 'every odd month' => 'every odd month',
  682. 'every even month' => 'every even month',
  683. 'every day' => 'every day',
  684. 'every odd day' => 'every odd day',
  685. 'every even day' => 'every even day',
  686. 'weekdays (5 days)' => 'weekdays (5 days)',
  687. 'weekend (2 days)' => 'weekend (2 days)',
  688. 'Monday' => 'Monday',
  689. 'Tuesday' => 'Tuesday',
  690. 'Wednesday' => 'Wednesday',
  691. 'Thursday' => 'Thursday',
  692. 'Friday' => 'Friday',
  693. 'Saturday' => 'Saturday',
  694. 'Sunday' => 'Sunday',
  695. 'every hour' => 'every hour',
  696. 'every two hours' => 'every two hours',
  697. 'every minute' => 'every minute',
  698. 'every two minutes' => 'every two minutes',
  699. 'every' => 'every',
  700. 'Generate' => 'Generate',
  701. 'awstats' => 'awstats',
  702. 'Hestia SSL' => 'SSL',
  703. 'SUBJECT' => 'SUBJECT',
  704. 'ALIASES' => 'ALIASES',
  705. 'NOT_BEFORE' => 'NOT_BEFORE',
  706. 'NOT_AFTER' => 'NOT_AFTER',
  707. 'SIGNATURE' => 'SIGNATURE',
  708. 'PUB_KEY' => 'PUB_KEY',
  709. 'ISSUER' => 'ISSUER',
  710. 'Use server hostname' => 'Usa il nome host del server',
  711. 'Use domain hostname' => 'Usa il nome host del dominio',
  712. 'Use STARTTLS' => 'Usa STARTTLS',
  713. 'Use SSL / TLS' => 'Usa SSL / TLS',
  714. 'No encryption' => 'Nessuna crittografia',
  715. 'Do not use encryption' => 'Non utilizzare la crittografia',
  716. 'maximum characters length, including prefix' => 'lunghezza massima di %s caratteri, incluso prefisso',
  717. 'Email Credentials' => 'Email Credentials',
  718. 'Theme' => 'Apparenza',
  719. 'Operating System' => 'Sistema operativo',
  720. '2 Factor Authentication' => 'Autenticazione a due fattori',
  721. 'Enable 2FA' => 'Abilita autenticazione a due fattori',
  722. 'Please scan the code below in your 2FA application:' => 'Per completare la configurazione dell\'autenticazione a due fattori, scansiona il codice QR di seguito <br /> utilizzando un\'app di autenticazione (come <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2"> Google Authenticator</a>):',
  723. '2FA Reset Code:' => 'Codice di recupero dell\'account:',
  724. 'Please wait while php is installed or removed' => 'Potrebbero essere necessari alcuni minuti per salvare le modifiche. Attendere il completamento del processo e non aggiornare la pagina.',
  725. 'Avoid adding web domains on admin account' => 'Si consiglia vivamente di <a href="/add/user/">creare un account utente standard</a> prima di aggiungere domini Web al server a causa dei maggiori privilegi dell\'account amministratore e dei potenziali rischi per la sicurezza.',
  726. //SSH Key
  727. 'Field SSH_KEY can not be blank.' => 'Il campo chiave SSH non deve essere vuoto',
  728. 'SSH KEY is invalid' => 'La chiave SSH non è valida',
  729. 'SSH KEY already exists' => 'La chiave SSH esiste già',
  730. 'SSH KEY Added' => 'La chiave SSH è stata aggiunta',
  731. 'Add SSH Key' => 'Aggiungi chiave SSH',
  732. 'SSH KEY' => 'SSH Key',
  733. 'DELETE_KEY_CONFIRM' => 'Sei sicuro di voler eliminare la chiave SSH %s?',
  734. 'SSH_ID' => 'SSH ID',
  735. 'Manage SSH keys' => 'Gestisci chiavi SSH',
  736. //Header
  737. 'Fm' => 'Files',
  738. //PHP Cli
  739. 'PHP CLI Version' => 'Versione da riga di comando PHP',
  740. //Ipset Firewall rules
  741. 'Adding Firewall Ipset List' => 'Nuovo elenco IP',
  742. 'Ip List Name' => 'Nome elenco IP',
  743. 'Data Source' => 'Fonte di dati',
  744. 'Ip Version' => 'Versione IP',
  745. 'Autoupdate' => 'Aggiornamento automatico',
  746. 'Add IP list' => 'Aggiungi elenco IP',
  747. 'BLACKLIST' => 'BLACKLIST',
  748. 'IPVERSE' => 'IPVERSE',
  749. 'IPSET_CREATED_OK' => 'Elenco IP creato correttamente',
  750. 'DELETE_IPSET_CONFIRMATION' => 'Sei sicuro di voler cancellare la lista IP %s?',
  751. '1 Ipset list' => '1 Elenco IP',
  752. '%s Ipset lists' => '%s Elenchi IP',
  753. 'There are currently no IP lists defined.' => 'Al momento non sono stati definiti elenchi IP.',
  754. 'list ipset' => 'Gestisci elenchi IP',
  755. //Backup
  756. 'File Name' => 'Nome del file',
  757. 'Size' => 'Dimensione',
  758. 'Runtime' => 'Durata',
  759. //Logs
  760. 'Refresh' => 'Ricaricare',
  761. 'Time' => 'Tempo',
  762. 'Value' => 'Iscrizione',
  763. //DNS
  764. 'default' => 'default',
  765. '1 DNS zone' => '1 DNS zone',
  766. '%s DNS zones' => '%s DNS zones',
  767. 'Add Record' => 'Add Record',
  768. //user
  769. '1 user account' => '1 user account',
  770. '%s user accounts' => '%s user accounts',
  771. //database
  772. '1 SQL database' => '1 SQL database',
  773. '%s SQL databases' => '%s SQL databases',
  774. //mail
  775. '1 mail domain' => '1 mail domain',
  776. '%s mail domains' => '%s mail domains',
  777. //web
  778. '1 web domain' => '1 web domain',
  779. '%s web domains' => '%s web domains',
  780. //rrd
  781. 'Bandwidth Usage' => 'Utilizzo della larghezza di banda',
  782. //reset
  783. 'Forgot Password' => 'Ha dimenticato la password',
  784. //web
  785. 'Quick Install App' => 'Installa l\'applicazione',
  786. //webapp
  787. 'version' => 'versione',
  788. 'Setup' => 'Installare',
  789. //Server
  790. 'Restart' => 'Ricomincia',
  791. 'Mail Server' => 'Server email',
  792. 'Enabled multi PHP versions' => 'Versioni PHP abilitate',
  793. 'Service' => 'Nome di Servizio',
  794. 'Description' => 'Descrizione',
  795. //header
  796. 'Hestia Control Panel' => 'Hestia Control Panel',
  797. // Set default language
  798. 'SYSTEM_SET_DEFAULT_LANGUAGE' => 'Imposta come lingua predefinita per tutti gli utenti',
  799. //2FA
  800. 'Forgot token' => 'Codice dimenticato',
  801. '2FA Token' => 'PIN OTP',
  802. '2FA Reset successfully' => 'Il codice 2FA è stato ripristinato correttamente. Ora puoi accedere di nuovo',
  803. 'Reset 2FA' => 'Reimposta il codice 2FA',
  804. '2FA Reset Code' => 'Codice di recupero dell\'account',
  805. 'Invalid or missing token' => 'Codice non valido o mancante',
  806. //list user
  807. 'Name' => 'Nome',
  808. //Add / Edit user
  809. 'Contact' => 'Nome',
  810. 'GREETINGS_GORDON' => "Ciao, %s,\n",
  811. //List Mail Accounts
  812. 'Forwarding' => 'Inoltro',
  813. //Cron Jobs
  814. 'Cron Job' => 'Cron Job',
  815. //Edit server
  816. 'Host' => 'Ospite',
  817. //list Backups
  818. '1 backups' => '1 backup',
  819. '%s backups' => '%s backup',
  820. //list Firewall Rules
  821. '1 firewall rule' => '1 regola del firewall',
  822. '%s firewall rules' => '%s regole del firewall',
  823. //list ip
  824. '1 banned IP address' => '1 indirizzo IP vietato',
  825. '%s banned IP addresses' => '%s indirizzi IP vietati',
  826. //list DNS
  827. 'Records_DNS' => 'Records',
  828. //Dowload Backup
  829. 'BACKUP_DOWNLOAD_SCHEDULED' => 'Il download del file di backup remoto è stato programmato.',
  830. 'backend server' => 'Server back-end',
  831. 'traffic' => 'Traffico',
  832. 'disk' => 'Disco',
  833. // Notifications
  834. 'Notifications' => 'Notifiche',
  835. // Help
  836. 'Help' => 'Help',
  837. 'Documentation' => 'Documentation',
  838. 'Support' => 'Support',
  839. 'Submit an issue report' => 'Submit an issue report',
  840. 'SYSTEM_UPGRADE_SEND_NOTIFICATION_EMAIL' => 'Invia notifica e-mail quando è stato installato un aggiornamento',
  841. 'SYSTEM_UPGRADE_SAVE_LOG' => 'Salva il registro di installazione degli aggiornamenti',
  842. 'SYSTEM_UPGRADE_SEND_EMAIL_LOG' => 'Invia il registro di installazione degli aggiornamenti via e-mail',
  843. );