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

Side by Side Diff: remoting/webapp/_locales/en/messages.json

Issue 9860045: Address remaining nits for r129104. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « remoting/protocol/session_manager.h ('k') | 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "description": "Error displayed if authentication fails. This can be caused by stale credentials, in which logging out of the web-app and retrying can fix t he problem." 135 "description": "Error displayed if authentication fails. This can be caused by stale credentials, in which logging out of the web-app and retrying can fix t he problem."
136 }, 136 },
137 "ERROR_BAD_PLUGIN_VERSION": { 137 "ERROR_BAD_PLUGIN_VERSION": {
138 "message": "Some components required for Chromoting are missing. Please make sure you have installed the latest version and try again.", 138 "message": "Some components required for Chromoting are missing. Please make sure you have installed the latest version and try again.",
139 "description": "Error displayed if the host or client plugin are missing or if they could not be loaded." 139 "description": "Error displayed if the host or client plugin are missing or if they could not be loaded."
140 }, 140 },
141 "ERROR_GENERIC": { 141 "ERROR_GENERIC": {
142 "message": "An unknown error occurred. Please sign out of Chromoting and try again.", 142 "message": "An unknown error occurred. Please sign out of Chromoting and try again.",
143 "description": "Generic error message, displayed if something went wrong, bu t we aren't able to determine what, or the cause is too technical to be of use t o a typical user." 143 "description": "Generic error message, displayed if something went wrong, bu t we aren't able to determine what, or the cause is too technical to be of use t o a typical user."
144 }, 144 },
145 "ERROR_HOST_IS_DISABLED": { 145 "ERROR_HOST_OVERLOAD": {
146 "message": "Connections to the remote computer are temporarily blocked becau se somebody was trying to connect to it with invalid PIN. Please try again later .", 146 "message": "Connections to the remote computer are temporarily blocked becau se somebody was trying to connect to it with invalid PIN. Please try again later .",
147 "description": "Error that is shown on the client side when the host is bloc king all connections due to failed authentication attempts." 147 "description": "Error that is shown on the client side when the host is bloc king all connections due to failed authentication attempts."
148 }, 148 },
149 "ERROR_HOST_IS_OFFLINE": { 149 "ERROR_HOST_IS_OFFLINE": {
150 "message": "The remote computer is not responding to connection requests. Pl ease verify that it is online and try again.", 150 "message": "The remote computer is not responding to connection requests. Pl ease verify that it is online and try again.",
151 "description": "Error that is shown on the client side when we don't get a r esponse from the host." 151 "description": "Error that is shown on the client side when we don't get a r esponse from the host."
152 }, 152 },
153 "ERROR_INCOMPATIBLE_PROTOCOL": { 153 "ERROR_INCOMPATIBLE_PROTOCOL": {
154 "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.", 154 "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.",
155 "description": "Error that is shown on the client side when incompatible Chr omoting versions are installed on host and client." 155 "description": "Error that is shown on the client side when incompatible Chr omoting versions are installed on host and client."
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 }, 352 },
353 "TOOLTIP_RENAME": { 353 "TOOLTIP_RENAME": {
354 "message": "Edit computer name", 354 "message": "Edit computer name",
355 "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." 355 "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."
356 }, 356 },
357 "WARNING_NAT_DISABLED": { 357 "WARNING_NAT_DISABLED": {
358 "message": "NOTE: Policy settings permit connections only between computers within your network.", 358 "message": "NOTE: Policy settings permit connections only between computers within your network.",
359 "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." 359 "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."
360 } 360 }
361 } 361 }
OLDNEW
« no previous file with comments | « remoting/protocol/session_manager.h ('k') | remoting/webapp/client_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698