Ignore:
Timestamp:
Oct 24, 2013, 7:55:00 PM (10 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/vi_VN/common.lang.php

    r23876 r25121  
    242242$lang['this login is already used'] = 'tài khoản này đã được đăng ký trước đó';
    243243$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'địa chỉ email phải có dạng xxx@yyy.eee (ví dụ : jack@altern.org)';
    244 $lang['please enter your password again'] = 'vui lòng nhập lại mật khẩu';
    245244$lang['Auto login'] = 'Tự động đăng nhập';
    246245$lang['remove this tag from the list'] = 'bỏ tag này khỏi danh sách';
     
    418417$lang['Go back to the album'] = 'Quay trở lại album';
    419418$lang['Last Page'] = 'Trang cuối';
     419$lang['Password is missing. Please enter the password.'] = 'Thiếu mật khẩu. Vui lòng nhập mật khẩu.';
     420$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Xác nhận mật khẩu bị thiếu. Vui lòng xác nhận lại mật khẩu đã chọn.';
    420421?>
Note: See TracChangeset for help on using the changeset viewer.