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

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

Issue 10270036: Capitalize waiting state messages that form the main content of their dialogs and make them more pr… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/main.css » ('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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "description": "Error displayed by the client if the server does not respond to a network request." 167 "description": "Error displayed by the client if the server does not respond to a network request."
168 }, 168 },
169 "ERROR_SERVICE_UNAVAILABLE": { 169 "ERROR_SERVICE_UNAVAILABLE": {
170 "message": "The service is temporarily unavailable. Please try again later." , 170 "message": "The service is temporarily unavailable. Please try again later." ,
171 "description": "Error displayed when the service returns a 503 error. Such e rrors are usually temporary, and resolve themselves in about 30 seconds." 171 "description": "Error displayed when the service returns a 503 error. Such e rrors are usually temporary, and resolve themselves in about 30 seconds."
172 }, 172 },
173 "ERROR_UNEXPECTED": { 173 "ERROR_UNEXPECTED": {
174 "message": "An unexpected error occurred. Please report this problem to the developers.", 174 "message": "An unexpected error occurred. Please report this problem to the developers.",
175 "description": "Error displayed in situations where things go wrong in ways not anticipated by the developers. There is typically no user-workaround to sugg est, other than reporting the error so that we can investigate further." 175 "description": "Error displayed in situations where things go wrong in ways not anticipated by the developers. There is typically no user-workaround to sugg est, other than reporting the error so that we can investigate further."
176 }, 176 },
177 "FOOTER_CONNECTING": {
178 "message": "Connecting\u2026",
179 "description": "Text displayed while a client is connecting to a host, but b efore the connection is established."
simonmorris 2012/05/01 18:30:30 Maybe the description should start "Footer text di
Jamie 2012/05/01 19:19:00 It's not really a footer in the same sense that th
180 },
177 "FOOTER_WAITING": { 181 "FOOTER_WAITING": {
178 "message": "waiting for connection\u2026", 182 "message": "waiting for connection\u2026",
simonmorris 2012/05/01 18:30:30 Should this be capitalized, for consistency with t
Jamie 2012/05/01 19:19:00 No, for the above reason. The client-side text is
179 "description": "Footer text displayed at the host after an access code has b een generated, but before a client connects." 183 "description": "Footer text displayed at the host after an access code has b een generated, but before a client connects."
180 }, 184 },
181 "FULL_SCREEN": { 185 "FULL_SCREEN": {
182 "message": "Full screen", 186 "message": "Full screen",
183 "description": "Menu option for toggle full-screen mode. Equivalent to using the Wrench menu to do the same thing." 187 "description": "Menu option for toggle full-screen mode. Equivalent to using the Wrench menu to do the same thing."
184 }, 188 },
185 "GET_STARTED": { 189 "GET_STARTED": {
186 "message": "Get started", 190 "message": "Get started",
187 "description": "Button displayed underneath explanatory text for app feature s. Clicking causes the text, infographic and the button itself to be replaced by the actual UI for that feature." 191 "description": "Button displayed underneath explanatory text for app feature s. Clicking causes the text, infographic and the button itself to be replaced by the actual UI for that feature."
188 }, 192 },
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 }, 248 },
245 "HOST_SETUP_STARTED": { 249 "HOST_SETUP_STARTED": {
246 "message": "Remote connections for this computer have been enabled.", 250 "message": "Remote connections for this computer have been enabled.",
247 "description": "Message shown after access to local computer has been enable d successfully." 251 "description": "Message shown after access to local computer has been enable d successfully."
248 }, 252 },
249 "HOST_SETUP_STARTED_DISABLE_SLEEP": { 253 "HOST_SETUP_STARTED_DISABLE_SLEEP": {
250 "message": "Please check your computer's power management settings and ensur e that it is not configured to sleep when idle.", 254 "message": "Please check your computer's power management settings and ensur e that it is not configured to sleep when idle.",
251 "description": "Instructions to the user to ask them to disable power manage ment for the computer in order to be able to connect to it." 255 "description": "Instructions to the user to ask them to disable power manage ment for the computer in order to be able to connect to it."
252 }, 256 },
253 "HOST_SETUP_STARTING": { 257 "HOST_SETUP_STARTING": {
254 "message": "enabling remote connections for this computer\u2026", 258 "message": "Enabling remote connections for this computer\u2026",
255 "description": "Message shown when local machine is being registered in the directory and when starting the host." 259 "description": "Message shown when local machine is being registered in the directory and when starting the host."
256 }, 260 },
257 "HOST_SETUP_STOP_FAILED": { 261 "HOST_SETUP_STOP_FAILED": {
258 "message": "Failed to disable remote access to this computer. Please try aga in later.", 262 "message": "Failed to disable remote access to this computer. Please try aga in later.",
259 "description": "Message shown after we've failed to stop the host." 263 "description": "Message shown after we've failed to stop the host."
260 }, 264 },
261 "HOST_SETUP_STOPPED": { 265 "HOST_SETUP_STOPPED": {
262 "message": "Remote connections for this computer have been disabled.", 266 "message": "Remote connections for this computer have been disabled.",
263 "description": "Message shown after host has been stopped." 267 "description": "Message shown after host has been stopped."
264 }, 268 },
265 "HOST_SETUP_STOPPING": { 269 "HOST_SETUP_STOPPING": {
266 "message": "disabling remote connections for this computer\u2026", 270 "message": "Disabling remote connections for this computer\u2026",
267 "description": "Message shown when host is being stopped on the local machin e." 271 "description": "Message shown when host is being stopped on the local machin e."
268 }, 272 },
269 "HOST_SETUP_UPDATED_PIN": { 273 "HOST_SETUP_UPDATED_PIN": {
270 "message": "PIN has been updated.", 274 "message": "Your PIN has been updated.",
271 "description": "Message shown after changing PIN for the local computer." 275 "description": "Message shown after changing PIN for the local computer."
272 }, 276 },
273 "HOST_SETUP_UPDATING_PIN": { 277 "HOST_SETUP_UPDATING_PIN": {
274 "message": "PIN for this computer is being updated\u2026", 278 "message": "The PIN for this computer is being updated\u2026",
275 "description": "Message shown while changing PIN for the local computer." 279 "description": "Message shown while changing PIN for the local computer."
276 }, 280 },
277 "HOST_SETUP_UPDATE_PIN_FAILED": { 281 "HOST_SETUP_UPDATE_PIN_FAILED": {
278 "message": "Failed to update the PIN. Please try again later.", 282 "message": "Failed to update the PIN. Please try again later.",
279 "description": "Message shown we fail to update PIN for the local computer." 283 "description": "Message shown we fail to update PIN for the local computer."
280 }, 284 },
281 "HOME_SHARE_BUTTON": { 285 "HOME_SHARE_BUTTON": {
282 "message": "Share", 286 "message": "Share",
283 "description": "Clicking this button starts the desktop sharing process." 287 "description": "Clicking this button starts the desktop sharing process."
284 }, 288 },
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 }, 456 },
453 "WARNING_NAT_DISABLED": { 457 "WARNING_NAT_DISABLED": {
454 "message": "NOTE: Policy settings permit connections only between computers within your network.", 458 "message": "NOTE: Policy settings permit connections only between computers within your network.",
455 "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." 459 "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."
456 }, 460 },
457 "WHY_IS_THIS_SAFE": { 461 "WHY_IS_THIS_SAFE": {
458 "message": "Why is this safe?", 462 "message": "Why is this safe?",
459 "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." 463 "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."
460 } 464 }
461 } 465 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698