diff options
author | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 05:26:55 +0000 |
---|---|---|
committer | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 05:26:55 +0000 |
commit | 0f0e15551939dc9f2d3c78598fe79016fcc99f76 (patch) | |
tree | 3842d4dc9fa6a247cb5399ab1dc0b0612059e236 /ash/ash_strings.grd | |
parent | 052e2f52e00f25b0f6e251f666dc169d98715721 (diff) | |
download | chromium_src-0f0e15551939dc9f2d3c78598fe79016fcc99f76.zip chromium_src-0f0e15551939dc9f2d3c78598fe79016fcc99f76.tar.gz chromium_src-0f0e15551939dc9f2d3c78598fe79016fcc99f76.tar.bz2 |
Add accessible strings for the uber tray
TBR=sky@chromium.org
BUG=140163
Review URL: https://chromiumcodereview.appspot.com/10825148
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 826e17e..f2407cb 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -392,6 +392,21 @@ Press Search key to cancel. <message name="IDS_ASH_STATUS_TRAY_WIFI" desc="The wifi network device."> Wi-Fi </message> + <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the help button."> + Help + </message> + <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for the shutdown button."> + Shutdown + </message> + <message name="IDS_ASH_STATUS_TRAY_NOTIFICATIONS" desc="The accessible text for the notifications button."> + Notifications + </message> + <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for the cellular button."> + Cellular + </message> + <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button."> + Network Info + </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> |