No colors!
This commit is contained in:
parent
77c2fbd7a7
commit
ebacf5e164
@ -1,38 +1,38 @@
|
|||||||
unknown_user: '&fThe requested user is not in the database'
|
unknown_user: 'The requested user is not in the database'
|
||||||
unsafe_spawn: '&fYour quit location was unsafe, teleporting you to world spawn'
|
unsafe_spawn: 'Your quit location was unsafe, teleporting you to world spawn'
|
||||||
not_logged_in: '&cYou''re not logged in!'
|
not_logged_in: '&cYou''re not logged in!'
|
||||||
reg_voluntarily: '&fYou can register your nickname with the command "/register <password> <ConfirmPassword>"'
|
reg_voluntarily: 'You can register your nickname with the command "/register <password> <ConfirmPassword>"'
|
||||||
usage_log: '&cUsage: /login <password>'
|
usage_log: '&cUsage: /login <password>'
|
||||||
wrong_pwd: '&cWrong password'
|
wrong_pwd: '&cWrong password'
|
||||||
unregistered: '&cSuccessfully unregistered!'
|
unregistered: '&cSuccessfully unregistered!'
|
||||||
reg_disabled: '&cRegistration is disabled'
|
reg_disabled: '&cRegistration is disabled'
|
||||||
valid_session: '&cSession login'
|
valid_session: '&cSession login'
|
||||||
login: '&cSuccessful login!'
|
login: '&cSuccessful login!'
|
||||||
vb_nonActiv: '&fYour account isn''t activated yet, check your emails!'
|
vb_nonActiv: 'Your account isn''t activated yet, check your emails!'
|
||||||
user_regged: '&cYou have already registered this username'
|
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'
|
max_reg: 'You have exceeded the max number of registrations for your account'
|
||||||
no_perm: '&cYou don''t have the permission to execute this command'
|
no_perm: '&cYou don''t have the permission to execute this command'
|
||||||
error: '&fAn error occurred; Please contact the admin'
|
error: 'An error occurred; Please contact the admin'
|
||||||
login_msg: '&cPlease login with "/login <password>"'
|
login_msg: '&cPlease login with "/login <password>"'
|
||||||
reg_msg: '&cPlease register with "/register <password> <ConfirmPassword>"'
|
reg_msg: '&cPlease register with "/register <password> <ConfirmPassword>"'
|
||||||
reg_email_msg: '&cPlease register with "/register <email> <confirmEmail>"'
|
reg_email_msg: '&cPlease register with "/register <email> <confirmEmail>"'
|
||||||
usage_unreg: '&cUsage: /unregister <password>'
|
usage_unreg: '&cUsage: /unregister <password>'
|
||||||
pwd_changed: '&cPassword changed!'
|
pwd_changed: '&cPassword changed!'
|
||||||
user_unknown: '&cUsername not registered'
|
user_unknown: '&cUsername not registered'
|
||||||
password_error: '&fPassword doesn''t match'
|
password_error: 'Password doesn''t match'
|
||||||
password_error_nick: '&fYou can''t use your name as password, please choose another one'
|
password_error_nick: 'You can''t use your name as password, please choose another one'
|
||||||
password_error_unsafe: '&fThe chosen password is not safe, please choose another one'
|
password_error_unsafe: 'The chosen password is not safe, please choose another one'
|
||||||
invalid_session: '&fSession datas doesn''t match. Please wait until the end of the current session'
|
invalid_session: 'Session datas doesn''t match. Please wait until the end of the current session'
|
||||||
reg_only: '&fRegistered players only! Please visit http://example.com to register'
|
reg_only: 'Registered players only! Please visit http://example.com to register'
|
||||||
logged_in: '&cYou''re already logged in!'
|
logged_in: '&cYou''re already logged in!'
|
||||||
logout: '&cSuccessfully logged out'
|
logout: '&cSuccessfully logged out'
|
||||||
same_nick: '&fThe same nick is already playing on the server'
|
same_nick: 'The same nick is already playing on the server'
|
||||||
registered: '&cSuccessfully registered!'
|
registered: '&cSuccessfully registered!'
|
||||||
pass_len: '&fYour password didn''t reach the minimum length or exceeded the max length'
|
pass_len: 'Your password didn''t reach the minimum length or exceeded the max length'
|
||||||
reload: '&fConfiguration and database has been reloaded'
|
reload: 'Configuration and database has been reloaded'
|
||||||
timeout: '&fLogin timeout, please try again'
|
timeout: 'Login timeout, please try again'
|
||||||
usage_changepassword: '&fUsage: /changepassword <oldPassword> <newPassword>'
|
usage_changepassword: 'Usage: /changepassword <oldPassword> <newPassword>'
|
||||||
name_len: '&cYour nickname is either too short or too long'
|
name_len: '&cYour nickname is either too short or too long'
|
||||||
regex: '&cYour nickname contains illegal characters. Allowed chars: REG_EX'
|
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>'
|
||||||
@ -43,9 +43,9 @@ wrong_captcha: '&cWrong Captcha, please type: /captcha THE_CAPTCHA'
|
|||||||
valid_captcha: '&cYour captcha is valid!'
|
valid_captcha: '&cYour captcha is valid!'
|
||||||
kick_forvip: '&cA VIP Player has joined the server when full!'
|
kick_forvip: '&cA VIP Player has joined the server when full!'
|
||||||
kick_fullserver: '&cThe server is full, try again later'
|
kick_fullserver: '&cThe server is full, try again later'
|
||||||
usage_email_add: '&fUsage: /email add <email> <confirmEmail>'
|
usage_email_add: 'Usage: /email add <email> <confirmEmail>'
|
||||||
usage_email_change: '&fUsage: /email change <oldEmail> <newEmail>'
|
usage_email_change: 'Usage: /email change <oldEmail> <newEmail>'
|
||||||
usage_email_recovery: '&fUsage: /email recovery <Email>'
|
usage_email_recovery: 'Usage: /email recovery <Email>'
|
||||||
new_email_invalid: '[AuthMe] New email invalid!'
|
new_email_invalid: '[AuthMe] New email invalid!'
|
||||||
old_email_invalid: '[AuthMe] Old email invalid!'
|
old_email_invalid: '[AuthMe] Old email invalid!'
|
||||||
email_invalid: '[AuthMe] Invalid email'
|
email_invalid: '[AuthMe] Invalid email'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user