tbrehm
2012-05-07 e045af4e04438514a807930b103d644b1644b46d
commit | author | age
10fd0c 1 <?php
c99d48 2 $wb['limit_maildomain_txt'] = 'Numero massimo di email domains';
F 3 $wb['limit_mailbox_txt'] = 'Numero massimo di mailboxes';
4 $wb['limit_mailalias_txt'] = 'Numero massimo di email aliases';
5 $wb['limit_mailforward_txt'] = 'Numero massimo di email forwarders';
6 $wb['limit_mailcatchall_txt'] = 'Numero massimo di email catchall accounts';
7 $wb['limit_mailrouting_txt'] = 'Numero massimo di email routes';
8 $wb['limit_mailfilter_txt'] = 'Numero massimo di email filters';
9 $wb['limit_fetchmail_txt'] = 'Numero massimo di fetchmail accounts';
10fd0c 10 $wb['limit_mailquota_txt'] = 'Limite quota mailbox';
c99d48 11 $wb['limit_spamfilter_wblist_txt'] = 'Numero massimo di spamfilter white / blacklist filters';
F 12 $wb['limit_spamfilter_user_txt'] = 'Numero massimo di spamfilter users';
13 $wb['limit_spamfilter_policy_txt'] = 'Numero massimo di spamfilter policys';
10fd0c 14 $wb['default_mailserver_txt'] = 'Mailserver predefinito';
503446 15 $wb['company_name_txt'] = 'Nome Azienda';
10fd0c 16 $wb['contact_name_txt'] = 'Nome contatto';
F 17 $wb['username_txt'] = 'Nome utente';
18 $wb['password_txt'] = 'Password';
19 $wb['language_txt'] = 'Lingua';
20 $wb['usertheme_txt'] = 'Tema';
21 $wb['street_txt'] = 'Via';
503446 22 $wb['zip_txt'] = 'CAP';
10fd0c 23 $wb['city_txt'] = 'Città';
F 24 $wb['state_txt'] = 'Provincia';
25 $wb['country_txt'] = 'Stato';
26 $wb['telephone_txt'] = 'Telefono';
27 $wb['mobile_txt'] = 'Cellulare';
28 $wb['fax_txt'] = 'Fax';
29 $wb['email_txt'] = 'Email';
30 $wb['internet_txt'] = 'Internet';
31 $wb['icq_txt'] = 'ICQ';
32 $wb['notes_txt'] = 'Note';
503446 33 $wb['company_txt'] = 'Azienda';
10fd0c 34 $wb['title_txt'] = 'Titolo';
F 35 $wb['firstname_txt'] = 'Nome';
36 $wb['surname_txt'] = 'Cognome';
37 $wb['limit_client_txt'] = 'Numero massimo clienti';
38 $wb['limit_domain_txt'] = 'limit_domain';
39 $wb['limit_subdomain_txt'] = 'limit_subdomain';
40 $wb['limit_webquota_txt'] = 'limit_webquota';
41 $wb['limit_database_txt'] = 'Numero massimo database';
c99d48 42 $wb['ip_address_txt'] = 'Indirizzi ip';
10fd0c 43 $wb['limit_client_error_notint'] = 'The sub client limit must be a number.';
F 44 $wb['firstname_error_empty'] = 'Nome è vuoto.';
503446 45 $wb['contact_error_empty'] = 'Nome azienda è vuoto.';
10fd0c 46 $wb['default_webserver_txt'] = 'Webserver predefinito';
F 47 $wb['limit_web_domain_txt'] = 'Numero massimo di domini';
503446 48 $wb['limit_web_aliasdomain_txt'] = 'Numero massimo di alia domini';
10fd0c 49 $wb['limit_web_subdomain_txt'] = 'Numero massimo di sottodomini';
F 50 $wb['limit_ftp_user_txt'] = 'Numero massimo di utenti FTP';
51 $wb['default_dnsserver_txt'] = 'DNS Server predefinito';
52 $wb['limit_dns_zone_txt'] = 'Numero massimo di zone DNS';
503446 53 $wb['limit_dns_slave_zone_txt'] = 'Numero massimo di zone DNS secondarie';
10fd0c 54 $wb['limit_dns_record_txt'] = 'Numero massimo di record DNS';
F 55 $wb['limit_shell_user_txt'] = 'Numero massimo di utenti Shell';
56 $wb['username_error_empty'] = 'Nome utente è vuoto.';
57 $wb['username_error_unique'] = 'Il nome utente deve essere unico.';
503446 58 $wb['limit_maildomain_error_notint'] = 'Il limite dei domini email devessere un numero.';
T 59 $wb['limit_mailbox_error_notint'] = 'Il limite delle caselle di posta devessere un numero.';
10fd0c 60 $wb['limit_mailalias_error_notint'] = 'The email alias limit must be a number.';
F 61 $wb['limit_mailforward_error_notint'] = 'The email forward limit must be a number.';
62 $wb['limit_mailcatchall_error_notint'] = 'The email catchall limit must be a number.';
63 $wb['limit_mailrouting_error_notint'] = 'The email routing limit must be a number.';
64 $wb['limit_mailfilter_error_notint'] = 'The email filter limit must be a number.';
65 $wb['limit_mailfetchmail_error_notint'] = 'The fetchmail limit must be a number.';
66 $wb['limit_mailquota_error_notint'] = 'The email quota limit must be a number.';
67 $wb['limit_spamfilter_wblist_error_notint'] = 'The spamfilter white / blacklist limit must be a number.';
68 $wb['limit_spamfilter_user_error_notint'] = 'The spamfilter user limit must be a number.';
69 $wb['limit_spamfilter_policy_error_notint'] = 'The spamfilter policy limit must be a number.';
70 $wb['limit_web_domain_error_notint'] = 'The website limit must be a number.';
71 $wb['limit_web_aliasdomain_error_notint'] = 'The website alias domain limit must be a number.';
72 $wb['limit_web_subdomain_error_notint'] = 'The website subdomain limit must be a number.';
73 $wb['limit_ftp_user_error_notint'] = 'Il limite degli utenti ftp deve essere un numero.';
74 $wb['limit_shell_user_error_notint'] = 'Il limite degli utenti shell deve essere un numero.';
75 $wb['limit_dns_zone_error_notint'] = 'Il limite dei record dns deve essere un numero.';
a59731 76 $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.';
10fd0c 77 $wb['default_dbserver_txt'] = 'Server Database predefinito';
F 78 $wb['limit_database_error_notint'] = 'Il limite dei database deve essere un numero.';
79 $wb['username_error_regex'] = 'Il nome utente contiene caratteri non validi.';
463137 80 $wb['password_strength_txt'] = 'Sicurezza della Password';
182e2d 81 $wb['template_master_txt'] = 'Principale';
F 82 $wb['template_additional_txt'] = 'Aggiuntivo';
9994de 83 $wb['ssh_chroot_txt'] = 'SSH-Chroot Options';
T 84 $wb['web_php_options_txt'] = 'PHP Options';
0b7253 85 $wb['limit_cron_txt'] = 'Max. number of cron jobs';
T 86 $wb['limit_cron_type_txt'] = 'Max. type of cron jobs (chrooted and full implies url)';
87 $wb['limit_cron_frequency_txt'] = 'Min. delay between executions';
88 $wb['limit_cron_error_notint'] = 'The cron limit must be a number.';
89 $wb['limit_cron_error_frequency'] = 'The cron frequency limit must be a number.';
90 $wb['limit_client_error'] = 'The max. number of clients is reached.';
2d870d 91 $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases';
F 92 $wb['limit_mailaliasdomain_error_notint'] = 'The email domain alias limit must be a number.';
93 $wb['limit_web_quota_txt'] = 'Web Quota';
899771 94 $wb['limit_traffic_quota_txt'] = 'Traffic Quota';
T 95 $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.';
0d9599 96 $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users';
T 97 $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.';
aa3ea2 98 $wb['customer_no_txt'] = 'Customer No.';
503446 99 $wb['vat_id_txt'] = 'P. IVA';
aa3ea2 100 $wb['required_fields_txt'] = '* Required fields';
d7be27 101 $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists';
T 102 $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.';
103 $wb['company_id_txt'] = 'Company/Entrepreneur ID';
522ef8 104 $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers';
T 105 $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template';
106 $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.';
151fac 107 $wb['web_php_options_notempty'] = 'No PHP option(s) selected. Select at least one PHP option.';
T 108 $wb['ssh_chroot_notempty'] = 'No SSH chroot option selected. Select at least one SSH option.';
e045af 109 $wb['username_error_collision'] = 'The username may not start with the word -web- or -web- followed by a number.';
10fd0c 110 ?>