add lang: ja

This commit is contained in:
xiaomlove
2025-04-19 02:06:51 +07:00
parent 432c57f886
commit ff11c10eab
275 changed files with 8545 additions and 730 deletions
+5 -5
View File
@@ -18,21 +18,21 @@ $lang_recover = array
'submit_recover_it' => "Recover It!",
'text_you_have' => "You have ",
'text_remaining_tries' => " remaining tries.",
'mail_this_link' => "THIS LINK",
'mail_here' => "HERE",
'mail_title' => " password reset confirmation",
'mail_one' => "Hi,<br /><br />Someone, hopefully you, requested that the password for the account<br />associated with this email address ",
'mail_two' => " be reset.<br /><br />The request originated from ",
'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 />After you do this, your password will be reset and emailed back to you.<br /><br />------<br />Yours,<br />The ".$SITENAME." Team.",
'mail_four' => "<br />After you do this, your password will be reset and emailed back to you.<br /><br />------<br />Yours,<br />The %s Team.",
'mail_two_title' => " account details",
'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 />Password: ",
'mail_two_three' => "<br /><br />You may login from ",
'mail_two_four' => "<br /><br />You may change your password in User CP - Security Settings after logging in.<br />------<br />Yours,<br />The ".$SITENAME." Team.",
'mail_two_four' => "<br /><br />You may change your password in User CP - Security Settings after logging in.<br />------<br />Yours,<br />The %s Team.",
'text_select_lang' => "Select Site Language: ",
'std_user_account_unconfirmed' => "The account has not been verified yet. If you didn't receive the confirmation email, try to <a href='confirm_resend.php'><b>reseed it</b></a>.",
);