#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
@@ -18,10 +18,6 @@ no_perm: '&cNo tienes permiso'
error: '&fHa ocurrido un error. Por favor contacta al administrador.'
login_msg: '&cInicia sesión con "/login contraseña"'
reg_msg: '&cPor favor, regístrate con "/register <contraseña> <confirmarContraseña">'
reg_no_repeat_msg: '&cPor favor, regístrate con "/register <contraseña>"'
reg_email_msg: '&cPor favor, regístrate con "/register <email> <confirmarEmail>"'
reg_email_no_repeat_msg: '&cPor favor, regístrate con "/register <email>"'
reg_psw_email_msg: '&cPor favor, regístrate con "/register <contraseña> <email>"'
usage_unreg: '&cUso: /unregister contraseña'
pwd_changed: '&c¡Contraseña cambiada!'
user_unknown: '&cUsuario no registrado'