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

Side by Side Diff: ash/ash_strings.grd

Issue 9815027: Give the system tray an accessible role and name so that something (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/system/tray/system_tray.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains the strings for ash. 4 This file contains the strings for ash.
5 --> 5 -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/ash_strings.h" type="rc_header"> 10 <output filename="grit/ash_strings.h" type="rc_header">
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 Applications 168 Applications
169 </message> 169 </message>
170 <message name="IDS_AURA_CYCLER_TITLE" desc="The title used for the Aura wi ndow cycler in the launcher"> 170 <message name="IDS_AURA_CYCLER_TITLE" desc="The title used for the Aura wi ndow cycler in the launcher">
171 Window Cycler 171 Window Cycler
172 </message> 172 </message>
173 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t he Aura overflow button in the launcher"> 173 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t he Aura overflow button in the launcher">
174 Overflow Button 174 Overflow Button
175 </message> 175 </message>
176 176
177 <!-- Status tray items --> 177 <!-- Status tray items -->
178 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n ame of the status tray.">
179 Status tray
180 </message>
178 <message name="IDS_ASH_STATUS_TRAY_SETTINGS_AND_HELP" desc="The label used for the help-and-settings item in the status tray."> 181 <message name="IDS_ASH_STATUS_TRAY_SETTINGS_AND_HELP" desc="The label used for the help-and-settings item in the status tray.">
179 Settings and Help 182 Settings and Help
180 </message> 183 </message>
181 <message name="IDS_ASH_STATUS_TRAY_SHUT_DOWN" desc="The label used for the button in the status tray to shut down the system."> 184 <message name="IDS_ASH_STATUS_TRAY_SHUT_DOWN" desc="The label used for the button in the status tray to shut down the system.">
182 Shut down 185 Shut down
183 </message> 186 </message>
184 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system."> 187 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system.">
185 Sign out 188 Sign out
186 </message> 189 </message>
187 <message name="IDS_ASH_STATUS_TRAY_EXIT_GUEST" desc="The label used for th e button in the status tray to terminate a guest session."> 190 <message name="IDS_ASH_STATUS_TRAY_EXIT_GUEST" desc="The label used for th e button in the status tray to terminate a guest session.">
(...skipping 26 matching lines...) Expand all
214 <message name="IDS_ASH_STATUS_TRAY_DISABLE_MOBILE" desc="The label used fo r the item to disable cellular networks."> 217 <message name="IDS_ASH_STATUS_TRAY_DISABLE_MOBILE" desc="The label used fo r the item to disable cellular networks.">
215 Disable cellular 218 Disable cellular
216 </message> 219 </message>
217 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra y popup to notify that the user should restart to get system updates."> 220 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra y popup to notify that the user should restart to get system updates.">
218 Restart to update 221 Restart to update
219 </message> 222 </message>
220 </messages> 223 </messages>
221 </release> 224 </release>
222 </grit> 225 </grit>
223 226
OLDNEW
« no previous file with comments | « no previous file | ash/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698