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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 2701463003: Create a Tether section in the system tray network list. (Closed)
Patch Set: Create a Tether section in the system tray network list. Created 3 years, 10 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
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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 </message> 513 </message>
514 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning for w ifi networks"> 514 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning for w ifi networks">
515 Searching for Wi-Fi networks... 515 Searching for Wi-Fi networks...
516 </message> 516 </message>
517 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CELLULAR" desc="The label used in t he tray popup to separate cellular networks."> 517 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CELLULAR" desc="The label used in t he tray popup to separate cellular networks.">
518 Cellular 518 Cellular
519 </message> 519 </message>
520 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI" desc="The label used in the t ray popup to separate Wi-Fi networks."> 520 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI" desc="The label used in the t ray popup to separate Wi-Fi networks.">
521 Wi-Fi 521 Wi-Fi
522 </message> 522 </message>
523 <message name="IDS_ASH_STATUS_TRAY_NETWORK_TETHER" desc="The label used in the tray popup to separate Instant Tethering networks.">
524 Instant Tethering
525 </message>
523 <message name="IDS_ASH_STATUS_TRAY_ADD_CONNECTION" desc="Title for control to add a new network connection." > 526 <message name="IDS_ASH_STATUS_TRAY_ADD_CONNECTION" desc="Title for control to add a new network connection." >
524 Add connection 527 Add connection
525 </message> 528 </message>
526 529
527 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The access ible text for virtual keyboard icon in status tray."> 530 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The access ible text for virtual keyboard icon in status tray.">
528 Show on-screen keyboard 531 Show on-screen keyboard
529 </message> 532 </message>
530 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to show that the system failed to enter the mirroring mode."> 533 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to show that the system failed to enter the mirroring mode.">
531 Could not mirror displays since no supported resolutions found. Entered exte nded desktop instead. 534 Could not mirror displays since no supported resolutions found. Entered exte nded desktop instead.
532 </message> 535 </message>
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager."> 635 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
633 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>. 636 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>.
634 </message> 637 </message>
635 638
636 <!-- Notification that an accelerator was pressed, so the user knows how to to ggle it back --> 639 <!-- Notification that an accelerator was pressed, so the user knows how to to ggle it back -->
637 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 640 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
638 desc="Notification message to tell users that they just pressed the S earch+Shift+H shortcut to toggle High Contrast Mode, and that pressing it again will toggle it off."> 641 desc="Notification message to tell users that they just pressed the S earch+Shift+H shortcut to toggle High Contrast Mode, and that pressing it again will toggle it off.">
639 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 642 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
640 </message> 643 </message>
641 </grit-part> 644 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698