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

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

Issue 10951020: Show a helpful error message if a host domain policy blocked an attempt to use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: remoting/webapp/_locales/en/messages.json
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index 02c130f970346b662988f793b0988644ba864543..ec94dcbef6077bfb23677be15f5eaf810d6618df 100644
--- a/remoting/webapp/_locales/en/messages.json
+++ b/remoting/webapp/_locales/en/messages.json
@@ -150,6 +150,10 @@
"message": "The access code is invalid. Please try again.",
"description": "Error displayed if an invalid access code is entered."
},
+ "ERROR_INVALID_HOST_DOMAIN": {
+ "message": "This computer does not let you use it as a Chromoting host.",
Jamie 2012/09/19 17:37:59 For the NAT traversal warning, we specifically ref
simonmorris 2012/09/19 18:01:02 Done.
+ "description": "Error displayed when the computer has a policy that only users in a particular domain may use it as a Chromoting host, and a user in a different domain is trying to use it as a Chromoting host."
+ },
"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."

Powered by Google App Engine
This is Rietveld 408576698