Skip to content

Commit

Permalink
Updated language files
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Dec 11, 2017
1 parent fbc32d2 commit 99cf350
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
11 changes: 11 additions & 0 deletions language/english.php
Expand Up @@ -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 <a href=\"{$_CONF['site_url']}/users.php?mode=logout\" rel=\"nofollow\">logout</a>?",
'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'
);

###############################################################################
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions language/english_utf-8.php
Expand Up @@ -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 <a href=\"{$_CONF['site_url']}/users.php?mode=logout\" rel=\"nofollow\">logout</a>?",
'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'
);

###############################################################################
Expand Down Expand Up @@ -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",
Expand Down
13 changes: 12 additions & 1 deletion language/japanese_utf-8.php
Expand Up @@ -441,7 +441,17 @@
'user_login' => 'ユーザーログイン',
'user_login_message' => 'ログインしてください。ユーザー名とパスワードの両方を入力してください。',
'user_logged_in_message' => "すでにログインしています。<a href=\"{$_CONF['site_url']}/users.php?mode=logout\" rel=\"nofollow\">ログアウト</a>しますか?",
'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' => 'バックアップコードを再作成'
);

###############################################################################
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 99cf350

Please sign in to comment.