#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:
@@ -20,7 +20,6 @@ no_perm: '&4У вас недостатньо прав, щоб застосува
|
||||
error: '&4[AuthMe] Error. Будь ласка, повідомте адміністратора!'
|
||||
login_msg: '&cДля авторизації, введіть команду "/login <пароль>"'
|
||||
reg_msg: '&3Перш ніж почати гру, вам потрібно зареєструвати свій нікнейм!%nl%&3Для цього просто введіть команду "/register <пароль> <повторПароля>"'
|
||||
reg_email_msg: 'Перш ніж почати гру, вам потрібно зареєструвати свій нікнейм, використавши свою діючу електронну пошту!%nl%&3Для цього просто введіть команду "/register <e-mail> <e-mail повторно>"'
|
||||
usage_unreg: '&cСинтаксис: /unregister <пароль>'
|
||||
pwd_changed: '&2Пароль успішно змінено!'
|
||||
user_unknown: '&cЦей гравець не є зареєстрованим.'
|
||||
@@ -70,9 +69,6 @@ accounts_owned_self: 'Кількість ваших твінк‒акаунті
|
||||
accounts_owned_other: 'Кількість твінк‒акаунтів гравця %name: %count'
|
||||
kicked_admin_registered: 'Адміністратор вас зареєстрував; Будь ласка, авторизуйтесь знову!'
|
||||
incomplete_email_settings: '&4[AuthMe] Error: Не всі необхідні налаштування є встановленими, щоб надсилати електронну пошту. Будь ласка, повідомте адміністратора!'
|
||||
# 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_show: '&2Your current email address is: &f%email'
|
||||
# TODO show_no_email: '&2You currently don''t have email address associated with this account.'
|
||||
# TODO email_send_failure: 'The email could not be sent. Please contact an administrator.'
|
||||
|
||||
Reference in New Issue
Block a user