#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
@@ -21,10 +21,6 @@ no_perm: '&4Non hai il permesso di eseguire questa operazione.'
error: '&4Qualcosa è andato storto, riporta questo errore ad un amministratore!'
login_msg: '&cPer favore, esegui l''autenticazione con il comando: "/login <password>"'
reg_msg: '&3Per favore, esegui la registrazione con il comando: "/register <password> <confermaPassword>"'
reg_no_repeat_msg: '&3Per favore, esegui la registrazione con il comando: "/register <password>"'
reg_email_msg: '&3Per favore, esegui la registrazione con il comando: "/register <email> <confermaEmail>"'
reg_email_no_repeat_msg: '&3Per favore, esegui la registrazione con il comando: "/register <email>"'
reg_psw_email_msg: '&3Per favore, esegui la registrazione con il comando: "/register <password> <email>"'
usage_unreg: '&cUtilizzo: /unregister <password>'
pwd_changed: '&2Password cambiata correttamente!'
user_unknown: '&cL''utente non ha ancora eseguito la registrazione.'