#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
@@ -20,7 +20,6 @@ reg_msg: '&a&lРегистрация: &e&l/reg ПАРОЛЬ ПОВТОР_ПАР
password_error_nick: '&c&lВы не можете использовать ваш ник в роли пароля'
password_error_unsafe: '&c&lВы не можете использовать небезопасный пароль'
regex: '&c&lВаш пароль содержит запрещенные символы. Разрешенные символы: REG_EX'
reg_email_msg: '&c&lРегистрация: &e&l/reg EMAIL ПОВТОР_EMAIL'
usage_unreg: '&c&lИспользование: &e&l/unregister ПАРОЛЬ'
pwd_changed: '&2Пароль изменен!'
user_unknown: '&c&lТакой игрок не зарегистрирован'
@@ -76,7 +75,4 @@ email_show: '&2Ваш текущий адрес электронной почт
show_no_email: '&2В данный момент к вашему аккаунте не привязана электронная почта.'
recovery_code_sent: 'Код восстановления для сброса пароля был отправлен на вашу электронную почту.'
recovery_code_incorrect: 'Код восстановления неверный! Введите /email recovery [email], чтобы отправить новый код'
# 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 email_send_failure: 'The email could not be sent. Please contact an administrator.'