Files
nexusphp/lang/cht/lang_linksmanage.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

43 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$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_three' => "3.本站所做鏈接均為文字鏈接。",
'text_rule_four' => "4.申請網站至少要有200名注冊用戶或者平均日訪問人數不少于50。",
'text_rule_five' => "5.本站".$SITENAME."保留可不經過任何通知,自由<strong>修改或刪除</strong>本站上的鏈接的權力。",
'text_rule_six' => "6.如果你的網站符合以上條款,歡迎向我們".$SITENAME."提出交換鏈接的申請。然而,我們不保證接受所有申請。",
'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_administrator' => "管理員",
'text_administrator_note' => "要求填寫管理員的<b>真實姓名</b>",
'text_email' => "郵箱",
'text_reason' => "理由",
'submit_okay' => "確定",
'submit_reset' => "清空",
'std_error' => "錯誤",
'std_no_sitename' => "網站名不能為空。",
'std_no_url' => "鏈接地址不能為空。",
'std_no_admin' => "管理員不能為空。請填寫管理員的姓名。",
'std_no_email' => "郵箱地址不能為空。",
'std_invalid_email' => "郵箱地址無效。",
'std_no_reason' => "理由不能為空。請填寫申請理由。",
'std_reason_too_short' => "理由過短。請詳細填寫。",
'std_success' => "成功",
'std_success_note' => "你的申請已成功提交。請等待我們的回復。",
'text_sitename_note' => "申請網站的名字,如<i>NexusPHP</i>",
'text_url_note' => "<i>http://www.nexusphp.com</i>",
'text_email_note' => "請填寫申請網站的管理員的郵箱地址,便于我們聯系",
'js_sure_to_delete_link' => "你確定要刪除此鏈接?",
);
?>