Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
ea2b21 1 <?php
899771 2 $wb['error_user_password_empty'] = 'ユーザー名またはパスワードが未入力です。';
T 3 $wb['error_user_password_incorrect'] = 'ユーザー名またはパスワードが正しくありません。';
4 $wb['error_user_blocked'] = 'ログインが拒否されました。';
5 $wb['error_user_too_many_logins'] = '許容回数を超えてログインに失敗しました。15分後に再度お試しください。';
ea2b21 6 $wb['pass_reset_txt'] = '新しいパスワードをメールで送りました。ただし、下記に入力したメールアドレスがクライアントの設定と一致している場合のみです。メールが届かない場合は、メールアドレスを確認してください。';
T 7 $wb['pw_reset'] = 'パスワードをリセットしました。新しいパスワードをメールで送信したのでメールボックスを確認してください。';
8 $wb['pw_error'] = 'ユーザー名またはメールアドレスが一致しません。';
9 $wb['pw_error_noinput'] = 'メールアドレスとユーザー名を入力してください。';
10 $wb['pw_reset_mail_msg'] = 'ISPConfig 3 のコントロールパネルのパスワードをリセットしました。新しいパスワードは次の通りです:';
11 $wb['pw_reset_mail_title'] = 'ISPConfig3 のコントロールパネルのパスワードをリセットしました。';
12 $wb['user_regex_error'] = 'ユーザー名に不正な文字が含まれているか、または64文字を超えています。';
13 $wb['pw_error_length'] = 'パスワードの長さが64文字を超えています。短くしてください。';
899771 14 $wb['username_txt'] = 'ユーザー名';
T 15 $wb['password_txt'] = 'パスワード';
16 $wb['login_button_txt'] = 'ログイン';
142907 17 $wb['pw_lost_txt'] = 'Password lost';
0ce30a 18 $wb['error_maintenance_mode'] = 'This ISPConfig installation is currently under maintenance. We should be back shortly. Thank you for your patience.';
142907 19 $wb['login_txt'] = 'Login';
T 20 $wb['pw_reset_txt'] = 'Password reset';
21 $wb['pw_button_txt'] = 'Resend password';
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.';
ea2b21 28 ?>