diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 13:29:41 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 13:29:41 +0000 |
commit | 0994fce90eb8931a0f166bb8c0d3acad88933590 (patch) | |
tree | ac4545955d7ae97b7e280e9ae55860aeb78c111b /ash/ash_strings.grd | |
parent | 156ffc413ec10ccaafcf580117dae6b378cb4b18 (diff) | |
download | chromium_src-0994fce90eb8931a0f166bb8c0d3acad88933590.zip chromium_src-0994fce90eb8931a0f166bb8c0d3acad88933590.tar.gz chromium_src-0994fce90eb8931a0f166bb8c0d3acad88933590.tar.bz2 |
ash: Allow connecting to unlisted networks and visit the top-up url from the tray network popup.
BUG=109480
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=128462
Review URL: https://chromiumcodereview.appspot.com/9838002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index cf532ec..2010169 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -221,12 +221,21 @@ This file contains the strings for ash. <message name="IDS_ASH_STATUS_TRAY_DISABLE_WIFI" desc="The label used for the item to disable wifi."> Disable Wi-fi </message> + <message name="IDS_ASH_STATUS_TRAY_OTHER_WIFI" desc="The label used for the item to display other Wi-Fi networks."> + Other Wi-fi network... + </message> <message name="IDS_ASH_STATUS_TRAY_ENABLE_MOBILE" desc="The label used for the item to enable cellular networks."> Enable cellular </message> <message name="IDS_ASH_STATUS_TRAY_DISABLE_MOBILE" desc="The label used for the item to disable cellular networks."> Disable cellular </message> + <message name="IDS_ASH_STATUS_TRAY_OTHER_MOBILE" desc="The label used for the item to display other cellular networks."> + Other mobile network... + </message> + <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_UPDATE" desc="The label used in the tray popup to notify that the user should restart to get system updates."> Restart to update </message> |