[trunk] - language - update zh_TW thanks to chouyh

git-svn-id: http://piwigo.org/svn/trunk@9657 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt 2011-03-14 06:24:07 +00:00
commit 1c208a6761
3 changed files with 15 additions and 1 deletions

View file

@ -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'] = '新版本';
?>

View file

@ -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:'] = '為小心起見,以下主題已停用。假如要重新啟用它們,你必須先檢查有沒有可更新的主題:';
?>