From 2081537011abd87061eec9b72d26ff79bd36058e Mon Sep 17 00:00:00 2001 From: ddtddt Date: Tue, 10 Apr 2012 04:43:02 +0000 Subject: =?UTF-8?q?[trunk]=20-=20language=20-=20update=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:2457?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/trunk@14070 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/zh_TW/common.lang.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'language/zh_TW') diff --git a/language/zh_TW/common.lang.php b/language/zh_TW/common.lang.php index d44be1ae7..2bef469b4 100644 --- a/language/zh_TW/common.lang.php +++ b/language/zh_TW/common.lang.php @@ -389,4 +389,19 @@ $lang['Mobile'] = '移動'; $lang['Desktop'] = '桌面'; $lang['2small'] = '極小'; $lang['xsmall'] = '特小'; +$lang['File name, A → Z'] = '檔案名稱, A → Z'; +$lang['File name, Z → A'] = '檔案名稱, Z → A'; +$lang['Photo title, A → Z'] = '相片標題, A → Z'; +$lang['Photo title, Z → A'] = '相片標題, Z → A'; +$lang['Date created, new → old'] = '建立日期, 新 → 舊'; +$lang['Date created, old → new'] = '建立日期, 舊 → 新'; +$lang['Date posted, new → old'] = '發佈日期, 新 → 舊'; +$lang['Date posted, old → new'] = '發佈日期, 舊 → 新'; +$lang['Rating score, high → low'] = '評價得分, 高 → 低'; +$lang['Rating score, low → high'] = '評價得分, 低 → 高'; +$lang['Visits, high → low'] = '點閱率, 高 → 低'; +$lang['Visits, low → high'] = '點閱率, 低 → 高'; +$lang['Numeric identifier, 1 → 9'] = '數字標識符, 1 → 9'; +$lang['Numeric identifier, 9 → 1'] = '數字標識符, 9 → 1'; +$lang['Manual sort order'] = '手動排序'; ?> \ No newline at end of file -- cgit v1.2.3