aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2011-03-14 06:24:07 +0000
committerddtddt <ddtddt@piwigo.org>2011-03-14 06:24:07 +0000
commit1c208a676143de6683075a5fb8420fa4363e2ecc (patch)
tree3bdea56c3f059c909ed1f6023810e55ce401278c
parent345fcfd4e38215d4e2487d0010d3c509365ee948 (diff)
[trunk] - language - update zh_TW thanks to chouyh
git-svn-id: http://piwigo.org/svn/trunk@9657 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/zh_TW/admin.lang.php8
-rw-r--r--language/zh_TW/upgrade.lang.php2
-rw-r--r--tools/language/translation_validated.inc.php6
3 files changed, 15 insertions, 1 deletions
diff --git a/language/zh_TW/admin.lang.php b/language/zh_TW/admin.lang.php
index fb48862c0..45dc4ebb4 100644
--- a/language/zh_TW/admin.lang.php
+++ b/language/zh_TW/admin.lang.php
@@ -768,5 +768,13 @@ $lang['with no tag'] = '沒有標籤';
$lang['with no virtual album'] = '沒有虛擬相冊';
$lang['You have %d orphan tags: %s.'] = '您已 %d 無關聯標籤: %s.';
$lang['Remove from caddie'] = '從購物藍裡移除';
+$lang['Themes which need upgrade'] = '需更新的主題';
+$lang['Languages which need upgrade'] = '需更新的語言';
+$lang['All themes are up to date.'] = '所有主題都是最新的';
+$lang['All plugins are up to date.'] = '所有插件都是最新的';
+$lang['All languages are up to date.'] = '所有語言都是最新的';
+$lang['Visit theme site'] = '瀏覽主題頁面';
+$lang['Visit language site'] = '瀏覽語言頁面';
+$lang['New Version'] = '新版本';
?> \ No newline at end of file
diff --git a/language/zh_TW/upgrade.lang.php b/language/zh_TW/upgrade.lang.php
index 7840d3567..79574c2a6 100644
--- a/language/zh_TW/upgrade.lang.php
+++ b/language/zh_TW/upgrade.lang.php
@@ -39,4 +39,6 @@ $lang['All sub-albums of private albums become private'] = '相冊裡的所有
$lang['User permissions and group permissions have been erased'] = "用戶和組的權限已被清除";
$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = "在前一個配置操作中,只有縮略圖的前綴和網站管理員的郵件地址被保存了。";
$lang['In <i>%s</i>, before <b>?></b>, insert:'] = '在 <i>%s</i>, 之前 <b>?></b>, 插入:';
+$lang['As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:'] = '為小心起見,以下主題已停用。假如要重新啟用它們,你必須先檢查有沒有可更新的主題:';
+
?> \ No newline at end of file
diff --git a/tools/language/translation_validated.inc.php b/tools/language/translation_validated.inc.php
index 2e42dbc95..be0761ce4 100644
--- a/tools/language/translation_validated.inc.php
+++ b/tools/language/translation_validated.inc.php
@@ -566,6 +566,10 @@ $validated_keys = array(
'IP',
'localhost, sql.multimania.com, toto.freesurf.fr',
),
-
+
+ 'zh_TW' => array(
+ 'IP',
+ 'localhost, sql.multimania.com, toto.freesurf.fr',
+ ),
);
?>