diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:03:00 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:03:00 +0000 |
commit | 387354816b46f0ee429c530de940583edb24bd93 (patch) | |
tree | cf6ebcfd58980db56a4909776118b09dc8e81597 /language/zh_CN | |
parent | 05ab300c39f10271bc94b9fece8f275e3ac75174 (diff) |
lang remove 'Mail address' - use existing 'Email address'
lang remove unused 'return to homepage'
lang change key 'a user use already this mail address' to 'this email address is already in use'
git-svn-id: http://piwigo.org/svn/trunk@8635 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_CN/common.lang.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index 779c608d1..06acc719d 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -84,7 +84,6 @@ $lang['Identification'] = '身份鉴别'; $lang['Image only RSS feed'] = '图片RSS'; $lang['Keyword'] = '关键字'; $lang['Links'] = '链接'; -$lang['Mail address'] = $lang['Email address']; $lang['N/A'] = '不存在'; $lang['New on %s'] = '新创于 %s'; $lang['New password confirmation does not correspond'] = '前后密码不一致'; @@ -262,7 +261,6 @@ $lang['please enter your password again'] = '请输入新密码'; $lang['Auto login'] = '自动连接'; $lang['remove this tag from the list'] = '删除此标签'; $lang['representative'] = '代理人'; -$lang['return to homepage'] = '返回首页'; $lang['Search for Author'] = '搜索上传者'; $lang['Search in albums'] = '在相册里搜索'; $lang['Search by Date'] = '通过日期查询'; @@ -328,7 +326,7 @@ $lang['Picture uploaded by %s'] = '图片上载者 %s'; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = '如果游客反常拥有普通用户才拥有状态,请向网络管理员报告。'; // --------- Starting below: New or revised $lang ---- from Butterfly (2.0) $lang['Administrator, webmaster and special user cannot use this method'] = '管理员, 网管和特定用户不能使用此方法功能'; -$lang['a user use already this mail address'] = '邮箱地址已存在'; +$lang['this email address is already in use'] = '邮箱地址已存在'; $lang['Album results for'] = '相册的结果'; $lang['Tag results for'] = '符合查询标签结果'; $lang['from %s to %s'] = '从 %s 到 %s'; |