diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-12 18:30:32 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-12 18:30:32 +0000 |
commit | fa8f32bd6b2b659a8c869e46f6dfbb443b8ee9cf (patch) | |
tree | 84ad1923fa13b67a250f93532b46b5c17a0a17da /ash/ash_chromeos_strings.grdp | |
parent | 4a0f4e42ae29646e0dd31a3e8e3b9abfd0fb0e55 (diff) | |
download | chromium_src-fa8f32bd6b2b659a8c869e46f6dfbb443b8ee9cf.zip chromium_src-fa8f32bd6b2b659a8c869e46f6dfbb443b8ee9cf.tar.gz chromium_src-fa8f32bd6b2b659a8c869e46f6dfbb443b8ee9cf.tar.bz2 |
chromeos: Move some network related UI in ui/chromeos/
Move the code responsible for showing network icons into a common component
so that it can be used from both ash and athena. This also moves the relevant
string and image-resources out of ash into separate ui_chromeos_ targets.
R=mmoss@chromium.org, oshima@chromium.org, sky@chromium.org, stevenjb@chromium.org
TBR=derat@ for third_party/cros_system_api owners
BUG=387199
Review URL: https://codereview.chromium.org/351353004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_chromeos_strings.grdp')
-rw-r--r-- | ash/ash_chromeos_strings.grdp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/ash/ash_chromeos_strings.grdp b/ash/ash_chromeos_strings.grdp index 2fd30fb..4a895fa7 100644 --- a/ash/ash_chromeos_strings.grdp +++ b/ash/ash_chromeos_strings.grdp @@ -25,9 +25,6 @@ <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detailed view header."> Private Network </message> - <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network device."> - Ethernet - </message> <message name="IDS_ASH_STATUS_TRAY_WIFI" desc="The wifi network device."> Wi-Fi </message> @@ -46,30 +43,9 @@ <message name="IDS_ASH_STATUS_TRAY_NO_CELLULAR_NETWORKS" desc="The message to display in the network list when no cellular networks are available."> No cellular network available </message> - <message name="IDS_ASH_STATUS_TRAY_NETWORK_NOT_CONNECTED" desc="Description in status area or network dropdown when no network is connected."> - No network - </message> <message name="IDS_ASH_STATUS_TRAY_VPN_DISCONNECTED" desc="The label used in system tray bubble to display vpn is disconnected."> VPN disconnected </message> - <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTED" desc="Message for the network tray tooltip and default menu text when connected to a network."> - Connected to <ph name="NAME">$1<ex>GoogleGuest</ex></ph> - </message> - <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTING" desc="Message for the network tray tooltip and default menu text when connecting to a network."> - Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph> - </message> - <message name="IDS_ASH_STATUS_TRAY_NETWORK_ACTIVATING" desc="Message for the network tray tooltip and default menu text when activating a network."> - Activating <ph name="NAME">$1<ex>YBH Cellular</ex></ph> - </message> - <message name="IDS_ASH_STATUS_TRAY_NETWORK_LIST_CONNECTING" desc="Message for the network list when connecting to a network."> - <ph name="NAME">$1<ex>GoogleGuest</ex></ph>: Connecting... - </message> - <message name="IDS_ASH_STATUS_TRAY_NETWORK_LIST_ACTIVATING" desc="Message for the network list when activating a network."> - <ph name="NAME">$1<ex>YBH Cellular</ex></ph>: Activating... - </message> - <message name="IDS_ASH_STATUS_TRAY_NETWORK_LIST_ACTIVATE" desc="Message for the network list to activate the network."> - Activate <ph name="NETWORKSERVICE">$1<ex>YBH Cellular</ex></ph> - </message> <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in the settings entry in the network dialog."> Settings... </message> @@ -118,12 +94,6 @@ <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning for wifi networks"> Searching for Wi-Fi networks... </message> - <message name="IDS_ASH_STATUS_TRAY_INITIALIZING_CELLULAR" desc="Message for the status area when initializing the cellular device."> - Initializing cellular modem... - </message> - <message name="IDS_ASH_STATUS_TRAY_CELLULAR_SCANNING" desc="Message when scanning for cellular networks"> - Searching for cellular networks... - </message> <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERABLE" desc="Notification shown when a Bluetooth adapter is discoverable."> Your computer is discoverable to nearby Bluetooth devices and will appear as "<ph name="NAME">$1<ex>Chromebook</ex></ph>" with address <ph name="ADDRESS">$2<ex>01:23:45:67:89:0A</ex></ph> </message> |