Files
nexusphp/lang/ja/lang_takelogin.php
T

14 lines
757 B
PHP
Raw Normal View History

2025-04-19 02:06:51 +07:00
<?php
2025-05-05 21:27:48 +07:00
$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' => '二段階認証コードが無効です。',
2025-04-19 02:06:51 +07:00
);
2025-05-05 21:27:48 +07:00
?>