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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 2701463003: Create a Tether section in the system tray network list. (Closed)
Patch Set: Add a GetTetherNetworkList method and test. 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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 </message> 504 </message>
505 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning for w ifi networks"> 505 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning for w ifi networks">
506 Searching for Wi-Fi networks... 506 Searching for Wi-Fi networks...
507 </message> 507 </message>
508 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CELLULAR" desc="The label used in t he tray popup to separate cellular networks."> 508 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CELLULAR" desc="The label used in t he tray popup to separate cellular networks.">
509 Cellular 509 Cellular
510 </message> 510 </message>
511 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI" desc="The label used in the t ray popup to separate Wi-Fi networks."> 511 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI" desc="The label used in the t ray popup to separate Wi-Fi networks.">
512 Wi-Fi 512 Wi-Fi
513 </message> 513 </message>
514 <message name="IDS_ASH_STATUS_TRAY_NETWORK_TETHER" desc="The label used in the tray popup to separate Instant Tethering networks.">
515 Instant Tethering
516 </message>
514 <message name="IDS_ASH_STATUS_TRAY_ADD_CONNECTION" desc="Title for control to add a new network connection." > 517 <message name="IDS_ASH_STATUS_TRAY_ADD_CONNECTION" desc="Title for control to add a new network connection." >
515 Add connection 518 Add connection
516 </message> 519 </message>
517 520
518 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The access ible text for virtual keyboard icon in status tray."> 521 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The access ible text for virtual keyboard icon in status tray.">
519 Show on-screen keyboard 522 Show on-screen keyboard
520 </message> 523 </message>
521 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to show that the system failed to enter the mirroring mode."> 524 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to show that the system failed to enter the mirroring mode.">
522 Could not mirror displays since no supported resolutions found. Entered exte nded desktop instead. 525 Could not mirror displays since no supported resolutions found. Entered exte nded desktop instead.
523 </message> 526 </message>
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager."> 626 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
624 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>. 627 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>.
625 </message> 628 </message>
626 629
627 <!-- Notification that an accelerator was pressed, so the user knows how to to ggle it back --> 630 <!-- Notification that an accelerator was pressed, so the user knows how to to ggle it back -->
628 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 631 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
629 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."> 632 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.">
630 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 633 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
631 </message> 634 </message>
632 </grit-part> 635 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/chromeos/network/network_info.h » ('j') | chromeos/network/network_state_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698