diff options
author | Wayne San <waynesan@gmail.com> | 2008-10-14 20:34:10 +0200 |
---|---|---|
committer | Wayne San <waynesan@gmail.com> | 2008-10-14 20:34:10 +0200 |
commit | 20e29859d7134c28e50a97c828f78aa7fe719352 (patch) | |
tree | f3435e8cae5b298ea22c661878b8bdc0185fa821 /lib/plugins/config | |
parent | 7adf8b302884d3cbd332892b2a1ac60f1181b43a (diff) | |
download | rpg-20e29859d7134c28e50a97c828f78aa7fe719352.tar.gz rpg-20e29859d7134c28e50a97c828f78aa7fe719352.tar.bz2 |
Traditional Chinese language update
darcs-hash:20081014183410-f6d1c-b5e7a807cfb16f381e0900573dfb5446455be422.gz
Diffstat (limited to 'lib/plugins/config')
-rw-r--r-- | lib/plugins/config/lang/zh-tw/lang.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/zh-tw/lang.php b/lib/plugins/config/lang/zh-tw/lang.php index fa4c8ccc0..062369673 100644 --- a/lib/plugins/config/lang/zh-tw/lang.php +++ b/lib/plugins/config/lang/zh-tw/lang.php @@ -4,6 +4,7 @@ * * @author Li-Jiun Huang <ljhuang.tw@gmail.com> * @author http://www.chinese-tools.com/tools/converter-simptrad.html + * @author Wayne San <waynesan@zerozone.tw> */ $lang['menu'] = '系統配置設定'; $lang['error'] = '設定因為不合法的值而失敗,請檢查您的改變並重新送出。 @@ -108,6 +109,7 @@ $lang['xmlrpc'] = '啟用/停用 XML-RPC 介面'; $lang['renderer_xhtml'] = '主维基页面 (xhtml) 输出使用的渲染'; $lang['renderer__core'] = '%s (dokuwiki 核心)'; $lang['renderer__plugin'] = '%s (外掛)'; +$lang['rememberme'] = '是否在登入畫面顯示記住我'; $lang['rss_type'] = 'XML feed 類型'; $lang['rss_linkto'] = 'XML feed 連結到'; $lang['rss_content'] = 'XML feed 項目中顯示什麼呢?'; @@ -162,3 +164,5 @@ $lang['xsendfile_o_0'] = '不使用'; $lang['xsendfile_o_1'] = '專有 lighttpd 頭(1.5 發布前)'; $lang['xsendfile_o_2'] = '標准 X-Sendfile 頭'; $lang['xsendfile_o_3'] = '專有 Nginx X-Accel-Redirect 頭'; +$lang['showuseras_o_loginname'] = '登入名稱'; +$lang['showuseras_o_username'] = '完整姓名'; |