mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
add lang: ja
This commit is contained in:
13
lang/README.md
Normal file
13
lang/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
目前多语言存在以下 2 套方案:
|
||||
- 旧的 Nexus 环境下网页所用翻译文件,通过 `require_once(get_langfile_path())` 引入语言文件再使用。
|
||||
- 新的定义到 `resources/lang` 下,通过 nexus_trans() 调用。
|
||||
|
||||
旧的保留不变,新增功能一律使用新方式。新方式无论是 Nexus 环境还是 Laravel 环境均可使用。
|
||||
|
||||
<hr/>
|
||||
|
||||
Currently there are 2 solutions for multilingualism:
|
||||
- The old Nexus environment uses translation files for web pages, which are imported into the language file via `require_once(get_langfile_path())` and then used.
|
||||
- The new ones are defined under `resources/lang` and called via nexus_trans().
|
||||
|
||||
Keep the old one intact, and use the new way for all new functionality. The new approach can be used in both Nexus and Laravel environments.
|
||||
@@ -3,7 +3,7 @@
|
||||
$lang_aboutnexus = array
|
||||
(
|
||||
'text_version' => "版本",
|
||||
'text_version_note' => "本站".$SITENAME."使用的代码来自".PROJECTNAME."。以下是版本详情。",
|
||||
'text_version_note' => "本站%s使用的代码来自%s。以下是版本详情。",
|
||||
'text_main_version' => "主版本",
|
||||
'text_sub_version' => "次版本",
|
||||
'text_release_date' => "发布时间",
|
||||
@@ -13,16 +13,16 @@ $lang_aboutnexus = array
|
||||
'text_free' => "免费授权",
|
||||
'text_nexus' => "关于",
|
||||
'text_nexus_note' => "由来自浙江大学的Nexus团队发起并开发完成。它的目标是代替TBSource项目,提供一个完整的、有序的、重视用户信誉和知识的资源分享社区的解决方案。 <br /><br />
|
||||
".PROJECTNAME."第一阶段的版本是基于TBSource开发的。我们在后者的基础上添加或完善了大量功能,同时极大地提高了代码效率。除TBSource外,我们还吸取了一些其它private tracker的想法或代码,如Bit-HDTV,What.cd和SceneTorrents。",
|
||||
%s第一阶段的版本是基于TBSource开发的。我们在后者的基础上添加或完善了大量功能,同时极大地提高了代码效率。除TBSource外,我们还吸取了一些其它private tracker的想法或代码,如Bit-HDTV,What.cd和SceneTorrents。",
|
||||
'text_authorization' => "关于授权",
|
||||
'text_authorization_note' => "如果你有意使用".PROJECTNAME."来架设你的分享网站,请<a href=\"#contact\" class=\"faqlink\">联系我们</a>。",
|
||||
'text_authorization_note' => "如果你有意使用%s来架设你的分享网站,请<a href=\"#contact\" class=\"faqlink\">联系我们</a>。",
|
||||
'text_translation' => "关于翻译",
|
||||
'text_translation_note' => "支持用户端的多语言切换。我们的主要语言为英语。<br /><br />如果你的语言当前未被支持(unavailable),而且你有意帮助我们翻译,请在阅读过<a href=\"faq.php#id71\" class=\"faqlink\">翻译说明</a>后<a href=\"#contact\" class=\"faqlink\">联系我们</a>。我们永远欢迎新的翻译。另外,已有的翻译经常需要维护,特别是以下被标记为过期(outdate),不完整(incomplete)或需要新翻译(need-new)的语言。",
|
||||
'text_flag' => "旗",
|
||||
'text_language' => "语言",
|
||||
'text_state' => "状态",
|
||||
'text_stylesheet' => "关于界面风格",
|
||||
'text_stylesheet_note' => PROJECTNAME."的页面布局完全基于CSS设计,这使得用户自定义网站外观和添加新的界面风格都变得简单。<br /><br />以下为本站".$SITENAME."中拥有的界面风格列表。如果你想要获得更多界面风格或自己设计,请<a href=\"#contact\" class=\"faqlink\">联系我们</a>。",
|
||||
'text_stylesheet_note' => "%s的页面布局完全基于CSS设计,这使得用户自定义网站外观和添加新的界面风格都变得简单。<br /><br />以下为本站%s中拥有的界面风格列表。如果你想要获得更多界面风格或自己设计,请<a href=\"#contact\" class=\"faqlink\">联系我们</a>。",
|
||||
'text_name' => "名字",
|
||||
'text_designer' => "设计者",
|
||||
'text_comment' => "说明",
|
||||
|
||||
@@ -76,18 +76,18 @@ $lang_admanage = array
|
||||
'text_order_note' => "广告的显示优先级。数值'0'具有最高的优先级。<br />当某个广告位置具有多个有效广告:如果该位置只允许一个广告,将显示优先级最高的广告;如果该位置允许多个广告,将按照优先级从高到低顺序显示多个广告。如多个广告具有相同的优先级,最近添加的广告将具有高优先权。",
|
||||
'text_enabled_note' => "只有启用的广告才会显示。",
|
||||
'text_type_note' => "选择广告的展现方式。",
|
||||
'text_image_url_note' => "广告图片文件的URL。<br />可使用相对地址(如'pic/ad.jpg')或绝对地址(如'http://www.nexusphp.com/ad.jpg')。",
|
||||
'text_image_link_note' => "广告指向的链接。如'http://www.nexusphp.com/ad.html'。",
|
||||
'text_image_url_note' => "广告图片文件的URL。<br />可使用相对地址(如'pic/ad.jpg')或绝对地址(如'https://nexusphp.org/ad.jpg')。",
|
||||
'text_image_link_note' => "广告指向的链接。如'https://nexusphp.org/ad.html'。",
|
||||
'text_image_width_note' => "单位为像素。图片显示的宽度。",
|
||||
'text_image_height_note' => "单位为像素。图片显示的高度。",
|
||||
'text_image_tooltip_note' => "广告链接悬浮提示文字信息。",
|
||||
'text_text_content_note' => "文字广告的显示内容",
|
||||
'text_text_link_note' => "广告指向的链接。如'http://www.nexusphp.com/ad.html'。",
|
||||
'text_text_link_note' => "广告指向的链接。如'https://nexusphp.org/ad.html'。",
|
||||
'text_text_size_note' => "广告文字的字体大小。可使用pt、px、em为单位,如'30pt'。如留空,则使用'30pt'。",
|
||||
'text_bbcodes_code_note' => "什么是BBCode代码?见",
|
||||
'text_here' => "这里",
|
||||
'text_xhmtl_code_note' => "通常情况下,你应该尽量避免直接使用XHTML展现广告,因为这样做不但容易因代码错误导致整体页面混乱,而且<b>具有安全隐患</b>。如果一定要用,请确保XHTML代码是安全和正确的。<br /><b>注意</b>:请按XHTML 1.0 Transitional规范填写代码,而不是HTML 4.01规范。",
|
||||
'text_flash_url_note' => "Flash文件的URL。<br />可使用相对地址(如'pic/flash.demo.swf')或绝对地址(如'http://www.nexusphp.com/flash.demo.swf')。",
|
||||
'text_flash_url_note' => "Flash文件的URL。<br />可使用相对地址(如'pic/flash.demo.swf')或绝对地址(如'https://nexusphp.org/flash.demo.swf')。",
|
||||
'text_flash_width_note' => "单位为像素。Flash显示的宽度。",
|
||||
'text_flash_height_note' => "单位为像素。Flash显示的高度。",
|
||||
'std_missing_form_data' => "有必填项目未写。",
|
||||
|
||||
@@ -13,7 +13,7 @@ $lang_confirm_resend = array
|
||||
'std_password_equals_username' => "对不起,用户名和密码不能相同。",
|
||||
'std_error' => "错误",
|
||||
'std_database_error' => "数据库错误!请将该情况报告给管理员。",
|
||||
'text_resend_confirmation_mail_note' => "<h1>重发确认邮件</h1><p>填写以下表格使系统重发验证邮件。</p><p>你必须在过去24小时内注册且没有通过验证才能使用该功能,<br />否则你的账号信息已被删除,需要重新注册。</p><p><b>注意:</b>连续".$maxloginattempts."次尝试失败将导致你的IP地址被禁用!</p>",
|
||||
'text_resend_confirmation_mail_note' => "<h1>重发确认邮件</h1><p>填写以下表格使系统重发验证邮件。</p><p>你必须在过去24小时内注册且没有通过验证才能使用该功能,<br />否则你的账号信息已被删除,需要重新注册。</p><p><b>注意:</b>连续%s次尝试失败将导致你的IP地址被禁用!</p>",
|
||||
'row_registered_email' => "注册邮箱:",
|
||||
'row_new_password' => "新密码:",
|
||||
'text_password_note' => "至少6个字符",
|
||||
@@ -25,11 +25,11 @@ $lang_confirm_resend = array
|
||||
'mail_this_link' => "这个链接",
|
||||
'mail_here' => "这里",
|
||||
'mail_one' => "你好 ",
|
||||
'mail_two' => ",<br /><br />你请求重新收取".$SITENAME."网站的注册确认邮件,并指定此邮箱地址 ",
|
||||
'mail_two' => ",<br /><br />你请求重新收取%s网站的注册确认邮件,并指定此邮箱地址 ",
|
||||
'mail_three' => " 为你的联系地址。<br /><br />如果你没有发过该请求,请忽视本邮件。输入你邮箱地址者的IP地址为 ",
|
||||
'mail_four' => ". 。请勿回复本邮件。<br /><br />如果你的确发过该请求,请点击以下链接来通过验证: ",
|
||||
'mail_four_1' => "<br /><br />如果以上链接打开出错、不存在或已经过期, 尝试在这里重新发送确认邮件 ",
|
||||
'mail_five' => "在通过验证后,你就可以使用新账号了。<br /><br />如果你在24小时内没有通过验证,你的账号将被删除。<br />新人登录".$SITENAME."后请务必先阅读站点规则,提问前请参考常见问题。<br /><br />请注意:如果你并没有在".$SITENAME."网站注册,请举报此邮件至".$REPORTMAIL."<br /><br />------<br /><br />".$SITENAME." 网站.",
|
||||
'mail_five' => "在通过验证后,你就可以使用新账号了。<br /><br />如果你在24小时内没有通过验证,你的账号将被删除。<br />新人登录%s后请务必先阅读站点规则,提问前请参考常见问题。<br /><br />请注意:如果你并没有在%s网站注册,请举报此邮件至%s<br /><br />------<br /><br />%s 网站.",
|
||||
'text_select_lang' => "Select Site Language: ",
|
||||
'std_need_admin_verification' => "账户需要通过管理员手动验证。"
|
||||
);
|
||||
|
||||
@@ -84,7 +84,7 @@ $lang_details = array
|
||||
'row_last_seeder' => "最近活动:",
|
||||
'text_ago' => "以前",
|
||||
'text_size' => "<b>大小:</b>",
|
||||
'text_none_yet' => "暂无(需要".$TORRENT['minvotes']."票,现在只有",
|
||||
'text_none_yet' => "暂无(需要%s票,现在只有",
|
||||
'text_only' => "票",
|
||||
'text_none' => "无",
|
||||
'text_no_votes_yet' => "暂无评分",
|
||||
|
||||
@@ -4,7 +4,7 @@ $lang_edit = array
|
||||
(
|
||||
'head_edit_torrent' => "编辑种子 - ",
|
||||
'text_cannot_edit_torrent' => "无法编辑该种子",
|
||||
'text_cannot_edit_torrent_note' => "你不是发种者,或者你没有正确<a href=\"login.php?returnto=" . rawurlencode($_SERVER["REQUEST_URI"]) . "&nowarn=1\">登录。</a>\n",
|
||||
'text_cannot_edit_torrent_note' => "你不是发种者,或者你没有正确<a href=\"login.php?returnto=%s&nowarn=1\">登录。</a>\n",
|
||||
'row_torrent_name' => "标题",
|
||||
'row_small_description' => "副标题",
|
||||
'row_nfo_file' => "NFO文件",
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang_faq = array
|
||||
'head_faq' => "常见问题",
|
||||
'text_welcome_to' => "欢迎来到",
|
||||
'text_welcome_content_one' => "我们的目标是提供纯粹高品质的东西。因此,只有授权的用户才能发布种子。如果你有0-day资源的来源,请不要迟疑<a class=\"faqlink\" href=\"contactstaff.php\">联系</a>我们!<br /><br />这是非公开BT站点,你必须注册后才能访问。",
|
||||
'text_welcome_content_two' => "在".$SITENAME."干任何事前,我们建议你先阅读站点的<a class=\"faqlink\" href=\"rules.php\">规则</a>!规则只有简单几条,但我们要求用户严格遵照。<br /><br />在使用前,请阅读".$SITENAME."<a class=\"faqlink\" href=\"useragreement.php\">用户协定</a>。",
|
||||
'text_welcome_content_two' => "在%s干任何事前,我们建议你先阅读站点的<a class=\"faqlink\" href=\"rules.php\">规则</a>!规则只有简单几条,但我们要求用户严格遵照。<br /><br />在使用前,请阅读%s<a class=\"faqlink\" href=\"useragreement.php\">用户协定</a>。",
|
||||
'text_contents' => "目录",
|
||||
);
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ $lang_functions = array
|
||||
'std_fake_account' => "我们怀疑你在使用伪造账户,因此记录了本次行为!",
|
||||
'std_permission_denied' => "你没有该权限!",
|
||||
'std_permission_denied_only' => "你没有该权限。只有",
|
||||
'std_or_above_can_view' => "及以上等级的用户才能查看。<br /><br />请查看"."<a class=\"faqlink\" href=\"faq.php#id22\"><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>" .$SITENAME."管理组</b>",
|
||||
'std_or_above_can_view' => "及以上等级的用户才能查看。<br /><br />请查看"."<a class=\"faqlink\" href=\"faq.php#id22\"><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>%s管理组</b>",
|
||||
'std_target_not_exists' => '目标不存在',
|
||||
'std_already_logged_in' => "你已经登录!",
|
||||
'text_page_last_updated' => "本页面最后更新于",
|
||||
@@ -29,7 +29,7 @@ $lang_functions = array
|
||||
'std_open_registration_disabled' => "自由注册当前关闭,只允许邀请注册。如果你想加入,请找到能够邀请你进入本站的朋友:)我们只想知道有多少作弊者和吸血鬼在被踢后才开始想到珍惜帐户。是的,在被踢后不是你想回来就能回来。请具备邀请资格的用户注意,如果你在知情的情况下将邀请发给作弊者和行为不端者,你和被邀请者都会被踢。如果你想重新启用帐户必须经过我们同意。",
|
||||
'std_account_limit_reached' => "当前账户上限数已到。系统会经常删除不活动的帐户,请过段时间再试...",
|
||||
'std_the_ip' => "该IP",
|
||||
'std_used_many_times' => "已经被很多帐户使用...<b>".$SITENAME."</b>不允许该IP注册更多账户。",
|
||||
'std_used_many_times' => "已经被很多帐户使用...<b>%s</b>不允许该IP注册更多账户。",
|
||||
'std_invalid_image_code' => "图片代码无效!<br /><b>不要返回,图片代码已被清除!</b><br /><br />点击",
|
||||
'std_here_to_request_new' => "<b>这里</b></a>获取新的图片代码。",
|
||||
'std_action' => '操作',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang_increment_bulk = array
|
||||
$lang_incrementbulk = array
|
||||
(
|
||||
'page_title' => '批量添加魔力/补签卡/邀请/上传量/临时邀请',
|
||||
'sent_success' => ' 已经成功增加并发送了私信',
|
||||
|
||||
@@ -69,7 +69,7 @@ $lang_index = array
|
||||
'text_users_browsing_now' => "个过去15分钟在线用户。",
|
||||
'text_peers_active_now' => "个当前做种或下载的用户。",
|
||||
'text_disclaimer' => "免责条款",
|
||||
'text_disclaimer_content' => "本站列出的文件并没有保存在本站的服务器上。本站仅负责连接,我们对被传播文件的内容一无所知。本站的链接均由用户自发提供。".$SITENAME."的管理员无法对用户的提交内容或其他行为负责。您不能使用".$SITENAME."传播或下载任何您没有使用许可的文件或材料,由此引起的后果由您自己承担。",
|
||||
'text_disclaimer_content' => "本站列出的文件并没有保存在本站的服务器上。本站仅负责连接,我们对被传播文件的内容一无所知。本站的链接均由用户自发提供。%s的管理员无法对用户的提交内容或其他行为负责。您不能使用%s传播或下载任何您没有使用许可的文件或材料,由此引起的后果由您自己承担。",
|
||||
'text_browser_note' => "获得本站最佳效果,请使用<a href=\"https://www.google.com/chrome/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/chrome-logo.svg\" alt=\"下载 Google Chrome\" title=\"下载 Google Chrome\" /></a>或者<a href=\"https://www.mozilla.org/en-US/firefox/new/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/firefox-logo.svg\" alt=\"Firefox\" title=\"下载 Firefox\" border=\"0\" /></a>且使用大于1024*768的分辨率。推荐BT客户端为<a href=\"https://www.qbittorrent.org/download.php\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/qBittorrent.ico\" alt=\"qBittorrent\" title=\"下载 qBittorrent\" /></a>或<a href=\"https://transmissionbt.com/download/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/transmission.png\" alt=\"Transmission\" title=\"下载 Transmission\" /></a>",
|
||||
'title_show_or_hide' => "显示/隐藏",
|
||||
'text_links' => "友情链接",
|
||||
|
||||
@@ -38,7 +38,7 @@ $lang_invite = array
|
||||
'text_invitation_body' => "
|
||||
你好,
|
||||
|
||||
我邀请你加入 $SITENAME, 这是一个拥有丰富资源的非开放社区.
|
||||
我邀请你加入 %s, 这是一个拥有丰富资源的非开放社区.
|
||||
如果你有兴趣加入我们请阅读规则并确认邀请.最后,确保维持一个良好的分享率
|
||||
分享允许的资源.
|
||||
|
||||
|
||||
@@ -5,17 +5,17 @@ $lang_linksmanage = array
|
||||
'head_apply_for_links' => "申请链接",
|
||||
'text_apply_for_links' => "申请链接",
|
||||
'text_rules' => "交换链接规则:",
|
||||
'text_rule_one' => "1.申请人员请先将本站的链接<a href=\"".get_protocol_prefix().$BASEURL."\" title=\"$SLOGAN\">".$SITENAME."</a>放置在其网站,然后再向我们提出申请。",
|
||||
'text_rule_two' => "2.申请链接的网站<strong>不得</strong>涉及任何违法内容。".$SITENAME."的管理员不对申请网站的任何行为责任。",
|
||||
'text_rule_one' => "1.申请人员请先将本站的链接<a href=\"%s\" title=\"%s\">%s</a>放置在其网站,然后再向我们提出申请。",
|
||||
'text_rule_two' => "2.申请链接的网站<strong>不得</strong>涉及任何违法内容。%s的管理员不对申请网站的任何行为责任。",
|
||||
'text_rule_three' => "3.本站所做链接均为文字链接。",
|
||||
'text_rule_four' => "4.申请网站至少要有200名注册用户,或者平均日访问人数不少于50。",
|
||||
'text_rule_five' => "5.本站".$SITENAME."保留可不经过任何通知,自由<strong>修改或删除</strong>本站上的链接的权力。",
|
||||
'text_rule_six' => "6.如果你的网站符合以上条款,欢迎向我们".$SITENAME."提出交换链接的申请。然而,我们不保证接受所有申请。",
|
||||
'text_rule_five' => "5.本站%s保留可不经过任何通知,自由<strong>修改或删除</strong>本站上的链接的权力。",
|
||||
'text_rule_six' => "6.如果你的网站符合以上条款,欢迎向我们%s提出交换链接的申请。然而,我们不保证接受所有申请。",
|
||||
'text_red_star_required' => "红星号(<font color='red'>*</font>)标记的区域必须填写",
|
||||
'text_site_name' => "网站名",
|
||||
'text_url' => "链接地址",
|
||||
'text_title' => "标语",
|
||||
'text_title_note' => "标语将显示在链接的提示上,如<a href='http://www.nexusphp.com' title='终极文件共享解决方案' target='_blank'><b>NexusPHP</b></a>",
|
||||
'text_title_note' => "标语将显示在链接的提示上,如<a href='https://nexusphp.org' title='终极文件共享解决方案' target='_blank'><b>NexusPHP</b></a>",
|
||||
'text_administrator' => "管理员",
|
||||
'text_administrator_note' => "要求填写管理员的<b>真实姓名</b>",
|
||||
'text_email' => "邮箱",
|
||||
@@ -33,7 +33,7 @@ $lang_linksmanage = array
|
||||
'std_success' => "成功",
|
||||
'std_success_note' => "你的申请已成功提交。请等待我们的回复。",
|
||||
'text_sitename_note' => "申请网站的名字,如<i>NexusPHP</i>",
|
||||
'text_url_note' => "如<i>http://www.nexusphp.com</i>",
|
||||
'text_url_note' => "如<i>https://nexusphp.org</i>",
|
||||
'text_email_note' => "请填写申请网站的管理员的邮箱地址,便于我们联系",
|
||||
'std_missing_form_data' => "请填写必填项目。",
|
||||
'std_unable_creating_new_link' => "无法创建新的链接。",
|
||||
|
||||
@@ -4,7 +4,7 @@ $lang_log = array
|
||||
(
|
||||
'std_sorry' => "对不起...",
|
||||
'std_permission_denied_only' => "你没有该权限。只有",
|
||||
'std_or_above_can_view' => "及以上等级的用户才能查看日志。<br /><br />请查看<a class=faqlink href=faq.php#id22><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>" .$SITENAME."管理组</b>",
|
||||
'std_or_above_can_view' => "及以上等级的用户才能查看日志。<br /><br />请查看<a class=faqlink href=faq.php#id22><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>%s管理组</b>",
|
||||
'head_site_log' => "常规日志",
|
||||
'text_search_log' => "搜素常规日志",
|
||||
'submit_search' => "给我搜",
|
||||
|
||||
@@ -11,7 +11,7 @@ $lang_mybonus = array
|
||||
'text_success_vip' => "祝贺你,你获得了一个月的",
|
||||
'text_success_vip_two' => "资格!",
|
||||
'text_no_permission' => "<b>错误!</b>你没有该权限。",
|
||||
'text_success_custom_title' => "祝贺你,你获得了<b>".$CURUSER['title']."</b>头衔!",
|
||||
'text_success_custom_title' => "祝贺你,你获得了<b>%s</b>头衔!",
|
||||
'text_success_gift' => "你成功赠送了<b>魔力值</b>。",
|
||||
'head_karma_page' => "的魔力值",
|
||||
'text_karma_system' => "魔力值系统",
|
||||
|
||||
@@ -48,7 +48,6 @@ $lang_offers = array
|
||||
'text_pending' => "待定",
|
||||
'text_allowed' => "允许",
|
||||
'text_denied' => "拒绝",
|
||||
'text_edit_offer' => "编辑候选",
|
||||
'text_delete_offer' => "删除候选",
|
||||
'report_offer' => "举报候选",
|
||||
'row_allow' => "允许",
|
||||
@@ -72,7 +71,6 @@ $lang_offers = array
|
||||
'std_have_no_permission' => "你没有该权限",
|
||||
'std_sorry' => "对不起",
|
||||
'std_no_votes_yet' => "暂时没有投票... ",
|
||||
'std_back_to_offer_detail' => "回到候选详情",
|
||||
'std_cannot_edit_others_offer' => "你没有权限编辑别人的候选",
|
||||
'head_edit_offer' => "编辑候选",
|
||||
'text_edit_offer' => "编辑候选",
|
||||
|
||||
@@ -18,7 +18,7 @@ $lang_ok = array
|
||||
'std_already_confirmed_note' => "<p>该账号已经通过验证。你可以使用它来<a class=altlink href=\"login.php\">登录</a>。</p>\n",
|
||||
'head_signup_confirmation' => "注册验证",
|
||||
'std_account_confirmed' => "<h1>账号成功通过验证!</h1>\n",
|
||||
'std_read_rules_faq' => "<p>在使用".$SITENAME."前,请务必先阅读并熟悉站点的<a class=altlink href=\"rules.php\"><b>规则</b></a>和<a class=altlink href=\"faq.php\"><b>常见问题</b></a>。</p>\n"
|
||||
'std_read_rules_faq' => "<p>在使用%s前,请务必先阅读并熟悉站点的<a class=altlink href=\"rules.php\"><b>规则</b></a>和<a class=altlink href=\"faq.php\"><b>常见问题</b></a>。</p>\n"
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -21,18 +21,18 @@ $lang_recover = array
|
||||
|
||||
'mail_this_link' => "这个链接",
|
||||
'mail_here' => "这里",
|
||||
|
||||
|
||||
'mail_title' => " 网站密码重置验证",
|
||||
'mail_one' => "你好,<br /><br />你请求重置你在".$SITENAME."网站账户的密码。<br />该账户的邮箱地址为 ",
|
||||
'mail_one' => "你好,<br /><br />你请求重置你在%s网站账户的密码。<br />该账户的邮箱地址为 ",
|
||||
'mail_two' => " 。<br /><br />发送请求的IP地址为 ",
|
||||
'mail_three' => ".<br /><br />如果你没有发过该请求,请忽视本邮件。请勿回复本邮件。<br /><br />如果你的确发过该请求,请点击这个链接来确认: ",
|
||||
'mail_four' => "<br />确认后,你的密码将被重置并通过另一封邮件发送给你。<br /><br />------<br />".$SITENAME." 网站",
|
||||
|
||||
'mail_four' => "<br />确认后,你的密码将被重置并通过另一封邮件发送给你。<br /><br />------<br />%s 网站",
|
||||
|
||||
'mail_two_title' => " 网站账户信息",
|
||||
'mail_two_one' => "你好,<br /><br />依你的请求,我们给你的账户生成了新的密码。<br /><br />以下是你的账户重置后的信息:<br /><br />用户名:",
|
||||
'mail_two_two' => "<br />密码:",
|
||||
'mail_two_three' => "<br /><br />你可以从这里登录: ",
|
||||
'mail_two_four' => "<br /><br />登录后你可以在控制面板-安全设定中修改密码。<br />------<br />".$SITENAME." 网站",
|
||||
'mail_two_four' => "<br /><br />登录后你可以在控制面板-安全设定中修改密码。<br />------<br />%s 网站",
|
||||
'text_select_lang' => "Select Site Language: ",
|
||||
'std_user_account_unconfirmed' => "该账户还未通过验证。如果你没有收到验证邮件,试试<a href='confirm_resend.php'><b>重新发送验证邮件</b></a>。",
|
||||
);
|
||||
|
||||
@@ -227,7 +227,6 @@ $lang_settings = array
|
||||
'text_bonus_formula_twelve' => "。默认为'300'",
|
||||
'text_misc_ways_get_bonus' => "其他获取方式",
|
||||
'row_uploading_torrent' => "发布新种子",
|
||||
'text_user_would_get' => "用户将获得",
|
||||
'text_uploading_torrent_note' => "个魔力值,如果他发布一个新种子。默认'15'。",
|
||||
'row_uploading_subtitle' => "上传一个字幕",
|
||||
'text_uploading_subtitle_note' => "个魔力值,如果他上传一个字幕。默认'5'。",
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
$lang_special = [
|
||||
'std_sorry' => "对不起...",
|
||||
'std_permission_denied_only' => "你没有该权限。只有",
|
||||
'std_or_above_can_view' => "及以上等级的用户才能查看特别区。<br /><br />请查看<a class=faqlink href=faq.php#id22><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>" .$SITENAME."管理组</b>",
|
||||
'std_or_above_can_view' => "及以上等级的用户才能查看特别区。<br /><br />请查看<a class=faqlink href=faq.php#id22><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>%s管理组</b>",
|
||||
];
|
||||
@@ -22,7 +22,7 @@ $lang_staff = array
|
||||
'title_offline' => "不在线",
|
||||
'title_send_pm' => "发送短讯",
|
||||
'text_vip' => "VIP",
|
||||
'text_vip_note' => "VIP资格只授予对".$SITENAME."做出过特殊贡献的用户。如曾经的管理组成员。",
|
||||
'text_vip_note' => "VIP资格只授予对%s做出过特殊贡献的用户。如曾经的管理组成员。",
|
||||
'text_reason' => "原因",
|
||||
'text_apply_for_it' => "申请加入",
|
||||
'text_forum_moderators' => "论坛版主",
|
||||
@@ -30,7 +30,7 @@ $lang_staff = array
|
||||
'text_forums' => "版块",
|
||||
'std_sorry' => "对不起...",
|
||||
'std_permission_denied_only' => "你没有该权限。只有",
|
||||
'std_or_above_can_view' => "及以上等级的用户才能查看管理组。<br /><br />请查看<a class=faqlink href=faq.php#id22><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>" .$SITENAME."管理组</b>",
|
||||
'std_or_above_can_view' => "及以上等级的用户才能查看管理组。<br /><br />请查看<a class=faqlink href=faq.php#id22><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>%s管理组</b>",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang_subtitles = array
|
||||
'row_file' => "文件",
|
||||
'text_maximum_file_size' => "文件最大限制:",
|
||||
'row_torrent_id' => "种子ID",
|
||||
'text_torrent_id_note' => "(种子详情页面网址末尾的数字。<br />如 <b>".getSchemeAndHttpHost()."/details.php?id=16</b> 数字<b>16</b>即种子ID)",
|
||||
'text_torrent_id_note' => "(种子详情页面网址末尾的数字。<br />如 <b>%s/details.php?id=16</b> 数字<b>16</b>即种子ID)",
|
||||
'row_title' => "标题",
|
||||
'text_title_note' => "(可选,不填则使用种子文件名)",
|
||||
'row_language' => "语言",
|
||||
|
||||
@@ -2,14 +2,13 @@
|
||||
|
||||
$lang_tags = array
|
||||
(
|
||||
'text_description' => "简介:",
|
||||
'text_syntax' => "语法:",
|
||||
'text_example' => "例子:",
|
||||
'text_result' => "结果:",
|
||||
'text_remarks' => "说明:",
|
||||
'head_tags' => "标签",
|
||||
'text_tags' => "标签",
|
||||
'text_bb_tags_note' => "<b>".$SITENAME."</b>论坛支持一些<i>BBCode标签代码</i>,你可以在帖子中使用它们改变显示效果。",
|
||||
'text_bb_tags_note' => "<b>%s</b>论坛支持一些<i>BBCode标签代码</i>,你可以在帖子中使用它们改变显示效果。",
|
||||
'submit_test_this_code' => "测试标签!",
|
||||
'text_bold' => "粗体",
|
||||
'text_bold_description' => "使文字变粗",
|
||||
@@ -46,31 +45,31 @@ $lang_tags = array
|
||||
'text_hyperlink_one' => "超级链接(方式1)",
|
||||
'text_hyperlink_one_description' => "插入超级链接",
|
||||
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
|
||||
'text_hyperlink_one_example' => "[url]". "http://" . $BASEURL."[/url]",
|
||||
'text_hyperlink_one_example' => "[url]". "http://%s[/url]",
|
||||
'text_hyperlink_one_remarks' => "该标签是多余的,所有URL都会自动加超级链接",
|
||||
'text_hyperlink_two' => "超级链接(方式2)",
|
||||
'text_hyperlink_two_description' => "插入超级链接",
|
||||
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>链接文字</i>[/url]",
|
||||
'text_hyperlink_two_example' => "[url="."http://" . $BASEURL."]".$SITENAME."[/url]",
|
||||
'text_hyperlink_two_example' => "[url="."http://%s]%s[/url]",
|
||||
'text_hyperlink_two_remarks' => "当你需要将文字加超链接时使用。",
|
||||
'text_image_one' => "图片(方式1)",
|
||||
'text_image_one_description' => "插入图片",
|
||||
'text_image_one_syntax' => "[img=<i>URL</i>]",
|
||||
'text_image_one_example' => "[img=http://$BASEURL/pic/nexus.png]",
|
||||
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
|
||||
'text_image_one_remarks' => "URL必须是<b>.gif</b>, <b>.jpg</b>, <b>jpeg</b>或<b>.png</b>",
|
||||
'text_image_two' => "图片(方式2)",
|
||||
'text_image_two_description' => "插入图片",
|
||||
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
|
||||
'text_image_two_example' => "[img]http://$BASEURL/pic/nexus.png[/img]",
|
||||
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
|
||||
'text_image_two_remarks' => "URL必须是<b>.gif</b>, <b>.jpg</b>, <b>jpeg</b>或<b>.png</b>",
|
||||
'text_quote_one' => "引用(方式1)",
|
||||
'text_quote_one_description' => "插入引用",
|
||||
'text_quote_one_syntax' => "[quote]<i>引用的文字</i>[/quote]",
|
||||
'text_quote_one_example' => "[quote]我爱".$SITENAME."[/quote]",
|
||||
'text_quote_one_example' => "[quote]我爱%s[/quote]",
|
||||
'text_quote_two' => "引用(方式2)",
|
||||
'text_quote_two_description' => "插入引用",
|
||||
'text_quote_two_syntax' => "[quote=<i>作者</i>]<i>引用的文字</i>[/quote]",
|
||||
'text_quote_two_example' => "[quote=".$CURUSER['username']."]我爱".$SITENAME."[/quote]",
|
||||
'text_quote_two_example' => "[quote=%s]我爱%s[/quote]",
|
||||
'text_list' => "列表",
|
||||
'text_description' => "插入列表项目",
|
||||
'text_list_syntax' => "[*]<i>文字</i>",
|
||||
@@ -99,19 +98,19 @@ $lang_tags = array
|
||||
'text_flash' => "Flash(方式1)",
|
||||
'text_flash_description' => "在页面内插入指定宽度与高度的Flash",
|
||||
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
|
||||
'text_flash_example' => "[flash,500,300]http://$BASEURL/flash.demo.swf[/flash]",
|
||||
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
|
||||
'text_flash_two' => "Flash(方式2)",
|
||||
'text_flash_two_description' => "在页面内插入默认宽度与高度(500 * 300)的Flash",
|
||||
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
|
||||
'text_flash_two_example' => "[flash]http://$BASEURL/flash.demo.swf[/flash]",
|
||||
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
|
||||
'text_flv_one' => "Flash视频(方式1)",
|
||||
'text_flv_one_description' => "在页面内插入指定宽度与高度的Flash视频",
|
||||
'text_flv_one_syntax' => "[flv,width,height]Flash视频的URL[/flv]",
|
||||
'text_flv_one_example' => "[flv,320,240]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
|
||||
'text_flv_two' => "Flash视频(方式2)",
|
||||
'text_flv_two_description' => "在页面内插入默认宽度与高度(320 * 240)的Flash视频",
|
||||
'text_flv_two_syntax' => "[flv]Flash视频的URL[/flv]",
|
||||
'text_flv_two_example' => "[flv]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
|
||||
'text_youtube' => "YouTube",
|
||||
'text_youtube_description' => "在页面内插入YouTube网站的在线视频",
|
||||
'text_youtube_syntax' => "[youtube,width,height]YouTube视频的URL[/youtube]",
|
||||
|
||||
@@ -8,7 +8,7 @@ $lang_takeconfirm = array
|
||||
'mail_title' => "网站账户验证",
|
||||
'mail_here' => "这里",
|
||||
'mail_content_1' => "你好,<br /><br />你的账号成功通过验证。你可以进入登录页面: ",
|
||||
'mail_content_2' => "<br /><br />使用你的账户登录。登录后请先阅读站点规则,提问前请自行参考常见问题。<br /><br />祝你好运! ".$SITENAME."!<br /><br />如果你不认识邀请你的人,请将本邮件转发至".$REPORTMAIL."<br />------<br />".$SITENAME." 网站"
|
||||
'mail_content_2' => "<br /><br />使用你的账户登录。登录后请先阅读站点规则,提问前请自行参考常见问题。<br /><br />祝你好运! %s!<br /><br />如果你不认识邀请你的人,请将本邮件转发至%s<br />------<br />%s 网站"
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -12,12 +12,12 @@ $lang_takeinvite = array
|
||||
'mail_here' => "这里",
|
||||
'mail_tilte' => "网站邀请函",
|
||||
'mail_one' => "你好,<br /><br />用户",
|
||||
'mail_two' => "邀请你加入".$SITENAME."社区。
|
||||
".$SITENAME."拥有知识丰富的用户。 <br />如果你有意加入,请在阅读网站规则后确认该邀请。<br /><br />请点击以下链接确认邀请:",
|
||||
'mail_two' => "邀请你加入%s社区。
|
||||
%s拥有知识丰富的用户。 <br />如果你有意加入,请在阅读网站规则后确认该邀请。<br /><br />请点击以下链接确认邀请:",
|
||||
'mail_three' => "请在",
|
||||
'mail_four' => "天内确认该邀请,之后邀请将作废。<br />".$SITENAME."真诚欢迎你加入我们的社区!<br /><br />来自邀请者",
|
||||
'mail_four' => "天内确认该邀请,之后邀请将作废。<br />%s真诚欢迎你加入我们的社区!<br /><br />来自邀请者",
|
||||
'mail_five' => "的话:",
|
||||
'mail_six' => "如果你根本不认识邀请者,请将此邮件转发至".$REPORTMAIL."<br /><br />------<br />".$SITENAME."网站",
|
||||
'mail_six' => "如果你根本不认识邀请者,请将此邮件转发至%s<br /><br />------<br />%s网站",
|
||||
'std_error' => "错误",
|
||||
'std_invite_denied' => "你的用户等级不允许发送邀请。你怎么到这来的?",
|
||||
'std_email_address_banned' => "邮箱地址被禁用!",
|
||||
|
||||
@@ -27,16 +27,15 @@ $lang_takesignup = array
|
||||
'std_to_finish_signup' => "来完成注册,谢谢!",
|
||||
'msg_subject' => "欢迎来到",
|
||||
'msg_congratulations' => "祝贺你,",
|
||||
'msg_you_are_a_member' => ",\n\n你已成为".$SITENAME."的一员,\n我们真诚地欢迎你的加入!\n\n请务必先阅读[url=rules.php][b]规则[/b][/url],提问前请自行参考[url=faq.php][b]常见问题[/b][/url],有空也请到[url=forums.php][b]论坛[/b][/url]看看。 \n\n祝你愉快。\n".$SITENAME."管理组",
|
||||
'msg_you_are_a_member' => ",\n\n你已成为%s的一员,\n我们真诚地欢迎你的加入!\n\n请务必先阅读[url=rules.php][b]规则[/b][/url],提问前请自行参考[url=faq.php][b]常见问题[/b][/url],有空也请到[url=forums.php][b]论坛[/b][/url]看看。 \n\n祝你愉快。\n%s管理组",
|
||||
'mail_this_link' => "这个链接",
|
||||
'mail_here' => "这里",
|
||||
'mail_title' => " 网站用户注册验证",
|
||||
'mail_one' => "你好 ",
|
||||
'mail_two' => ",<br /><br />你请求在".$SITENAME."网站获取账号,并指定此邮箱地址 ",
|
||||
'mail_two' => ",<br /><br />你请求在%s网站获取账号,并指定此邮箱地址 ",
|
||||
'mail_three' => " 为你的联系地址。<br /><br />如果你没有发过该请求,请忽视本邮件。输入你邮箱地址者的IP地址为 ",
|
||||
'mail_four' => "。请勿回复本邮件。<br /><br />如果你的确发过该请求,请点击以下链接来通过验证: ",
|
||||
'mail_four_1' => "<br /><br />如果以上链接打开出错、不存在或已经过期, 尝试在这里重新发送确认邮件 ",
|
||||
'mail_five' => "在通过验证后,你就可以使用新账号了。<br /><br />如果你在24小时内没有通过验证,你的账号将被删除。<br />新人登录".$SITENAME."后请务必先阅读站点规则,提问前请参考常见问题。<br /><br />请注意:如果你并没有在".$SITENAME."网站注册,请举报此邮件至".$REPORTMAIL."<br /><br />------<br /><br />".$SITENAME." 网站.",
|
||||
'std_invalid_gender' => "性别无效!",
|
||||
'mail_five' => "在通过验证后,你就可以使用新账号了。<br /><br />如果你在24小时内没有通过验证,你的账号将被删除。<br />新人登录%s后请务必先阅读站点规则,提问前请参考常见问题。<br /><br />请注意:如果你并没有在%s网站注册,请举报此邮件至%s<br /><br />------<br /><br />%s 网站.",
|
||||
);
|
||||
?>
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang_topten = array
|
||||
'std_error' => "错误!",
|
||||
'std_sorry' => "对不起...",
|
||||
'std_permission_denied_only' => "你没有该权限。只有",
|
||||
'std_or_above_can_view' => "及以上等级的用户才能查看排行榜。<br /><br />请查看"."<a class=\"faqlink\" href=\"faq.php#id22\"><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>" .$SITENAME."管理组</b>",
|
||||
'std_or_above_can_view' => "及以上等级的用户才能查看排行榜。<br /><br />请查看"."<a class=\"faqlink\" href=\"faq.php#id22\"><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>%s管理组</b>",
|
||||
'col_rank' => "排名",
|
||||
'col_user' => "用户",
|
||||
'col_donated' => "捐赠",
|
||||
@@ -55,34 +55,34 @@ $lang_topten = array
|
||||
'text_most_donated_CNY' => "人民币捐赠者",
|
||||
'col_donated_usd' => "捐赠($)",
|
||||
'col_donated_cny' => "捐赠(¥)",
|
||||
|
||||
|
||||
'text_most_supplied' => "最大资源提供者<font class=\"small\">(不包括被删除的种子)</font>",
|
||||
'text_most_snatched' => " 最大资源完成者<font class=\"small\">(不包括被删除的种子)</font>",
|
||||
'col_torrent_uploaded' => "# 上传",
|
||||
'col_torrent_downloaded' => "# 完成",
|
||||
|
||||
|
||||
'text_most_topic' => " 论坛主题发起者<font class=\"small\">(不包括被删除的主题)</font>",
|
||||
'text_most_post' => " 论坛发帖者<font class=\"small\">(不包括被删除的帖子)</font>",
|
||||
'col_topics' => "主题",
|
||||
'col_posts' => "帖子",
|
||||
|
||||
|
||||
|
||||
|
||||
'text_biggest_topics' => "最热主题<font class=\"small\">(不计特权论坛内的主题)</font>",
|
||||
'col_subject' => "主题",
|
||||
|
||||
|
||||
'col_number' => "数量",
|
||||
'text_most_browser' => "浏览器",
|
||||
'text_most_client' => "BT客户端<font class=\"small\">(按最近访问服务器的客户端)</font>",
|
||||
|
||||
|
||||
'col_comments' => "评论",
|
||||
'text_most_commenter' => "种子评论者<font class=\"small\">(不包括被删除的评论)</font>",
|
||||
|
||||
|
||||
'col_reviews' => "点评",
|
||||
'text_most_reviewer' => "电影点评者<font class=\"small\">(不包括被删除的点评)</font>",
|
||||
|
||||
|
||||
'col_location' => "位置",
|
||||
'text_most_locations' => "同伴位置",
|
||||
|
||||
|
||||
'col_keyword' => "关键字",
|
||||
'col_times' => "次数",
|
||||
'col_datetime' => "时间",
|
||||
@@ -90,7 +90,7 @@ $lang_topten = array
|
||||
'text_current_month_search' => "本月搜索",
|
||||
'text_last_month_search' => "上月搜索",
|
||||
'text_current_year_search' => "今年搜索",
|
||||
|
||||
|
||||
'text_most_bonuses' => "魔力值",
|
||||
'col_bonus' => "魔力值",
|
||||
'text_countries_users' => "用户数",
|
||||
|
||||
@@ -116,7 +116,7 @@ $lang_usercp = array
|
||||
'select_none_selected' => "未选",
|
||||
'text_ago' => "以前",
|
||||
'mail_here' => "这里",
|
||||
'mail_change_email_one' => "你请求将你在".$SITENAME."站点的帐户(用户名",
|
||||
'mail_change_email_one' => "你请求将你在%s站点的帐户(用户名",
|
||||
'mail_change_email_two' => ")改用此邮箱地址",
|
||||
'mail_change_email_three' => "作为联系地址。",
|
||||
'mail_change_email_four' => "如果你没有发过该请求,请忽视本邮件。输入你邮箱地址的用户的IP地址是",
|
||||
@@ -125,7 +125,7 @@ $lang_usercp = array
|
||||
'mail_change_email_six_1' => "来确认。",
|
||||
'mail_change_email_seven' => "你的新邮箱地址将显示在你的个人资料页面。注意:你的个人资料只有在点击以上地址后才会改变。",
|
||||
'mail_change_email_eight' => "",
|
||||
'mail_change_email_nine' => $SITENAME."网站",
|
||||
'mail_change_email_nine' => "%s 网站",
|
||||
'mail_profile_change_confirmation' => "修改个人资料验证",
|
||||
'text_go_back' => "返回",
|
||||
'text_category' => "类型",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
$lang_aboutnexus = array
|
||||
(
|
||||
'text_version' => "版本",
|
||||
'text_version_note' => "本站".$SITENAME."使用的代碼來自".PROJECTNAME."。以下是版本詳情。",
|
||||
'text_version_note' => "本站%s使用的代碼來自%s。以下是版本詳情。",
|
||||
'text_main_version' => "主版本",
|
||||
'text_sub_version' => "次版本",
|
||||
'text_release_date' => "發布時間",
|
||||
@@ -13,16 +13,16 @@ $lang_aboutnexus = array
|
||||
'text_free' => "免費授權",
|
||||
'text_nexus' => "關于",
|
||||
'text_nexus_note' => "由來自浙江大學的Nexus團隊發起并開發完成。它的目標是代替TBSource項目,提供一個完整的、有序的、重視用戶信譽和知識的資源分享社區的解決方案。 <br /><br />
|
||||
".PROJECTNAME."第一階段的版本是基于TBSource開發的。我們在后者的基礎上添加或完善了大量功能,同時極大地提高了代碼效率。除TBSource外,我們還吸取了一些其它private tracker的想法或代碼,如Bit-HDTV,What.cd和SceneTorrents。",
|
||||
%s第一階段的版本是基于TBSource開發的。我們在后者的基礎上添加或完善了大量功能,同時極大地提高了代碼效率。除TBSource外,我們還吸取了一些其它private tracker的想法或代碼,如Bit-HDTV,What.cd和SceneTorrents。",
|
||||
'text_authorization' => "關于授權",
|
||||
'text_authorization_note' => "如果你有意使用".PROJECTNAME."來架設你的分享網站,請<a href=\"#contact\" class=\"faqlink\">聯系我們</a>。",
|
||||
'text_authorization_note' => "如果你有意使用%s來架設你的分享網站,請<a href=\"#contact\" class=\"faqlink\">聯系我們</a>。",
|
||||
'text_translation' => "關于翻譯",
|
||||
'text_translation_note' => "支持用戶端的多語言切換。我們的主要語言為英語。<br /><br />如果你的語言當前未被支持(unavailable),而且你有意幫助我們翻譯,請在閱讀過<a href=\"faq.php#id71\" class=\"faqlink\">翻譯說明</a>后<a href=\"#contact\" class=\"faqlink\">聯系我們</a>。我們永遠歡迎新的翻譯。另外,已有的翻譯經常需要維護,特別是以下被標記為過期(outdate),不完整(incomplete)或需要新翻譯(need-new)的語言。",
|
||||
'text_flag' => "旗",
|
||||
'text_language' => "語言",
|
||||
'text_state' => "狀態",
|
||||
'text_stylesheet' => "關于界面風格",
|
||||
'text_stylesheet_note' => PROJECTNAME."的頁面布局完全基于CSS設計,這使得用戶自定義網站外觀和添加新的界面風格都變得簡單。<br /><br />以下為本站".$SITENAME."中擁有的界面風格列表。如果你想要獲得更多界面風格或自己設計,請<a href=\"#contact\" class=\"faqlink\">聯系我們</a>。",
|
||||
'text_stylesheet_note' => PROJECTNAME."的頁面布局完全基于CSS設計,這使得用戶自定義網站外觀和添加新的界面風格都變得簡單。<br /><br />以下為本站%s中擁有的界面風格列表。如果你想要獲得更多界面風格或自己設計,請<a href=\"#contact\" class=\"faqlink\">聯系我們</a>。",
|
||||
'text_name' => "名字",
|
||||
'text_designer' => "設計者",
|
||||
'text_comment' => "說明",
|
||||
|
||||
@@ -76,18 +76,18 @@ $lang_admanage = array
|
||||
'text_order_note' => "廣告的察看優先級。數值'0'具有最高的優先級。<br />當某個廣告位置具有多個有效廣告:如果該位置只允許一個廣告,將察看優先級最高的廣告;如果該位置允許多個廣告,將按照優先級從高到低順序察看多個廣告。如多個廣告具有相同的優先級,最近添加的廣告將具有高優先權。",
|
||||
'text_enabled_note' => "只有啟用的廣告才會察看。",
|
||||
'text_type_note' => "選取廣告的展現方式。",
|
||||
'text_image_url_note' => "廣告圖片檔案的URL。<br />可使用相對位址(如'pic/ad.jpg')或絕對位址(如'http://www.nexusphp.com/ad.jpg')。",
|
||||
'text_image_link_note' => "廣告指向的鏈結。如'http://www.nexusphp.com/ad.html'。",
|
||||
'text_image_url_note' => "廣告圖片檔案的URL。<br />可使用相對位址(如'pic/ad.jpg')或絕對位址(如'https://nexusphp.org/ad.jpg')。",
|
||||
'text_image_link_note' => "廣告指向的鏈結。如'https://nexusphp.org/ad.html'。",
|
||||
'text_image_width_note' => "單位為像素。圖片察看的寬度。",
|
||||
'text_image_height_note' => "單位為像素。圖片察看的高度。",
|
||||
'text_image_tooltip_note' => "廣告鏈結懸浮輔助說明文字資訊。",
|
||||
'text_text_content_note' => "文字廣告的察看內容",
|
||||
'text_text_link_note' => "廣告指向的鏈結。如'http://www.nexusphp.com/ad.html'。",
|
||||
'text_text_link_note' => "廣告指向的鏈結。如'https://nexusphp.org/ad.html'。",
|
||||
'text_text_size_note' => "廣告文字的字型大小。可使用pt、px、em為單位,如'30pt'。如留空,則使用'30pt'。",
|
||||
'text_bbcodes_code_note' => "什么是BBCode程式碼?見",
|
||||
'text_here' => "這裡",
|
||||
'text_xhmtl_code_note' => "通常情況下,你應該儘量避免直接使用XHTML展現廣告,因為這樣做不但容易因程式碼錯誤導致整體頁面混亂,而且<b>具有安全隱患</b>。如果一定要用,請確保XHTML程式碼是安全和正確的。<br /><b>注意</b>:請按XHTML 1.0 Transitional規格填寫程式碼,而不是HTML 4.01規格。",
|
||||
'text_flash_url_note' => "Flash檔案的URL。<br />可使用相對位址(如'pic/flash.demo.swf')或絕對位址(如'http://www.nexusphp.com/flash.demo.swf')。",
|
||||
'text_flash_url_note' => "Flash檔案的URL。<br />可使用相對位址(如'pic/flash.demo.swf')或絕對位址(如'https://nexusphp.org/flash.demo.swf')。",
|
||||
'text_flash_width_note' => "單位為像素。Flash察看的寬度。",
|
||||
'text_flash_height_note' => "單位為像素。Flash察看的高度。",
|
||||
'std_missing_form_data' => "有必填項目未寫。",
|
||||
|
||||
@@ -13,7 +13,7 @@ $lang_confirm_resend = array
|
||||
'std_password_equals_username' => "對不起,用戶名和密碼不能相同。",
|
||||
'std_error' => "錯誤",
|
||||
'std_database_error' => "數據庫錯誤!請將該情況報告給管理員。",
|
||||
'text_resend_confirmation_mail_note' => "<h1>重發確認郵件</h1><p>填寫以下表格使系統重發驗證郵件。</p><p>你必須在過去24小時內註冊且沒有通過驗證才能使用該功能,<br />否則你的帳號信息已被刪除,需要重新註冊。</p><p><b>注意:</b>連續".$maxloginattempts."次嘗試失敗將導致你的IP地址被禁用!</p>",
|
||||
'text_resend_confirmation_mail_note' => "<h1>重發確認郵件</h1><p>填寫以下表格使系統重發驗證郵件。</p><p>你必須在過去24小時內註冊且沒有通過驗證才能使用該功能,<br />否則你的帳號信息已被刪除,需要重新註冊。</p><p><b>注意:</b>連續%s次嘗試失敗將導致你的IP地址被禁用!</p>",
|
||||
'row_registered_email' => "註冊郵箱:",
|
||||
'row_new_password' => "新密碼:",
|
||||
'text_password_note' => "至少6個字元",
|
||||
@@ -25,11 +25,11 @@ $lang_confirm_resend = array
|
||||
'mail_this_link' => "這個鏈接",
|
||||
'mail_here' => "這裏",
|
||||
'mail_one' => "你好 ",
|
||||
'mail_two' => ",<br /><br />你請求重新收取".$SITENAME."網站的註冊確認郵件,並指定此郵箱地址 ",
|
||||
'mail_two' => ",<br /><br />你請求重新收取%s網站的註冊確認郵件,並指定此郵箱地址 ",
|
||||
'mail_three' => " 為你的聯系地址。<br /><br />如果你沒有發過該請求,請忽視本郵件。輸入你郵箱地址者的IP地址為 ",
|
||||
'mail_four' => ". 。請勿回復本郵件。<br /><br />如果你的確發過該請求,請點擊以下鏈接來通過驗證: ",
|
||||
'mail_four_1' => "<br /><br />如果以上鏈接打開出錯、不存在或已經過期, 嘗試在這裏重新發送確認郵件 ",
|
||||
'mail_five' => "在通過驗證後,你就可以使用新賬號了。<br /><br />如果你在24小時內沒有通過驗證,你的賬號將被刪除。<br />新人登錄".$SITENAME."後請務必先閱讀站點規則,提問前請參考常見問題。<br /><br />請註意:如果你並沒有在".$SITENAME."網站註冊,請舉報此郵件至".$REPORTMAIL."<br /><br />------<br /><br />".$SITENAME." 網站.",
|
||||
'mail_five' => "在通過驗證後,你就可以使用新賬號了。<br /><br />如果你在24小時內沒有通過驗證,你的賬號將被刪除。<br />新人登錄%s後請務必先閱讀站點規則,提問前請參考常見問題。<br /><br />請註意:如果你並沒有在%s網站註冊,請舉報此郵件至%s<br /><br />------<br /><br />%s 網站.",
|
||||
'text_select_lang' => "Select Site Language: ",
|
||||
'std_need_admin_verification' => "賬戶需要通過管理員手動驗証。"
|
||||
);
|
||||
|
||||
@@ -84,7 +84,7 @@ $lang_details = array
|
||||
'row_last_seeder' => "最近現行:",
|
||||
'text_ago' => "以前",
|
||||
'text_size' => "<b>大小:</b>",
|
||||
'text_none_yet' => "暫無(需要".$TORRENT['minvotes']."票,現在只有",
|
||||
'text_none_yet' => "暫無(需要%s票,現在只有",
|
||||
'text_only' => "票",
|
||||
'text_none' => "無",
|
||||
'text_no_votes_yet' => "暫無評分",
|
||||
|
||||
@@ -4,7 +4,7 @@ $lang_edit = array
|
||||
(
|
||||
'head_edit_torrent' => "編輯種子 - ",
|
||||
'text_cannot_edit_torrent' => "無法編輯該種子",
|
||||
'text_cannot_edit_torrent_note' => "你不是發種者,或者你沒有正確<a href=\"login.php?returnto=" . rawurlencode($_SERVER["REQUEST_URI"]) . "&nowarn=1\">登錄。</a>\n",
|
||||
'text_cannot_edit_torrent_note' => "你不是發種者,或者你沒有正確<a href=\"login.php?returnto=%s&nowarn=1\">登錄。</a>\n",
|
||||
'row_torrent_name' => "標題",
|
||||
'row_small_description' => "副標題",
|
||||
'row_nfo_file' => "NFO文件",
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang_faq = array
|
||||
'head_faq' => "常見問題",
|
||||
'text_welcome_to' => "歡迎來到",
|
||||
'text_welcome_content_one' => "我們的目標是提供純粹高品質的東西。因此,只有授權的用戶才能發布種子。如果你有0-day資源的來源,請不要遲疑<a class=\"faqlink\" href=\"contactstaff.php\">聯繫</a>我們!<br /><br />這是非公開BT站點,你必須註冊後才能訪問。",
|
||||
'text_welcome_content_two' => "在".$SITENAME."幹任何事前,我們建議你先閱讀站點的<a class=\"faqlink\" href=\"rules.php\">規則</a>!規則只有簡單幾條,但我們要求用戶嚴格遵照。<br /><br />在使用前,請閱讀".$SITENAME."<a class=\"faqlink\" href=\"useragreement.php\">用戶協定</a>。",
|
||||
'text_welcome_content_two' => "在%s幹任何事前,我們建議你先閱讀站點的<a class=\"faqlink\" href=\"rules.php\">規則</a>!規則只有簡單幾條,但我們要求用戶嚴格遵照。<br /><br />在使用前,請閱讀%s<a class=\"faqlink\" href=\"useragreement.php\">用戶協定</a>。",
|
||||
'text_contents' => "目錄",
|
||||
);
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ $lang_functions = array
|
||||
'std_fake_account' => "我們懷疑你在使用偽造帳戶,因此記錄了本次行為!",
|
||||
'std_permission_denied' => "你沒有該許可權!",
|
||||
'std_permission_denied_only' => "你沒有該許可權。只有",
|
||||
'std_or_above_can_view' => "及以上等級的用戶才能檢視。<br /><br />請檢視"."<a class=\"faqlink\" href=\"faq.php#id22\"><b>常見問題</b></a>了解更多關于用戶等級和許可權的資訊。<br /><br /><b></p>" .$SITENAME."管理組</b>",
|
||||
'std_or_above_can_view' => "及以上等級的用戶才能檢視。<br /><br />請檢視"."<a class=\"faqlink\" href=\"faq.php#id22\"><b>常見問題</b></a>了解更多關于用戶等級和許可權的資訊。<br /><br /><b></p>%s管理組</b>",
|
||||
'std_target_not_exists' => '目標不存在',
|
||||
'std_already_logged_in' => "你已經登錄!",
|
||||
'text_page_last_updated' => "本頁面最後更新於",
|
||||
@@ -29,7 +29,7 @@ $lang_functions = array
|
||||
'std_open_registration_disabled' => "自由註冊當前關閉,只允許邀請註冊。如果你想加入,請找到能夠邀請你進入本站的朋友:)我們只想知道有多少作弊者和吸血鬼在被踢後才開始想到珍惜帳戶。是的,在被踢後不是你想回來就能回來。請具備邀請資格的用戶注意,如果你在知情的情況下將邀請發給作弊者和行為不端者,你和被邀請者都會被踢。如果你想重新啟用帳戶必須經過我們同意。",
|
||||
'std_account_limit_reached' => "當前帳戶上限數已到。系統會經常刪除不活動的帳戶,請過段時間再試...",
|
||||
'std_the_ip' => "該IP<b>",
|
||||
'std_used_many_times' => "已經被很多帳戶使用...<b>".$SITENAME."</b>不允許該IP註冊更多帳戶。",
|
||||
'std_used_many_times' => "已經被很多帳戶使用...<b>%s</b>不允許該IP註冊更多帳戶。",
|
||||
'std_invalid_image_code' => "圖片代碼無效!<br /><b>不要返回,圖片代碼已被清除!</b><br /><br />點擊",
|
||||
'std_here_to_request_new' => "<b>這裏</b></a>獲取新的圖片代碼。",
|
||||
'std_action' => '操作',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang_increment_bulk = array
|
||||
$lang_incrementbulk = array
|
||||
(
|
||||
'page_title' => '批量添加魔力/補簽卡/邀請/上傳量/臨時邀請',
|
||||
'sent_success' => ' 已經成功增加並發送了私信',
|
||||
|
||||
@@ -69,7 +69,7 @@ $lang_index = array
|
||||
'text_users_browsing_now' => "個用戶過去15分鐘在線上。",
|
||||
'text_peers_active_now' => "個當前做種或下載的用戶。",
|
||||
'text_disclaimer' => "免責條款",
|
||||
'text_disclaimer_content' => "本站列出的檔並沒有保存在本站的伺服器上。本站僅負責連接,我們對被傳播檔的內容一無所知。本站的鏈結均由用戶自發提供。".$SITENAME."的管理員無法對用戶的提交內容或其他行為負責。您不能使用".$SITENAME."傳播或下載任何您沒有使用許可的檔或材料,由此引起的後果由您自己承擔。",
|
||||
'text_disclaimer_content' => "本站列出的檔並沒有保存在本站的伺服器上。本站僅負責連接,我們對被傳播檔的內容一無所知。本站的鏈結均由用戶自發提供。%s的管理員無法對用戶的提交內容或其他行為負責。您不能使用%s傳播或下載任何您沒有使用許可的檔或材料,由此引起的後果由您自己承擔。",
|
||||
'text_browser_note' => "獲得本站最佳效果,請使用<a href=\"https://www.google.com/chrome/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/chrome-logo.svg\" alt=\"下載 Google Chrome\" title=\"下載 Google Chrome\" /></a>或者<a href=\"https://www.mozilla.org/en-US/firefox/new/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/firefox-logo.svg\" alt=\"Firefox\" title=\"下載 Firefox\" border=\"0\" /></a>且使用大於1024*768的分辨率。推薦BT客戶端為<a href=\"https://www.qbittorrent.org/download.php\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/qBittorrent.ico\" alt=\"qBittorrent\" title=\"下載 qBittorrent\" /></a>或<a href=\"https://transmissionbt.com/download/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/transmission.png\" alt=\"Transmission\" title=\"下載 Transmission\" /></a>",
|
||||
'title_show_or_hide' => "顯示/隱藏",
|
||||
'text_links' => "友情鏈接",
|
||||
|
||||
@@ -38,7 +38,7 @@ $lang_invite = array
|
||||
'text_invitation_body' => "
|
||||
你好,
|
||||
|
||||
我邀請你加入 $SITENAME, 這是一個擁有豐富高質量資源的非開放社區.
|
||||
我邀請你加入 %s, 這是一個擁有豐富高質量資源的非開放社區.
|
||||
如果你有興趣加入我們請閱讀規則並確認邀請.最後,確保維持一個良好的分享率
|
||||
分享允許的資源.
|
||||
|
||||
|
||||
@@ -5,17 +5,17 @@ $lang_linksmanage = array
|
||||
'head_apply_for_links' => "申請鏈接",
|
||||
'text_apply_for_links' => "申請鏈接",
|
||||
'text_rules' => "交換鏈接規則:",
|
||||
'text_rule_one' => "1.申請人員請先將本站的鏈接<a href=\"".get_protocol_prefix().$BASEURL."\" title=\"$SLOGAN\">".$SITENAME."</a>放置在其網站,然后再向我們提出申請。 ",
|
||||
'text_rule_two' => "2.申請鏈接的網站<strong>不得</strong>涉及任何違法內容。".$SITENAME."的管理員不對申請網站的任何行為責任。",
|
||||
'text_rule_one' => "1.申請人員請先將本站的鏈接<a href=\"%s\" title=\"%s\">%s</a>放置在其網站,然后再向我們提出申請。 ",
|
||||
'text_rule_two' => "2.申請鏈接的網站<strong>不得</strong>涉及任何違法內容。%s的管理員不對申請網站的任何行為責任。",
|
||||
'text_rule_three' => "3.本站所做鏈接均為文字鏈接。",
|
||||
'text_rule_four' => "4.申請網站至少要有200名注冊用戶,或者平均日訪問人數不少于50。",
|
||||
'text_rule_five' => "5.本站".$SITENAME."保留可不經過任何通知,自由<strong>修改或刪除</strong>本站上的鏈接的權力。",
|
||||
'text_rule_six' => "6.如果你的網站符合以上條款,歡迎向我們".$SITENAME."提出交換鏈接的申請。然而,我們不保證接受所有申請。",
|
||||
'text_rule_five' => "5.本站%s保留可不經過任何通知,自由<strong>修改或刪除</strong>本站上的鏈接的權力。",
|
||||
'text_rule_six' => "6.如果你的網站符合以上條款,歡迎向我們%s提出交換鏈接的申請。然而,我們不保證接受所有申請。",
|
||||
'text_red_star_required' => "紅星號(<font color='red'>*</font>)標記的區域必須填寫",
|
||||
'text_site_name' => "網站名",
|
||||
'text_url' => "鏈接地址",
|
||||
'text_title' => "標語",
|
||||
'text_title_note' => "標語將顯示在鏈接的提示上,如<a href='http://www.nexusphp.com' title='終極檔案共用解決方案' target='_blank'><b>NexusPHP</b></a>",
|
||||
'text_title_note' => "標語將顯示在鏈接的提示上,如<a href='https://nexusphp.org' title='終極檔案共用解決方案' target='_blank'><b>NexusPHP</b></a>",
|
||||
'text_administrator' => "管理員",
|
||||
'text_administrator_note' => "要求填寫管理員的<b>真實姓名</b>",
|
||||
'text_email' => "郵箱",
|
||||
@@ -33,7 +33,7 @@ $lang_linksmanage = array
|
||||
'std_success' => "成功",
|
||||
'std_success_note' => "你的申請已成功提交。請等待我們的回復。",
|
||||
'text_sitename_note' => "申請網站的名字,如<i>NexusPHP</i>",
|
||||
'text_url_note' => "如<i>http://www.nexusphp.com</i>",
|
||||
'text_url_note' => "如<i>https://nexusphp.org</i>",
|
||||
'text_email_note' => "請填寫申請網站的管理員的郵箱地址,便于我們聯系",
|
||||
'js_sure_to_delete_link' => "你確定要刪除此鏈接?",
|
||||
);
|
||||
|
||||
@@ -4,7 +4,7 @@ $lang_log = array
|
||||
(
|
||||
'std_sorry' => "對不起...",
|
||||
'std_permission_denied_only' => "你沒有該權限。只有",
|
||||
'std_or_above_can_view' => "及以上等級的用戶才能查看日志。<br /><br />請查看<a class=faqlink href=faq.php#id22><b>常見問題</b></a>了解更多關于用戶等級和權限的信息。<br /><br /><b></p>" .$SITENAME."管理組</b>",
|
||||
'std_or_above_can_view' => "及以上等級的用戶才能查看日志。<br /><br />請查看<a class=faqlink href=faq.php#id22><b>常見問題</b></a>了解更多關于用戶等級和權限的信息。<br /><br /><b></p>%s管理組</b>",
|
||||
'head_site_log' => "常規日志",
|
||||
'text_search_log' => "搜素常規日志",
|
||||
'submit_search' => "給我搜",
|
||||
|
||||
@@ -11,7 +11,7 @@ $lang_mybonus = array
|
||||
'text_success_vip' => "祝賀你,你獲得了一個月的",
|
||||
'text_success_vip_two' => "資格!",
|
||||
'text_no_permission' => "<b>錯誤!</b>你沒有該許可權。",
|
||||
'text_success_custom_title' => "祝賀你,你獲得了<b>".$CURUSER['title']."</b>頭銜!",
|
||||
'text_success_custom_title' => "祝賀你,你獲得了<b>%s</b>頭銜!",
|
||||
'text_success_gift' => "你成功贈送了<b>魔力值</b>。",
|
||||
'head_karma_page' => "的魔力值",
|
||||
'text_karma_system' => "魔力值系統",
|
||||
|
||||
@@ -18,7 +18,7 @@ $lang_ok = array
|
||||
'std_already_confirmed_note' => "<p>該帳號已經通過驗證。你可以使用它來<a class=altlink href=\"login.php\">登錄</a>。</p>\n",
|
||||
'head_signup_confirmation' => "註冊驗證",
|
||||
'std_account_confirmed' => "<h1>帳號成功通過驗證!</h1>\n",
|
||||
'std_read_rules_faq' => "<p>在使用".$SITENAME."前,請務必先閱讀並熟悉站點的<a class=altlink href=\"rules.php\"><b>規則</b></a>和<a class=altlink href=\"faq.php\"><b>常見問題</b></a>。</p>\n"
|
||||
'std_read_rules_faq' => "<p>在使用%s前,請務必先閱讀並熟悉站點的<a class=altlink href=\"rules.php\"><b>規則</b></a>和<a class=altlink href=\"faq.php\"><b>常見問題</b></a>。</p>\n"
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -18,21 +18,21 @@ $lang_recover = array
|
||||
'submit_recover_it' => "確定",
|
||||
'text_you_have' => "你還有",
|
||||
'text_remaining_tries' => "次嘗試機會。",
|
||||
|
||||
|
||||
'mail_this_link' => "這個鏈接",
|
||||
'mail_here' => "這裏",
|
||||
|
||||
|
||||
'mail_title' => " 網站密碼重置驗證",
|
||||
'mail_one' => "你好,<br /><br />你請求重置你在".$SITENAME."網站賬戶的密碼。<br />該賬戶的郵箱地址為 ",
|
||||
'mail_one' => "你好,<br /><br />你請求重置你在%s網站賬戶的密碼。<br />該賬戶的郵箱地址為 ",
|
||||
'mail_two' => " 。<br /><br />發送請求的IP地址為 ",
|
||||
'mail_three' => ".<br /><br />如果你沒有發過該請求,請忽視本郵件。請勿回復本郵件。<br /><br />如果你的確發過該請求,請點擊這個鏈接來確認: ",
|
||||
'mail_four' => "<br />確認後,你的密碼將被重置並通過另一封郵件發送給你。<br /><br />------<br />".$SITENAME." 網站",
|
||||
|
||||
'mail_four' => "<br />確認後,你的密碼將被重置並通過另一封郵件發送給你。<br /><br />------<br />%s 網站",
|
||||
|
||||
'mail_two_title' => " 網站賬戶信息",
|
||||
'mail_two_one' => "你好,<br /><br />依你的請求,我們給你的賬戶生成了新的密碼。<br /><br />以下是你的賬戶重置後的信息:<br /><br />用戶名:",
|
||||
'mail_two_two' => "<br />密碼:",
|
||||
'mail_two_three' => "<br /><br />你可以從這裏登錄: ",
|
||||
'mail_two_four' => "<br /><br />登錄後你可以在控制面板-安全設定中修改密碼。<br />------<br />".$SITENAME." 網站",
|
||||
'mail_two_four' => "<br /><br />登錄後你可以在控制面板-安全設定中修改密碼。<br />------<br />%s 網站",
|
||||
'text_select_lang' => "Select Site Language: ",
|
||||
'std_user_account_unconfirmed' => "該賬戶還未通過驗證。如果你沒有收到驗證郵件,試試<a href='confirm_resend.php'><b>重新發送驗證郵件</b></a>。",
|
||||
);
|
||||
|
||||
@@ -227,7 +227,6 @@ $lang_settings = array
|
||||
'text_bonus_formula_twelve' => "。預設為'300'",
|
||||
'text_misc_ways_get_bonus' => "其他抓取方式",
|
||||
'row_uploading_torrent' => "發布新種子",
|
||||
'text_user_would_get' => "用戶將獲得",
|
||||
'text_uploading_torrent_note' => "個魔力值,如果他發布一個新種子。預設'15'。",
|
||||
'row_uploading_subtitle' => "上傳一個字幕",
|
||||
'text_uploading_subtitle_note' => "個魔力值,如果他上傳一個字幕。預設'5'。",
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
$lang_special = [
|
||||
'std_sorry' => "對不起...",
|
||||
'std_permission_denied_only' => "你沒有該權限。只有",
|
||||
'std_or_above_can_view' => "及以上等級的用戶才能查看特別區。<br /><br />請查看<a class=faqlink href=faq.php#id22><b>常見問題</b></a>了解更多關於用戶等級和權限的信息。<br /><br /><b></p>" .$SITENAME."管理組</b>",
|
||||
'std_or_above_can_view' => "及以上等級的用戶才能查看特別區。<br /><br />請查看<a class=faqlink href=faq.php#id22><b>常見問題</b></a>了解更多關於用戶等級和權限的信息。<br /><br /><b></p>%s管理組</b>",
|
||||
];
|
||||
@@ -22,7 +22,7 @@ $lang_staff = array
|
||||
'title_offline' => "不在線",
|
||||
'title_send_pm' => "發送短訊",
|
||||
'text_vip' => "VIP",
|
||||
'text_vip_note' => "VIP資格只授予對".$SITENAME."做出過特殊貢獻的用戶。如曾經的管理組成員。",
|
||||
'text_vip_note' => "VIP資格只授予對%s做出過特殊貢獻的用戶。如曾經的管理組成員。",
|
||||
'text_reason' => "原因",
|
||||
'text_apply_for_it' => "申請加入",
|
||||
'text_forum_moderators' => "論壇版主",
|
||||
@@ -30,7 +30,7 @@ $lang_staff = array
|
||||
'text_forums' => "版塊",
|
||||
'std_sorry' => "對不起...",
|
||||
'std_permission_denied_only' => "你沒有該權限。只有",
|
||||
'std_or_above_can_view' => "及以上等級的用戶才能查看管理組。<br /><br />請查看<a class=faqlink href=faq.php#id22><b>常見問題</b></a>了解更多關於用戶等級和權限的信息。<br /><br /><b></p>" .$SITENAME."管理組</b>",
|
||||
'std_or_above_can_view' => "及以上等級的用戶才能查看管理組。<br /><br />請查看<a class=faqlink href=faq.php#id22><b>常見問題</b></a>了解更多關於用戶等級和權限的信息。<br /><br /><b></p>%s管理組</b>",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang_subtitles = array
|
||||
'row_file' => "文件",
|
||||
'text_maximum_file_size' => "檔最大限制:",
|
||||
'row_torrent_id' => "種子ID",
|
||||
'text_torrent_id_note' => "(種子詳情頁面網址末尾的數位。<br />如 <b>http://".$BASEURL."/details.php?id=16</b> 數字<b>16</b>即種子ID)",
|
||||
'text_torrent_id_note' => "(種子詳情頁面網址末尾的數位。<br />如 <b>http://%s/details.php?id=16</b> 數字<b>16</b>即種子ID)",
|
||||
'row_title' => "標題",
|
||||
'text_title_note' => "(可選,不填則使用種子檔案名)",
|
||||
'row_language' => "語言",
|
||||
|
||||
@@ -2,14 +2,13 @@
|
||||
|
||||
$lang_tags = array
|
||||
(
|
||||
'text_description' => "簡介:",
|
||||
'text_syntax' => "語法:",
|
||||
'text_example' => "例子:",
|
||||
'text_result' => "結果:",
|
||||
'text_remarks' => "說明:",
|
||||
'head_tags' => "標籤",
|
||||
'text_tags' => "標籤",
|
||||
'text_bb_tags_note' => "<b>".$SITENAME."</b>論壇支援一些<i>BBCode標籤代碼</i>,你可以在帖子中使用它們改變顯示效果。",
|
||||
'text_bb_tags_note' => "<b>%s</b>論壇支援一些<i>BBCode標籤代碼</i>,你可以在帖子中使用它們改變顯示效果。",
|
||||
'submit_test_this_code' => "測試標籤!",
|
||||
'text_bold' => "粗體",
|
||||
'text_bold_description' => "使文字變粗",
|
||||
@@ -46,31 +45,31 @@ $lang_tags = array
|
||||
'text_hyperlink_one' => "超連結(方式1)",
|
||||
'text_hyperlink_one_description' => "插入超連結",
|
||||
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
|
||||
'text_hyperlink_one_example' => "[url]http://".$BASEURL."[/url]",
|
||||
'text_hyperlink_one_example' => "[url]http://%s[/url]",
|
||||
'text_hyperlink_one_remarks' => "該標籤是多餘的,所有URL都會自動加超連結",
|
||||
'text_hyperlink_two' => "超連結(方式2)",
|
||||
'text_hyperlink_two_description' => "插入超連結",
|
||||
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>鏈結文字</i>[/url]",
|
||||
'text_hyperlink_two_example' => "[url=http://".$BASEURL."]".$SITENAME."[/url]",
|
||||
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
|
||||
'text_hyperlink_two_remarks' => "當你需要將文字加超鏈結時使用。",
|
||||
'text_image_one' => "圖片(方式1)",
|
||||
'text_image_one_description' => "插入圖片",
|
||||
'text_image_one_syntax' => "[img=<i>URL</i>]",
|
||||
'text_image_one_example' => "[img=http://$BASEURL/pic/nexus.png]",
|
||||
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
|
||||
'text_image_one_remarks' => "URL必須是<b>.gif</b>, <b>.jpg</b>, <b>jpeg</b>或<b>.png</b>",
|
||||
'text_image_two' => "圖片(方式2)",
|
||||
'text_image_two_description' => "插入圖片",
|
||||
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
|
||||
'text_image_two_example' => "[img]http://$BASEURL/pic/nexus.png[/img]",
|
||||
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
|
||||
'text_image_two_remarks' => "URL必須是<b>.gif</b>, <b>.jpg</b>, <b>jpeg</b>或<b>.png</b>",
|
||||
'text_quote_one' => "引用(方式1)",
|
||||
'text_quote_one_description' => "插入引用",
|
||||
'text_quote_one_syntax' => "[quote]<i>引用的文字</i>[/quote]",
|
||||
'text_quote_one_example' => "[quote]我愛".$SITENAME."[/quote]",
|
||||
'text_quote_one_example' => "[quote]我愛%s[/quote]",
|
||||
'text_quote_two' => "引用(方式2)",
|
||||
'text_quote_two_description' => "插入引用",
|
||||
'text_quote_two_syntax' => "[quote=<i>作者</i>]<i>引用的文字</i>[/quote]",
|
||||
'text_quote_two_example' => "[quote=".$CURUSER['username']."]我愛".$SITENAME."[/quote]",
|
||||
'text_quote_two_example' => "[quote=%s]我愛%s[/quote]",
|
||||
'text_list' => "列表",
|
||||
'text_description' => "插入列表項目",
|
||||
'text_list_syntax' => "[*]<i>文字</i>",
|
||||
@@ -99,19 +98,19 @@ $lang_tags = array
|
||||
'text_flash' => "Flash(方式1)",
|
||||
'text_flash_description' => "在頁面內插入指定寬度與高度的Flash",
|
||||
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
|
||||
'text_flash_example' => "[flash,500,300]http://$BASEURL/flash.demo.swf[/flash]",
|
||||
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
|
||||
'text_flash_two' => "Flash(方式2)",
|
||||
'text_flash_two_description' => "在頁面內插入默認寬度與高度的Flash",
|
||||
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
|
||||
'text_flash_two_example' => "[flash]http://$BASEURL/flash.demo.swf[/flash]",
|
||||
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
|
||||
'text_flv_one' => "Flash視頻(方式1)",
|
||||
'text_flv_one_description' => "在頁面內插入指定寬度與高度的Flash視頻",
|
||||
'text_flv_one_syntax' => "[flv,width,height]Flash視頻的URL[/flv]",
|
||||
'text_flv_one_example' => "[flv,320,240]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
|
||||
'text_flv_two' => "Flash視頻(方式2)",
|
||||
'text_flv_two_description' => "在在頁面內插入默認寬度與高度(320 * 240)的Flash視頻",
|
||||
'text_flv_two_syntax' => "[flv]Flash視頻的URL[/flv]",
|
||||
'text_flv_two_example' => "[flv]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
|
||||
'text_youtube' => "YouTube",
|
||||
'text_youtube_description' => "在頁面內插入YouTube網站的在線視頻",
|
||||
'text_youtube_syntax' => "[youtube,width,height]YouTube視頻的URL[/youtube]",
|
||||
|
||||
@@ -5,9 +5,9 @@ $lang_takeconfirm = array
|
||||
'std_sorry' => "對不起...",
|
||||
'std_no_buddy_to_confirm' => "沒有需要驗證的用戶。:( <br /><br />請點擊",
|
||||
'std_here_to_go_back' => "這裏</a>返回。",
|
||||
'mail_title' => "網站帳戶驗證",
|
||||
'mail_here' => "這裏",
|
||||
'mail_title' => "網站帳戶驗證",
|
||||
'mail_here' => "這裏",
|
||||
'mail_content_1' => "你好,<br /><br />你的賬號成功通過驗證。你可以進入登錄頁面: ",
|
||||
'mail_content_2' => "<br /><br />使用你的賬戶登錄。登錄後請先閱讀站點規則,提問前請自行參考常見問題。<br /><br />祝你好運! ".$SITENAME."!<br /><br />如果你不認識邀請你的人,請將本郵件轉發至".$REPORTMAIL."<br />------<br />".$SITENAME." 網站"
|
||||
'mail_content_2' => "<br /><br />使用你的賬戶登錄。登錄後請先閱讀站點規則,提問前請自行參考常見問題。<br /><br />祝你好運! %s!<br /><br />如果你不認識邀請你的人,請將本郵件轉發至%s<br />------<br />%s 網站"
|
||||
);
|
||||
?>
|
||||
|
||||
@@ -12,11 +12,11 @@ $lang_takeinvite = array
|
||||
'mail_here' => "這裏",
|
||||
'mail_tilte' => "網站邀請函",
|
||||
'mail_one' => "你好,<br /><br />用戶",
|
||||
'mail_two' => "邀請你加入".$SITENAME."社區。".$SITENAME."擁有知識豐富的用戶。 <br />如果你有意加入,請在閱讀網站規則後確認該邀請。<br /><br />請點擊以下鏈接確認邀請:",
|
||||
'mail_two' => "邀請你加入%s社區。%s擁有知識豐富的用戶。 <br />如果你有意加入,請在閱讀網站規則後確認該邀請。<br /><br />請點擊以下鏈接確認邀請:",
|
||||
'mail_three' => "請在",
|
||||
'mail_four' => "天內確認該邀請,之後邀請將作廢。<br />".$SITENAME."真誠歡迎你加入我們的社區!<br /><br />來自邀請者",
|
||||
'mail_four' => "天內確認該邀請,之後邀請將作廢。<br />%s真誠歡迎你加入我們的社區!<br /><br />來自邀請者",
|
||||
'mail_five' => "的話:",
|
||||
'mail_six' => "如果你根本不認識邀請者,請將此郵件轉發至".$REPORTMAIL."<br /><br />------<br />".$SITENAME."網站",
|
||||
'mail_six' => "如果你根本不認識邀請者,請將此郵件轉發至%s<br /><br />------<br />%s網站",
|
||||
'std_error' => "錯誤",
|
||||
'std_invite_denied' => "你的用戶等級不允許發送邀請。你怎麽到這來的?",
|
||||
'std_email_address_banned' => "郵箱地址被禁用!",
|
||||
|
||||
@@ -27,17 +27,15 @@ $lang_takesignup = array
|
||||
'std_to_finish_signup' => "來完成註冊,謝謝!",
|
||||
'msg_subject' => "歡迎來到",
|
||||
'msg_congratulations' => "祝賀你,",
|
||||
'msg_you_are_a_member' => ",\n\n你已成為".$SITENAME."的一員,\n我們真誠地歡迎你的加入!\n\n請務必先閱讀[url=rules.php][b]規則[/b][/url],提問前請自行參考[url=faq.php][b]常見問題[/b][/url],有空也請到[url=forums.php][b]論壇[/b][/url]看看。 \n\n祝你愉快。\n".$SITENAME."管理組",
|
||||
'msg_you_are_a_member' => ",\n\n你已成為%s的一員,\n我們真誠地歡迎你的加入!\n\n請務必先閱讀[url=rules.php][b]規則[/b][/url],提問前請自行參考[url=faq.php][b]常見問題[/b][/url],有空也請到[url=forums.php][b]論壇[/b][/url]看看。 \n\n祝你愉快。\n%s管理組",
|
||||
'mail_title' => "網站用戶註冊驗證",
|
||||
'mail_this_link' => "這個鏈接",
|
||||
'mail_here' => "這裏",
|
||||
'mail_title' => " 網站用戶註冊驗證",
|
||||
'mail_one' => "你好 ",
|
||||
'mail_two' => ",<br /><br />你請求在".$SITENAME."網站獲取賬號,並指定此郵箱地址 ",
|
||||
'mail_two' => ",<br /><br />你請求在%s網站獲取賬號,並指定此郵箱地址 ",
|
||||
'mail_three' => " 為你的聯系地址。<br /><br />如果你沒有發過該請求,請忽視本郵件。輸入你郵箱地址者的IP地址為 ",
|
||||
'mail_four' => "。請勿回復本郵件。<br /><br />如果你的確發過該請求,請點擊以下鏈接來通過驗證: ",
|
||||
'mail_four_1' => "<br /><br />如果以上鏈接打開出錯、不存在或已經過期, 嘗試在這裏重新發送確認郵件 ",
|
||||
'mail_five' => "在通過驗證後,你就可以使用新賬號了。<br /><br />如果你在24小時內沒有通過驗證,你的賬號將被刪除。<br />新人登錄".$SITENAME."後請務必先閱讀站點規則,提問前請參考常見問題。<br /><br />請註意:如果你並沒有在".$SITENAME."網站註冊,請舉報此郵件至".$REPORTMAIL."<br /><br />------<br /><br />".$SITENAME." 網站.",
|
||||
'std_invalid_gender' => "性別無效!",
|
||||
'mail_five' => "在通過驗證後,你就可以使用新賬號了。<br /><br />如果你在24小時內沒有通過驗證,你的賬號將被刪除。<br />新人登錄%s後請務必先閱讀站點規則,提問前請參考常見問題。<br /><br />請註意:如果你並沒有在%s網站註冊,請舉報此郵件至%s<br /><br />------<br /><br />%s 網站.",
|
||||
);
|
||||
?>
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang_topten = array
|
||||
'std_error' => "錯誤!",
|
||||
'std_sorry' => "對不起...",
|
||||
'std_permission_denied_only' => "你沒有該許可權。只有",
|
||||
'std_or_above_can_view' => "及以上等級的用戶才能檢視排行榜。<br /><br />請檢視"."<a class=\"faqlink\" href=\"faq.php#id22\"><b>常見問題</b></a>了解更多關于用戶等級和許可權的資訊。<br /><br /><b></p>" .$SITENAME."管理組</b>",
|
||||
'std_or_above_can_view' => "及以上等級的用戶才能檢視排行榜。<br /><br />請檢視"."<a class=\"faqlink\" href=\"faq.php#id22\"><b>常見問題</b></a>了解更多關于用戶等級和許可權的資訊。<br /><br /><b></p>%s管理組</b>",
|
||||
'col_rank' => "排名",
|
||||
'col_user' => "用戶",
|
||||
'col_donated' => "捐贈",
|
||||
@@ -55,34 +55,34 @@ $lang_topten = array
|
||||
'text_most_donated_CNY' => "人民幣捐贈者",
|
||||
'col_donated_usd' => "捐贈($)",
|
||||
'col_donated_cny' => "捐贈(¥)",
|
||||
|
||||
|
||||
'text_most_supplied' => "最大資源提供者<font class=\"small\">(不包括被移除的種子)</font>",
|
||||
'text_most_snatched' => " 最大資源完成者<font class=\"small\">(不包括被移除的種子)</font>",
|
||||
'col_torrent_uploaded' => "# 上傳",
|
||||
'col_torrent_downloaded' => "# 完成",
|
||||
|
||||
|
||||
'text_most_topic' => " 論壇主題發起者<font class=\"small\">(不包括被移除的主題)</font>",
|
||||
'text_most_post' => " 論壇發帖者<font class=\"small\">(不包括被移除的帖子)</font>",
|
||||
'col_topics' => "主題",
|
||||
'col_posts' => "帖子",
|
||||
|
||||
|
||||
|
||||
|
||||
'text_biggest_topics' => "最熱主題<font class=\"small\">(不計特權論壇內的主題)</font>",
|
||||
'col_subject' => "主題",
|
||||
|
||||
|
||||
'col_number' => "數量",
|
||||
'text_most_browser' => "瀏覽器",
|
||||
'text_most_client' => "BT用戶端<font class=\"small\">(按最近存取伺服器的用戶端)</font>",
|
||||
|
||||
|
||||
'col_comments' => "評論",
|
||||
'text_most_commenter' => "種子評論者<font class=\"small\">(不包括被移除的評論)</font>",
|
||||
|
||||
|
||||
'col_reviews' => "點評",
|
||||
'text_most_reviewer' => "電影點評者<font class=\"small\">(不包括被移除的點評)</font>",
|
||||
|
||||
|
||||
'col_location' => "位置",
|
||||
'text_most_locations' => "同伴位置",
|
||||
|
||||
|
||||
'col_keyword' => "關鍵字",
|
||||
'col_times' => "次數",
|
||||
'col_datetime' => "時間",
|
||||
@@ -90,7 +90,7 @@ $lang_topten = array
|
||||
'text_current_month_search' => "本月搜索",
|
||||
'text_last_month_search' => "上月搜索",
|
||||
'text_current_year_search' => "今年搜索",
|
||||
|
||||
|
||||
'text_most_bonuses' => "魔力值",
|
||||
'col_bonus' => "魔力值",
|
||||
'text_countries_users' => "用戶數",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
$lang_aboutnexus = array
|
||||
(
|
||||
'text_version' => "Version",
|
||||
'text_version_note' => "This tracker ".$SITENAME." is powered by ".PROJECTNAME.". The following is version detail.",
|
||||
'text_version_note' => "This tracker %s is powered by %s. The following is version detail.",
|
||||
'text_main_version' => "Main Version",
|
||||
'text_sub_version' => "Sub Version",
|
||||
'text_release_date' => "Release Date",
|
||||
@@ -13,16 +13,16 @@ $lang_aboutnexus = array
|
||||
'text_free' => "Free",
|
||||
'text_nexus' => "About ",
|
||||
'text_nexus_note' => " is initiated by a bunch of guys in Zhejiang University, China who call themselves 'Nexus Team'. It is dedicated to be the replacement of TBSource project and present a complete solution to create a resource sharing community with members of credit, order and knowledge.<br /><br />
|
||||
The first stage of ".PROJECTNAME." forks from TBSource. We offer an extensive feature set that does not exist in or far superior to the original TBSource code with greatly improved code efficiency. Besides TBSource, we also borrow some ideas or code from other private trackers, e.g. Bit-HDTV, What.cd, SceneTorrents.",
|
||||
The first stage of %s forks from TBSource. We offer an extensive feature set that does not exist in or far superior to the original TBSource code with greatly improved code efficiency. Besides TBSource, we also borrow some ideas or code from other private trackers, e.g. Bit-HDTV, What.cd, SceneTorrents.",
|
||||
'text_authorization' => "About Authorization",
|
||||
'text_authorization_note' => "If you like to use ".PROJECTNAME." to power your tracker, feel free to <a href=\"#contact\" class=\"faqlink\">contact us</a>.",
|
||||
'text_authorization_note' => "If you like to use %s to power your tracker, feel free to <a href=\"#contact\" class=\"faqlink\">contact us</a>.",
|
||||
'text_translation' => "About Translation",
|
||||
'text_translation_note' => " supports user-side site language switch. The master language is English.<br /><br />If your language is not (yet) available and you are interested in translating it, please read the <a href=\"faq.php#id71\" class=\"faqlink\">translation HOWTO</a> and <a href=\"#contact\" class=\"faqlink\">contact us</a>. We always welcome new translations. Also, the available translations can always use a helping hand, especially those marked as outdate, incomplete or in need of new translators.",
|
||||
'text_flag' => "Flag",
|
||||
'text_language' => "Language",
|
||||
'text_state' => "State",
|
||||
'text_stylesheet' => "About Stylesheet",
|
||||
'text_stylesheet_note' => "The layout of ".PROJECTNAME." is fully CSS-based designed, which allows maximum user interface customization and makes adding new stylesheets easy.<br /><br />The following is a list of currently available stylesheets at this tracker ".$SITENAME.". If you want more stylesheets or feel like to design your own one, <a href=\"#contact\" class=\"faqlink\">contact us</a>.",
|
||||
'text_stylesheet_note' => "The layout of %s is fully CSS-based designed, which allows maximum user interface customization and makes adding new stylesheets easy.<br /><br />The following is a list of currently available stylesheets at this tracker %s. If you want more stylesheets or feel like to design your own one, <a href=\"#contact\" class=\"faqlink\">contact us</a>.",
|
||||
'text_name' => "Name",
|
||||
'text_designer' => "Designer",
|
||||
'text_comment' => "Comment",
|
||||
|
||||
@@ -76,18 +76,18 @@ $lang_admanage = array
|
||||
'text_order_note' => "The priority of ads. Value '0' gets the top priority. <br />When several ads are available for a position, the one with the highest priority will show if the position allows only one ad, and those with higher priorities will show on top if the position allows several ads. When several available ads have the same priority value, the most recently added one has the highest priority. ",
|
||||
'text_enabled_note' => "Only enabled ads will show. ",
|
||||
'text_type_note' => "Choose the display method of ads. ",
|
||||
'text_image_url_note' => "The URL of the image file. <br />Both relative path (e.g. 'pic/ad.jpg') or absolute path (e.g. 'http://www.nexusphp.com/ad.jpg') are Okay. ",
|
||||
'text_image_link_note' => "The link of the ad, e.g. 'http://www.nexusphp.com/ad.html'. ",
|
||||
'text_image_url_note' => "The URL of the image file. <br />Both relative path (e.g. 'pic/ad.jpg') or absolute path (e.g. 'https://nexusphp.org/ad.jpg') are Okay. ",
|
||||
'text_image_link_note' => "The link of the ad, e.g. 'https://nexusphp.org/ad.html'. ",
|
||||
'text_image_width_note' => "In pixels. The width at which the image is shown. ",
|
||||
'text_image_height_note' => "In pixels. The height at which the image is shown. ",
|
||||
'text_image_tooltip_note' => "The text shown on tooltip of the link. ",
|
||||
'text_text_content_note' => "The content of text ad. ",
|
||||
'text_text_link_note' => "The link of the ad, e.g. 'http://www.nexusphp.com/ad.html'. ",
|
||||
'text_text_link_note' => "The link of the ad, e.g. 'https://nexusphp.org/ad.html'. ",
|
||||
'text_text_size_note' => "The font size of the text ad. Could be in pt, px or em, e.g. '30pt'. If none is defined, '30pt' is assumed.",
|
||||
'text_bbcodes_code_note' => "What is BB codes? See ",
|
||||
'text_here' => "here",
|
||||
'text_xhmtl_code_note' => "You should avoid using XHTML not only because incorrect XHTML code could easily mess up the whole page, but also because it's <b>INSECURE</b>. If you have to, make sure the XHTML code is secure and correct. <br /><b>NOTE</b>: Please follow the XHTML 1.0 Transitional specification, not HTML 4.01.",
|
||||
'text_flash_url_note' => "The URL of the Flash file. <br />Both relative path (e.g. 'pic/flash.demo.swf') or absolute path (e.g. 'http://www.nexusphp.com/flash.demo.swf') are Okay.",
|
||||
'text_flash_url_note' => "The URL of the Flash file. <br />Both relative path (e.g. 'pic/flash.demo.swf') or absolute path (e.g. 'https://nexusphp.org/flash.demo.swf') are Okay.",
|
||||
'text_flash_width_note' => "In pixels. The width at which the Flash is shown. ",
|
||||
'text_flash_height_note' => "In pixels. The height at which the Flash is shown. ",
|
||||
'std_missing_form_data' => "Missing form data.",
|
||||
|
||||
@@ -13,7 +13,7 @@ $lang_confirm_resend = array
|
||||
'std_password_equals_username' => "Sorry, password cannot be same as user name.",
|
||||
'std_error' => "Error",
|
||||
'std_database_error' => "Database error. Please contact an administrator about this.",
|
||||
'text_resend_confirmation_mail_note' => "<h1>Send confirmation mail again </h1><p>Use the form below to have your confirmation mail send to you again.</p><p>You must be registered within 1 day and haven't confirmed,<br />otherwise your pending account might be deleted and you should register again.</p><p><b>Note:</b> ".$maxloginattempts." failed attempts in a row will result in banning your ip!</p>",
|
||||
'text_resend_confirmation_mail_note' => "<h1>Send confirmation mail again </h1><p>Use the form below to have your confirmation mail send to you again.</p><p>You must be registered within 1 day and haven't confirmed,<br />otherwise your pending account might be deleted and you should register again.</p><p><b>Note:</b> %s failed attempts in a row will result in banning your ip!</p>",
|
||||
'row_registered_email' => "Registered email: ",
|
||||
'row_new_password' => "New password: ",
|
||||
'text_password_note' => "Minimum is 6 characters",
|
||||
@@ -21,16 +21,16 @@ $lang_confirm_resend = array
|
||||
'submit_send_it' => "Send It!",
|
||||
'text_you_have' => "You have ",
|
||||
'text_remaining_tries' => " remaining tries.",
|
||||
|
||||
|
||||
'mail_title' => " User Registration Confirmation(Re-Send)",
|
||||
'mail_this_link' => "THIS LINK",
|
||||
'mail_here' => "HERE",
|
||||
'mail_one' => "Hi ",
|
||||
'mail_two' => ",<br /><br />You have requested a new confirmation email on ".$SITENAME." and you have <br />specified this address ",
|
||||
'mail_two' => ",<br /><br />You have requested a new confirmation email on %s and you have <br />specified this address ",
|
||||
'mail_three' => " as user contact.<br /><br />If you did not do this, please ignore this email. The person who entered your <br />email address had the IP address ",
|
||||
'mail_four' => ". Please do not reply.<br /><br />To confirm your user registration, you have to follow ",
|
||||
'mail_four_1' => "<br /><br />If the Link above is broken or expired, try to send a new confirmation email again from ",
|
||||
'mail_five' => "<br /><br />After you do this, you will be able to use your new account. If you fail to <br />do this, your account will be deleted within 24 hours. We urge you to read <br />the RULES and FAQ before you start using ".$SITENAME.".<br /><br />Please Note: If you did not register for ".$SITENAME.", please report this email to ".$REPORTMAIL."<br /><br />------<br />Yours,<br />The ".$SITENAME." Team.",
|
||||
'mail_five' => "<br /><br />After you do this, you will be able to use your new account. If you fail to <br />do this, your account will be deleted within 24 hours. We urge you to read <br />the RULES and FAQ before you start using %s.<br /><br />Please Note: If you did not register for %s, please report this email to %s<br /><br />------<br />Yours,<br />The %s Team.",
|
||||
'text_select_lang' => "Select Site Language: ",
|
||||
'std_need_admin_verification' => "Account needs manual verification from administrators."
|
||||
);
|
||||
|
||||
@@ -84,7 +84,7 @@ $lang_details = array
|
||||
'row_last_seeder' => "Last Action: ",
|
||||
'text_ago' => " ago",
|
||||
'text_size' => "Size: ",
|
||||
'text_none_yet' => "none yet (needs at least ".$TORRENT['minvotes']." votes and has got ",
|
||||
'text_none_yet' => "none yet (needs at least %s votes and has got ",
|
||||
'text_only' => "only ",
|
||||
'text_none' => "none",
|
||||
'text_no_votes_yet' => "No votes yet",
|
||||
|
||||
@@ -4,7 +4,7 @@ $lang_edit = array
|
||||
(
|
||||
'head_edit_torrent' => "Edit torrent - ",
|
||||
'text_cannot_edit_torrent' => "Can't edit this torrent",
|
||||
'text_cannot_edit_torrent_note' => "You're not the rightful owner, or you're not <a href=\"login.php?returnto=" . rawurlencode($_SERVER["REQUEST_URI"]) . "&nowarn=1\">logged in</a> properly.\n",
|
||||
'text_cannot_edit_torrent_note' => "You're not the rightful owner, or you're not <a href=\"login.php?returnto=%s&nowarn=1\">logged in</a> properly.\n",
|
||||
'row_torrent_name' => "Torrent name",
|
||||
'row_small_description' => "Small description",
|
||||
'row_nfo_file' => "NFO file",
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang_faq = array
|
||||
'head_faq' => "FAQ",
|
||||
'text_welcome_to' => "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 ".$SITENAME.", 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 ".$SITENAME." <a class=\"faqlink\" href=\"useragreement.php\">user agreement</a>.",
|
||||
'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' => "Contents",
|
||||
);
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ $lang_functions = array
|
||||
'std_fake_account' => "We come to believe you are using a fake account, therefore we've logged this action!",
|
||||
'std_permission_denied' => "Permission denied!",
|
||||
'std_permission_denied_only' => "Permission denied. Only ",
|
||||
'std_or_above_can_view' => " or above could view. <br /><br /> Please see the "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The " .$SITENAME." Staff</b>",
|
||||
'std_or_above_can_view' => " or above could view. <br /><br /> Please see the "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
|
||||
'std_target_not_exists' => 'Target not exists',
|
||||
'std_already_logged_in' => "You have already logged in!",
|
||||
'text_page_last_updated' => "This page last updated ",
|
||||
@@ -29,7 +29,7 @@ $lang_functions = array
|
||||
'std_open_registration_disabled' => "Open registration is currently disabled. Invites only. If you are lucky you might have a friend who wants to invite you :) We just wanna see how much cheaters will start respecting their accounts after they realize they can't just come back in and get another one :). Keep this in mind, if you are already a member and you invite a known cheater, and you knew about it in the first place, both yours and the person you invited are disabled. You will have to come talk to us to get your account reenstated. If you want an invite and you know someone who have one it's up to them to give you an invite.",
|
||||
'std_account_limit_reached' => "The current user account limit has been reached. Inactive accounts are pruned all the time, please check back again later...",
|
||||
'std_the_ip' => "The IP ",
|
||||
'std_used_many_times' => " is already being used on too many account.... No more accounts allowed at <b>".$SITENAME."</b>.",
|
||||
'std_used_many_times' => " is already being used on too many account.... No more accounts allowed at <b>%s</b>.",
|
||||
'std_invalid_image_code' => "Invalid Image Code! <br /><b>Do not go back, The image code has been cleared!</b> <br /><br />Please click ",
|
||||
'std_here_to_request_new' => "<b>here</b></a> to request a new image code.",
|
||||
'std_action' => 'Action',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang_increment_bulk = array
|
||||
$lang_incrementbulk = array
|
||||
(
|
||||
'page_title' => 'Batch add bonus/attendance card/invite/uploaded/temporary invite',
|
||||
'sent_success' => ' has been added and inform message has been sent',
|
||||
|
||||
@@ -68,7 +68,7 @@ $lang_index = array
|
||||
'text_users_browsing_now' => " users are browsing the site in last 15 mins. ",
|
||||
'text_peers_active_now' => " users are seeding or leeching. ",
|
||||
'text_disclaimer' => "Disclaimer",
|
||||
'text_disclaimer_content' => "None of the files shown here are actually hosted on this server. The tracker only manages connections, it does not have any knowledge of the contents of the files being distributed. The links are provided solely by this site's users. The administrator of this site ".$SITENAME." cannot be held responsible for what its users post, or any other actions of its users. You may not use this site ".$SITENAME." to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms.",
|
||||
'text_disclaimer_content' => "None of the files shown here are actually hosted on this server. The tracker only manages connections, it does not have any knowledge of the contents of the files being distributed. The links are provided solely by this site's users. The administrator of this site %s cannot be held responsible for what its users post, or any other actions of its users. You may not use this site %s to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms.",
|
||||
'text_browser_note' => "This site is best viewed with <a href=\"https://www.google.com/chrome/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/chrome-logo.svg\" alt=\"Google Chrome\" title=\"Get Google Chrome\" /></a>or<a href=\"https://www.mozilla.org/en-US/firefox/new/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/firefox-logo.svg\" alt=\"Firefox\" title=\"Get Firefox\" border=\"0\" /></a> and with resolution above 1024*768. Recommended BitTorrent clients: <a href=\"https://www.qbittorrent.org/download.php\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/qBittorrent.ico\" alt=\"qBittorrent\" title=\"Get qBittorrent\" /></a>or<a href=\"https://transmissionbt.com/download/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/transmission.png\" alt=\"Transmission\" title=\"Get Transmission\" /></a>",
|
||||
'title_show_or_hide' => "Show/Hide",
|
||||
'text_links' => "Links",
|
||||
|
||||
@@ -39,7 +39,7 @@ $lang_invite = array
|
||||
'text_invitation_body' => "
|
||||
Hi Buddy,
|
||||
|
||||
I am inviting you to join $SITENAME which is a private community that have the finest
|
||||
I am inviting you to join %s which is a private community that have the finest
|
||||
and most abundant stuff. If you are interested in joining us please read over
|
||||
the rules and confirm the invite. Finally, please make sure you keep a nice ratio and
|
||||
only upload content that follows rules of the site.
|
||||
|
||||
@@ -5,17 +5,17 @@ $lang_linksmanage = array
|
||||
'head_apply_for_links' => "Apply for Links",
|
||||
'text_apply_for_links' => "Apply for Links",
|
||||
'text_rules' => "Rules for Link Exchange:",
|
||||
'text_rule_one' => "1.Please make our link <a href=\"".get_protocol_prefix().$BASEURL."\" title=\"$SLOGAN\" target=\"_blank\">$SITENAME</a> at your site before asking us to do the same.",
|
||||
'text_rule_two' => "2.Your site <strong>MUST NOT</strong> be involed in any illegal things. The administrators of this site $SITENAME take absolutely no responsibily for anything of your site.",
|
||||
'text_rule_three' => "3.All links we make here at our site $SITENAME are text-only.",
|
||||
'text_rule_one' => "1.Please make our link <a href=\"%s\" title=\"%s\" target=\"_blank\">%s</a> at your site before asking us to do the same.",
|
||||
'text_rule_two' => "2.Your site <strong>MUST NOT</strong> be involed in any illegal things. The administrators of this site %s take absolutely no responsibily for anything of your site.",
|
||||
'text_rule_three' => "3.All links we make here at our site %s are text-only.",
|
||||
'text_rule_four' => "4.Your site should has at least 200 registered users or 50 daily-visiting people.",
|
||||
'text_rule_five' => "5.We reserve the rights to <strong>MODIFY OR DELETE ANY LINKS</strong> at our site $SITENAME without notification.",
|
||||
'text_rule_six' => "6.If conformed to rules above, feel free to apply for links of your site at $SITENAME. However, we give no guarantee to accept all application.",
|
||||
'text_rule_five' => "5.We reserve the rights to <strong>MODIFY OR DELETE ANY LINKS</strong> at our site %s without notification.",
|
||||
'text_rule_six' => "6.If conformed to rules above, feel free to apply for links of your site at %s. However, we give no guarantee to accept all application.",
|
||||
'text_red_star_required' => "Fields marked with a red star(<font color='red'>*</font>) are required.",
|
||||
'text_site_name' => "Site Name",
|
||||
'text_url' => "URL",
|
||||
'text_title' => "Title",
|
||||
'text_title_note' => "Title is used to show tooltip at a link. e.g. <a href='http://www.nexusphp.com' title='The Ultimate File Sharing Solution' target='_blank'><b>NexusPHP</b></a>",
|
||||
'text_title_note' => "Title is used to show tooltip at a link. e.g. <a href='https://nexusphp.org' title='The Ultimate File Sharing Solution' target='_blank'><b>NexusPHP</b></a>",
|
||||
'text_administrator' => "Administrator",
|
||||
'text_administrator_note' => "We required administrator's <b>TRUE NAME</b>.",
|
||||
'text_email' => "Email",
|
||||
@@ -33,7 +33,7 @@ $lang_linksmanage = array
|
||||
'std_success' => "Success",
|
||||
'std_success_note' => "Your application has been successfully sent. Please wait for our reply.",
|
||||
'text_sitename_note' => "The name of your site. e.g. <i>NexusPHP</i>",
|
||||
'text_url_note' => "e.g. <i>http://www.nexusphp.com</i>",
|
||||
'text_url_note' => "e.g. <i>https://nexusphp.org</i>",
|
||||
'text_email_note' => "The administrator's contact email address",
|
||||
'std_missing_form_data' => "Missing form data.",
|
||||
'std_unable_creating_new_link' => "Unable to create new link.",
|
||||
|
||||
@@ -4,7 +4,7 @@ $lang_log = array
|
||||
(
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_permission_denied_only' => "Permission denied. Only ",
|
||||
'std_or_above_can_view' => " or above could view LOG. <br /><br /> Please see the <a class=faqlink href=faq.php#id22><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The " .$SITENAME." Staff</b>",
|
||||
'std_or_above_can_view' => " or above could view LOG. <br /><br /> Please see the <a class=faqlink href=faq.php#id22><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
|
||||
'head_site_log' => "Daily Log",
|
||||
'text_search_log' => "Search Daily Log",
|
||||
'submit_search' => "Search",
|
||||
|
||||
@@ -11,7 +11,7 @@ $lang_mybonus = array
|
||||
'text_success_vip' => "Congratulations! You have got yourself ",
|
||||
'text_success_vip_two' => " status for one month!",
|
||||
'text_no_permission' => "<b>ERROR!</b> You have no permission.",
|
||||
'text_success_custom_title' => "Congradulations! You are now known as <b>".$CURUSER['title']."</b>!",
|
||||
'text_success_custom_title' => "Congradulations! You are now known as <b>%s</b>!",
|
||||
'text_success_gift' => " You have spread the <b>Karma</b> well.",
|
||||
'head_karma_page' => "'s Karma Bonus Page",
|
||||
'text_karma_system' => " Karma Bonus Point System",
|
||||
|
||||
@@ -18,7 +18,7 @@ $lang_ok = array
|
||||
'std_already_confirmed_note' => "<p>This user account has already been confirmed. You can proceed to <a class=altlink href=\"login.php\">log in</a> with it.</p>\n",
|
||||
'head_signup_confirmation' => "Signup confirmation",
|
||||
'std_account_confirmed' => "<h1>Account successfully confirmed!</h1>\n",
|
||||
'std_read_rules_faq' => "<p>Before you start using ".$SITENAME." we urge you to read the <a class=altlink href=\"rules.php\"><b>RULES</b></a> and the <a class=altlink href=\"faq.php\"><b>FAQ</b></a>.</p>\n"
|
||||
'std_read_rules_faq' => "<p>Before you start using %s we urge you to read the <a class=altlink href=\"rules.php\"><b>RULES</b></a> and the <a class=altlink href=\"faq.php\"><b>FAQ</b></a>.</p>\n"
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -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>.",
|
||||
);
|
||||
|
||||
@@ -227,7 +227,6 @@ $lang_settings = array
|
||||
'text_bonus_formula_twelve' => ". Default '300'",
|
||||
'text_misc_ways_get_bonus' => "Miscellaneous ways to get bonus",
|
||||
'row_uploading_torrent' => "Uploading torrent",
|
||||
'text_user_would_get' => "User would get ",
|
||||
'text_uploading_torrent_note' => " bonus points for uploading a new torrent. Default '15'.",
|
||||
'row_uploading_subtitle' => "Uploading subtitle",
|
||||
'text_uploading_subtitle_note' => " bonus points for uploading a new subtitle. Default '5'.",
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
$lang_special = [
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_permission_denied_only' => "Permission denied. Only ",
|
||||
'std_or_above_can_view' => " or above could view Special section. <br /><br /> Please see the <a class=faqlink href=faq.php#id22><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The " .$SITENAME." Staff</b>",
|
||||
'std_or_above_can_view' => " or above could view Special section. <br /><br /> Please see the <a class=faqlink href=faq.php#id22><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
|
||||
];
|
||||
@@ -22,7 +22,7 @@ $lang_staff = array
|
||||
'title_offline' => "Offline",
|
||||
'title_send_pm' => "Send PM",
|
||||
'text_vip' => "VIP",
|
||||
'text_vip_note' => "VIP status is only granted to those who have made special contribution to ".$SITENAME.", e.g. former staff members.",
|
||||
'text_vip_note' => "VIP status is only granted to those who have made special contribution to %s, e.g. former staff members.",
|
||||
'text_reason' => "Reason",
|
||||
'text_apply_for_it' => "Apply to join",
|
||||
'text_forum_moderators' => "Forum Moderators",
|
||||
@@ -30,7 +30,7 @@ $lang_staff = array
|
||||
'text_forums' => "Forums",
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_permission_denied_only' => "Permission denied. Only ",
|
||||
'std_or_above_can_view' => " or above could view Staff. <br /><br /> Please see the <a class=faqlink href=faq.php#id22><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The " .$SITENAME." Staff</b>",
|
||||
'std_or_above_can_view' => " or above could view Staff. <br /><br /> Please see the <a class=faqlink href=faq.php#id22><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang_subtitles = array
|
||||
'row_file' => "File",
|
||||
'text_maximum_file_size' => "Maximum file size: ",
|
||||
'row_torrent_id' => "Torrent ID",
|
||||
'text_torrent_id_note' => "(The number in the address bar when you go to the details page of the torrent.<br />e.g.  <b>http://".$BASEURL."/details.php?id=16</b>  the number <b>16</b> is the torrent ID)",
|
||||
'text_torrent_id_note' => "(The number in the address bar when you go to the details page of the torrent.<br />e.g.  <b>http://%s/details.php?id=16</b>  the number <b>16</b> is the torrent ID)",
|
||||
'row_title' => "Title",
|
||||
'text_title_note' => "(Optional, taken from file name if not specified.)",
|
||||
'row_language' => "Language",
|
||||
|
||||
@@ -2,14 +2,13 @@
|
||||
|
||||
$lang_tags = array
|
||||
(
|
||||
'text_description' => "Description:",
|
||||
'text_syntax' => "Syntax:",
|
||||
'text_example' => "Example:",
|
||||
'text_result' => "Result:",
|
||||
'text_remarks' => "Remarks:",
|
||||
'head_tags' => "Tags",
|
||||
'text_tags' => "Tags",
|
||||
'text_bb_tags_note' => "The <b>".$SITENAME."</b> forums supports a number of <i>BB tags</i> which you can embed to modify how your posts are displayed.",
|
||||
'text_bb_tags_note' => "The <b>%s</b> forums supports a number of <i>BB tags</i> which you can embed to modify how your posts are displayed.",
|
||||
'submit_test_this_code' => "Test this code!",
|
||||
'text_bold' => "Bold",
|
||||
'text_bold_description' => "Makes the enclosed text bold.",
|
||||
@@ -46,31 +45,31 @@ $lang_tags = array
|
||||
'text_hyperlink_one' => "Hyperlink (alt. 1)",
|
||||
'text_hyperlink_one_description' => "Inserts a hyperlink.",
|
||||
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
|
||||
'text_hyperlink_one_example' => "[url]http://".$BASEURL."[/url]",
|
||||
'text_hyperlink_one_example' => "[url]http://%s[/url]",
|
||||
'text_hyperlink_one_remarks' => "This tag is superfluous; all URLs are automatically hyperlinked.",
|
||||
'text_hyperlink_two' => "Hyperlink (alt. 2)",
|
||||
'text_hyperlink_two_description' => "Inserts a hyperlink.",
|
||||
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>Link text</i>[/url]",
|
||||
'text_hyperlink_two_example' => "[url=http://".$BASEURL."]".$SITENAME."[/url]",
|
||||
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
|
||||
'text_hyperlink_two_remarks' => "You do not have to use this tag unless you want to set the link text; all URLs are automatically hyperlinked.",
|
||||
'text_image_one' => "Image (alt. 1)",
|
||||
'text_image_one_description' => "Inserts a picture.",
|
||||
'text_image_one_syntax' => "[img=<i>URL</i>]",
|
||||
'text_image_one_example' => "[img=http://$BASEURL/pic/nexus.png]",
|
||||
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
|
||||
'text_image_one_remarks' => "The URL must end with <b>.gif</b>, <b>.jpg</b>, <b>.jpeg or <b>.png</b>.",
|
||||
'text_image_two' => "Image (alt. 2)",
|
||||
'text_image_two_description' => "Inserts a picture.",
|
||||
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
|
||||
'text_image_two_example' => "[img]http://$BASEURL/pic/nexus.png[/img]",
|
||||
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
|
||||
'text_image_two_remarks' => "The URL must end with <b>.gif</b>, <b>.jpg</b>, <b>.jpeg or <b>.png</b>.",
|
||||
'text_quote_one' => "Quote (alt. 1)",
|
||||
'text_quote_one_description' => "Inserts a quote.",
|
||||
'text_quote_one_syntax' => "[quote]<i>Quoted text</i>[/quote]",
|
||||
'text_quote_one_example' => "[quote]I love ".$SITENAME.".[/quote]",
|
||||
'text_quote_one_example' => "[quote]I love %s.[/quote]",
|
||||
'text_quote_two' => "Quote (alt. 2)",
|
||||
'text_quote_two_description' => "Inserts a quote.",
|
||||
'text_quote_two_syntax' => "[quote=<i>Author</i>]<i>Quoted text</i>[/quote]",
|
||||
'text_quote_two_example' => "[quote=".$CURUSER['username']."]I love ".$SITENAME.".[/quote]",
|
||||
'text_quote_two_example' => "[quote=%s]I love %s.[/quote]",
|
||||
'text_list' => "List",
|
||||
'text_description' => "Inserts a list item.",
|
||||
'text_list_syntax' => "[*]<i>Text</i>",
|
||||
@@ -99,19 +98,19 @@ $lang_tags = array
|
||||
'text_flash' => "Flash (alt. 1)",
|
||||
'text_flash_description' => "Insert flash in webpages at defined width and height",
|
||||
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
|
||||
'text_flash_example' => "[flash,500,300]http://$BASEURL/flash.demo.swf[/flash]",
|
||||
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
|
||||
'text_flash_two' => "Flash (alt. 2)",
|
||||
'text_flash_two_description' => "Insert flash in webpages at default width and height (500 * 300)",
|
||||
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
|
||||
'text_flash_two_example' => "[flash]http://$BASEURL/flash.demo.swf[/flash]",
|
||||
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
|
||||
'text_flv_one' => "Flash video (alt.1)",
|
||||
'text_flv_one_description' => "Insert flash video in webpages at defined width and height",
|
||||
'text_flv_one_syntax' => "[flv,width,height]Flash video URL[/flv]",
|
||||
'text_flv_one_example' => "[flv,320,240]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
|
||||
'text_flv_two' => "Flash video (alt.2)",
|
||||
'text_flv_two_description' => "Insert flash video in webpages at default width and height (320 * 240)",
|
||||
'text_flv_two_syntax' => "[flv]Flash video URL[/flv]",
|
||||
'text_flv_two_example' => "[flv]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
|
||||
'text_youtube' => "YouTube",
|
||||
'text_youtube_description' => "Insert YouTube online video in webpages",
|
||||
'text_youtube_syntax' => "[youtube,width,height]Video URL on YouTube[/youtube]",
|
||||
|
||||
@@ -11,12 +11,12 @@ $lang_takeinvite = array
|
||||
'std_is_in_use' => " is already in use.",
|
||||
'mail_here' => "HERE",
|
||||
'mail_tilte' => " Invitation",
|
||||
'mail_one' => "Hi,<br /><br />You have been invited to join the ".$SITENAME." community by ",
|
||||
'mail_one' => "Hi,<br /><br />You have been invited to join the %s community by ",
|
||||
'mail_two' => ".<br />This is a private community which has very knowledgeable members. <br />If you are interested in joining the community please read over <br />the rules and confirm the invite.<br /><br />If you want to accept this invitation, you'll need to click this link:",
|
||||
'mail_three' => "You'll need to accept the invitation within ",
|
||||
'mail_four' => " days, or else the link will become inactive.<br />We on ".$SITENAME." hope that you'll accept the invitation and join our great community!<br /><br />Personal message from ",
|
||||
'mail_four' => " days, or else the link will become inactive.<br />We on %s hope that you'll accept the invitation and join our great community!<br /><br />Personal message from ",
|
||||
'mail_five' => ":",
|
||||
'mail_six' => "If you do not know the person who has invited you, please forward this email to ".$REPORTMAIL."<br /><br />------<br />Yours,<br />The ".$SITENAME." Team.",
|
||||
'mail_six' => "If you do not know the person who has invited you, please forward this email to %s<br /><br />------<br />Yours,<br />The %s Team.",
|
||||
'std_error' => "Error",
|
||||
'std_invite_denied' => "Users of your class are not allowed to send invitation. How do you get here?",
|
||||
'std_email_address_banned' => "This email address is banned!",
|
||||
|
||||
@@ -27,16 +27,15 @@ $lang_takesignup = array
|
||||
'std_to_finish_signup' => " to finish signup, thanks!",
|
||||
'msg_subject' => "Welcome to ",
|
||||
'msg_congratulations' => "Congratulations ",
|
||||
'msg_you_are_a_member' => ",\n\nYou are now a member of ".$SITENAME.",\nWe would like to take this opportunity to say hello and welcome to ".$SITENAME."!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of ".$SITENAME." ",
|
||||
'msg_you_are_a_member' => ",\n\nYou are now a member of %s,\nWe would like to take this opportunity to say hello and welcome to %s!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of %s ",
|
||||
'mail_this_link' => "THIS LINK",
|
||||
'mail_here' => "HERE",
|
||||
'mail_title' => " User Registration Confirmation",
|
||||
'mail_one' => "Hi ",
|
||||
'mail_two' => ",<br /><br />You have requested a new user account on ".$SITENAME." and you have <br />specified this address ",
|
||||
'mail_two' => ",<br /><br />You have requested a new user account on %s and you have <br />specified this address ",
|
||||
'mail_three' => " as user contact.<br /><br />If you did not do this, please ignore this email. The person who entered your <br />email address had the IP address ",
|
||||
'mail_four' => ". Please do not reply.<br /><br />To confirm your user registration, you have to follow ",
|
||||
'mail_four_1' => "<br /><br />If the Link above is broken or expired, try to send a new confirmation email again from ",
|
||||
'mail_five' => "<br /><br />After you do this, you will be able to use your new account. If you fail to <br />do this, your account will be deleted within 24 hours. We urge you to read <br />the RULES and FAQ before you start using ".$SITENAME.".<br /><br />Please Note: If you did not register for ".$SITENAME.", please report this email to ".$REPORTMAIL."<br /><br />------<br />Yours,<br />The ".$SITENAME." Team.",
|
||||
'std_invalid_gender' => "Invalid Gender!",
|
||||
'mail_five' => "<br /><br />After you do this, you will be able to use your new account. If you fail to <br />do this, your account will be deleted within 24 hours. We urge you to read <br />the RULES and FAQ before you start using %s.<br /><br />Please Note: If you did not register for %s, please report this email to %s<br /><br />------<br />Yours,<br />The %s Team.",
|
||||
);
|
||||
?>
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang_topten = array
|
||||
'std_error' => "Error!",
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_permission_denied_only' => "Permission denied. Only ",
|
||||
'std_or_above_can_view' => " or above could view Top 10. <br /><br /> Please see the "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The " .$SITENAME." Staff</b>",
|
||||
'std_or_above_can_view' => " or above could view Top 10. <br /><br /> Please see the "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
|
||||
'col_rank' => "Rank",
|
||||
'col_user' => "User",
|
||||
'col_donated' => "Donated",
|
||||
@@ -50,39 +50,39 @@ $lang_topten = array
|
||||
'text_best_seeded_torrents_note' => "(with minimum 5 seeders)",
|
||||
'text_worst_seeded_torrents' => "Worst Seeded Torrents",
|
||||
'text_worst_seeded_torrents_note' => "(with minimum 1 leecher, excluding unsnatched torrents)",
|
||||
|
||||
|
||||
'text_most_donated_USD' => "Donors in US dollar",
|
||||
'text_most_donated_CNY' => "Donors in Chinese yuan",
|
||||
'col_donated_usd' => "Donated($)",
|
||||
'col_donated_cny' => "Donated(¥)",
|
||||
|
||||
|
||||
'text_most_supplied' => " Biggest Resource Supplier<font class=\"small\">(Do not include deleted torrents)</font>",
|
||||
'text_most_snatched' => " Biggest Resource Snatcher<font class=\"small\">(Do not include deleted torrents)</font>",
|
||||
'col_torrent_uploaded' => "# Upped",
|
||||
'col_torrent_downloaded' => "# Snatched",
|
||||
|
||||
|
||||
'text_most_topic' => " Forum Topic Starters <font class=\"small\">(Do not include deleted topics)</font>",
|
||||
'text_most_post' => " Forum Posters <font class=\"small\">(Do not include deleted posts)</font>",
|
||||
'col_topics' => "Topics",
|
||||
'col_posts' => "Posts",
|
||||
|
||||
|
||||
|
||||
|
||||
'text_biggest_topics' => "Biggest Topics <font class=\"small\">(Topics in Privileged Forums are not calculated)</font>",
|
||||
'col_subject' => "Subject",
|
||||
|
||||
|
||||
'col_number' => "Number",
|
||||
'text_most_browser' => "Browsers",
|
||||
'text_most_client' => "Torrent Clients <font class=\"small\">(Last one that accessed the tracker)</font>",
|
||||
|
||||
|
||||
'col_comments' => "Comments",
|
||||
'text_most_commenter' => "Torrent Commenter <font class=\"small\">(Do not include deleted comments)</font>",
|
||||
|
||||
|
||||
'col_reviews' => "Reviews",
|
||||
'text_most_reviewer' => "Film Reviewer <font class=\"small\">(Do not include deleted reviews)</font>",
|
||||
|
||||
|
||||
'col_location' => "Location",
|
||||
'text_most_locations' => "Peer Locations",
|
||||
|
||||
|
||||
'col_keyword' => "Keywords",
|
||||
'col_times' => "Times",
|
||||
'col_datetime' => "Time",
|
||||
@@ -90,7 +90,7 @@ $lang_topten = array
|
||||
'text_current_month_search' => "Searches of This Month",
|
||||
'text_last_month_search' => "Searches of Last Month",
|
||||
'text_current_year_search' => "Searches of This Year",
|
||||
|
||||
|
||||
'text_most_bonuses' => "Bonuses",
|
||||
'col_bonus' => "Bonus",
|
||||
'text_countries_users' => "Users",
|
||||
|
||||
@@ -117,7 +117,7 @@ $lang_usercp = array
|
||||
'text_ago' => " ago",
|
||||
'mail_here' => "HERE",
|
||||
'mail_change_email_one' => "You have requested that your user profile (username ",
|
||||
'mail_change_email_two' => ") on ".$SITENAME." should be updated with this email address ",
|
||||
'mail_change_email_two' => ") on %s should be updated with this email address ",
|
||||
'mail_change_email_three' => " as user contact.",
|
||||
'mail_change_email_four' => "If you did not do this, please ignore this email. The person who entered your email address had the IP address ",
|
||||
'mail_change_email_five' => ". Please do not reply.",
|
||||
@@ -125,7 +125,7 @@ $lang_usercp = array
|
||||
'mail_change_email_six_1' => " to confirm",
|
||||
'mail_change_email_seven' => "Your new email address will appear in your profile after you do this. Otherwise your profile will remain unchanged.",
|
||||
'mail_change_email_eight' => "<br />Yours,",
|
||||
'mail_change_email_nine' => "The ".$SITENAME." Team.",
|
||||
'mail_change_email_nine' => "The %s Team.",
|
||||
'mail_profile_change_confirmation' => " profile change confirmation",
|
||||
'text_go_back' => "go back",
|
||||
'text_category' => "Category",
|
||||
|
||||
35
lang/ja/lang_aboutnexus.php
Normal file
35
lang/ja/lang_aboutnexus.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
$lang_aboutnexus = array (
|
||||
'text_version' => 'バージョン',
|
||||
'text_version_note' => 'このサイトで使用されるコード%sは次のようになります%s。以下はバージョンの詳細です。',
|
||||
'text_main_version' => 'メインバージョン',
|
||||
'text_sub_version' => '2番目のバージョン',
|
||||
'text_release_date' => 'リリース時間',
|
||||
'text_authorize_to' => '認定者',
|
||||
'text_authorization_type' => '承認タイプ',
|
||||
'text_commercial' => '商業ライセンス',
|
||||
'text_free' => '無料の承認',
|
||||
'text_nexus' => 'について',
|
||||
'text_nexus_note' => 'Zhijiang UniversityのNexusチームによって開始および開発されました。その目標は、Tbsourceプロジェクトを置き換え、ユーザーの評判と知識を重視するリソース共有コミュニティに完全で整然としたソリューションを提供することです。 <br /> <br />
|
||||
%sの最初のフェーズバージョンは、Tbsourceに基づいて開発されています。コード効率を大幅に改善しながら、後者に基づいて多数の機能を追加または改善しました。 Tbsourceに加えて、Bit-HDTV、What.CD、Saneetorrentsなど、他のプライベートトラッカーのアイデアやコードも吸収しました。',
|
||||
'text_authorization' => '許可について',
|
||||
'text_authorization_note' => '使用することに興味がある場合%s共有Webサイトをセットアップするには、<a href = "#連絡先" class = "faqlink">お問い合わせ</a>をお願いします。',
|
||||
'text_translation' => '翻訳について',
|
||||
'text_translation_note' => 'ユーザー側の多言語の切り替えをサポートします。私たちの主要言語は英語です。 <br /> <br />あなたの言語が現在サポートされていない(利用できない)場合、翻訳を支援することに興味がある場合は、<a href = "faq.php#id71" class = "faqlink">翻訳手順</a>を読んだ後にお問い合わせください。私たちは常に新しい翻訳を歓迎します。さらに、既存の翻訳には、メンテナンス、特にアウトトート、不完全、または新しいものとしてマークされた言語がメンテナンスが必要です。',
|
||||
'text_flag' => 'フラグ',
|
||||
'text_language' => '言語',
|
||||
'text_state' => '州',
|
||||
'text_stylesheet' => 'インターフェイススタイルについて',
|
||||
'text_stylesheet_note' => '%sのページレイアウトは完全にCSS設計に基づいているため、ユーザーはウェブサイトの外観をカスタマイズして新しいインターフェイススタイルを簡単に追加できます。 <br /> <br />以下は、このサイトで利用可能なインターフェイススタイルのリストです%s。より多くのインターフェイススタイルを取得したり、自分でデザインしたい場合は、<a href = "#連絡先" class = "faqlink">お問い合わせ</a>。',
|
||||
'text_name' => '名前',
|
||||
'text_designer' => 'デザイナー',
|
||||
'text_comment' => '説明します',
|
||||
'text_contact' => '接続する',
|
||||
'text_contact_note' => '参加に興味がありますか?何か提案はありますか?コードのバグを見つけましたか?ビジネスを交渉しますか?次の方法でお問い合わせください。',
|
||||
'text_web_site' => 'Webサイト',
|
||||
'text_email' => '郵便',
|
||||
'text_msn' => 'MSN',
|
||||
'text_qq' => 'QQ',
|
||||
'text_telephone' => '電話',
|
||||
);
|
||||
100
lang/ja/lang_admanage.php
Normal file
100
lang/ja/lang_admanage.php
Normal file
@@ -0,0 +1,100 @@
|
||||
<?php
|
||||
|
||||
$lang_admanage = array (
|
||||
'head_ad_management' => '広告を管理します',
|
||||
'text_ad_management' => '広告を管理します',
|
||||
'text_add_ad' => '広告を追加します',
|
||||
'text_header' => 'ヘッダ',
|
||||
'text_footer' => 'ページの終わり',
|
||||
'text_below_navigation' => 'ナビゲーションバーの下',
|
||||
'text_below_searchbox' => '以下の検索ボックス',
|
||||
'text_torrent_detail' => 'シードの詳細ページ',
|
||||
'text_comment_page' => 'コメントページ',
|
||||
'text_inter_overforums' => 'フォーラムパーティション間隔',
|
||||
'text_forum_post_page' => 'フォーラムポストルーム',
|
||||
'text_popup' => 'ポップアップ広告',
|
||||
'text_no_ads_yet' => 'まだ広告はありません!',
|
||||
'col_enabled' => '有効にする',
|
||||
'col_name' => '名前',
|
||||
'col_position' => '位置',
|
||||
'col_order' => '選別',
|
||||
'col_type' => '表示方法',
|
||||
'col_start_time' => '開始時間',
|
||||
'col_end_time' => '終了時間',
|
||||
'col_action' => '行動',
|
||||
'text_yes' => 'はい',
|
||||
'text_no' => 'いいえ',
|
||||
'text_bbcodes' => 'BBCODEコード',
|
||||
'text_xhtml' => 'XHTMLコード',
|
||||
'text_text' => '言葉',
|
||||
'text_image' => '写真',
|
||||
'text_flash' => 'フラッシュ',
|
||||
'text_delete' => '消去',
|
||||
'text_edit' => '編集',
|
||||
'js_sure_to_delete_ad' => 'この広告を削除したいですか?',
|
||||
'std_error' => '間違い',
|
||||
'std_invalid_id' => '無効なID',
|
||||
'std_invalid_position' => '無効な広告ロケーション',
|
||||
'head_add_ad' => '広告を追加します',
|
||||
'head_edit_ad' => '広告を編集します',
|
||||
'text_note' => '知らせ',
|
||||
'text_ad_detail' => '広告の詳細',
|
||||
'row_name' => '名前',
|
||||
'row_start_time' => '開始時間',
|
||||
'row_end_time' => '終了時間',
|
||||
'row_enabled' => '有効にする',
|
||||
'row_order' => '選別',
|
||||
'row_type' => '表示方法',
|
||||
'row_image_url' => '画像URL',
|
||||
'row_image_link' => '広告リンク',
|
||||
'row_image_width' => '画像幅',
|
||||
'row_image_height' => '画像の高さ',
|
||||
'row_image_tooltip' => '中断されたプロンプトテキストをリンクします',
|
||||
'row_text_content' => 'テキストコンテンツ',
|
||||
'row_text_link' => '広告リンク',
|
||||
'row_text_size' => 'テキストサイズ',
|
||||
'row_bbcodes_code' => 'BBCODEコード',
|
||||
'row_xhtml_code' => 'XHTMLコード',
|
||||
'row_flash_url' => 'フラッシュURL',
|
||||
'row_flash_width' => 'フラッシュ幅',
|
||||
'row_flash_height' => 'フラッシュの高さ',
|
||||
'submit_submit' => '提出する',
|
||||
'text_ad' => '宣伝します',
|
||||
'text_header_note' => 'すべてのページの右上隅に表示されます。 580x90以内のサイズの画像またはフラッシュを使用することをお勧めします。優先度が最も高い広告のみが表示されます。',
|
||||
'text_footer_note' => 'すべてのページの最下部に表示されます。推奨される広告サイズは728x160以内です。優先度が最も高い広告のみが表示されます。',
|
||||
'text_below_navigation_note' => 'すべてのページのナビゲーションバーの下に示されています。推奨される広告サイズは728x90です。優先度が最も高い広告のみが表示されます。',
|
||||
'text_below_searchbox_note' => 'シードページ検索ボックスの下に示されています。推奨される広告サイズは728x90です。優先度が最も高い広告のみが表示されます。',
|
||||
'text_torrent_detail_note' => 'シード詳細ページのシード紹介に示されています。推奨される広告サイズは600x160です。優先度が最も高い広告のみが表示されます。',
|
||||
'text_comment_page_note' => 'シードと候補のコメントの間に表示されます。推奨される広告サイズは600x160です。複数の広告を同時に表示できます。',
|
||||
'text_inter_overforums_note' => 'フォーラムのホームページフォーラムパーティションに表示されます。推奨される広告サイズは728x90です。複数の広告を同時に表示できます。',
|
||||
'text_forum_post_page_note' => 'フォーラムのトピックの詳細ページの投稿に表示されます。推奨される広告サイズは600x160です。複数の広告を同時に表示できます。',
|
||||
'text_popup_note' => 'すべてのページでプロモーションについて話してください。非常に邪魔になります。注意して使用してください。推奨される広告サイズは468x90です。',
|
||||
'text_name_note' => '簡単に識別するために広告に名前を付けます。',
|
||||
'text_start_time_note' => '時間形式は、「2007-12-24 21:00:00:00」など、「年の数か月間の日の時間:分:秒秒」です。広告が有効になり始めた時期。',
|
||||
'text_end_time_note' => '時間形式は、「2008-01-24 21:00:00:00」など、「年の数か月間の日の時間:分:秒秒」です。広告が終了する時間。',
|
||||
'text_order_note' => '広告は優先度を表示します。値「0」は最優先事項です。 <br />広告の場所に複数の有効な広告がある場合:場所に1つの広告のみが許可されている場合、最優先広告が表示されます。場所が複数の広告を許可する場合、複数の広告が優先度の高い順に表示されます。複数の広告が同じ優先事項を持っている場合、最近追加された広告は優先度が高くなります。',
|
||||
'text_enabled_note' => '有効な広告のみが表示されます。',
|
||||
'text_type_note' => '広告の表示方法を選択してください。',
|
||||
'text_image_url_note' => '広告画像ファイルのURL。 <br/>相対アドレス( \'pic/ad.jpg\'など)または絶対アドレス( \'https://nexusphp.org/ad.jpg\'など)を使用できます。',
|
||||
'text_image_link_note' => '広告が指しているリンク。 \'https://nexusphp.org/ad.html\'など。',
|
||||
'text_image_width_note' => 'ユニットはピクセルです。写真の幅。',
|
||||
'text_image_height_note' => 'ユニットはピクセルです。写真の高さ。',
|
||||
'text_image_tooltip_note' => '広告リンクはテキスト情報を一時停止します。',
|
||||
'text_text_content_note' => '表示されるテキスト広告の内容',
|
||||
'text_text_link_note' => '広告が指しているリンク。 \'https://nexusphp.org/ad.html\'など。',
|
||||
'text_text_size_note' => '広告テキストのフォントサイズ。 「30pt」などのユニットとしてPT、PX、およびEMを使用できます。空白のままにしている場合は、 \'30pt\'を使用します。',
|
||||
'text_bbcodes_code_note' => 'BBCodeコードとは何ですか?見る',
|
||||
'text_here' => 'ここ',
|
||||
'text_xhmtl_code_note' => '一般的に言えば、XHTMLを使用して広告を直接表示することを避けるようにしてください。そうすることで、コードエラーのために全体的なページの混乱を引き起こすだけでなく、安全リスク</b>も</b>です。使用する必要がある場合は、XHTMLコードが安全で正しいことを確認してください。 <BR /> <b>注< /b>:HTML 4.01仕様の代わりに、XHTML 1.0の移行仕様に従ってコードを入力してください。',
|
||||
'text_flash_url_note' => 'フラッシュファイルのURL。 <br/>相対アドレス( \'pic/flash.demo.swf\'など)または絶対アドレス( \'https://nexusphp.org/flash.demo.swf\'など)を使用できます。',
|
||||
'text_flash_width_note' => 'ユニットはピクセルです。フラッシュディスプレイの幅。',
|
||||
'text_flash_height_note' => 'ユニットはピクセルです。フラッシュで表示される高さ。',
|
||||
'std_missing_form_data' => '書かれていない必要なアイテムがあります。',
|
||||
'std_invalid_type' => '無効な表示方法。',
|
||||
'std_success' => '成功',
|
||||
'std_edit_success' => '広告編集は成功しました。',
|
||||
'std_add_success' => '広告が正常に追加されました。',
|
||||
'text_unlimited' => '無制限',
|
||||
'std_go_back' => '広告リストに戻ります',
|
||||
'col_clicks' => 'クリック数',
|
||||
);
|
||||
8
lang/ja/lang_adredir.php
Normal file
8
lang/ja/lang_adredir.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$lang_adredir = array (
|
||||
'std_error' => '間違い',
|
||||
'std_ad_system_disabled' => '広告システムは閉じられています。',
|
||||
'std_invalid_ad_id' => '無効な広告ID',
|
||||
'std_no_redirect_url' => 'ジャンプリンクなし。',
|
||||
);
|
||||
17
lang/ja/lang_attachment.php
Normal file
17
lang/ja/lang_attachment.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang_attachment = array (
|
||||
'text_nothing_received' => '失敗!ドキュメントは受け取られていません!',
|
||||
'text_file_number_limit_reached' => '失敗!当面の間、これ以上の添付ファイルをアップロードすることはできません!しばらく待ってください。',
|
||||
'text_file_size_too_big' => '失敗!ファイルが大きすぎます。',
|
||||
'text_file_extension_not_allowed' => '失敗!このファイル拡張機能は許可されていません。',
|
||||
'text_invalid_image_file' => '失敗!画像ファイルは無効です。',
|
||||
'text_cannot_move_file' => '失敗!アップロードされたファイルを移動できません。',
|
||||
'submit_upload' => 'アップロード',
|
||||
'text_left' => '今日の残り:',
|
||||
'text_of' => '/',
|
||||
'text_size_limit' => 'サイズ制限:',
|
||||
'text_file_extensions' => '拡張機能を許可します:',
|
||||
'text_mouse_over_here' => 'ここでマウスを移動します',
|
||||
'text_small_thumbnail' => '小さなサムネイル',
|
||||
);
|
||||
15
lang/ja/lang_attendance.php
Normal file
15
lang/ja/lang_attendance.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
$lang_attendance = array (
|
||||
'title' => 'サインイン',
|
||||
'success' => 'サインインに成功します',
|
||||
'attend_info' => 'これはあなたの<b>%u </b>のチェックインです。 <b>%u </b>日間継続的に署名しました。このサインインは<b>%u </b>魔法の値を取得しました。',
|
||||
'initial' => '最初のサインインの%Uマジック値を取得します。',
|
||||
'steps' => '各連続サインインは、%uがキャップされるまで追加の%uマジック値を取得できます。',
|
||||
'continuous' => '継続的に%u Dayにサインインし、追加の%Uマジック値を取得します。',
|
||||
'sorry' => 'ごめんなさい',
|
||||
'already_attended' => 'あなたは今日サインインしました、それを繰り返しリフレッシュしないでください。',
|
||||
'retroactive_event_text' => '修理',
|
||||
'retroactive_confirm_tip' => '再署名することを確認してください:',
|
||||
'retroactive_description' => '白い背景のドットをクリックして、再署名します。現在、再署名カード<b>%d </b>カードがあります。',
|
||||
);
|
||||
33
lang/ja/lang_bitbucket-upload.php
Normal file
33
lang/ja/lang_bitbucket-upload.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
$lang_bitbucketupload = array (
|
||||
'std_upload_failed' => 'アップロードに失敗しました',
|
||||
'std_nothing_received' => '文書は受け入れられませんでした!',
|
||||
'std_file_too_large' => '申し訳ありませんが、ファイルが大きすぎてアップロードできません。',
|
||||
'std_bad_file_name' => 'ファイル名のエラー。',
|
||||
'std_file_with_the_name' => '申し訳ありませんが、このドキュメント<b>',
|
||||
'std_already_exists' => '</b>すでに存在していました。',
|
||||
'std_error' => '間違い',
|
||||
'std_invalid_image_format' => '無効な拡張:<b> gif、jpg、またはpng </b>のみが許可されています!',
|
||||
'std_image_processing_failed' => '画像処理に失敗しました',
|
||||
'std_sorry_the_uploaded' => '申し訳ありませんが、ファイルをアップロードしました',
|
||||
'std_failed_processing' => '処理に失敗しました。アップロードする前に、画像編集ソフトウェアを使用して処理してください。ありがとう!',
|
||||
'std_success' => '成功',
|
||||
'std_use_following_url' => '次のURLを使用してファイルにアクセスします。',
|
||||
'std_upload_another_file' => '他のファイルをアップロードします',
|
||||
'std_image' => '写真',
|
||||
'std_need_not_rescaling' => '縮小する必要はありません',
|
||||
'std_rescaled_from' => 'から',
|
||||
'std_to' => '縮小します',
|
||||
'std_profile_updated' => '<br />注:あなたのアバターが更新されました!',
|
||||
'head_avatar_upload' => 'アバターアップロード',
|
||||
'text_avatar_upload' => 'アバターアップロード',
|
||||
'text_upload_directory_unwritable' => '注:アップロードパスを書き込むことはできません。これを管理者に報告してください!',
|
||||
'text_disclaimer' => '<b>ステートメント< /b> <br />不正な写真や違法な写真をアップロードしないでください。 <br />アップロードされた画像はパブリック画像と見なされるため、見知らぬ人に視聴したくない画像をアップロードしないでください。 <br />画像の高さが超えている場合',
|
||||
'text_disclaimer_two' => 'ピクセルまたは幅を超えます',
|
||||
'text_disclaimer_three' => 'ピクセルはアスペクト比で減少します。 <br />ファイルサイズを超えることはできません',
|
||||
'text_disclaimer_four' => 'バイト。',
|
||||
'row_file' => '書類',
|
||||
'checkbox_avatar_shared' => '共享头像(其他用户可以选择使用我的头像)。',
|
||||
'submit_upload' => 'アップロード',
|
||||
);
|
||||
83
lang/ja/lang_catmanage.php
Normal file
83
lang/ja/lang_catmanage.php
Normal file
@@ -0,0 +1,83 @@
|
||||
<?php
|
||||
|
||||
$lang_catmanage = array (
|
||||
'head_category_management' => '分類管理',
|
||||
'text_category_management' => '分類管理',
|
||||
'text_manage' => '管理',
|
||||
'text_searchbox' => '種子分類パターン',
|
||||
'text_category_icons' => 'カテゴリアイコン',
|
||||
'text_second_icons' => '2番目のアイコン',
|
||||
'text_categories' => '分類',
|
||||
'text_sources' => 'ソース',
|
||||
'text_media' => '中くらい',
|
||||
'text_codecs' => 'コーディング',
|
||||
'text_standards' => '解決',
|
||||
'text_processings' => '対処する',
|
||||
'text_teams' => '制作チーム',
|
||||
'text_audio_codecs' => 'オーディオエンコーディング',
|
||||
'std_error' => '間違い',
|
||||
'std_invalid_type' => '無効なタイプ。',
|
||||
'text_add' => 'に追加',
|
||||
'text_no_record_yet' => 'まだ記録はありません!',
|
||||
'col_id' => 'id',
|
||||
'col_name' => '名前',
|
||||
'col_order' => '選別',
|
||||
'col_action' => '行動',
|
||||
'text_delete' => '消去',
|
||||
'text_edit' => '編集',
|
||||
'js_sure_to_delete_this' => 'このアイテムを削除したいですか?',
|
||||
'col_sub_category' => 'サブカテゴリ',
|
||||
'text_per_row' => '1行あたりのアイテム数',
|
||||
'text_padding' => '間隔',
|
||||
'text_enabled' => '見せる',
|
||||
'text_disabled' => '表示されていません',
|
||||
'col_folder' => 'アイコンフォルダー',
|
||||
'text_multi_language' => '多言語',
|
||||
'text_second_icon' => '2番目のアイコン',
|
||||
'text_css_file' => 'CSSファイル',
|
||||
'text_none' => 'なし',
|
||||
'text_css_file_note' => 'この分類アイコンにCSSファイルを指定します。 「スタイル/sceneTorrents.css」などのフルパスを埋めます。そうでない場合は、空白のままにしてください。 <br />許可された文字:[a-z](小文字)、[0-9]、[_。 /]。',
|
||||
'text_designer' => 'デザイナー',
|
||||
'text_comment' => '説明します',
|
||||
'text_yes' => 'はい',
|
||||
'text_no' => 'いいえ',
|
||||
'col_image' => '画像ファイル名',
|
||||
'text_class_name' => 'クラス属性値',
|
||||
'col_mode' => 'モデル',
|
||||
'std_invalid_id' => '無効なID',
|
||||
'submit_submit' => '提出する',
|
||||
'text_subcategory_name_note' => '長すぎる名前を使用しないでください。 10文字以内にすることをお勧めします。',
|
||||
'text_order_note' => 'インクリメンタルソート、つまり、「0」が上部にあります。',
|
||||
'row_searchbox_name' => '分類パターン名',
|
||||
'text_searchbox_name_note' => '許可された文字:[a-z](小文字)、[0-9]、[_。/]。',
|
||||
'row_show_sub_category' => '分類を表示します',
|
||||
'text_show_sub_category_note' => '有効にするサブカテゴリを確認してください。',
|
||||
'row_items_per_row' => '1行あたりのアイテム数',
|
||||
'text_items_per_row_note' => '「8」など、検索ボックスに各行に表示されるアイテムの数を設定します。',
|
||||
'row_padding_between_items' => 'プロジェクト間隔',
|
||||
'text_padding_between_items_note' => 'ユニットはピクセルです。 「3」など、ボックス内のアイテムの水平間隔距離を検索します。',
|
||||
'text_category_icon_name_note' => '許可された文字:[a-z](小文字)、[0-9]、[_。/]。',
|
||||
'text_folder_note' => 'カテゴリアイコンが存在するフォルダーの名前。許可された文字:[a-z](小文字)、[0-9]、[_。/]。 <br/> <b> </b>「mycaticon/」など、最後にスラッシュ(/)を追加する必要があります。',
|
||||
'text_multi_language_note' => '異なる言語で異なる分類アイコンを使用するかどうか。 「はい」に設定されている場合、「en」という名前のフォルダー、「CHS」などに複数のアイコンを入れます。',
|
||||
'text_second_icon_note' => '2番目のアイコンを使用して補足情報を表示するかどうか。 「はい」に設定されている場合、2番目のアイコンを通常のアイコンディレクトリに「追加」という名前のフォルダーに配置します。',
|
||||
'text_designer_note' => 'このアイコンセットのデザイナー。',
|
||||
'text_comment_note' => 'このアイコンセットの説明。',
|
||||
'text_icon_directory_note' => '次の設定を機能させるには、サーバーの正しいディレクトリにアイコンファイルを配置する必要があります。通常の分類アイコンを「pic/category/<i>分類パターン名</i>/<i>アイコンフォルダー</i> [<i>言語の略語</i>/]」に入れ、2番目のアイコンを「pic/category/<i>分類パターン名</i>/<i> iconフォルダー</i> [i> sitfitiation </i> [<i> langue)folder </i>] <br />わかりませんか?次の例を参照してください:<ul> <li> <ul> <li> <b>カテゴリーパターン名</b> = \'nhd\' </li> <li> <b>アイコンフォルダー</b> = \'seneTorrents/\' </li> <li> <b>多leangage </b> = \'yes\' </li>英語ムービータイプのアイコン( \'movies.png\'など)は、「pic/category/nhd/scenetorrents/en/」 </li> <li> <ul> <li> <b>カテゴリパターン名</b> = \'chd\' </li> <li> <b>アイコンフォルダー</b> = \'nanosofts/\' </li> <li> <b>多言語</b> = \'no\' </li> </bime </b>アイコン( \'movies.png\'など)は、 \'pic/category/chd/nanosofts/\'にfile file in \'and "pic/category/chd/nanosofts/addition/\'に2番目のアイコン( \'bdh264.png\'など)。 </li> </ul>',
|
||||
'text_second_icon_name_note' => '長すぎる名前を使用しないでください。 10文字以内にすることをお勧めします。',
|
||||
'text_image_note' => '画像ファイルの名前。許可された文字:[a-z](小文字)、[0-9]、[_。/]。',
|
||||
'row_selections' => '選ぶ',
|
||||
'text_selections_note' => '選択が指定されていない場合、そのすべてのオプションはこのルールに準拠しています。少なくとも1つの選択を指定する必要があります。',
|
||||
'row_category_name' => 'カテゴリ名',
|
||||
'text_category_name_note' => '長すぎる名前を使用しないでください。 10文字以内にすることをお勧めします。',
|
||||
'row_mode' => 'モデル',
|
||||
'text_class_name_note' => '画像のクラス属性値を指定します。そうでない場合は、空白のままにしてください。許可された文字:[a-z](小文字)、[0-9]、[_]、最初の文字は文字でなければなりません。',
|
||||
'std_missing_form_data' => '記入されていない必要なアイテムがあります。',
|
||||
'std_invalid_character_in_filename' => 'このファイル名には違法文字が含まれています。',
|
||||
'std_must_define_one_selection' => '少なくとも1つのオプションを指定する必要があります!',
|
||||
'std_invalid_mode_id' => '無効なパターンID。',
|
||||
'row_enable_custom_field' => '自己単語の意味フィールドを有効にします',
|
||||
'row_custom_field_display_name' => 'カスタムフィールド表示名',
|
||||
'row_custom_field_display' => 'カスタムフィールド表示',
|
||||
'row_custom_field_display_help' => '特別なラベルを使用して、フィールドの名前と価値を表します。フィールドにアーティストの名前がある場合、その名前は次のとおりです。',
|
||||
'row_searchbox_extras' => '他の',
|
||||
);
|
||||
25
lang/ja/lang_cheaterbox.php
Normal file
25
lang/ja/lang_cheaterbox.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
$lang_cheaterbox = array (
|
||||
'std_oho' => 'ああ!',
|
||||
'std_no_suspect_detected' => '不正行為の容疑者は検出されていません。',
|
||||
'head_cheaterbox' => '詐欺師',
|
||||
'text_cheaterbox' => 'Cheater <font class = striking> beta </font>',
|
||||
'col_added' => '時間',
|
||||
'col_suspect' => '容疑者',
|
||||
'col_hit' => '頻度',
|
||||
'col_torrent' => 'シード',
|
||||
'col_ul' => 'アップロード',
|
||||
'col_dl' => 'ダウンロード',
|
||||
'col_ann_time' => '報告時間',
|
||||
'col_seeders' => 'シードメーカー',
|
||||
'col_leechers' => 'ダウンローダー',
|
||||
'col_comment' => '述べる',
|
||||
'col_dealt_with' => '対処する',
|
||||
'col_action' => '行動',
|
||||
'text_torrent_does_not_exist' => '種子は存在しないか、削除されていません',
|
||||
'text_yes' => 'はい',
|
||||
'text_no' => 'いいえ',
|
||||
'submit_set_dealt' => '処理されたまま設定します',
|
||||
'submit_delete' => '消去',
|
||||
);
|
||||
14
lang/ja/lang_checkuser.php
Normal file
14
lang/ja/lang_checkuser.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$lang_checkuser = array (
|
||||
'std_error' => '間違い',
|
||||
'std_no_user_id' => 'このIDのないユーザー!',
|
||||
'std_no_permission' => '許可はありません',
|
||||
'head_detail_for' => 'ユーザーの詳細 - ',
|
||||
'text_account_disabled' => '<p> <b>このアカウントは無効です! </b> </p>',
|
||||
'row_join_date' => '参加日',
|
||||
'row_gender' => '性別',
|
||||
'row_email' => '郵便',
|
||||
'row_ip' => 'IP',
|
||||
'submit_confirm_this_user' => 'このユーザーを確認してください',
|
||||
);
|
||||
16
lang/ja/lang_claim.php
Normal file
16
lang/ja/lang_claim.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
$lang_claim = array (
|
||||
'title_for_torrent' => 'シードクレームの詳細',
|
||||
'title_for_user' => '種子を主張するユーザーの詳細',
|
||||
'th_id' => 'id',
|
||||
'th_username' => 'ユーザー',
|
||||
'th_torrent_name' => 'シード名',
|
||||
'th_torrent_size' => '種子サイズ',
|
||||
'th_torrent_ttl' => '種子は生き残ります',
|
||||
'th_claim_at' => 'クレームタイム',
|
||||
'th_last_settle' => '最後のチェックアウト時間',
|
||||
'th_seed_time_this_month' => '今月の植え付け時間',
|
||||
'th_uploaded_this_month' => '今月はアップロードします',
|
||||
'th_reached_or_not' => '今月は基準が満たされますか',
|
||||
);
|
||||
47
lang/ja/lang_comment.php
Normal file
47
lang/ja/lang_comment.php
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
$lang_comment = array (
|
||||
'std_error' => '間違い',
|
||||
'std_comment_flooding_denied' => 'コメントを無差別に投稿することは禁止されています。お願いします',
|
||||
'std_before_posting_another' => 'もう一度数秒で送ってください。',
|
||||
'std_no_torrent_id' => 'そのIDの種はありません。',
|
||||
'std_no_comment_id' => 'このIDなしでコメント',
|
||||
'std_comment_body_empty' => 'コメントコンテンツは空にすることはできません!',
|
||||
'head_add_comment_to' => 'コメントを追加 - ',
|
||||
'text_add_comment_to' => 'コメントを追加 - ',
|
||||
'submit_okay' => ' もちろん ',
|
||||
'text_comments_in_reverse_order' => '逆の順序で表示される、トップは最後に投稿されたコメントです',
|
||||
'std_invalid_id' => '無効なID',
|
||||
'std_permission_denied' => 'そのような許可はありません。',
|
||||
'head_edit_comment_to' => '編集者のコメント - ',
|
||||
'text_edit_comment_to' => '編集者のコメント - ',
|
||||
'std_delete_comment' => 'コメントを削除します',
|
||||
'std_delete_comment_note' => 'コメントを削除しようとしています。クリック',
|
||||
'std_here_if_sure' => '> <b>ここで確認してください</b> </a>。',
|
||||
'head_original_comment' => 'オリジナルコメント',
|
||||
'text_original_content_of_comment' => 'オリジナルのコメントコンテンツ',
|
||||
'std_unknown_action' => '未知の動作。',
|
||||
'std_no_review_id' => 'IDのコメントは存在しません',
|
||||
'std_review_body_empty' => 'コメントテキストは空にすることはできません!',
|
||||
'text_reviews_in_reverse_order' => '<h2>逆の順序、上部は投稿された最後のコメント</h2>です',
|
||||
'head_edit_review_to' => '編集者のコメント - ',
|
||||
'text_edit_review_to' => '編集者のコメント - ',
|
||||
'std_delete_review' => 'コメントを削除します',
|
||||
'std_delete_review_note' => 'コメントを削除しようとしています。クリック',
|
||||
'head_original_review' => 'オリジナルレビュー',
|
||||
'text_original_content_of_review' => 'オリジナルのレビューコンテンツ',
|
||||
'row_user_comment' => 'ユーザーのコメント',
|
||||
'row_editor_notes' => '編集者のコメント',
|
||||
'row_bouns_change' => '魔法の価値の変化',
|
||||
'text_bouns_change_notes' => 'スコア範囲は0〜1000で、ビューレビューの品質の値が取られます(1000を超えると1000と見なされ、範囲内にない他の値は0と見なされます)',
|
||||
'std_review_no_external_info' => '外部情報、コメントをマークすることはできません!',
|
||||
'std_review_unmark' => 'コメントマークを削除します',
|
||||
'std_unmark_review_note' => 'コメントを削除しようとしています。クリック',
|
||||
'row_original_torrent' => 'オリジナルの種',
|
||||
'text_no_exists' => 'もう存在しません!',
|
||||
'text_torrent_id' => 'シードID:',
|
||||
'text_back' => '戻る',
|
||||
'text_body' => '文章',
|
||||
'text_compose' => '書く',
|
||||
'text_edit' => '編集',
|
||||
);
|
||||
33
lang/ja/lang_complains.php
Normal file
33
lang/ja/lang_complains.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
$lang_complains = array (
|
||||
'text_complain' => '苦情エリア',
|
||||
'text_new_complain' => '控訴を提出します',
|
||||
'text_new_email' => 'アカウントメール:',
|
||||
'text_new_body' => '苦情の内容:',
|
||||
'text_new_body_placeholder' => 'アピールの質問:
|
||||
関連証拠:外部リンクの写真は、タグ[img = url]を使用して使用できます',
|
||||
'text_new_submit' => '苦情を提出します',
|
||||
'text_new_failure' => '電子メールが誤って埋められないか、アピールが空です',
|
||||
'text_created_title' => 'アピールが作成されました',
|
||||
'text_created_note' => 'このページをブックマークして、後続の更新を確認してください。アピールプロセスに影響を与えないように、他の人にURLを送信しないでください!',
|
||||
'text_search_account' => 'このアカウントを検索します',
|
||||
'text_reply' => '苦情に返信します',
|
||||
'text_replies' => '苦情処理',
|
||||
'text_complainer' => '苦情',
|
||||
'text_added' => '苦情の時間',
|
||||
'text_no_replies' => '現在、コンテンツを追跡する苦情はありません',
|
||||
'text_closed' => '苦情は処理されており、返信することはできません',
|
||||
'text_answer_it' => 'アピールを閉じます',
|
||||
'text_unanswer_it' => '控訴を再開します',
|
||||
'th_complain_at' => '苦情の時間',
|
||||
'th_complain_account' => '控訴アカウント',
|
||||
'th_action_view' => 'チェック',
|
||||
'pending_complaints' => '保留中の控訴',
|
||||
'no_pending_complaints' => '保留中の苦情はありません',
|
||||
'complaints_processed' => '苦情が処理されました',
|
||||
'no_complaints_have_been_processed' => '苦情は処理されていません',
|
||||
'text_view_band_log' => '禁止されたレコードを表示します',
|
||||
'reply_notify_subject' => '控訴への返信',
|
||||
'reply_notify_body' => 'Webサイトの苦情に対する返信があります。ここをクリックしてください<a href = "%s"ターゲット= "_ blank"> view </a>。',
|
||||
);
|
||||
34
lang/ja/lang_confirm_resend.php
Normal file
34
lang/ja/lang_confirm_resend.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
$lang_confirm_resend = array (
|
||||
'resend_confirmation_email_failed' => '再送信確認メールは失敗しました',
|
||||
'std_fields_blank' => '記入するアイテムはありません。',
|
||||
'std_invalid_email_address' => '無効なメールアドレス!',
|
||||
'std_email_not_found' => 'データベースでは、メールアドレスは使用できません。',
|
||||
'std_user_already_confirm' => 'このメールボックスのユーザーが検証に合格しました。',
|
||||
'std_passwords_unmatched' => '2回入力されたパスワードは一貫性がありません!間違っている必要があります。もう一度やり直してください。',
|
||||
'std_password_too_short' => '申し訳ありませんが、パスワードが短すぎます(少なくとも6文字)',
|
||||
'std_password_too_long' => '申し訳ありませんが、パスワードが長すぎます(最大40文字)',
|
||||
'std_password_equals_username' => '申し訳ありませんが、ユーザー名とパスワードは同じではありません。',
|
||||
'std_error' => '間違い',
|
||||
'std_database_error' => 'データベースエラー!これを管理者に報告してください。',
|
||||
'text_resend_confirmation_mail_note' => '<h1>再送信確認メール</h1> <p>次のフォームに入力して、システムを再送信する電子メールを変更します。 </p> <p>過去24時間以内に登録する必要があり、この関数を使用するための検証に合格していません。それ以外の場合、アカウント情報が削除されており、再登録する必要があります。 </p> <p> <b>注:失敗した試みの</b>%sは、IPアドレスを無効にします! </p>',
|
||||
'row_registered_email' => '登録メール:',
|
||||
'row_new_password' => '新しいパスワード:',
|
||||
'text_password_note' => '少なくとも6文字',
|
||||
'row_enter_password_again' => 'もう一度新しいパスワードを入力してください:',
|
||||
'submit_send_it' => '送信!',
|
||||
'text_you_have' => 'あなたはまだ持っています',
|
||||
'text_remaining_tries' => '試してみるチャンス。',
|
||||
'mail_title' => 'ユーザー登録確認(ResEnd)',
|
||||
'mail_this_link' => 'このリンク',
|
||||
'mail_here' => 'ここ',
|
||||
'mail_one' => 'こんにちは',
|
||||
'mail_two' => '、<br /> <br />%sウェブサイトの登録確認メールを再収集し、このメールアドレスを指定することをリクエストします',
|
||||
'mail_three' => '連絡先アドレス用。 <br /> <br />このリクエストを送信していない場合は、このメールを無視してください。次のようにメールアドレスを入力してください',
|
||||
'mail_four' => '。 。このメールに返信しないでください。 <br /> <br />実際にこのリクエストを送信した場合は、次のリンクをクリックして検証に合格してください。',
|
||||
'mail_four_1' => '<br /> <br />上記のリンクが誤って開かれている場合、存在しない、または期限切れがある場合は、ここで確認メールを復活させてみてください',
|
||||
'mail_five' => '確認を通過した後、新しいアカウントを使用できます。 <br /> <br /> 24時間以内に確認に合格しない場合、アカウントは削除されます。 <br />新人が%sにログインしたら、最初にサイトのルールを必ず読んでください。質問する前にFAQを参照してください。 <br /> <br />注意:%sのウェブサイトに登録されていない場合は、このメールを%s <br /> <br /> ------ <br /> <br />%sウェブサイトに報告してください。',
|
||||
'text_select_lang' => 'サイト言語を選択します:',
|
||||
'std_need_admin_verification' => 'アカウントは、管理者が手動で検証する必要があります。',
|
||||
);
|
||||
9
lang/ja/lang_contactstaff.php
Normal file
9
lang/ja/lang_contactstaff.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang_contactstaff = array (
|
||||
'head_contact_staff' => '管理グループに連絡してください',
|
||||
'text_message_to_staff' => '管理チームにテキストメッセージを送信します',
|
||||
'row_subject' => 'タイトル',
|
||||
'row_body' => '文章',
|
||||
'submit_send_it' => '送信',
|
||||
);
|
||||
14
lang/ja/lang_delete.php
Normal file
14
lang/ja/lang_delete.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$lang_delete = array (
|
||||
'std_delete_failed' => '削除が失敗しました!',
|
||||
'std_missing_form_date' => '記入されていないアイテムがあります',
|
||||
'std_not_owner' => 'あなたはブリーダーではありません!どうしてここに来ることができますか?',
|
||||
'std_invalid_reason' => '無効性の理由',
|
||||
'std_describe_violated_rule' => '違反した特定のルールを記入してください。',
|
||||
'std_enter_reason' => '種を削除する理由を記入してください。',
|
||||
'head_torrent_deleted' => '種子は正常に削除されました!',
|
||||
'text_go_back' => '今私がちょうどどこに戻ってください',
|
||||
'text_back_to_index' => 'ホームページに戻ります',
|
||||
'text_torrent_deleted' => '種子は正常に削除されました!',
|
||||
);
|
||||
9
lang/ja/lang_deletedisabled.php
Normal file
9
lang/ja/lang_deletedisabled.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang_deletedisabled = array (
|
||||
'head_delete_diasabled' => '禁止されたユーザーを削除します',
|
||||
'text_delete_diasabled' => '禁止されたユーザーを削除します',
|
||||
'submit_delete_all_disabled_users' => '禁止されているすべてのユーザーを削除します',
|
||||
'text_delete_disabled_note' => '下のボタンをクリックすると、Webサイト上のすべての禁止ユーザーは<b>削除されます</b>。確信が持てない限り、このボタンをクリックしないでください。',
|
||||
'text_users_are_disabled' => 'ユーザーが削除されました。',
|
||||
);
|
||||
9
lang/ja/lang_deletemessage.php
Normal file
9
lang/ja/lang_deletemessage.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang_deletemessage = array (
|
||||
'std_bad_message_id' => 'エラーSMS ID',
|
||||
'std_not_suggested' => 'もし私があなただったら、私はそれをしなかっただろう...',
|
||||
'std_not_in_inbox' => '受信トレイにそのメッセージがありません。',
|
||||
'std_not_in_sentbox' => 'あなたはあなたのアウトボックスにそのメッセージを持っていません。',
|
||||
'std_unknown_pm_type' => '不明なSMSタイプ。',
|
||||
);
|
||||
245
lang/ja/lang_details.php
Normal file
245
lang/ja/lang_details.php
Normal file
@@ -0,0 +1,245 @@
|
||||
<?php
|
||||
|
||||
$lang_details = array (
|
||||
'std_error' => '間違い',
|
||||
'std_no_torrent_id' => 'このIDには種はありません',
|
||||
'head_details_for_torrent' => '種子の詳細',
|
||||
'text_successfully_uploaded' => 'リリース成功!',
|
||||
'text_redownload_torrent_note' => '種子を作り始めるには、種子を再ダウンロードする必要があります。',
|
||||
'text_successfully_edited' => '正常に編集!',
|
||||
'text_go_back' => 'に戻ります',
|
||||
'text_whence_you_came' => '元の場所',
|
||||
'text_rating_added' => '評価を正常に追加!',
|
||||
'text_thanks_added' => '成功してくれてありがとう!',
|
||||
'text_free' => '無料',
|
||||
'text_two_times_up' => '2x',
|
||||
'text_free_two_times_up' => '2x無料',
|
||||
'text_half_down' => '50%',
|
||||
'row_download' => 'ダウンロード',
|
||||
'text_downloading_not_allowed' => 'ダウンロードは禁止されています。',
|
||||
'row_small_description' => '字幕',
|
||||
'row_info_hash' => 'ハッシュコード',
|
||||
'row_description' => '導入',
|
||||
'text_nfo' => 'NFO',
|
||||
'text_view_nfo' => '[すべてのモード]',
|
||||
'row_imdb_url' => 'IMDBリンク',
|
||||
'row_subtitles' => '字幕',
|
||||
'text_no_subtitles' => 'この種子にはまだ字幕がありません',
|
||||
'submit_upload_subtitles' => '字幕をアップロードします',
|
||||
'row_info' => '情報',
|
||||
'text_imdb' => 'IMDB',
|
||||
'text_lastfm' => 'last.parents',
|
||||
'text_douban' => 'ドゥバン',
|
||||
'text_not_ready' => '取得されていない情報、クリックしてください',
|
||||
'text_here_to_retrieve' => '<b>ここ</b> </a>研究',
|
||||
'text_someone_has_requested' => 'ユーザーが入っています',
|
||||
'text_please_be_patient' => '1秒前に検索リクエストを送信してください、お待ちください。',
|
||||
'text_information' => '情報:',
|
||||
'text_title' => 'タイトル:',
|
||||
'text_title_chinese' => '中国映画のタイトル:',
|
||||
'text_also_known_as' => 'エイリアス:',
|
||||
'text_year' => '時代:',
|
||||
'text_runtime' => '映画の長さ:',
|
||||
'text_mins' => '分',
|
||||
'text_votes' => '投票数:',
|
||||
'text_rating' => 'スコア:',
|
||||
'text_language' => '対話言語:',
|
||||
'text_country' => '国家:',
|
||||
'text_all_genres' => 'カテゴリ:',
|
||||
'text_tagline' => 'スローガン:',
|
||||
'text_director' => '監督:',
|
||||
'text_written_by' => '脚本家:',
|
||||
'text_performed_by' => '見せる:',
|
||||
'text_offcial_site' => '公式ウェブサイト:',
|
||||
'text_imdb_link' => 'IMDBリンク:',
|
||||
'text_produced_by' => ' 制作: ',
|
||||
'text_music' => '音楽:',
|
||||
'text_plot_outline' => 'プロットの概要:',
|
||||
'text_cast' => '主演:',
|
||||
'text_as' => '...',
|
||||
'text_recommended_comment' => '推奨コメント:',
|
||||
'text_information_updated_at' => '<br /> <br /> <b>注:< /b>この情報は最後に更新されました',
|
||||
'text_might_be_outdated' => '、有効期限が切れている可能性があります、クリックしてください',
|
||||
'text_here_to_update' => '<b>これ</b> </a>ここで情報を更新</b> </a>',
|
||||
'text_network_error' => '警告!ネットワークステータスでは、情報のリアルタイム検索は許可されていません',
|
||||
'text_avprogress' => '平均進捗状況:',
|
||||
'row_type' => 'タイプ',
|
||||
'text_none_selected' => '(選択されていない)',
|
||||
'text_source' => 'ソース:',
|
||||
'text_codec' => 'コーディング:',
|
||||
'text_stardard' => '解決:',
|
||||
'text_processing' => '対処する:',
|
||||
'row_quality' => '品質',
|
||||
'col_type' => 'タイプ',
|
||||
'col_name' => 'タイトル',
|
||||
'col_quality' => '品質',
|
||||
'title_size' => 'サイズ',
|
||||
'title_time_added' => '時間を追加します',
|
||||
'title_seeders' => '種子の数',
|
||||
'title_leechers' => 'ダウンロード数',
|
||||
'col_special' => 'プロモーション?',
|
||||
'text_normal' => '普通',
|
||||
'row_other_copies' => '他のバージョン',
|
||||
'row_last_seeder' => '最近のイベント:',
|
||||
'text_ago' => '前に',
|
||||
'text_size' => '<b>サイズ:</b>',
|
||||
'text_none_yet' => 'なし(%sチケットが必要ですが、今のみです',
|
||||
'text_only' => 'チケット',
|
||||
'text_none' => 'なし',
|
||||
'text_no_votes_yet' => 'まだ評価はありません',
|
||||
'text_invalid' => '無効?',
|
||||
'text_out_of_five_with' => '/5ポイント、合計',
|
||||
'text_votes_total' => 'チケット',
|
||||
'text_login_to_vote' => 'ログインして初めて</a>評価できます',
|
||||
'text_you_rated_as' => '(あなたは種子を評価します',
|
||||
'select_add_rating' => '(評価を追加)',
|
||||
'submit_vote' => '投票します',
|
||||
'row_rating' => 'スコア',
|
||||
'row_time' => '時間',
|
||||
'row_hot_meter' => 'ホットメーター',
|
||||
'text_views' => 'チェック:',
|
||||
'text_hits' => 'クリック:',
|
||||
'text_snatched' => '<b>完了:</b>',
|
||||
'text_view_snatches' => '</b>時間</a> <---クリックして完了の詳細を表示します',
|
||||
'text_average_speed' => '平均速度:',
|
||||
'text_total_speed' => '合計速度:',
|
||||
'text_health_note' => '(データは時間によって計算された平均であり、必ずしも正確ではありません)',
|
||||
'text_traffic' => '流れ:',
|
||||
'text_no_traffic' => 'トラフィックはありません',
|
||||
'text_status' => '州:',
|
||||
'text_dead' => '種子が切り取られます',
|
||||
'row_health' => '活力',
|
||||
'text_anonymous' => '匿名',
|
||||
'text_edit_torrent' => '編集',
|
||||
'text_edit_and_delete_torrent' => '編集/削除',
|
||||
'title_edit_torrent' => 'クリックしてこのシードを編集または削除します',
|
||||
'row_upped_by' => 'による',
|
||||
'text_click' => 'クリック',
|
||||
'text_num_files' => 'ファイルの数:',
|
||||
'text_see_full_list' => '[ビューリスト]',
|
||||
'text_files' => 'ファイル',
|
||||
'row_file_list' => 'ファイルリスト',
|
||||
'text_hide_list' => '[非表示リスト]',
|
||||
'row_action' => '行動',
|
||||
'text_download_torrent' => '種子をダウンロードしてください',
|
||||
'text_download_paid_torrent' => 'シードをダウンロードします(魔法のパワーは報告時に控除されます:%s)',
|
||||
'text_download_bought_torrent' => 'Seedsをダウンロード(購入)',
|
||||
'title_download_torrent' => '種子をダウンロードしてください',
|
||||
'text_ask_for_reseed' => '更新のリクエスト',
|
||||
'title_ask_for_reseed' => '種子がない場合、要求された完了が更新されます',
|
||||
'text_report_torrent' => '種子を報告します',
|
||||
'title_report_torrent' => '種子を報告することは規則に違反します',
|
||||
'text_here' => '<b>ここ</b> </a>。',
|
||||
'row_peers' => '仲間',
|
||||
'text_seeders' => 'シードメーカー',
|
||||
'text_leechers' => 'ダウンローダー',
|
||||
'text_peers_total' => '仲間',
|
||||
'row_seeders' => 'シードメーカー',
|
||||
'row_leechers' => 'ダウンローダー',
|
||||
'submit_say_thanks' => 'ありがとうと言ってください',
|
||||
'submit_you_said_thanks' => 'ありがとうと言った',
|
||||
'text_no_thanks_added' => 'まだありがとう',
|
||||
'row_thanks_by' => 'ありがとう',
|
||||
'row_torrent_info' => 'シードファイル',
|
||||
'text_torrent_structure' => '種子構造:',
|
||||
'text_torrent_info_note' => '[構造を見る]',
|
||||
'head_comments_for_torrent' => 'シードコメント - ',
|
||||
'text_comments_for' => 'シードコメント - ',
|
||||
'text_snatch_detail_for' => 'シード完成の詳細 - ',
|
||||
'text_users_top_finished_recently' => '上部のユーザーが最終的にダウンロードを完了します',
|
||||
'col_username' => 'ユーザー名',
|
||||
'col_uploaded' => 'ボリュームをアップロードします',
|
||||
'col_downloaded' => 'ダウンロード',
|
||||
'col_when_completed' => '仕上げる',
|
||||
'col_last_action' => '最近の傾向',
|
||||
'col_seeding' => '種を作る',
|
||||
'col_pm_user' => 'SMS',
|
||||
'col_report_user' => '報告',
|
||||
'col_on_or_off' => 'オンライン',
|
||||
'text_global' => 'グローバル',
|
||||
'text_torrent' => 'このタイプ',
|
||||
'text_yes' => 'はい',
|
||||
'text_no' => 'いいえ',
|
||||
'text_add_a_comment' => 'コメントを追加します',
|
||||
'text_no_comments_yet' => 'コメントはありません',
|
||||
'text_quick_comment' => '簡単なコメント',
|
||||
'submit_add_comment' => ' に追加 ',
|
||||
'title_pm' => 'メッセージを送信します',
|
||||
'title_report' => '報告',
|
||||
'title_online' => 'オンライン',
|
||||
'title_offline' => 'オンラインではありません',
|
||||
'select_kewl' => '狂ったように賞賛!',
|
||||
'select_pretty_good' => 'より良い',
|
||||
'select_decent' => '一般的に',
|
||||
'select_pretty_bad' => '貧しい',
|
||||
'select_sucks' => 'ごみ!',
|
||||
'text_lastfm_not_ready' => 'last.fm情報は取得されません。クリックしてください',
|
||||
'text_biography' => 'バイオグラフィー',
|
||||
'text_tags' => 'ラベル:',
|
||||
'text_similiar_artists' => '同様のアーティスト:',
|
||||
'text_may_also_like' => 'たぶんのように:',
|
||||
'text_top_albums' => '人気のアルバム:',
|
||||
'text_listener' => 'リスナー',
|
||||
'text_scrobbled' => 'プレイした',
|
||||
'text_album' => 'アルバム',
|
||||
'text_album_name' => 'アルバムタイトル:',
|
||||
'text_track_number_info' => '追跡:',
|
||||
'text_release_date' => '発行日:',
|
||||
'text_label' => 'レコード会社:',
|
||||
'text_track_list' => 'トラックリスト:',
|
||||
'text_track_number' => '# ',
|
||||
'text_track_name' => 'トラックタイトル',
|
||||
'text_track_duration' => '間隔',
|
||||
'text_track_listener' => 'リスナー',
|
||||
'text_ratings_legend' => '平均:',
|
||||
'text_points' => 'ポイント',
|
||||
'text_totalvotes' => 'チケット',
|
||||
'text_author' => '著者:',
|
||||
'text_from' => 'から',
|
||||
'h1_user_reviews' => 'ユーザーレビュー',
|
||||
'h1_critic_reviews' => '映画批評家によるレビュー',
|
||||
'h1_user_comments' => 'ユーザーのコメント',
|
||||
'text_local_link' => 'ローカルリンク',
|
||||
'text_at' => '投稿しました',
|
||||
'row_basic_info' => '基本情報',
|
||||
'text_site_rating' => 'スコア',
|
||||
'text_blank' => '投稿しました',
|
||||
'text_creator' => '作成者:',
|
||||
'submit_search_at_shooter' => '射手座ネットワークを検索します',
|
||||
'submit_search_at_opensubtitles' => 'opensubtitlesを検索します',
|
||||
'title_show_or_hide' => '表示または非表示',
|
||||
'title_bookmark' => '集める',
|
||||
'text_album_information' => 'アルバム情報:',
|
||||
'text_about_album' => 'アルバムについて:',
|
||||
'text_artist' => 'アーティスト',
|
||||
'text_artist_name' => 'アーティスト:',
|
||||
'text_medium' => '中くらい:',
|
||||
'text_team' => '制作チーム:',
|
||||
'text_audio_codec' => 'オーディオコーディング:',
|
||||
'text_delete' => '消去',
|
||||
'text_other_copies' => 'その他のバージョン',
|
||||
'row_uploader_bandwidth' => 'パブリッシャーの帯域幅',
|
||||
'text_and_more' => '……(ここには最新の記録のみが表示されます。一般',
|
||||
'text_users_in_total' => 'ありがとう)',
|
||||
'torrent_dl_url' => 'トレントリンク',
|
||||
'torrent_dl_url_notice' => 'BTクライアントで使用して、同じ日に有効です。',
|
||||
'torrent_dl_url_text' => '右クリックして表示します。',
|
||||
'span_description_have_given' => 'あなたは魔法の価値を与えました',
|
||||
'text_no_magic_added' => '魔法の価値の報酬はまだありません',
|
||||
'magic_value_number' => '魔法のポイントの数が与えられています',
|
||||
'magic_value_award' => '魔法の価値報酬',
|
||||
'magic_newest_record' => 'ここには最新のレコードのみが表示されます。',
|
||||
'magic_sum_user_give_number' => '合計数のメンバーが魔法の価値に報いました',
|
||||
'magic_show_all_description' => '詳細を表示します',
|
||||
'magic_haveGotBonus' => '現在、出版社は多くの魔法の価値報酬を受け取っています。',
|
||||
'magic_have_no_enough_bonus_value' => 'より多くの魔法のポイントが必要です。',
|
||||
'claim_already' => '認識された',
|
||||
'claim_now' => '請求',
|
||||
'claim_info' => '<b>%s </b>ユーザーと残りの<b>%s </b>によって請求されています。',
|
||||
'claim_detail' => 'クレームの詳細',
|
||||
'claim_label' => '種を主張します',
|
||||
'claim_confirm' => 'この種を請求したいですか?',
|
||||
'action_approval' => 'レビュー',
|
||||
'row_tags' => 'ラベル',
|
||||
'torrent_existed' => '種はすでに存在します!',
|
||||
);
|
||||
9
lang/ja/lang_docleanup.php
Normal file
9
lang/ja/lang_docleanup.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang_docleanup = array (
|
||||
'title' => 'クリーンアップを実行します',
|
||||
'running' => '掃除が進行中です、待ってください...',
|
||||
'force' => '強制的に徹底的にクリーニングする必要がある場合は、<a href = "docleanup.php?forceall = 1"> here </a>をクリックします。',
|
||||
'time_consumed' => '時間:%f秒',
|
||||
'done' => '仕上げる',
|
||||
);
|
||||
28
lang/ja/lang_donate.php
Normal file
28
lang/ja/lang_donate.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
$lang_donate = array (
|
||||
'std_sorry' => 'ごめん',
|
||||
'std_do_not_accept_donation' => '現在、寄付は受け付けていません。',
|
||||
'std_success' => '成功',
|
||||
'std_donation_success_note_one' => '寄付ありがとうございます!あなたの支払いは完了しました。クリックしてください',
|
||||
'std_here' => 'ここ',
|
||||
'std_donation_success_note_two' => 'お客様の寄付を確認できるように、お支払い情報をお送りください。',
|
||||
'head_donation' => '寄付する',
|
||||
'text_donate' => '寄付する',
|
||||
'std_error' => '間違い',
|
||||
'std_no_donation_account_available' => '寄付を受け取るアカウントはありません。この状況については、管理グループに伝えてください。',
|
||||
'text_donation_note' => '寄付するつもりでありがとう。何回寄付があっても、心から感謝します!',
|
||||
'text_donate_with_paypal' => 'PayPalに寄付してください',
|
||||
'text_donate_paypal_note' => '1.寄付金額を選択します。 <br /> 2。 [PayPal]ボタンをクリックします。 <br /> 3。 PayPalのWebサイトでの完全な支払い。',
|
||||
'text_select_donation_amount' => '寄付金額を選択してください:',
|
||||
'select_choose_donation_amount' => '---寄付金額を選択します---',
|
||||
'select_other_donation_amount' => 'その他の金額',
|
||||
'text_usd_mark' => '',
|
||||
'text_donation' => 'ドル',
|
||||
'text_donate_with_alipay' => 'Alipayに寄付してください',
|
||||
'text_donate_alipay_note_one' => '1. Alipayボタンをクリックします。 <br /> 2。 「奇妙な売り手への支払い」を選択します。 <br /> 3。 「Payee Alipayアカウント」にAlipayアカウントに入力してください',
|
||||
'text_donate_alipay_note_two' => '。 <br /> 4。支払いが完了するまで続行します。',
|
||||
'text_after_donation_note_one' => '寄付を完了したら、サイトを通して<b>支払い情報を必ず渡してください</b>',
|
||||
'text_send_us' => '私たちに送ってください',
|
||||
'text_after_donation_note_two' => '、あなたの寄付の確認を促進するため。',
|
||||
);
|
||||
4
lang/ja/lang_download.php
Normal file
4
lang/ja/lang_download.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$lang_download = array (
|
||||
);
|
||||
34
lang/ja/lang_downloadnotice.php
Normal file
34
lang/ja/lang_downloadnotice.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
$lang_downloadnotice = array (
|
||||
'head_download_notice' => 'ヒントをダウンロードしてください',
|
||||
'text_client_banned_notice' => '禁止されたクライアントプロンプト',
|
||||
'text_client_banned_note' => 'トラッカーは、最後に使用したBTクライアントが<b> banded </b>のカテゴリにあることをチェックします。以下の手順をお読みください。',
|
||||
'text_low_ratio_notice' => '低共有率のヒント',
|
||||
'text_low_ratio_note_one' => '<span class = \'striking\'> <b>警告:</b> </span>共有率が低すぎます!あなたがいる必要があります',
|
||||
'text_low_ratio_note_two' => 'それを内部的に改善します。そうしないと、このサイトの<b>アカウントは禁止されます</b>。共有率がわからない場合は、以下の指示を注意深くお読みください。',
|
||||
'text_first_time_download_notice' => '最初にプロンプトをダウンロードします',
|
||||
'text_first_time_download_note' => 'こんにちは! <br />これは、このサイトでシードをダウンロードするのが初めてかもしれません。 <br />この前に次の簡単なメモを読んでください。',
|
||||
'text_this_is_private_tracker' => 'これは共有レート要件を備えた非公開のBTサイトです',
|
||||
'text_private_tracker_note_one' => 'これはプライベートBTサイト(プライベートトラッカー)です。つまり、トラッカーは登録メンバーのみが利用できます。',
|
||||
'text_learn_more' => '見る',
|
||||
'text_nexuswiki' => 'Nexus wiki',
|
||||
'text_private_tracker_note_two' => 'メンバーシップを維持するには、必要なアップロード/ダウンロード比を最小限に抑える必要があります(つまり、共有率。共有率が低いとメンバーシップが失われます。',
|
||||
'text_see_ratio' => 'レート要件の共有については、参照してください',
|
||||
'text_private_tracker_note_three' => '現在の共有率は常にナビゲーションメニューの真下に表示されます。頻繁に注意してください。',
|
||||
'text_private_tracker_note_four' => '<b>良い共有率を取得する方法は? </b> <br/>最良の方法は、<b> BTクライアントを実行し続け、対応するファイルが削除されるまでダウンロードしたリソースを植えることです。',
|
||||
'text_use_allowed_clients' => '許容されるBTクライアントのみが使用されます',
|
||||
'text_allowed_clients_note_one' => 'BTクライアントには多くの種類があります。しかし、このサイトでは、<b>のみ</b>を許可します。他のクライアント(Qbittorrentee、Thunderなど)は、<SPAN class = \'striking\'>禁止</span>のカテゴリに分類され、トラッカーは接続要求を受け入れません。',
|
||||
'text_allowed_clients_note_two' => 'あなたはできる',
|
||||
'text_allowed_clients_note_three' => '許可されているクライアントはすべて、どのクライアントを使用するかわからない場合は、次の2つの推奨事項のいずれかを選択できます。',
|
||||
'title_download' => 'ダウンロード',
|
||||
'text_for' => 'サポートプラットフォーム:',
|
||||
'text_for_more_information_read' => '見る',
|
||||
'text_rules' => 'ルール',
|
||||
'text_and' => 'そして',
|
||||
'text_faq' => 'よくある質問',
|
||||
'text_let_me_download' => '共有率を上げます。',
|
||||
'text_notice_not_show_again' => 'このプロンプトは次回は表示されません',
|
||||
'text_notice_always_show' => 'このプロンプトは、共有率を改善するまで毎回表示されます。',
|
||||
'submit_download_the_torrent' => 'シードファイルをダウンロードします',
|
||||
);
|
||||
71
lang/ja/lang_edit.php
Normal file
71
lang/ja/lang_edit.php
Normal file
@@ -0,0 +1,71 @@
|
||||
<?php
|
||||
|
||||
$lang_edit = array (
|
||||
'head_edit_torrent' => 'シードの編集 - ',
|
||||
'text_cannot_edit_torrent' => 'シードを編集できません',
|
||||
'text_cannot_edit_torrent_note' => 'あなたは種ではないか、正しくログインしていません。 </a>',
|
||||
'row_torrent_name' => 'タイトル',
|
||||
'row_small_description' => '字幕',
|
||||
'row_nfo_file' => 'NFOファイル',
|
||||
'radio_keep_current' => '元のファイル',
|
||||
'radio_update' => '更新します',
|
||||
'radio_remove' => '取り除く',
|
||||
'row_description' => '導入',
|
||||
'row_type' => 'タイプ',
|
||||
'text_source' => 'ソース:',
|
||||
'select_choose_one' => '選択してください',
|
||||
'text_codec' => 'コーディング:',
|
||||
'text_standard' => '解決:',
|
||||
'text_processing' => '対処する:',
|
||||
'row_quality' => '品質',
|
||||
'text_quality_note' => '<b>ビデオ</b>ファイルのみに適用されます。',
|
||||
'row_visible' => '見せる',
|
||||
'checkbox_visible' => '閲覧ページに表示します',
|
||||
'text_visible_note' => '注:アップローダーがあるときにシードは自動的に表示され、一定期間シードがない場合(シードが切断されます)、隠されます。これを選択して、プロセスを手動でスピードアップします。同時に、隠された種子はまだ表示または検索できることに注意してくださいが、デフォルトでは表示されません。',
|
||||
'row_anonymous_uploader' => '匿名でアップロードします',
|
||||
'checkbox_anonymous_note' => 'ブラウジングページにユーザー名を表示しないでください',
|
||||
'row_special_torrent' => 'プロモーションシード',
|
||||
'select_use_global_setting' => 'グローバル設定を使用します',
|
||||
'select_forever' => '永続',
|
||||
'select_until' => 'それまで',
|
||||
'text_keep_current' => '元の設定',
|
||||
'text_ie_for' => '間隔',
|
||||
'text_promotion_until_note' => '(タイムフォーマットは「年年の年の日の日時間:分:秒秒」です)',
|
||||
'select_normal' => '普通',
|
||||
'select_free' => '無料',
|
||||
'select_two_times_up' => '2倍アップロード',
|
||||
'select_free_two_times_up' => '無料および2xアップロード',
|
||||
'select_half_down' => '50%ダウンロード',
|
||||
'select_choose_torrent_state' => '種子のプロモーションステータスを設定します',
|
||||
'row_torrent_position' => '種子の場所',
|
||||
'row_recommended_movie' => '推奨ビデオ',
|
||||
'select_choose_recommended_movie' => 'ビデオポスターがホームページ「推奨ホットフィルム」または「推奨クラシック」に表示されるかどうかを選択します',
|
||||
'select_hot' => '人気のある',
|
||||
'select_classic' => 'クラシック',
|
||||
'select_recommended' => '推薦する',
|
||||
'select_sticky' => 'トップ',
|
||||
'select_choose_if_sticky' => 'シードページにシードがトッピングされているかどうかを選択します',
|
||||
'row_banned' => '禁止する',
|
||||
'checkbox_banned' => '禁止する',
|
||||
'submit_edit_it' => '編集',
|
||||
'submit_revert_changes' => 'リセット',
|
||||
'text_delete_torrent' => '<b>シードを削除</b> - 理由:',
|
||||
'radio_dead' => '種子が切り取られます',
|
||||
'text_dead_note' => '0シードメーカー + 0ダウンローダー= 0合計コンパニオン',
|
||||
'radio_dupe' => '繰り返す',
|
||||
'radio_nuked' => '劣った品質',
|
||||
'radio_rules' => 'ルールの違反',
|
||||
'text_req' => '(必須)',
|
||||
'radio_other' => '他の',
|
||||
'submit_delete_it' => '消去',
|
||||
'text_move_to_browse' => 'タイプはシードエリアに変更されました',
|
||||
'text_move_to_special' => 'タイプは<b>特別</b>領域になります',
|
||||
'text_medium' => '中くらい:',
|
||||
'row_pick' => '選択します',
|
||||
'row_check' => 'チェック',
|
||||
'text_team' => '制作チーム',
|
||||
'text_audio_codec' => 'オーディオエンコーディング',
|
||||
'row_content' => 'コンテンツ',
|
||||
'ban_reason_label' => '理由',
|
||||
'fill_quality' => '品質を埋めます',
|
||||
);
|
||||
9
lang/ja/lang_faq.php
Normal file
9
lang/ja/lang_faq.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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' => '目次',
|
||||
);
|
||||
10
lang/ja/lang_fastdelete.php
Normal file
10
lang/ja/lang_fastdelete.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$lang_fastdelete = array (
|
||||
'std_delete_failed' => '削除が失敗しました!',
|
||||
'std_missing_form_data' => 'アイテムが埋められています',
|
||||
'text_no_permission' => 'シードを削除する許可はなく、モデレーターとユーザー以上のユーザーのみができます。投稿した種子を削除したい場合は、連絡してください。',
|
||||
'std_delete_torrent' => 'シードを削除します',
|
||||
'std_delete_torrent_note' => '確認:シードを削除しようとしています。クリックしてください',
|
||||
'std_here_if_sure' => 'ここで確認しましょう</a>。',
|
||||
);
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user