Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
6fa2f1 1 <?php
14f228 2 $wb['error_user_password_empty'] = 'Användarnamn eller lösenord tomt.';
TB 3 $wb['error_user_password_incorrect'] = 'Fel användarnamn eller lösenord.';
4 $wb['error_user_blocked'] = 'Användaren är blockerad.';
5 $wb['error_user_too_many_logins'] = 'För många felaktiga försök, var god vänta 15 minuter innan nästa försök.';
0ce30a 6 $wb['pass_reset_txt'] = 'A new password will be generated and send to your email address if the email address entered below matches the email address in your client settings.';
14f228 7 $wb['pw_reset'] = 'Lösenordet har återställts och skickats till din epostadress.';
TB 8 $wb['pw_error'] = 'Användarenmn eller lösenord matchar inte.';
9 $wb['pw_error_noinput'] = 'Vänligen fyll i epostadress och användarnamn.';
0ce30a 10 $wb['pw_reset_mail_msg'] = 'The password to your ISPConfig 3 control panel account has been reset. The new password is: ';
C 11 $wb['pw_reset_mail_title'] = 'ISPConfig 3 Control panel password has been reset.';
12 $wb['user_regex_error'] = 'Username contains unallowed characters or is longer then 64 characters.';
dc67af 13 $wb['pw_error_length'] = 'Lösenrodslängden är > 256 tecken.';
14f228 14 $wb['username_txt'] = 'Användarnamn';
TB 15 $wb['password_txt'] = 'Lösenord';
16 $wb['login_button_txt'] = 'Logga in';
17 $wb['pw_lost_txt'] = 'Glömt lösenord';
0ce30a 18 $wb['error_maintenance_mode'] = 'This ISPConfig installation is currently under maintenance. We should be back shortly. Thank you for your patience.';
14f228 19 $wb['login_txt'] = 'Logga in';
TB 20 $wb['pw_reset_txt'] = 'Återställ lösenord';
21 $wb['pw_button_txt'] = 'Skicka lösenord';
22 $wb['email_txt'] = 'Epost';
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.';
14f228 24 $wb['back_txt'] = 'Tillbaka';
TB 25 $wb['email_error'] = 'Epostadressen innehåller otillåtna tecken eller är felformatterad.';
26 $wb['stay_logged_in_txt'] = 'Håll mig inloggad';
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.';
6fa2f1 34 ?>