Add a new 'rejected' disconnect reason

This reason will be used in a future commit that will reject erroneous
messages.
This commit is contained in:
Richard Hansen 2020-09-12 23:51:32 -04:00 committed by John McLear
parent 13252c955c
commit 45ec8326f0
3 changed files with 28 additions and 3 deletions

View file

@ -90,6 +90,9 @@
"pad.modals.rateLimited": "Rate Limited.",
"pad.modals.rateLimited.explanation": "You sent too many messages to this pad so it disconnected you.",
"pad.modals.rejected.explanation": "The server rejected a message that was sent by your browser.",
"pad.modals.rejected.cause": "The server may have been updated while you were viewing the pad, or maybe there is a bug in Etherpad. Try reloading the page.",
"pad.modals.disconnected": "You have been disconnected.",
"pad.modals.disconnected.explanation": "The connection to the server was lost",
"pad.modals.disconnected.cause": "The server may be unavailable. Please notify the service administrator if this continues to happen.",