Ignore:
Timestamp:
Oct 24, 2013, 7:55:00 PM (11 years ago)
Author:
flop25
Message:

bug:2948 The registration can be done without typing a password

The password is only mandatory on the public register page
Better error messages from admin/user_list.php

File:
1 edited

Legend:

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

    r23677 r25121  
    243243$lang['this login is already used'] = '此用户名已存在';
    244244$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '邮箱地址格式必须符合标准的 xxx@yyy.eee (例如: jack@altern.org)';
    245 $lang['please enter your password again'] = '请再次输入密码';
    246245$lang['Auto login'] = '自动登录';
    247246$lang['remove this tag from the list'] = '从列表中删除此标签';
     
    420419$lang['Go back to the album'] = '返回相册';
    421420$lang['Last Page'] = '最后一页';
     421$lang['Password is missing. Please enter the password.'] = '密码未输入,请输入密码。';
     422$lang['Password confirmation is missing. Please confirm the chosen password.'] = '密码确认未完成,请确认所选定的密码。';
    422423?>
Note: See TracChangeset for help on using the changeset viewer.