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

Side by Side 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, 9 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
« no previous file with comments | « no previous file | remoting/webapp/client_screen.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "description": "Error that is shown on the client side when we don't get a r esponse from the host." 104 "description": "Error that is shown on the client side when we don't get a r esponse from the host."
105 }, 105 },
106 "ERROR_INCOMPATIBLE_PROTOCOL": { 106 "ERROR_INCOMPATIBLE_PROTOCOL": {
107 "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.", 107 "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.",
108 "description": "Error that is shown on the client side when incompatible Chr omoting versions are installed on host and client." 108 "description": "Error that is shown on the client side when incompatible Chr omoting versions are installed on host and client."
109 }, 109 },
110 "ERROR_INVALID_ACCESS_CODE": { 110 "ERROR_INVALID_ACCESS_CODE": {
111 "message": "The access code is invalid. Please try again.", 111 "message": "The access code is invalid. Please try again.",
112 "description": "Error displayed if an invalid access code is entered." 112 "description": "Error displayed if an invalid access code is entered."
113 }, 113 },
114 "ERROR_NETWORK_FAILURE": {
115 "message": "Unable to reach the host. This is probably due to the configurat ion of the network you are using.",
116 "description": "Error displayed when the host is online, but we are unable t o connect to it due to network configuration."
117 },
114 "ERROR_MISSING_PLUGIN": { 118 "ERROR_MISSING_PLUGIN": {
115 "message": "Some components required for Chromoting are missing. Please make sure you're running the latest version of Chromium and try again.", 119 "message": "Some components required for Chromoting are missing. Please make sure you're running the latest version of Chromium and try again.",
116 "description": "Error displayed if the client plugin fails to load." 120 "description": "Error displayed if the client plugin fails to load."
117 }, 121 },
118 "ERROR_NO_RESPONSE": { 122 "ERROR_NO_RESPONSE": {
119 "message": "The server failed to respond to the network request.", 123 "message": "The server failed to respond to the network request.",
120 "description": "Error displayed by the client if the server does not respond to a network request." 124 "description": "Error displayed by the client if the server does not respond to a network request."
121 }, 125 },
122 "ERROR_SERVICE_UNAVAILABLE": { 126 "ERROR_SERVICE_UNAVAILABLE": {
123 "message": "The service is temporarily unavailable. Please try again later." , 127 "message": "The service is temporarily unavailable. Please try again later." ,
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 }, 279 },
276 "TOOLTIP_RENAME": { 280 "TOOLTIP_RENAME": {
277 "message": "Edit computer name", 281 "message": "Edit computer name",
278 "description": "The tool-tip shown when the user hovers over the 'rename hos t' button. Clicking this button allows the host name to be edited in-place." 282 "description": "The tool-tip shown when the user hovers over the 'rename hos t' button. Clicking this button allows the host name to be edited in-place."
279 }, 283 },
280 "WARNING_NAT_DISABLED": { 284 "WARNING_NAT_DISABLED": {
281 "message": "NOTE: Policy settings permit connections only between computers within your network.", 285 "message": "NOTE: Policy settings permit connections only between computers within your network.",
282 "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." 286 "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."
283 } 287 }
284 } 288 }
OLDNEW
« 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