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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "ACCESS_CODE": { 2 "ACCESS_CODE": {
3 "message": "Access code", 3 "message": "Access code",
4 "description": "Label for the access code entry box. This is where the clien t user enters the code that permits access to the host." 4 "description": "Label for the access code entry box. This is where the clien t user enters the code that permits access to the host."
5 }, 5 },
6 "ACCESS_CODE_TIMER": { 6 "ACCESS_CODE_TIMER": {
7 "message": "This access code will expire in $timeout$", 7 "message": "This access code will expire in $timeout$",
8 "description": "Text displayed when the access code is due to time out withi n 30 seconds.", 8 "description": "Text displayed when the access code is due to time out withi n 30 seconds.",
9 "placeholders": { 9 "placeholders": {
10 "timeout": { 10 "timeout": {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "description": "Error that is shown on the client side when we don't get a r esponse from the host." 143 "description": "Error that is shown on the client side when we don't get a r esponse from the host."
144 }, 144 },
145 "ERROR_INCOMPATIBLE_PROTOCOL": { 145 "ERROR_INCOMPATIBLE_PROTOCOL": {
146 "message": "An incompatible version of Chromoting was detected. Please make sure that you have the latest version of Chromium and Chromoting on both compute rs and try again.", 146 "message": "An incompatible version of Chromoting was detected. Please make sure that you have the latest version of Chromium and Chromoting on both compute rs and try again.",
147 "description": "Error that is shown on the client side when incompatible Chr omoting versions are installed on host and client." 147 "description": "Error that is shown on the client side when incompatible Chr omoting versions are installed on host and client."
148 }, 148 },
149 "ERROR_INVALID_ACCESS_CODE": { 149 "ERROR_INVALID_ACCESS_CODE": {
150 "message": "The access code is invalid. Please try again.", 150 "message": "The access code is invalid. Please try again.",
151 "description": "Error displayed if an invalid access code is entered." 151 "description": "Error displayed if an invalid access code is entered."
152 }, 152 },
153 "ERROR_INVALID_HOST_DOMAIN": {
154 "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.
155 "description": "Error displayed when the computer has a policy that only use rs in a particular domain may use it as a Chromoting host, and a user in a diffe rent domain is trying to use it as a Chromoting host."
156 },
153 "ERROR_NETWORK_FAILURE": { 157 "ERROR_NETWORK_FAILURE": {
154 "message": "Unable to reach the host. This is probably due to the configurat ion of the network you are using.", 158 "message": "Unable to reach the host. This is probably due to the configurat ion of the network you are using.",
155 "description": "Error displayed when the host is online, but we are unable t o connect to it due to network configuration." 159 "description": "Error displayed when the host is online, but we are unable t o connect to it due to network configuration."
156 }, 160 },
157 "ERROR_NOT_AUTHENTICATED": { 161 "ERROR_NOT_AUTHENTICATED": {
158 "message": "You are not signed in to Chromoting. Please sign in and try agai n.", 162 "message": "You are not signed in to Chromoting. Please sign in and try agai n.",
159 "description": "Error displayed when an operation is attempted that requires a signed-in user, but no-one is currently signed in." 163 "description": "Error displayed when an operation is attempted that requires a signed-in user, but no-one is currently signed in."
160 }, 164 },
161 "ERROR_MISSING_PLUGIN": { 165 "ERROR_MISSING_PLUGIN": {
162 "message": "Some components required for Chromoting are missing. Please make sure you're running the latest version of Chromium and try again.", 166 "message": "Some components required for Chromoting are missing. Please make sure you're running the latest version of Chromium and try again.",
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 }, 498 },
495 "WARNING_NAT_DISABLED": { 499 "WARNING_NAT_DISABLED": {
496 "message": "NOTE: Policy settings permit connections only between computers within your network.", 500 "message": "NOTE: Policy settings permit connections only between computers within your network.",
497 "description": "Message displayed at the bottom of the host screen if local policy dictates that NAT traversal is disabled, meaning that connections outside the local network will not work." 501 "description": "Message displayed at the bottom of the host screen if local policy dictates that NAT traversal is disabled, meaning that connections outside the local network will not work."
498 }, 502 },
499 "WHY_IS_THIS_SAFE": { 503 "WHY_IS_THIS_SAFE": {
500 "message": "Why is this safe?", 504 "message": "Why is this safe?",
501 "description": "Help link displayed when the user enables the host on this c omputer. Clicking this link opens a page that explains why this operation is saf e. This string appears in a UI with limited horizontal space. Please try to keep translations no more than about 30 characters." 505 "description": "Help link displayed when the user enables the host on this c omputer. Clicking this link opens a page that explains why this operation is saf e. This string appears in a UI with limited horizontal space. Please try to keep translations no more than about 30 characters."
502 } 506 }
503 } 507 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698