diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-06-14 09:46:11 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-06-14 09:46:11 +0000 |
commit | cf4e71c22d3f6c930090cd9d047972252d4be41d (patch) | |
tree | 6cc169ec2ad4a7b2df34ac5ee3e623036806be7f /language/zh_CN | |
parent | 615e0c1b3bd1b706ada8ee2ae2c76fa6aa88cbb9 (diff) |
[trunk_public] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@15662 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/zh_CN')
-rw-r--r-- | language/zh_CN/common.lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index fa28527fa..359b413ac 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -406,4 +406,12 @@ $lang['Rating score, high → low'] = '评分, 高 → 低'; $lang['Rating score, low → high'] = '评分, 低 → 高'; $lang['Visits, high → low'] = '访问量, 高 → 低'; $lang['Visits, low → high'] = '访问量, 低 → 高'; +$lang['%d rate'] = '%d '; +$lang['Bad request'] = '请求错误'; +$lang['Forbidden'] = '禁止'; +$lang['Page not found'] = '未找到页面'; +$lang['Permalink for album not found'] = '未找到相册的固定链接'; +$lang['Piwigo encountered a non recoverable error'] = 'Piwigo的遇到了一个不可恢复的错误'; +$lang['Requested album does not exist'] = '相册不存在'; +$lang['Requested tag does not exist'] = '标签不存在'; ?>
\ No newline at end of file |