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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 2435903002: Move tray code from ui/chromeos/network/ (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/material_design/material_design_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from ash_strings.grd). 2 <!-- ChromeOS-specific strings (included from ash_strings.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 5
6 <!-- Device types --> 6 <!-- Device types -->
7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)"> 7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)">
8 Chromebase 8 Chromebase
9 </message> 9 </message>
10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)"> 10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)">
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 </message> 410 </message>
411 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_ENABLED" desc="The text shown in t he tray menu when the virtual keyboard is enabled."> 411 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_ENABLED" desc="The text shown in t he tray menu when the virtual keyboard is enabled.">
412 On-screen keyboard enabled 412 On-screen keyboard enabled
413 </message> 413 </message>
414 <message name="IDS_ASH_STATUS_TRAY_ENABLE_KEYBOARD" desc="A button label in th e tray menu to enable the keyboard."> 414 <message name="IDS_ASH_STATUS_TRAY_ENABLE_KEYBOARD" desc="A button label in th e tray menu to enable the keyboard.">
415 Enable on-screen keyboard 415 Enable on-screen keyboard
416 </message> 416 </message>
417 <message name="IDS_ASH_STATUS_TRAY_DISABLE_KEYBOARD" desc="A button label in t he tray menu to disable the keyboard."> 417 <message name="IDS_ASH_STATUS_TRAY_DISABLE_KEYBOARD" desc="A button label in t he tray menu to disable the keyboard.">
418 Disable on-screen keyboard 418 Disable on-screen keyboard
419 </message> 419 </message>
420
421 <!-- Status tray networking strings. -->
422 <message name="IDS_ASH_STATUS_TRAY_CELLULAR_SCANNING" desc="Message when scann ing for cellular networks">
423 Searching for cellular networks...
424 </message>
425 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network device .">
426 Ethernet
427 </message>
428 <message name="IDS_ASH_STATUS_TRAY_INITIALIZING_CELLULAR" desc="Message for th e status area when initializing the cellular device.">
429 Initializing cellular modem...
430 </message>
431 <message name="IDS_ASH_STATUS_TRAY_NETWORK_ACTIVATING" desc="Message for the n etwork tray tooltip and network list when activating a network.">
432 Activating <ph name="NAME">$1<ex>YBH Cellular</ex></ph>
433 </message>
434 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTED" desc="Message for the ne twork tray tooltip and network list when connected to a network.">
435 Connected to <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
436 </message>
437 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTING" desc="Message for the n etwork tray tooltip and network list when connecting to a network.">
438 Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
439 </message>
440 <message name="IDS_ASH_STATUS_TRAY_NETWORK_RECONNECTING" desc="Message for the network tray tooltip and network list when reconnecting to a network.">
441 Reconnecting to <ph name="NAME">$1<ex>Company VPN</ex></ph>
442 </message>
443 <message name="IDS_ASH_STATUS_TRAY_NETWORK_LIST_ACTIVATE" desc="Message for th e network list to activate the network.">
444 Activate <ph name="NETWORKSERVICE">$1<ex>YBH Cellular</ex></ph>
445 </message>
446 <message name="IDS_ASH_STATUS_TRAY_NETWORK_LIST_ACTIVATING" desc="Message for the network list when activating a network.">
447 <ph name="NAME">$1<ex>YBH Cellular</ex></ph>: Activating...
448 </message>
449 <message name="IDS_ASH_STATUS_TRAY_NETWORK_LIST_CONNECTING" desc="Message for the network list when connecting to a network.">
450 <ph name="NAME">$1<ex>GoogleGuest</ex></ph>: Connecting...
451 </message>
452 <message name="IDS_ASH_STATUS_TRAY_NETWORK_LIST_RECONNECTING" desc="Message fo r the network list when reconnecting to a network.">
453 <ph name="NAME">$1<ex>Company VPN</ex></ph>: Reconnecting...
454 </message>
455 <message name="IDS_ASH_STATUS_TRAY_NETWORK_NOT_CONNECTED" desc="Description in status area or network list when no network is connected.">
456 No network
457 </message>
458 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROHIBITED" desc="Tooltip in networ k list when no network is prohibited by policy.">
459 This network is disabled by your administrator.
460 </message>
461 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROHIBITED_OTHER" desc="Tooltip in network list for joining other network when connecting unmanaged network is proh ibited">
462 Connecting to other networks is disabled by your administrator.
463 </message>
464 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to display i n the network info bubble when it is otherwise empty.">
465 No network information available
466 </message>
467 <message name="IDS_ASH_STATUS_TRAY_NO_CELLULAR_NETWORKS" desc="The message to display in the network list when no cellular networks are available.">
468 No cellular network available
469 </message>
470 <message name="IDS_ASH_STATUS_TRAY_VPN_DISCONNECTED" desc="The label used in s ystem tray bubble to display vpn is disconnected.">
471 VPN disconnected
472 </message>
473 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_ENABLED" desc="The label used in the tray popup to notify that Wi-Fi is turned on.">
474 Wi-Fi is turned on.
475 </message>
476 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_DISABLED" desc="The label used in the tray popup to notify that Wi-Fi is turned off.">
477 Wi-Fi is turned off.
478 </message>
479 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning for w ifi networks">
480 Searching for Wi-Fi networks...
481 </message>
482 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI" desc="The label used in the t ray popup to separate Wi-Fi networks.">
483 Wi-Fi
484 </message>
485
420 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The access ible text for virtual keyboard icon in status tray."> 486 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The access ible text for virtual keyboard icon in status tray.">
421 Show on-screen keyboard 487 Show on-screen keyboard
422 </message> 488 </message>
423 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to show that the system failed to enter the mirroring mode."> 489 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to show that the system failed to enter the mirroring mode.">
424 Could not mirror displays since no supported resolutions found. Entered exte nded desktop instead. Click to send a feedback report. 490 Could not mirror displays since no supported resolutions found. Entered exte nded desktop instead. Click to send a feedback report.
425 </message> 491 </message>
426 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error messag e to show that the system failed to enter the extended desktop mode or unknown s tatus. Please translate the parentized text."> 492 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error messag e to show that the system failed to enter the extended desktop mode or unknown s tatus. Please translate the parentized text.">
427 Dear Monitor, it's not working out between us. (That monitor is not supporte d. Click to send a feedback report.) 493 Dear Monitor, it's not working out between us. (That monitor is not supporte d. Click to send a feedback report.)
428 </message> 494 </message>
429 <message name="IDS_ASH_DISPLAY_MIRRORING_NOT_SUPPORTED" desc="A message used t o explain that mirroring with more than two displays is not supported."> 495 <message name="IDS_ASH_DISPLAY_MIRRORING_NOT_SUPPORTED" desc="A message used t o explain that mirroring with more than two displays is not supported.">
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 </message> 592 </message>
527 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" 593 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG"
528 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager."> 594 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
529 The shortcut to open the task manager has changed. Please use <ph name="NEW_ SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Sh ift+Esc</ex></ph>. 595 The shortcut to open the task manager has changed. Please use <ph name="NEW_ SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Sh ift+Esc</ex></ph>.
530 </message> 596 </message>
531 <message name="IDS_DEPRECATED_NEXT_IME_MSG" 597 <message name="IDS_DEPRECATED_NEXT_IME_MSG"
532 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method."> 598 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method.">
533 The shortcut to switch to the next input method has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH ORTCUT">$2<ex>Shift+Alt</ex></ph>. 599 The shortcut to switch to the next input method has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH ORTCUT">$2<ex>Shift+Alt</ex></ph>.
534 </message> 600 </message>
535 </grit-part> 601 </grit-part>
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/material_design/material_design_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698