diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-13 12:12:35 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-13 12:12:35 +0000 |
commit | 7494a410566a9774a9fc6840c8d467229b86c6f1 (patch) | |
tree | b40f0332a8d5584896a30795e7f2e0b3a1e31837 /language/zh_CN | |
parent | c24dea4242031bdff3df793b26c4fc0d559272ed (diff) |
delete some useless keys
git-svn-id: http://piwigo.org/svn/trunk@10352 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_CN/common.lang.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index a5c203525..48e213ab1 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -230,10 +230,6 @@ $lang['month'][8] = "8月"; $lang['month'][9] = "9月"; $lang['Most visited'] = "最多观看"; $lang['display most visited photos'] = "显示最多观看的图片"; -// $lang['The number of photos per row must be a not null scalar'] = "每行图片的数量必须为非零整数"; -// $lang['Number of photos per row'] = "每行图片的数量"; -// $lang['The number of rows per page must be a not null scalar'] = "行数必须为非零整数"; -// $lang['Number of rows per page'] = "每页行数"; $lang['Unknown identifier'] = "未知标识符"; $lang['New password'] = "新密码"; $lang['Rate this photo'] = "给这张图片评分"; |