Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1679)

Unified Diff: remoting/webapp/_locales/en/messages.json

Issue 9564025: Display correct error message when the client fails to establish P2P connection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/client_screen.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/_locales/en/messages.json
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index e4104c356e81ffb28f558874889d444becea3f47..0a5c6db14e188ead75a0d917d48db8ed196219ee 100644
--- a/remoting/webapp/_locales/en/messages.json
+++ b/remoting/webapp/_locales/en/messages.json
@@ -111,6 +111,10 @@
"message": "The access code is invalid. Please try again.",
"description": "Error displayed if an invalid access code is entered."
},
+ "ERROR_NETWORK_FAILURE": {
+ "message": "Unable to reach the host. This is probably due to the configuration of the network you are using.",
+ "description": "Error displayed when the host is online, but we are unable to connect to it due to network configuration."
+ },
"ERROR_MISSING_PLUGIN": {
"message": "Some components required for Chromoting are missing. Please make sure you're running the latest version of Chromium and try again.",
"description": "Error displayed if the client plugin fails to load."
« no previous file with comments | « no previous file | remoting/webapp/client_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698