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

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: Review. 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
« no previous file with comments | « remoting/host/plugin/host_script_object.cc ('k') | remoting/webapp/host_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 02c130f970346b662988f793b0988644ba864543..6d28105d855582c787350123b0428ca7302d3878 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": "Policy settings do not permit sharing this computer as a Chromoting host. Contact your system administrator for assistance.",
+ "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."
« no previous file with comments | « remoting/host/plugin/host_script_object.cc ('k') | remoting/webapp/host_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698