diff options
author | L.J. Huang <ljhuang.tw@gmail.com> | 2009-05-10 13:48:51 +0200 |
---|---|---|
committer | L.J. Huang <ljhuang.tw@gmail.com> | 2009-05-10 13:48:51 +0200 |
commit | 2503390b7b9833ebe5b062c338b5f4bb024b5da8 (patch) | |
tree | 9486270a615e368fa5c4585a84cb16b0f5c79d1e /lib/plugins/popularity | |
parent | 1503bf90cbed7a851764959d24f3bee1ac8e6b94 (diff) | |
download | rpg-2503390b7b9833ebe5b062c338b5f4bb024b5da8.tar.gz rpg-2503390b7b9833ebe5b062c338b5f4bb024b5da8.tar.bz2 |
Traditional Chinese language update
Ignore-this: cec7d286074cdc4fae2c10c3d7dd2140
darcs-hash:20090510114851-3d152-a7b2ac878608b2dfc2211baac771e3c570177e58.gz
Diffstat (limited to 'lib/plugins/popularity')
-rw-r--r-- | lib/plugins/popularity/lang/zh-tw/intro.txt | 10 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/zh-tw/lang.php | 5 |
2 files changed, 8 insertions, 7 deletions
diff --git a/lib/plugins/popularity/lang/zh-tw/intro.txt b/lib/plugins/popularity/lang/zh-tw/intro.txt index 19098a43a..54444afc0 100644 --- a/lib/plugins/popularity/lang/zh-tw/intro.txt +++ b/lib/plugins/popularity/lang/zh-tw/intro.txt @@ -1,9 +1,9 @@ -====== 使用者反饋 ====== +====== 人氣反饋 ====== -本工具收集關於您 Wiki 網站的匿名訊息,並允許您將其發送給 DokuWiki 的開發者。這樣做有助於我們了解使用者是如何使用 DokuWiki 的,並能使我們未來的開發決策建立在現實使用資料上。 +本工具收集關於您維基站點的匿名信息,並允許您將其發送給 DokuWiki 的開發者。這樣做有助於我們了解用戶是如何使用 DokuWiki 的,並能使我們未來的開發決策建立在現實使用數據上。 -我們鼓勵您不時重複該步驟,以便我們能了解您的 Wiki 網站發展進度。您的資料集將被匿名 ID 標識。 +我們鼓勵您不時重復該步驟,以便我們能了解您的維基站點發展進度。您的數據集將被匿名 ID 標識。 -收集的資料包括 DokuWiki 版本、您的頁面數量以及檔案大小、已安裝的外掛、伺服器上的 PHP 相關訊息。 +收集的數據包括 DokuWiki 版本、您的頁面數量以及文件大小、已安裝的插件、服務器上的 PHP 相關信息。 -將被發送的原始資料如下所示。請點擊“傳送資料”按鈕進行傳輸。
\ No newline at end of file +將被發送的原始數據如下所示。請點擊“發送數據”按扭進行傳輸。
\ No newline at end of file diff --git a/lib/plugins/popularity/lang/zh-tw/lang.php b/lib/plugins/popularity/lang/zh-tw/lang.php index 0809be299..a6b648aed 100644 --- a/lib/plugins/popularity/lang/zh-tw/lang.php +++ b/lib/plugins/popularity/lang/zh-tw/lang.php @@ -5,6 +5,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> + * @author Li-Jiun Huang <ljhuang.tw@gmai.com> */ -$lang['name'] = '使用者反饋(載入可能需要一些時間)'; -$lang['submit'] = '傳送資料'; +$lang['name'] = '人氣反饋(載入可能需要一些時間)'; +$lang['submit'] = '發送數據'; |