From cf4e71c22d3f6c930090cd9d047972252d4be41d Mon Sep 17 00:00:00 2001 From: Piwigo-TranslationTeam Date: Thu, 14 Jun 2012 09:46:11 +0000 Subject: [PATCH] [trunk_public] Update zh_CN, thanks to : quqibing git-svn-id: http://piwigo.org/svn/trunk@15662 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/zh_CN/common.lang.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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