| | |
| | | <?php |
| | | $wb['username_txt'] = 'Username:'; |
| | | $wb['username_txt'] = 'Nome Utente:'; |
| | | $wb['password_txt'] = 'Password:'; |
| | | $wb['function_txt'] = 'Functions:'; |
| | | $wb['username_error_unique'] = 'Username must be unique'; |
| | | $wb['username_error_empty'] = 'Username cannot be empty'; |
| | | $wb['password_error_empty'] = 'Password cannot be empty'; |
| | | $wb['password_strength_txt'] = 'Password Strength:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['function_txt'] = 'Funzioni:'; |
| | | $wb['username_error_unique'] = 'Il nome utente deve essere unico'; |
| | | $wb['username_error_empty'] = 'Il nome utente non può essere vuoto '; |
| | | $wb['password_error_empty'] = 'La Password non può essere vuoto '; |
| | | $wb['password_strength_txt'] = 'Livello Sicurezza Password:'; |
| | | $wb['Mail domain functions'] = 'Funzioni Dominio di Posta'; |
| | | $wb['Mail user functions'] = 'Funzioni Utente di posta'; |
| | | $wb['Mail alias functions'] = 'Funzioni Alias di posta'; |
| | | $wb['Mail forward functions'] = 'Funzioni forward di posta'; |
| | | $wb['Mail catchall functions'] = 'Funzioni catchall di posta'; |
| | | $wb['Mail transport functions'] = 'Funzioni Mail transport'; |
| | | $wb['Mail whitelist functions'] = 'Funzioni whitelist di posta'; |
| | | $wb['Mail blacklist functions'] = 'Funzioni blacklist di posta'; |
| | | $wb['Mail spamfilter user functions'] = 'Funzioni utente filtri spam di posta'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | $wb['Mail mailing list functions'] = 'Mail mailinglist functions'; |
| | | $wb['generate_password_txt'] = 'Generate Password'; |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['generate_password_txt'] = 'Genera Password'; |
| | | $wb['repeat_password_txt'] = 'Ripeti Password'; |
| | | $wb['password_mismatch_txt'] = 'Le password non coincidono.'; |
| | | $wb['password_match_txt'] = 'Le password coincidono.'; |
| | | ?> |