From 99cf3507452ded4eba039c2d95f92a9da759e348 Mon Sep 17 00:00:00 2001 From: Kenji ITO Date: Mon, 11 Dec 2017 21:41:15 +0900 Subject: [PATCH] Updated language files --- language/english.php | 11 +++++++++++ language/english_utf-8.php | 11 +++++++++++ language/japanese_utf-8.php | 13 ++++++++++++- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/language/english.php b/language/english.php index 6d24183b2..cefe74cd8 100644 --- a/language/english.php +++ b/language/english.php @@ -434,6 +434,16 @@ 'user_login_message' => 'Please login below. You must enter both a username and password.', 'user_logged_in_message' => "You are already logged in. Would you like to logout?", 'user_max_login_attempts' => 'Max Login Attempts and Speed Limit Reached', + 'tfa_two_factor_auth' => 'Two Factor Authentication', + 'tfa_enter_code' => 'Enter the %d-digit code your Google Authenticator app is showing', + 'tfa_code' => 'Google Authenticator Code', + 'tfa_show_qrcode' => 'Show QR code', + 'tfa_hide_qrcode' => 'Hide QR code', + 'tfa_do_not_require_tfa_again' => 'Don\'t require Two Factor Authentication again on this device', + 'tfa_backup_code' => 'Backup Codes', + 'tfa_backup_code_desc' => 'Please print or download the codes below in case you cannot use your mobile device you installed the Google Authenticator. Each code is valid only one-time. If you generate a new set of codes, then the current set will be invalid.', + 'tfa_download' => 'Download Backup Codes', + 'tfa_new_backup_code' => 'Generate a new set of backup codes' ); ############################################################################### @@ -2272,6 +2282,7 @@ 'login_speedlimit' => "Login Speed Limit", 'invalidloginattempts' => "Max. Invalid Login Attempts", 'invalidloginmaxtime' => "Invalid Login Max Time", + 'enable_twofactorauth' => 'Enable Two Factor Authentication?', 'pass_alg' => 'Password Hash Algorithm', 'pass_stretch' => 'Hash Stretch Count', 'user_html' => "User HTML", diff --git a/language/english_utf-8.php b/language/english_utf-8.php index 1c21facda..c5b4d50e5 100644 --- a/language/english_utf-8.php +++ b/language/english_utf-8.php @@ -434,6 +434,16 @@ 'user_login_message' => 'Please login below. You must enter both a username and password.', 'user_logged_in_message' => "You are already logged in. Would you like to logout?", 'user_max_login_attempts' => 'Max Login Attempts and Speed Limit Reached', + 'tfa_two_factor_auth' => 'Two Factor Authentication', + 'tfa_enter_code' => 'Enter the %d-digit code your Google Authenticator app is showing', + 'tfa_code' => 'Google Authenticator Code', + 'tfa_show_qrcode' => 'Show QR code', + 'tfa_hide_qrcode' => 'Hide QR code', + 'tfa_do_not_require_tfa_again' => 'Don\'t require Two Factor Authentication again on this device', + 'tfa_backup_code' => 'Backup Codes', + 'tfa_backup_code_desc' => 'Please print or download the codes below in case you cannot use your mobile device you installed the Google Authenticator. Each code is valid only one-time. If you generate a new set of codes, then the current set will be invalid.', + 'tfa_download' => 'Download Backup Codes', + 'tfa_new_backup_code' => 'Generate a new set of backup codes' ); ############################################################################### @@ -2273,6 +2283,7 @@ 'login_speedlimit' => "Login Speed Limit", 'invalidloginattempts' => "Max. Invalid Login Attempts", 'invalidloginmaxtime' => "Invalid Login Max Time", + 'enable_twofactorauth' => 'Enable Two Factor Authentication?', 'pass_alg' => 'Password Hash Algorithm', 'pass_stretch' => 'Hash Stretch Count', 'user_html' => "User HTML", diff --git a/language/japanese_utf-8.php b/language/japanese_utf-8.php index 014b516de..67e486aae 100644 --- a/language/japanese_utf-8.php +++ b/language/japanese_utf-8.php @@ -441,7 +441,17 @@ 'user_login' => 'ユーザーログイン', 'user_login_message' => 'ログインしてください。ユーザー名とパスワードの両方を入力してください。', 'user_logged_in_message' => "すでにログインしています。ログアウトしますか?", - 'user_max_login_attempts' => 'ログインの試行回数の上限を超えました、' + 'user_max_login_attempts' => 'ログインの試行回数の上限を超えました、', + 'tfa_two_factor_auth' => '2段階認証', + 'tfa_enter_code' => 'Google認証システムに表示されている%d桁の数字を入力してください', + 'tfa_code' => '認証コード', + 'tfa_show_qrcode' => 'QRコードを表示', + 'tfa_hide_qrcode' => 'QRコードを隠す', + 'tfa_do_not_require_tfa_again' => 'このデバイスでは今後2段階認証を要求しない', + 'tfa_backup_code' => 'バックアップコード', + 'tfa_backup_code_desc' => 'Google認証システムをインストールしたデバイスを使えない場合に備えて、下記のコードを印刷するかダウンロードしてください。各コードは1回だけ有効です。新しいコードを生成すると、現在のコードは無効になります。', + 'tfa_download' => 'バックアップコードをダウンロード', + 'tfa_new_backup_code' => 'バックアップコードを再作成' ); ############################################################################### @@ -2279,6 +2289,7 @@ 'login_speedlimit' => 'ログイン試行制限間隔', 'invalidloginattempts' => "Max. Invalid Login Attempts", 'invalidloginmaxtime' => "Invalid Login Max Time", + 'enable_twofactorauth' => '2段階認証を有効にする', 'pass_alg' => 'パスワードのハッシュアルゴリズム', 'pass_stretch' => 'ハッシュストレッチカウント', 'user_html' => 'ユーザーHTML',