Changeset 11992 for trunk/language/zh_CN


Ignore:
Timestamp:
Aug 24, 2011, 10:03:53 PM (13 years ago)
Author:
plg
Message:

feature 2027 implemented: the "lost password" feature was rewritten.

The algorithm is highly inspired from WordPress :

1) in a single field, you give a username or an email
2) Piwigo sends an email with the activation key
3) the user clicks on the link in the email (with the activation key) and is able to set a new password

The "lost password" feature is no longer limited to "classic" users:
administrators and webmasters can use it too (no need to tell webmasters
that they can only change their password in the database)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/zh_CN/common.lang.php

    r11908 r11992  
    9191$lang['New on %s'] = "有新的在 %s";
    9292$lang['New password confirmation does not correspond'] = "新密码确认时不匹配";
    93 $lang['New password sent by email'] = "新密码已通过电子邮件发送";
    94 $lang['No email address'] = "没有电子邮件地址";
    95 $lang['No classic user matches this email address'] = "没有用户对应此电子邮件";
    9693$lang['Notification'] = "提醒";
    9794$lang['Number of items'] = "项目数量";
     
    113110$lang['Search'] = "搜索";
    114111$lang['display available tags'] = "显示可用标签";
    115 $lang['Send new password'] = "发送新密码";
    116112$lang['Since'] = "从";
    117113$lang['Sort by'] = "分类参考";
     
    307303$lang['Album: %s'] = "图片集: %s";
    308304$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "“访客”账户出现问题,正在使用默认设置,请提醒管理员。";
    309 $lang['Administrator, webmaster and special user cannot use this method'] = "管理员,网管和特殊用户不能使用此手段。";
    310305$lang['this email address is already in use'] = "这个电子邮件地址已经被占用了";
    311306$lang['Album results for'] = "相册结果对应";
Note: See TracChangeset for help on using the changeset viewer.