From 7464b29d223bc4de545daafabdc67df68041b9d3 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Fri, 7 Oct 2011 05:38:26 +0000 Subject: =?UTF-8?q?[branches2.3]=20-=20language=20-=20zh=5FTW=20-=20?= =?UTF-8?q?=E4=B8=AD=E6=96=87=20(=E7=B9=81=E9=AB=94)=20-=20Chinese=20tradi?= =?UTF-8?q?tional=20Thanks=20to=20=20chouyh=20-=20feature:2458?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/branches/2.3@12377 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/zh_TW/admin.lang.php | 17 +++++++++++++++++ language/zh_TW/install.lang.php | 6 ++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/language/zh_TW/admin.lang.php b/language/zh_TW/admin.lang.php index 52ad0c81e..1ebfdb17f 100644 --- a/language/zh_TW/admin.lang.php +++ b/language/zh_TW/admin.lang.php @@ -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 $conf[\'order_by\'] in your local configuration file, this parameter in deprecated, please remove it or rename it into $conf[\'order_by_custom\'] !'] = '你已在本地設定檔選用 $conf[\'order_by\'],造成參數矛盾,請將它移除或重新命名為 $conf[\'order_by_custom\']!'; +$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圖片'; ?> \ No newline at end of file diff --git a/language/zh_TW/install.lang.php b/language/zh_TW/install.lang.php index 6f38aaa12..5a57a2cca 100644 --- a/language/zh_TW/install.lang.php +++ b/language/zh_TW/install.lang.php @@ -28,13 +28,10 @@ $lang['Database configuration'] = '數據庫設置'; $lang['Admin configuration'] = '管理員帳戶設置'; $lang['Start Install'] = '開始安裝'; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '郵箱地址格式 xxx@yyy.eee (例 : jack@altern.org)'; - $lang['Webmaster login'] = '管理員'; $lang['It will be shown to the visitors. It is necessary for website administration'] = '所有用戶都能看到此帳戶。必須提供此帳戶來管理網站'; - $lang['Connection to server succeed, but it was impossible to connect to database'] = '服務器連接正常,但是無法連接到數據庫'; $lang['Can\'t connect to server'] = '無法連接到服務器'; - $lang['Host'] = 'MySQL主機地址'; $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; $lang['User'] = '用戶'; @@ -55,7 +52,6 @@ $lang['verification'] = '核實'; $lang['Need help ? Ask your question on Piwigo message board.'] = '需要幫助? 請到Piwigo論壇提出你的問題.'; $lang['Webmaster mail address'] = '管理員Email地址'; $lang['Visitors will be able to contact site administrator with this mail'] = '遊客通過此Email跟你聯繫'; - $lang['PHP 5 is required'] = '必須PHP 5版本'; $lang['It appears your webhost is currently running PHP %s.'] = '你主機PHP版本好像是PHP %s.'; $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo試著創建或修改.htaccess文件來轉換到PHP 5。'; @@ -70,4 +66,6 @@ $lang['An alternate solution is to copy the text in the box above and paste it i $lang['Creation of config file local/config/database.inc.php failed.'] = '創建 local/config/database.inc.php 文件失敗.'; $lang['Download the config file'] = '下載配置文件'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = '您可以下載配置文件,然後上傳到 local/config 目錄以完成您的安裝.'; +$lang['Just another Piwigo gallery'] = '另一本Piwigo相片集'; +$lang['Welcome to my photo gallery'] = '歡迎進入我的相片集'; ?> \ No newline at end of file -- cgit v1.2.3