diff options
Diffstat (limited to 'language/zh_CN')
-rw-r--r-- | language/zh_CN/common.lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index 6714d8a08..6a7582796 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -230,10 +230,10 @@ $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['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'] = "给这张图片评分"; |