forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit.php
More file actions
757 lines (725 loc) · 31.9 KB
/
it.php
File metadata and controls
757 lines (725 loc) · 31.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
<?php
/**
* Hestia 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',
'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',
'HESTIA' => 'HESTIA',
'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 Hestia Control Panel' => 'Benvenuto nel Hestia Control Panel',
'MAIL_FROM' => 'Hestia 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--\nHestia 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--\nHestia 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--\nHestia 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--\nHestia 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',
'Webmail URL' => 'Webmail Alias',
'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',
'Hestia Control Panel Plugins' => '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',
'awstats' => 'awstats',
'Hestia SSL' => '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',
);