From 1c208a676143de6683075a5fb8420fa4363e2ecc Mon Sep 17 00:00:00 2001 From: ddtddt Date: Mon, 14 Mar 2011 06:24:07 +0000 Subject: [PATCH] [trunk] - language - update zh_TW thanks to chouyh git-svn-id: http://piwigo.org/svn/trunk@9657 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/zh_TW/admin.lang.php | 8 ++++++++ language/zh_TW/upgrade.lang.php | 2 ++ tools/language/translation_validated.inc.php | 6 +++++- 3 files changed, 15 insertions(+), 1 deletion(-) 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 %s, before ?>, insert:'] = '在 %s, 之前 ?>, 插入:'; +$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', + ), ); ?>