[trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457

git-svn-id: http://piwigo.org/svn/trunk@12376 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt 2011-10-07 05:36:04 +00:00
commit 8840705eba
2 changed files with 19 additions and 4 deletions

View file

@ -785,4 +785,21 @@ $lang['display'] = '顯示';
$lang['Learn more'] = '瞭解更多';
$lang['Rate'] = '評分';
$lang['Average rate'] = '評分';
$lang['Activate icon "new" next to albums and pictures'] = '在相簿及相片旁邊加上"新"的圖示';
$lang['Add a criteria'] = '新增標準';
$lang['Deactivate all'] = '取消全部';
$lang['Default photos order'] = '預設的相片順序';
$lang['Restore'] = '復原';
$lang['Restore default configuration. You will lose your plugin settings!'] = '復原至預設設定。你將失去你在套件上的設定!';
$lang['Show menubar'] = '顯示選單列';
$lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = '無法使用預設相片順序,因你在本地端已另有設定。';
$lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = '你已在本地設定檔選用 <i>$conf[\'order_by\']</i>,造成參數矛盾,請將它移除或重新命名為 <i>$conf[\'order_by_custom\']</i>';
$lang['Regenerate Thumbnails'] = '重新製作小圖';
$lang['Regenerate Websize Photos'] = '重新製作適用於網頁瀏覽的圖片';
$lang['Thumbnails generation in progress...'] = '小圖製作中...';
$lang['Photos generation in progress...'] = '圖片製作中...';
$lang['%s thumbnails have been regenerated'] = '小圖製作完成';
$lang['%s thumbnails can not be regenerated'] = '無法製作小圖';
$lang['%s photos have been regenerated'] = '%s圖片製作完成';
$lang['%s photos can not be regenerated'] = '無法製作%s圖片';
?>