diff options
author | plegall <plg@piwigo.org> | 2011-01-13 15:24:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-13 15:24:18 +0000 |
commit | fe569ab1bf4baa44a808a2d6e81bcddc28d61b62 (patch) | |
tree | d24dd5bb2db62ce6e8c5143412d549469fc33176 /language/zh_CN/common.lang.php | |
parent | f03dcee21a4c5ef3b790de15decddff6c6c23b35 (diff) |
feature 2108 added: user upload removed from core. It will come back as a
"new generation" user upload in the Community plugin.
git-svn-id: http://piwigo.org/svn/trunk@8651 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_CN/common.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index 06acc719d..710408e0f 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -44,8 +44,6 @@ $lang['%d new image'] = '%d 新图片'; $lang['%d new images'] = '%d 新图片'; $lang['%d new user'] = '%d 新用户'; $lang['%d new users'] = '%d 新用户'; -$lang['%d waiting element'] = '%d 等待项'; -$lang['%d waiting elements'] = '%d 等待项'; $lang['About'] = '关于'; $lang['All tags'] = '所有标签'; $lang['Any tag'] = '任何标签'; @@ -320,7 +318,6 @@ $lang['Registration of %s'] = '注册 %s'; $lang['Album: %s'] = '相册: %s'; $lang['Picture name: %s'] = '图片名: %s'; $lang['Creation date: %s'] = '创建日期: %d'; -$lang['Waiting page: %s'] = '等待页面: %s'; $lang['Picture uploaded by %s'] = '图片上载者 %s'; // --------- Starting below: New or revised $lang ---- from version 1.7.1 $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = '如果游客反常拥有普通用户才拥有状态,请向网络管理员报告。'; |