| | |
| | | <?php |
| | | $wb['limit_maildomain_txt'] = 'Max. number of email domains'; |
| | | $wb['limit_mailbox_txt'] = 'Max. number of mailboxes'; |
| | | $wb['limit_mailalias_txt'] = 'Max. number of email aliases'; |
| | | $wb['limit_mailforward_txt'] = 'Max. number of email forwarders'; |
| | | $wb['limit_mailcatchall_txt'] = 'Max. number of email catchall accounts'; |
| | | $wb['limit_mailrouting_txt'] = 'Max. number of email routes'; |
| | | $wb['limit_mailfilter_txt'] = 'Max. number of email filters'; |
| | | $wb['limit_fetchmail_txt'] = 'Max. number of fetchmail accounts'; |
| | | $wb['limit_maildomain_txt'] = 'Numero massimo di email domains'; |
| | | $wb['limit_mailbox_txt'] = 'Numero massimo di mailboxes'; |
| | | $wb['limit_mailalias_txt'] = 'Numero massimo di email aliases'; |
| | | $wb['limit_mailforward_txt'] = 'Numero massimo di email forwarders'; |
| | | $wb['limit_mailcatchall_txt'] = 'Numero massimo di email catchall accounts'; |
| | | $wb['limit_mailrouting_txt'] = 'Numero massimo di email routes'; |
| | | $wb['limit_mailfilter_txt'] = 'Numero massimo di email filters'; |
| | | $wb['limit_fetchmail_txt'] = 'Numero massimo di fetchmail accounts'; |
| | | $wb['limit_mailquota_txt'] = 'Limite quota mailbox'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Max. number of spamfilter white / blacklist filters'; |
| | | $wb['limit_spamfilter_user_txt'] = 'Max. number of spamfilter users'; |
| | | $wb['limit_spamfilter_policy_txt'] = 'Max. number of spamfilter policys'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Numero massimo di spamfilter white / blacklist filters'; |
| | | $wb['limit_spamfilter_user_txt'] = 'Numero massimo di spamfilter users'; |
| | | $wb['limit_spamfilter_policy_txt'] = 'Numero massimo di spamfilter policys'; |
| | | $wb['default_mailserver_txt'] = 'Mailserver predefinito'; |
| | | $wb['btn_save_txt'] = 'Salva'; |
| | | $wb['btn_cancel_txt'] = 'Annulla'; |
| | | $wb['company_name_txt'] = 'Nome compagnia'; |
| | | $wb['contact_name_txt'] = 'Nome contatto'; |
| | | $wb['username_txt'] = 'Nome utente'; |
| | |
| | | $wb['limit_subdomain_txt'] = 'limit_subdomain'; |
| | | $wb['limit_webquota_txt'] = 'limit_webquota'; |
| | | $wb['limit_database_txt'] = 'Numero massimo database'; |
| | | $wb['ip_address_txt'] = 'ip_address'; |
| | | $wb['ip_address_txt'] = 'Indirizzi ip'; |
| | | $wb['limit_client_error_notint'] = 'The sub client limit must be a number.'; |
| | | $wb['firstname_error_empty'] = 'Nome è vuoto.'; |
| | | $wb['contact_error_empty'] = 'Nome compagnia è vuoto.'; |
| | |
| | | $wb['limit_database_error_notint'] = 'Il limite dei database deve essere un numero.'; |
| | | $wb['username_error_regex'] = 'Il nome utente contiene caratteri non validi.'; |
| | | $wb['password_strength_txt'] = 'Sicurezza della Password'; |
| | | $wb['template_master_txt'] = 'Principale'; |
| | | $wb['template_additional_txt'] = 'Aggiuntivo'; |
| | | ?> |