diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-04-10 04:25:14 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-04-10 04:25:14 +0000 |
commit | 5eda94c0381338decfc6db79f926bb0b575d0a80 (patch) | |
tree | 8af8e6599b76dcf96f0fd468d01bbf42c4e38a5f | |
parent | 8e87faa30127a9d9de0400704013556ff9eb2fee (diff) |
[trunk (public)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@14064 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/zh_CN/common.lang.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index e4d90331c..fa28527fa 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -391,4 +391,19 @@ $lang['Show oldest comments first'] = '先显示旧评论'; $lang['View in'] = '查看'; $lang['2small'] = 'XXS - 微小'; $lang['xsmall'] = 'XS - 非常小'; +$lang['Date created, new → old'] = '创建日期, 新 → 旧'; +$lang['Date created, old → new'] = '创建日期, 旧 → 新'; +$lang['Date posted, new → old'] = '发布日期, 新 → 旧'; +$lang['Date posted, old → new'] = '发布日期, 旧 → 新'; +$lang['File name, A → Z'] = '文件名, A → Z'; +$lang['File name, Z → A'] = '文件名, Z → A'; +$lang['Manual sort order'] = '手动排序'; +$lang['Numeric identifier, 1 → 9'] = '数字ID, 1 → 9'; +$lang['Numeric identifier, 9 → 1'] = '数字ID, 9 → 1'; +$lang['Photo title, A → Z'] = '图片标题, A → Z'; +$lang['Photo title, Z → A'] = '图片标题, Z → A'; +$lang['Rating score, high → low'] = '评分, 高 → 低'; +$lang['Rating score, low → high'] = '评分, 低 → 高'; +$lang['Visits, high → low'] = '访问量, 高 → 低'; +$lang['Visits, low → high'] = '访问量, 低 → 高'; ?>
\ No newline at end of file |