|
1 | 1 | <?php |
2 | | -$wb['limit_maildomain_txt'] = 'Max. number of email domains'; |
3 | | -$wb['limit_mailbox_txt'] = 'Max. number of mailboxes'; |
4 | | -$wb['limit_mailalias_txt'] = 'Max. number of email aliases'; |
5 | | -$wb['limit_mailforward_txt'] = 'Max. number of email forwarders'; |
6 | | -$wb['limit_mailcatchall_txt'] = 'Max. number of email catchall accounts'; |
7 | | -$wb['limit_mailrouting_txt'] = 'Max. number of email routes'; |
8 | | -$wb['limit_mailfilter_txt'] = 'Max. number of email filters'; |
9 | | -$wb['limit_fetchmail_txt'] = 'Max. number of fetchmail accounts'; |
| 2 | +$wb['limit_maildomain_txt'] = 'Numero massimo di email domains'; |
| 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'; |
10 | 10 | $wb['limit_mailquota_txt'] = 'Limite quota mailbox'; |
11 | | -$wb['limit_spamfilter_wblist_txt'] = 'Max. number of spamfilter white / blacklist filters'; |
12 | | -$wb['limit_spamfilter_user_txt'] = 'Max. number of spamfilter users'; |
13 | | -$wb['limit_spamfilter_policy_txt'] = 'Max. number of spamfilter policys'; |
| 11 | +$wb['limit_spamfilter_wblist_txt'] = 'Numero massimo di spamfilter white / blacklist filters'; |
| 12 | +$wb['limit_spamfilter_user_txt'] = 'Numero massimo di spamfilter users'; |
| 13 | +$wb['limit_spamfilter_policy_txt'] = 'Numero massimo di spamfilter policys'; |
14 | 14 | $wb['default_mailserver_txt'] = 'Mailserver predefinito'; |
15 | 15 | $wb['company_name_txt'] = 'Nome compagnia'; |
16 | 16 | $wb['contact_name_txt'] = 'Nome contatto'; |
@@ -39,7 +39,7 @@ $wb['limit_domain_txt'] = 'limit_domain'; |
39 | 39 | $wb['limit_subdomain_txt'] = 'limit_subdomain'; |
40 | 40 | $wb['limit_webquota_txt'] = 'limit_webquota'; |
41 | 41 | $wb['limit_database_txt'] = 'Numero massimo database'; |
42 | | -$wb['ip_address_txt'] = 'ip_address'; |
| 42 | +$wb['ip_address_txt'] = 'Indirizzi ip'; |
43 | 43 | $wb['limit_client_error_notint'] = 'The sub client limit must be a number.'; |
44 | 44 | $wb['firstname_error_empty'] = 'Nome è vuoto.'; |
45 | 45 | $wb['contact_error_empty'] = 'Nome compagnia è vuoto.'; |
|
0 commit comments