mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
53 lines
2.7 KiB
PHP
53 lines
2.7 KiB
PHP
<?php
|
||
|
||
$lang_linksmanage = array
|
||
(
|
||
'head_apply_for_links' => "申請鏈接",
|
||
'text_apply_for_links' => "申請鏈接",
|
||
'text_rules' => "交換鏈接規則:",
|
||
'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.本站%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='https://nexusphp.org' 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>https://nexusphp.org</i>",
|
||
'text_email_note' => "請填寫申請網站的管理員的郵箱地址,便于我們聯系",
|
||
'std_missing_form_data' => "請填寫必填項目。",
|
||
'std_unable_creating_new_link' => "無法創建新的鏈接。",
|
||
'std_links_manage' => "管理鏈接",
|
||
'text_add_link' => "添加鏈接",
|
||
'text_manage_links' => "管理鏈接",
|
||
'text_modify' => "修改",
|
||
'text_edit' => "編輯",
|
||
'text_delete' => "刪除",
|
||
'text_no_links_found' => "對不起,當前沒有任何鏈接!",
|
||
'text_edit_link' => "編輯鏈接",
|
||
'js_sure_to_delete_link' => "你確定要刪除此鏈接?",
|
||
);
|
||
|
||
?>
|
||
|