Update messages_en.yml

- unknown_user casts when no record is found in the database, therefore hasn't even connected to the server.
- pl(e)ase
- user_reddeg casts when trying to register after having already registered the name. We must then use it at 2nd person.
- I personally didn't like the new "password_error"
This commit is contained in:
Maxetto 2015-07-18 14:51:13 +02:00
parent 6966fa4faa
commit 8906738ca9

View File

@ -1,15 +1,15 @@
unknown_user: '&cCan''t find the requested user in the database! Probably he isn''t registered.' unknown_user: '&cCan''t find the requested user in the database!'
unsafe_spawn: '&cYour quit location was unsafe, you have been teleported to the world''s spawnpoint.' unsafe_spawn: '&cYour quit location was unsafe, you have been teleported to the world''s spawnpoint.'
not_logged_in: '&cYou''re not logged in!' not_logged_in: '&cYou''re not logged in!'
reg_voluntarily: 'You can register yourself to the server with the command "/register <password> <ConfirmPassword>"' reg_voluntarily: 'You can register yourself to the server 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: '&cIngame registration is disabled!' reg_disabled: '&cIn-game registration is disabled!'
valid_session: '&2Logged-in due to Session Reconnection.' valid_session: '&2Logged-in due to Session Reconnection.'
login: '&2Successful login!' login: '&2Successful login!'
vb_nonActiv: '&cYour account isn''t activated yet, plase check your emails!' vb_nonActiv: '&cYour account isn''t activated yet, please check your emails!'
user_regged: '&cThis username has already been registered!' user_regged: '&cYou already have registered this username!'
usage_reg: '&cUsage: /register <password> <ConfirmPassword>' usage_reg: '&cUsage: /register <password> <ConfirmPassword>'
max_reg: '&cYou have exceeded the maximum number of registrations for your connection!' max_reg: '&cYou have exceeded the maximum number of registrations for your connection!'
no_perm: '&4You don''t have the permission to perform this action!' no_perm: '&4You don''t have the permission to perform this action!'
@ -20,7 +20,7 @@ reg_email_msg: '&3Please, register to the server with the command "/register <em
usage_unreg: '&cUsage: /unregister <password>' usage_unreg: '&cUsage: /unregister <password>'
pwd_changed: '&2Password changed successfully!' pwd_changed: '&2Password changed successfully!'
user_unknown: '&cThis user isn''t registered!' user_unknown: '&cThis user isn''t registered!'
password_error: '&cPassword confirmation doesn''t match Password!' password_error: '&cPasswords didn''t match, check them again!'
password_error_nick: '&cYou can''t use your name as password, please choose another one...' password_error_nick: '&cYou can''t use your name as password, please choose another one...'
password_error_unsafe: '&cThe chosen password isn''t safe, please choose another one...' password_error_unsafe: '&cThe chosen password isn''t safe, please choose another one...'
invalid_session: 'Session 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'