http://phpbb-tw.net/phpbb/viewtopic.php?t=19396
請問到底要裝哪一個?【心靈捕手】說【覺得語句有點繁瑣的話, 那麼, 可以參考這篇文章的修改: 】這句話的意思是只要裝最後一個就可以了??
真的這麼簡單就行了嗎?還是全部裝一次?如果是這樣...【覺得語句有點繁瑣的話】我實在不懂他說的是什麼??
代碼: 選擇全部
#-----[ ?#125;啟 ]------------------------------------------
#
language/lang_chinese_traditional_taiwan/lang_main.php
#
#-----[ 尋找 ]--------------------------------------
#
$lang['Posted_replys_zero_total'] = '目前沒有發表的回覆'; // Number of replys
$lang['Posted_replys_total'] = '目前總共發表了 <b>%d</b> 篇回覆'; // Number of replys
$lang['Posted_reply_total'] = '目前總共發表了 <b>%d</b> 篇回覆'; // Number of replys
$lang['Posted_topics_zero_total'] = '目前沒有發表的主題'; // Number of topics
$lang['Posted_topics_total'] = '目前總共發表了 <b>%d</b> 篇主題'; // Number of topics
$lang['Posted_topic_total'] = '目前總共發表了 <b>%d</b> 篇主題'; // Number of topics
#
#-----[ 替換為 ]--------------------------------------
#
$lang['Posted_replys_zero_total'] = '沒有發表的回覆'; // Number of replys
$lang['Posted_replys_total'] = ' <b>%d</b> 篇回覆'; // Number of replys
$lang['Posted_reply_total'] = ' <b>%d</b> 篇回覆'; // Number of replys
$lang['Posted_topics_zero_total'] = '其中沒有發表的主題'; // Number of topics
$lang['Posted_topics_total'] = '其中有 <b>%d</b> 篇主題'; // Number of topics
$lang['Posted_topic_total'] = '其中有 <b>%d</b> 篇主題'; // Number of topics
#
#-----[ 存檔 ]------------------------------------------
#
#-----[ ?#125;啟 ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ 尋找 ]--------------------------------------
#
{TOTAL_TOPICS}, {TOTAL_REPLYS}, {TOTAL_POSTS}
#
#-----[ 替換為 ]--------------------------------------
#
{TOTAL_POSTS}, {TOTAL_TOPICS}, {TOTAL_REPLYS}
#
#-----[ 存檔 ]------------------------------------------

