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

30 lines
1.9 KiB
PHP
Raw Permalink 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_promotionlink = array
(
'head_promotion_link' => "宣傳鏈結",
'text_promotion_link' => "宣傳鏈結",
'text_promotion_link_note_one' => "如果你很喜歡本站,想讓更多人知道它,你可以使用你的宣傳鏈結輔助說明我們宣傳。",
'text_promotion_link_note_two' => "每個用戶都有唯一的確定其身份的宣傳鏈結,由系統隨機生成。當網友點擊你的宣傳鏈結時,他將會被轉向本站,同時系統會對你進行獎勵。",
'text_you_would_get' => "你將獲得",
'text_bonus_points' => "個魔力值如果你的宣傳鏈結獲得一次來自一個未記錄的IP的點擊。",
'text_seconds' => "秒內最多獎勵一次點擊。",
'text_your_promotion_link_is' => "你的宣傳鏈結為:",
'text_promotion_link_note_four' => "你可以通過各種方式將你的宣傳鏈結傳遞出去,以下是一些例子。",
'col_type' => "類別",
'col_code' => "程式碼",
'col_result' => "效果",
'col_note' => "註釋",
'row_xhtml' => "XHTML 1.0",
'text_xhtml_note' => "如果你有個人網站你可以在頁面中使用XHTML程式碼。",
'row_html' => "HTML 4.01",
'text_html_note' => "如果你有個人網站你可以在頁面中使用HTML程式碼。",
'row_bbcode' => "BBCode論壇程式碼",
'text_bbcode_note' => "大部分論壇程式如vBulletinDiscuz!PHPWind支援名為BBCode的論壇程式碼。你可以將此程式碼放在你的簽名檔中。",
'row_bbcode_userbar' => "論壇程式碼 - 個性條",
'text_bbcode_userbar_note' => "抓取你的個性條。如果你在控制面板中將你的隱私等級設為“高”,則<b>無法</b>使用個性條。",
'row_bbcode_userbar_alt' => "論壇程式碼 - 個性條(另一方式)",
'text_bbcode_userbar_alt_note' => "當上面方式不可用時使用此方式。如果你在控制面板中將你的隱私等級設為“高”,則<b>無法</b>使用個性條。"
)
?>