mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
40 lines
2.8 KiB
PHP
40 lines
2.8 KiB
PHP
<?php
|
|
|
|
$lang_recover = array
|
|
(
|
|
'std_recover_failed' => "回復に失敗しました!(下記参照)",
|
|
'std_missing_email_address' => "メールアドレスを入力する必要があります!",
|
|
'std_invalid_email_address' => "無効なメールアドレスです!",
|
|
'std_email_not_in_database' => "メールアドレスがデータベースに見つかりませんでした。\n",
|
|
'std_error' => "エラー",
|
|
'std_database_error' => "データベース エラー。管理者に問い合わせてください。",
|
|
'std_unable_updating_user_data' => "ユーザーデータを更新できません。このエラーについて管理者に問い合わせてください。",
|
|
'text_recover_user' => "紛失したユーザー名またはパスワードを回復します。",
|
|
'text_use_form_below' => "以下のフォームを使用してパスワードをリセットし、アカウントの詳細をメールで返信します。",
|
|
'text_reply_to_confirmation_email' => "(確認メールに返信する必要があります。",
|
|
'text_note' => "メモ: ",
|
|
'text_ban_ip' => " 失敗した試みはあなたのipを禁止する結果になります!",
|
|
'row_registered_email' => "登録メールアドレス: ",
|
|
'submit_recover_it' => "回復しましょう!",
|
|
'text_you_have' => "持っている ",
|
|
'text_remaining_tries' => " 残りの試行だ",
|
|
|
|
'mail_this_link' => "このリンク",
|
|
'mail_here' => "ここ",
|
|
|
|
'mail_title' => " パスワードリセットの確認",
|
|
'mail_one' => "こんにちは、<br /><br />誰かが、このメールアドレスに関連付けられているアカウント<br />のパスワードを要求しました。 ",
|
|
'mail_two' => " リセットされます。<br /><br />リクエストは ",
|
|
'mail_three' => ".<br /><br />If you did not do this ignore this email. Please do not reply.<br /><br />Should you wish to confirm this request, please follow ",
|
|
'mail_four' => "<br />これを行うと、パスワードがリセットされ、メールで返信されます。<br /><br /><br /><br /> %s チーム。",
|
|
|
|
'mail_two_title' => " アカウントの詳細",
|
|
'mail_two_one' => "Hi,<br /><br />As per your request we have generated a new password for your account.<br /><br />Here is the information we now have on file for this account:<br /><br />User name: ",
|
|
'mail_two_two' => "<br />パスワード: ",
|
|
'mail_two_three' => "<br /><br />からログインできます ",
|
|
'mail_two_four' => "<br /><br />ログイン後のユーザー CP - セキュリティ設定でパスワードを変更できます。<br />------<br />あなたの,<br /> %s チーム.",
|
|
'text_select_lang' => "サイト言語を選択: ",
|
|
'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>.",
|
|
);
|
|
?>
|