Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
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.';
14f228 13 $wb['pw_error_length'] = 'Lösenrodslängden är > 64 tecken.';
TB 14 $wb['username_txt'] = 'Användarnamn';
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';
6fa2f1 27 ?>