| Index: remoting/webapp/_locales/en/messages.json
|
| diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
|
| index 23883884cadb85d4eae8720e871d2bbfe7e1fbbe..9c443e0f870a9901c985a8c028e1c3c7eb6aea31 100644
|
| --- a/remoting/webapp/_locales/en/messages.json
|
| +++ b/remoting/webapp/_locales/en/messages.json
|
| @@ -138,6 +138,10 @@
|
| "message": "An unknown error occurred. Please sign out of Chromoting and try again.",
|
| "description": "Generic error message, displayed if something went wrong, but we aren't able to determine what, or the cause is too technical to be of use to a typical user."
|
| },
|
| + "ERROR_HOST_IS_DISABLED": {
|
| + "message": "Connections to the remote computer are temporarily blocked because somebody was trying to connect to it with invalid PIN. Please try again later.",
|
| + "description": "Error that is shown on the client side when the host is blocking all connections due to failed authentication attempts."
|
| + },
|
| "ERROR_HOST_IS_OFFLINE": {
|
| "message": "The remote computer is not responding to connection requests. Please verify that it is online and try again.",
|
| "description": "Error that is shown on the client side when we don't get a response from the host."
|
|
|