mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<?php
|
||||
|
||||
$lang_faq = array (
|
||||
'head_faq' => 'よくある質問',
|
||||
'text_welcome_to' => 'いらっしゃいませ',
|
||||
'text_welcome_content_one' => '私たちの目標は、純粋に高品質のものを提供することです。したがって、認定ユーザーのみが種子を公開できます。 0日リソースのソースがある場合は、<a class = "faqlink" href = "contactStaff.php">連絡先</a> us! <br /> <br />これは非公開のBTサイトであり、アクセスするために登録する必要があります。',
|
||||
'text_welcome_content_two' => '%sが何かをする前に、サイトの<a class = "faqlink" href = "rules.php"> rules </a>を読むことをお勧めします。いくつかの簡単なルールはありますが、ユーザーに厳密に従うように要求しています。 <br /> <br />%s <a class = "faqlink" href = "useragreement.php">ユーザー契約</a>を読んでください。',
|
||||
'text_contents' => '目次',
|
||||
$lang_faq = array
|
||||
(
|
||||
'head_faq' => "FAQ",
|
||||
'text_welcome_to' => "ようこそ ",
|
||||
'text_welcome_content_one' => "The goal is to provide the absolutely high quality stuff. Therefore, only specially authorised users have permission to upload torrents. If you have access to 0-day stuff do not hesitate to <a class=\"faqlink\" href=\"contactstaff.php\">contact</a> us!<br /><br />This is a private tracker, and you have to register before you can get full access to the site.",
|
||||
'text_welcome_content_two' =>" Before you do anything here at %s, we suggest you read the <a class=\"faqlink\" href=\"rules.php\">rules</a>! There are only a few rules to abide by, but we do enforce them!<br /><br />Before you go any further you should read the %s <a class=\"faqlink\" href=\"useragreement.php\">user agreement</a>.",
|
||||
'text_contents' => "内容",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user