mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-01 13:53:19 +08:00
14 lines
757 B
PHP
14 lines
757 B
PHP
<?php
|
|
|
|
$lang_takelogin = array
|
|
(
|
|
'std_login_fail_note' => "<b>エラー</b>: ユーザー名またはパスワードが間違っています!<br /><br />パスワードを覚えていませんか? <b><a href=recover.php></a></b> パスワードを回復します!",
|
|
'std_login_fail' => "ログインに失敗しました",
|
|
'std_account_disabled' => "このアカウントは無効になっています。",
|
|
'std_user_account_unconfirmed' => "The account has not been verified yet. If you don't receive the confirmation email, try to <a href='confirm_resend.php'><b>reseed it</b></a>.",
|
|
'std_require_two_step_code' => '2段階認証コードが必要です。',
|
|
'std_invalid_two_step_code' => '二段階認証コードが無効です。',
|
|
);
|
|
|
|
?>
|