diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-05-13 19:11:10 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-05-13 19:11:10 +0000 |
commit | e9da076eea010ff215927ecae58eeaa3f56e16e9 (patch) | |
tree | cf3ce6d99143c20cfcb431f2494c32540b1b2e11 /language | |
parent | ad1ee72b98b643467f950b6ece95329eca95bea6 (diff) |
[branche 2.2] - language - update zh_CN bug
git-svn-id: http://piwigo.org/svn/branches/2.2@10870 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_CN/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index caec7e3ed..2fce9378e 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -327,7 +327,7 @@ $lang['Accelerate diaporama speed'] = '加快播放速度'; $lang['Submit'] = '确认'; $lang['Yes'] = '是'; $lang['No'] = '否'; -$lang['%d photo']='%d 张图片' +$lang['%d photo']='%d 张图片'; $lang['%d photos']='%d 图片'; $lang['%d photo is also linked to current tags'] = '%d 图片同时与当前标签相关'; $lang['%d photos are also linked to current tags'] = '%d 图片同时与当前标签相关'; |