mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-24 03:05:17 +01:00
Update messages_en.yml
This commit is contained in:
parent
052731fbd3
commit
9de8c95fd0
@ -1,8 +1,8 @@
|
||||
unknown_user: '&fThe requested user is not in the database'
|
||||
unsafe_spawn: '&fYour quit location was unsafe, teleporting you to world spawn'
|
||||
not_logged_in: '&cYou''re not logged in!'
|
||||
reg_voluntarily: '&fYou can register your nickname with the command "/register password ConfirmPassword"'
|
||||
usage_log: '&cUsage: /login password'
|
||||
reg_voluntarily: '&fYou can register your nickname with the command "/register <password> <ConfirmPassword>"'
|
||||
usage_log: '&cUsage: /login <password>'
|
||||
wrong_pwd: '&cWrong password'
|
||||
unregistered: '&cSuccessfully unregistered!'
|
||||
reg_disabled: '&cRegistration is disabled'
|
||||
@ -10,14 +10,14 @@ valid_session: '&cSession login'
|
||||
login: '&cSuccessful login!'
|
||||
vb_nonActiv: '&fYour account isn''t activated yet, check your emails!'
|
||||
user_regged: '&cYou have already registered this username'
|
||||
usage_reg: '&cUsage: /register password ConfirmPassword'
|
||||
usage_reg: '&cUsage: /register <password> <ConfirmPassword>'
|
||||
max_reg: '&fYou have exceeded the max number of registrations for your account'
|
||||
no_perm: '&cYou don''t have the permission to execute this command'
|
||||
error: '&fAn error occurred; Please contact the admin'
|
||||
login_msg: '&cPlease login with "/login password"'
|
||||
reg_msg: '&cPlease register with "/register password ConfirmPassword"'
|
||||
login_msg: '&cPlease login with "/login <password>"'
|
||||
reg_msg: '&cPlease register with "/register <password> <ConfirmPassword>"'
|
||||
reg_email_msg: '&cPlease register with "/register <email> <confirmEmail>"'
|
||||
usage_unreg: '&cUsage: /unregister password'
|
||||
usage_unreg: '&cUsage: /unregister <password>'
|
||||
pwd_changed: '&cPassword changed!'
|
||||
user_unknown: '&cUsername not registered'
|
||||
password_error: '&fPassword doesn''t match'
|
||||
@ -32,10 +32,10 @@ registered: '&cSuccessfully registered!'
|
||||
pass_len: '&fYour password didn''t reach the minimum length or exceeded the max length'
|
||||
reload: '&fConfiguration and database has been reloaded'
|
||||
timeout: '&fLogin timeout, please try again'
|
||||
usage_changepassword: '&fUsage: /changepassword oldPassword newPassword'
|
||||
usage_changepassword: '&fUsage: /changepassword <oldPassword> <newPassword>'
|
||||
name_len: '&cYour nickname is either too short or too long'
|
||||
regex: '&cYour nickname contains illegal characters. Allowed chars: REG_EX'
|
||||
add_email: '&cPlease add your email with: /email add yourEmail confirmEmail'
|
||||
add_email: '&cPlease add your email with: /email add <yourEmail> <confirmEmail>'
|
||||
bad_database_email: '[AuthMe] This /email command is only available with MySQL and SQLite, contact an admin'
|
||||
recovery_email: '&cForgot your password? Please use /email recovery <yourEmail>'
|
||||
usage_captcha: '&cWe need you to type a captcha, please type: /captcha <theCaptcha>'
|
||||
|
Loading…
Reference in New Issue
Block a user