mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
15 lines
852 B
PHP
15 lines
852 B
PHP
<?php
|
|
|
|
$lang_takeconfirm = array
|
|
(
|
|
'std_sorry' => "Sorry...",
|
|
'std_no_buddy_to_confirm' => "確認する相棒はいません。:( <br /><br />をクリックしてください ",
|
|
'std_here_to_go_back' => "here</a> to go back.",
|
|
'mail_title' => " アカウントの確認",
|
|
'mail_here' => "ここ",
|
|
'mail_content_1' => "こんにちは、<br /><br />あなたのアカウントが確認されました。これで訪問できます ",
|
|
'mail_content_2' => "<br /><br />and use your login information to login in. We hope you'll read the FAQ's and Rules before you start sharing files.<br /><br />Good luck and have fun on ".$SITENAME."<br /><br />あなたを招待した人がわからない場合は、次のメールアドレスに報告してください ".$REPORTMAIL."<br />--------<br />あなたの,The ".$SITENAME." チーム"
|
|
);
|
|
|
|
?>
|