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

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

Issue 9884001: Added screen options menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified onShow callback. 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/resources/tick.png ('k') | remoting/webapp/client_session.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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "description": "Error displayed when the service returns a 503 error. Such e rrors are usually temporary, and resolve themselves in about 30 seconds." 175 "description": "Error displayed when the service returns a 503 error. Such e rrors are usually temporary, and resolve themselves in about 30 seconds."
176 }, 176 },
177 "ERROR_UNEXPECTED": { 177 "ERROR_UNEXPECTED": {
178 "message": "An unexpected error occurred. Please report this problem to the developers.", 178 "message": "An unexpected error occurred. Please report this problem to the developers.",
179 "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." 179 "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."
180 }, 180 },
181 "FOOTER_WAITING": { 181 "FOOTER_WAITING": {
182 "message": "waiting for connection\u2026", 182 "message": "waiting for connection\u2026",
183 "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."
184 }, 184 },
185 "FULL_SCREEN": {
186 "message": "Full screen",
187 "description": "Menu option for toggle full-screen mode. Equivalent to using the Wrench menu to do the same thing."
188 },
185 "HELP": { 189 "HELP": {
186 "message": "Help", 190 "message": "Help",
187 "description": "Help link, displayed in the top-left (assuming ltr layout) c orner of the main screen. Clicking this takes the user to our FAQ." 191 "description": "Help link, displayed in the top-left (assuming ltr layout) c orner of the main screen. Clicking this takes the user to our FAQ."
188 }, 192 },
189 "HOME_ACCESS_BUTTON": { 193 "HOME_ACCESS_BUTTON": {
190 "message": "Access", 194 "message": "Access",
191 "description": "Clicking this button starts the desktop access process." 195 "description": "Clicking this button starts the desktop access process."
192 }, 196 },
193 "HOME_ACCESS_DESCRIPTION": { 197 "HOME_ACCESS_DESCRIPTION": {
194 "message": "See and control a shared computer.", 198 "message": "See and control a shared computer.",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "OFFLINE": { 283 "OFFLINE": {
280 "message": "$hostname$ (offline)", 284 "message": "$hostname$ (offline)",
281 "description": "Modified version of the host name shown for hosts that are n ot currently accessible.", 285 "description": "Modified version of the host name shown for hosts that are n ot currently accessible.",
282 "placeholders": { 286 "placeholders": {
283 "hostname": { 287 "hostname": {
284 "content": "$1", 288 "content": "$1",
285 "example": "My Linux desktop" 289 "example": "My Linux desktop"
286 } 290 }
287 } 291 }
288 }, 292 },
293 "ORIGINAL_SIZE": {
294 "message": "Original size",
295 "description": "Menu option for disabling shrink-to-fit. When clicked, the r emote desktop will be displayed at 1:1 scale."
296 },
289 "OUTGOING_CONNECTIONS": { 297 "OUTGOING_CONNECTIONS": {
290 "message": "From this computer", 298 "message": "From this computer",
291 "description": "In the connection history dialog, clicking this button shows only recent connections from this computer." 299 "description": "In the connection history dialog, clicking this button shows only recent connections from this computer."
292 }, 300 },
293 "PIN": { 301 "PIN": {
294 "message": "PIN", 302 "message": "PIN",
295 "description": "Label for the PIN entry box." 303 "description": "Label for the PIN entry box."
296 }, 304 },
297 "PIN_MESSAGE": { 305 "PIN_MESSAGE": {
298 "message": "Please enter your PIN for $hostname$.", 306 "message": "Please enter your PIN for $hostname$.",
(...skipping 14 matching lines...) Expand all
313 "description": "The product name. Displayed in various Chromium pages, inclu ding the New Tab page, and displayed prominently on the app's main page." 321 "description": "The product name. Displayed in various Chromium pages, inclu ding the New Tab page, and displayed prominently on the app's main page."
314 }, 322 },
315 "RECONNECT": { 323 "RECONNECT": {
316 "message": "Reconnect", 324 "message": "Reconnect",
317 "description": "Label for button to reconnect to the previous Me2Me host. Th is button appears on the 'session-finished' page." 325 "description": "Label for button to reconnect to the previous Me2Me host. Th is button appears on the 'session-finished' page."
318 }, 326 },
319 "RETRY": { 327 "RETRY": {
320 "message": "Retry", 328 "message": "Retry",
321 "description": "Label for button to retry connecting to a Me2Me host, after failing to connect to that host. This button appears on the 'session-finished' p age." 329 "description": "Label for button to retry connecting to a Me2Me host, after failing to connect to that host. This button appears on the 'session-finished' p age."
322 }, 330 },
331 "SCREEN_OPTIONS": {
332 "message": "Screen options",
333 "description": "Tool-bar button used to access the Full-screen and shrink-to -fit features ('screen' in this context refers to the fact that the options are related to how the remote screen is displayed)."
334 },
335 "SHRINK_TO_FIT": {
336 "message": "Shrink to fit",
337 "description": "Menu option for enabling shrink-to-fit. When clicked, the re mote desktop will be scaled down so that it fits in the browser window."
338 },
323 "SIGN_OUT_BUTTON": { 339 "SIGN_OUT_BUTTON": {
324 "message": "Sign out", 340 "message": "Sign out",
325 "description": "Sign out button, visible if the user has authenticated. Clic king this clears authentication credentials and returns the web-app to the initi al 'unauthenticated' state." 341 "description": "Sign out button, visible if the user has authenticated. Clic king this clears authentication credentials and returns the web-app to the initi al 'unauthenticated' state."
326 }, 342 },
327 "STOP_SHARING_BUTTON": { 343 "STOP_SHARING_BUTTON": {
328 "message": "Stop Sharing", 344 "message": "Stop Sharing",
329 "description": "Label for the 'stop sharing' button on the host-side. Clicki ng this button disconnects the client." 345 "description": "Label for the 'stop sharing' button on the host-side. Clicki ng this button disconnects the client."
330 }, 346 },
331 "TIME_HEADER": { 347 "TIME_HEADER": {
332 "message": "Time", 348 "message": "Time",
333 "description": "Column header in the connection history table showing the ti me and date of a connection." 349 "description": "Column header in the connection history table showing the ti me and date of a connection."
334 }, 350 },
335 "TOOLTIP_CONNECT": { 351 "TOOLTIP_CONNECT": {
336 "message": "Connect to $hostname$", 352 "message": "Connect to $hostname$",
337 "description": "The tool-tip shown when the user hovers over an on-line host . Clicking the host will initiate a connection to it.", 353 "description": "The tool-tip shown when the user hovers over an on-line host . Clicking the host will initiate a connection to it.",
338 "placeholders": { 354 "placeholders": {
339 "hostname": { 355 "hostname": {
340 "content": "$1", 356 "content": "$1",
341 "example": "My Linux desktop" 357 "example": "My Linux desktop"
342 } 358 }
343 } 359 }
344 }, 360 },
345 "TOOLTIP_DELETE": { 361 "TOOLTIP_DELETE": {
346 "message": "Disable remote connections to this computer", 362 "message": "Disable remote connections to this computer",
347 "description": "The tool-tip shown when the user hovers over the 'delete hos t' button. Clicking this button removes the host from the list and disables conn ections to it." 363 "description": "The tool-tip shown when the user hovers over the 'delete hos t' button. Clicking this button removes the host from the list and disables conn ections to it."
348 }, 364 },
349 "TOOLTIP_SCALING": {
350 "message": "Scale to fit",
351 "description": "The tool-tip shown when the user hovers over the scale to fi t button. Clicking this button toggles between scaling down the remote desktop t o fit it inside the Chromium browser window and displaying it at 1:1 scale."
352 },
353 "TOOLTIP_RENAME": { 365 "TOOLTIP_RENAME": {
354 "message": "Edit computer name", 366 "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." 367 "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 }, 368 },
357 "WARNING_NAT_DISABLED": { 369 "WARNING_NAT_DISABLED": {
358 "message": "NOTE: Policy settings permit connections only between computers within your network.", 370 "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." 371 "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 } 372 }
361 } 373 }
OLDNEW
« no previous file with comments | « remoting/resources/tick.png ('k') | remoting/webapp/client_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698