#1055 Remove multiple "please register" messages

Part 1:
- Use only one message entry for "Please register", that may have to be adapted to reflect the proper /register arguments
- Remove other message entries from code and from the messages files

Breaking change: reg_email_msg is also removed
This commit is contained in:
ljacqu
2017-01-07 09:01:03 +01:00
parent 044e3e3845
commit 385f7d6b1d
39 changed files with 13 additions and 295 deletions
@@ -17,7 +17,6 @@ no_perm: '&4Bạn không có quyền truy cập lệnh này!'
error: '&4Lỗi! Vui lòng liên hệ quản trị viên hoặc admin'
login_msg: '&cXin vui lòng đăng nhập bằng lệnh "/login <mật khẩu>"'
reg_msg: '&2Xin vui lòng đăng ký tài khoản với lệnh "/register <mật khẩu> <nhập lại mật khẩu>"'
reg_email_msg: '&2Sử dụng email để đăng ký tham gia máy chủ với lệnh "/register <email> <nhập lại email>"'
usage_unreg: '&cSử dụng: /unregister <mật khẩu>'
pwd_changed: '&2Thay đổi mật khẩu thành công!'
user_unknown: '&cNgười dùng này đã được đăng ký!'
@@ -65,9 +64,6 @@ invalid_name_case: 'Bạn nên vào máy chủ với tên đăng nhập là %val
# TODO denied_command: '&cIn order to use this command you must be authenticated!'
# TODO same_ip_online: 'A player with the same IP is already in game!'
# TODO denied_chat: '&cIn order to chat you must be authenticated!'
# TODO reg_no_repeat_msg: '&3Please, register to the server with the command "/register <password>"'
# TODO reg_email_no_repeat_msg: '&3Please, register to the server with the command "/register <email>"'
# TODO reg_psw_email_msg: '&3Please, register to the server with the command "/register <password> <email>"'
# TODO password_error_chars: '&4Your password contains illegal characters. Allowed chars: REG_EX'
# TODO email_show: '&2Your current email address is: &f%email'
# TODO show_no_email: '&2You currently don''t have email address associated with this account.'