OLD | NEW |
---|---|
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 Loading... | |
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.", | |
Jamie
2012/03/01 22:43:06
Most of our error messages suggest a remedy. Is th
Sergey Ulanov
2012/03/01 23:17:16
Updated the message as we discussed.
| |
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 Loading... | |
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 } |
OLD | NEW |