Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
6fa2f1 1 <?php
8ab3cd 2 $wb['error_user_password_empty'] = 'Nome utente o password vuoti.';
T 3 $wb['error_user_password_incorrect'] = 'Nome utente o password errati.';
4 $wb['error_user_blocked'] = 'Utente bloccato.';
5 $wb['error_user_too_many_logins'] = 'Troppi tentativi errati di login. Riprovare tra 15 minuti';
0ce30a 6 $wb['pass_reset_txt'] = 'Una nuova password sarà  generata e spedita alla tua email se lemail inserita corrisponde a quella delle impostazioni dellutente.';
C 7 $wb['pw_reset'] = 'La password è stata reimpostata e spedita al tuo indirizzo mail.';
8 $wb['pw_error'] = 'Nome utente o email non corrispondenti.';
9 $wb['pw_error_noinput'] = 'Inserisci nome utente e indirizzo email.';
10 $wb['pw_reset_mail_msg'] = 'La password nel tuo pannello di controllo ISPConfig 3 è stata reimpostata. La nuova password è: ';
11 $wb['pw_reset_mail_title'] = 'Password del pannello di controllo ISPConfig 3 reimpostata.';
12 $wb['user_regex_error'] = 'Nome utente contenente caratteri non permessi oppure più lungo di 64 caratteri.';
13 $wb['pw_error_length'] = 'Lunghezza password maggiore di 64 caratteri.';
8ab3cd 14 $wb['username_txt'] = 'Nome utente';
11b3da 15 $wb['password_txt'] = 'Password';
407003 16 $wb['login_button_txt'] = 'Accedi';
TB 17 $wb['pw_lost_txt'] = 'Password smarrita';
18 $wb['error_maintenance_mode'] = 'Il pannello di controllo ISPConfig è in manutenzione. Saremo online tra breve. Grazie per la collaborazione.';
19 $wb['login_txt'] = 'Accedi';
142907 20 $wb['pw_reset_txt'] = 'Password reset';
407003 21 $wb['pw_button_txt'] = 'Invia password';
142907 22 $wb['email_txt'] = 'Email';
407003 23 $wb['theme_not_compatible'] = 'Il tema selezionato non è compatibile con questa versione del pannello ISPConfig. Verificare esistenza di una nuova versione del tema.<br />Il tema di default è stato attivato automaticamente.';
TB 24 $wb['back_txt'] = 'Indietro';
25 $wb['email_error'] = 'Email contiene caratteri non autorizzati o un formato non valido.';
26 $wb['stay_logged_in_txt'] = 'Ricordami';
27 $wb['lost_password_function_disabled_txt'] = 'The lost password function is not available for this user.';
4bdecc 28 $wb['pw_reset_act'] = 'You have been sent an activation link. Please visit the link to confirm your password request.';
TB 29 $wb['pw_reset_act_mail_title'] = 'Confirm ISPConfig 3 Control panel password reset';
30 $wb['pw_reset_act_mail_msg'] = 'Please confirm that your want to reset your ISPConfig 3 control panel account password by visiting the following activation link: ';
31 $wb['lost_password_function_wait_txt'] = 'You cannot request a new password, yet. Please wait a few minutes.';
32 $wb['lost_password_function_expired_txt'] = 'This activation link has expired. Please request a new one.';
33 $wb['lost_password_function_denied_txt'] = 'This activation link is not valid.';
6fa2f1 34 ?>