Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
1ca823 1 <?php
173afc 2 $wb['error_user_password_empty'] = 'Gebruikersnaam of wachtwoord is niet ingevuld.';
1ca823 3 $wb['error_user_password_incorrect'] = 'Gebruikersnaam of wachtwoord onjuist.';
T 4 $wb['error_user_blocked'] = 'Gebruiker is geblokkeerd.';
5 $wb['error_user_too_many_logins'] = 'Teveel onjuiste login pogingen, Probeer het nogmaals na 15 minutes';
6 $wb['pass_reset_txt'] = 'Een nieuw wachtwoord zal worden gegenereerd en per e-mail naar u worden toegezonden op voorwaarde dat het onderstaande e-mailadres overeenkomt met het e-mailadres in uw klantgegevens.';
7 $wb['pw_reset'] = 'Het wachtwoord is gereset en is verzonden naar uw e-mailadres.';
8 $wb['pw_error'] = 'Gebruikersnaam of e-mailadres komt niet overeen.';
9 $wb['pw_error_noinput'] = 'Voer a.u.b. een e-mailadres en gebruikersnaam in.';
10 $wb['pw_reset_mail_msg'] = 'Het wachtwoord  dat toegang biedt tot uw ISPConfig 3 control panel account is gereset. Het nieuwe wachtwoord is: ';
11 $wb['pw_reset_mail_title'] = 'ISPConfig 3 Control panel wachtwoord is gereset.';
12 $wb['user_regex_error'] = 'Gebruikersnaam bevat karakters die niet zijn toegestaan of is langer dan 64 karakters.';
dc67af 13 $wb['pw_error_length'] = 'De lengte van het wachtwoord is > 256 karakters.';
1ca823 14 $wb['username_txt'] = 'Gebruikersnaam';
T 15 $wb['password_txt'] = 'Wachtwoord';
173afc 16 $wb['login_button_txt'] = 'Inloggen';
PD 17 $wb['pw_lost_txt'] = 'Wachtwoord vergeten';
0ce30a 18 $wb['error_maintenance_mode'] = 'This ISPConfig installation is currently under maintenance. We should be back shortly. Thank you for your patience.';
173afc 19 $wb['login_txt'] = 'Inloggen';
PD 20 $wb['pw_reset_txt'] = 'Wachtwoord herstellen';
21 $wb['pw_button_txt'] = 'Wachtwoord versturen';
142907 22 $wb['email_txt'] = 'Email';
bfcdef 23 $wb['theme_not_compatible'] = 'The chosen theme is not compatible with the current ISPConfig version. Please check for a new version of the theme.<br />The default theme as been activated automatically.';
7b47c0 24 $wb['back_txt'] = 'Back';
dc9e64 25 $wb['email_error'] = 'Email contains unallowed characters or has a invalid format.';
TB 26 $wb['stay_logged_in_txt'] = 'Keep me logged in';
407003 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.';
1ca823 34 ?>