summaryrefslogtreecommitdiffstats
path: root/ash/ash_chromeos_strings.grdp
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-24 23:46:55 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-24 23:46:55 +0000
commit6ba4e137f66afbdd2ea26e5e3a6ea58784fa4967 (patch)
tree6a210be2ce53919ad9a3dada20515a014238ebe9 /ash/ash_chromeos_strings.grdp
parent121063d342c5ca5432268dbbb4ba98691f3b7804 (diff)
downloadchromium_src-6ba4e137f66afbdd2ea26e5e3a6ea58784fa4967.zip
chromium_src-6ba4e137f66afbdd2ea26e5e3a6ea58784fa4967.tar.gz
chromium_src-6ba4e137f66afbdd2ea26e5e3a6ea58784fa4967.tar.bz2
chromeos: Refactor the code for showing the network UI.
This patch moves some code out of //ash into //chromeos so that it can be used in other components (e.g. athena). NetworkListView is introduced for representing the list of available networks to the user. It can query information through the NetworkListDelegate. NetworkInfo is used to contain the necessary information about a network. BUG=387199 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/417793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_chromeos_strings.grdp')
-rw-r--r--ash/ash_chromeos_strings.grdp21
1 files changed, 0 insertions, 21 deletions
diff --git a/ash/ash_chromeos_strings.grdp b/ash/ash_chromeos_strings.grdp
index 4a895fa7..e8e49fd3 100644
--- a/ash/ash_chromeos_strings.grdp
+++ b/ash/ash_chromeos_strings.grdp
@@ -37,30 +37,12 @@
<message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:">
IP Address
</message>
- <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to display in the network info bubble when it is otherwise empty.">
- No network information available
- </message>
- <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_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_SETTINGS" desc="The label used in the settings entry in the network dialog.">
Settings...
</message>
<message name="IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS" desc="The label used in the proxy settings entry in the network dialog in the login screen.">
Proxy...
</message>
- <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.">
- Wi-Fi is turned on.
- </message>
- <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.">
- Wi-Fi is turned off.
- </message>
- <message name="IDS_ASH_STATUS_TRAY_NETWORK_NO_VPN" desc="The label used in the tray popup to notify no vpn is configured.">
- VPN is not configured.
- </message>
<message name="IDS_ASH_STATUS_TRAY_ENABLE_WIFI" desc="The label used for the item to enable wifi.">
Enable Wi-Fi
</message>
@@ -91,9 +73,6 @@
<message name="IDS_ASH_STATUS_TRAY_MOBILE_VIEW_ACCOUNT" desc="In the network popup bubble, the text of the top-up URL link.">
View mobile account
</message>
- <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_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>