Marius Cramer
2015-08-06 37b29231e47a0c4458dc1c15d98588f16f07e1e2
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';
8ab3cd 15 $wb['company_name_txt'] = 'Nome Azienda';
e3133e 16 $wb['contact_firstname_txt'] = 'Contact firstname';
10fd0c 17 $wb['contact_name_txt'] = 'Nome contatto';
F 18 $wb['username_txt'] = 'Nome utente';
19 $wb['password_txt'] = 'Password';
20 $wb['language_txt'] = 'Lingua';
21 $wb['usertheme_txt'] = 'Tema';
22 $wb['street_txt'] = 'Via';
8ab3cd 23 $wb['zip_txt'] = 'CAP';
10fd0c 24 $wb['city_txt'] = 'Città';
F 25 $wb['state_txt'] = 'Provincia';
26 $wb['country_txt'] = 'Stato';
27 $wb['telephone_txt'] = 'Telefono';
28 $wb['mobile_txt'] = 'Cellulare';
29 $wb['fax_txt'] = 'Fax';
30 $wb['email_txt'] = 'Email';
31 $wb['internet_txt'] = 'Internet';
32 $wb['icq_txt'] = 'ICQ';
33 $wb['notes_txt'] = 'Note';
8ab3cd 34 $wb['company_txt'] = 'Azienda';
10fd0c 35 $wb['title_txt'] = 'Titolo';
F 36 $wb['firstname_txt'] = 'Nome';
37 $wb['surname_txt'] = 'Cognome';
38 $wb['limit_client_txt'] = 'Numero massimo clienti';
39 $wb['limit_domain_txt'] = 'limit_domain';
40 $wb['limit_subdomain_txt'] = 'limit_subdomain';
41 $wb['limit_webquota_txt'] = 'limit_webquota';
42 $wb['limit_database_txt'] = 'Numero massimo database';
c99d48 43 $wb['ip_address_txt'] = 'Indirizzi ip';
10fd0c 44 $wb['limit_client_error_notint'] = 'The sub client limit must be a number.';
F 45 $wb['firstname_error_empty'] = 'Nome è vuoto.';
8ab3cd 46 $wb['contact_error_empty'] = 'Nome azienda è vuoto.';
10fd0c 47 $wb['default_webserver_txt'] = 'Webserver predefinito';
F 48 $wb['limit_web_domain_txt'] = 'Numero massimo di domini';
8ab3cd 49 $wb['limit_web_aliasdomain_txt'] = 'Numero massimo di alia domini';
10fd0c 50 $wb['limit_web_subdomain_txt'] = 'Numero massimo di sottodomini';
F 51 $wb['limit_ftp_user_txt'] = 'Numero massimo di utenti FTP';
52 $wb['default_dnsserver_txt'] = 'DNS Server predefinito';
53 $wb['limit_dns_zone_txt'] = 'Numero massimo di zone DNS';
8ab3cd 54 $wb['limit_dns_slave_zone_txt'] = 'Numero massimo di zone DNS secondarie';
10fd0c 55 $wb['limit_dns_record_txt'] = 'Numero massimo di record DNS';
F 56 $wb['limit_shell_user_txt'] = 'Numero massimo di utenti Shell';
57 $wb['username_error_empty'] = 'Nome utente è vuoto.';
58 $wb['username_error_unique'] = 'Il nome utente deve essere unico.';
8ab3cd 59 $wb['limit_maildomain_error_notint'] = 'Il limite dei domini email devessere un numero.';
T 60 $wb['limit_mailbox_error_notint'] = 'Il limite delle caselle di posta devessere un numero.';
10fd0c 61 $wb['limit_mailalias_error_notint'] = 'The email alias limit must be a number.';
F 62 $wb['limit_mailforward_error_notint'] = 'The email forward limit must be a number.';
63 $wb['limit_mailcatchall_error_notint'] = 'The email catchall limit must be a number.';
64 $wb['limit_mailrouting_error_notint'] = 'The email routing limit must be a number.';
65 $wb['limit_mailfilter_error_notint'] = 'The email filter limit must be a number.';
66 $wb['limit_mailfetchmail_error_notint'] = 'The fetchmail limit must be a number.';
67 $wb['limit_mailquota_error_notint'] = 'The email quota limit must be a number.';
68 $wb['limit_spamfilter_wblist_error_notint'] = 'The spamfilter white / blacklist limit must be a number.';
69 $wb['limit_spamfilter_user_error_notint'] = 'The spamfilter user limit must be a number.';
70 $wb['limit_spamfilter_policy_error_notint'] = 'The spamfilter policy limit must be a number.';
71 $wb['limit_web_domain_error_notint'] = 'The website limit must be a number.';
72 $wb['limit_web_aliasdomain_error_notint'] = 'The website alias domain limit must be a number.';
73 $wb['limit_web_subdomain_error_notint'] = 'The website subdomain limit must be a number.';
74 $wb['limit_ftp_user_error_notint'] = 'Il limite degli utenti ftp deve essere un numero.';
75 $wb['limit_shell_user_error_notint'] = 'Il limite degli utenti shell deve essere un numero.';
76 $wb['limit_dns_zone_error_notint'] = 'Il limite dei record dns deve essere un numero.';
a59731 77 $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.';
10fd0c 78 $wb['default_dbserver_txt'] = 'Server Database predefinito';
F 79 $wb['limit_database_error_notint'] = 'Il limite dei database deve essere un numero.';
80 $wb['username_error_regex'] = 'Il nome utente contiene caratteri non validi.';
463137 81 $wb['password_strength_txt'] = 'Sicurezza della Password';
182e2d 82 $wb['template_master_txt'] = 'Principale';
F 83 $wb['template_additional_txt'] = 'Aggiuntivo';
9994de 84 $wb['ssh_chroot_txt'] = 'SSH-Chroot Options';
T 85 $wb['web_php_options_txt'] = 'PHP Options';
0b7253 86 $wb['limit_cron_txt'] = 'Max. number of cron jobs';
T 87 $wb['limit_cron_type_txt'] = 'Max. type of cron jobs (chrooted and full implies url)';
88 $wb['limit_cron_frequency_txt'] = 'Min. delay between executions';
89 $wb['limit_cron_error_notint'] = 'The cron limit must be a number.';
90 $wb['limit_cron_error_frequency'] = 'The cron frequency limit must be a number.';
91 $wb['limit_client_error'] = 'The max. number of clients is reached.';
2d870d 92 $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases';
F 93 $wb['limit_mailaliasdomain_error_notint'] = 'The email domain alias limit must be a number.';
94 $wb['limit_web_quota_txt'] = 'Web Quota';
899771 95 $wb['limit_traffic_quota_txt'] = 'Traffic Quota';
T 96 $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.';
0d9599 97 $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users';
T 98 $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.';
f40d19 99 $wb['limit_backup_txt'] = 'Backupfunction available';
aa3ea2 100 $wb['customer_no_txt'] = 'Customer No.';
8ab3cd 101 $wb['vat_id_txt'] = 'P. IVA';
aa3ea2 102 $wb['required_fields_txt'] = '* Required fields';
d7be27 103 $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists';
T 104 $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.';
105 $wb['company_id_txt'] = 'Company/Entrepreneur ID';
522ef8 106 $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers';
T 107 $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template';
108 $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.';
8cf78b 109 $wb['web_php_options_notempty'] = 'No PHP option(s) selected. Select at least one PHP option.';
T 110 $wb['ssh_chroot_notempty'] = 'No SSH chroot option selected. Select at least one SSH option.';
e94a9f 111 $wb['username_error_collision'] = 'The username may not start with the word -web- or -web- followed by a number.';
142907 112 $wb['add_additional_template_txt'] = 'Add additional template';
T 113 $wb['delete_additional_template_txt'] = 'Delete additional template';
114 $wb['limit_cgi_txt'] = 'CGI available';
115 $wb['limit_ssi_txt'] = 'SSI available';
116 $wb['limit_perl_txt'] = 'Perl available';
117 $wb['limit_ruby_txt'] = 'Ruby available';
118 $wb['limit_python_txt'] = 'Python available';
119 $wb['force_suexec_txt'] = 'SuEXEC forced';
120 $wb['limit_hterror_txt'] = 'Custom error docs available';
121 $wb['limit_wildcard_txt'] = 'Wildcard subdomain available';
122 $wb['limit_ssl_txt'] = 'SSL available';
123 $wb['bank_account_number_txt'] = 'Bank account no.';
124 $wb['bank_code_txt'] = 'Bank code';
125 $wb['bank_name_txt'] = 'Bank name';
126 $wb['bank_account_iban_txt'] = 'IBAN';
127 $wb['bank_account_swift_txt'] = 'BIC / Swift';
128 $wb['web_limits_txt'] = 'Web Limits';
129 $wb['email_limits_txt'] = 'Email Limits';
130 $wb['database_limits_txt'] = 'Database Limits';
131 $wb['cron_job_limits_txt'] = 'Cron Job Limits';
132 $wb['dns_limits_txt'] = 'DNS Limits';
133 $wb['virtualization_limits_txt'] = 'Virtualization Limits';
134 $wb['generate_password_txt'] = 'Generate Password';
135 $wb['repeat_password_txt'] = 'Repeat Password';
136 $wb['password_mismatch_txt'] = 'The passwords do not match.';
137 $wb['password_match_txt'] = 'The passwords do match.';
bfcdef 138 $wb['active_template_additional_txt'] = 'Active Addons';
T 139 $wb['bank_account_owner_txt'] = 'Bank account owner';
140 $wb['email_error_isemail'] = 'Please enter a valid email address.';
141 $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).';
10b4c8 142 $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.';
T 143 $wb['paypal_email_txt'] = 'PayPal Email';
72695f 144 $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.';
cc6568 145 $wb['aps_limits_txt'] = 'APS Installer Limits';
H 146 $wb['limit_aps_txt'] = 'Max. number of APS instances';
147 $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.';
7b47c0 148 $wb['default_slave_dnsserver_txt'] = 'Default Secondary DNS Server';
992797 149 $wb['locked_txt'] = 'Locked (disables all webs etc.)';
MC 150 $wb['canceled_txt'] = 'Canceled (disables client login)';
151 $wb['gender_txt'] = 'Title';
152 $wb['gender_m_txt'] = 'Mr.';
153 $wb['gender_f_txt'] = 'Ms.';
dc9e64 154 $wb['added_by_txt'] = 'Added by';
TB 155 $wb['added_date_txt'] = 'Added date';
156 $wb['parent_client_id_txt'] = 'Client of reseller';
157 $wb['none_txt'] = 'none';
4039c8 158 $wb["email_error_empty"] = "Email is empty";
10fd0c 159 ?>