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

Side by Side Diff: ash/ash_strings.grd

Issue 2771963002: List all a11y featuers in ash system menu (Closed)
Patch Set: Address the comments on PS#3 Created 3 years, 8 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
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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 </message> 320 </message>
321 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LARGE_CURSOR" desc="The l abel used in the accessibility menu of the system tray to toggle on/off large mo use cursor feature."> 321 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LARGE_CURSOR" desc="The l abel used in the accessibility menu of the system tray to toggle on/off large mo use cursor feature.">
322 Large mouse cursor 322 Large mouse cursor
323 </message> 323 </message>
324 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_AUTOCLICK" desc="The labe l used in the accessibility menu of the system tray to toggle on/off automatic m ouse clicks."> 324 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_AUTOCLICK" desc="The labe l used in the accessibility menu of the system tray to toggle on/off automatic m ouse clicks.">
325 Automatic clicks 325 Automatic clicks
326 </message> 326 </message>
327 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_VIRTUAL_KEYBOARD" desc="T he label used in the accessibility menu of the system tray to toggle on/off the onscreen keyboard."> 327 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_VIRTUAL_KEYBOARD" desc="T he label used in the accessibility menu of the system tray to toggle on/off the onscreen keyboard.">
328 On-screen keyboard 328 On-screen keyboard
329 </message> 329 </message>
330 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_ADDITIONAL_SETTINGS" desc ="The sub-header label for additional setting in accessibility menu of system tr ay.">
tdanderson 2017/03/29 18:57:03 nit: please add these strings in alphabetical orde
tdanderson 2017/03/29 20:27:55 My mistake, I assumed these were already in alphab
331 Additional settings
332 </message>
333 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_MONO_AUDIO" desc="The lab el used in the additional settings of accessibility menu of the system tray to t oggle on/off mono audio.">
334 Mono audio
335 </message>
336 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_CARET_HIGHLIGHT" desc="Th e label used in the additional settings of accessibility menu of the system tray to toggle on/off caret highlight.">
337 Highlight text caret
338 </message>
339 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGHLIGHT_MOUSE_CURSOR" d esc="The label used in the additional settings of accessibility menu of the syst em tray to toggle on/off highlight mouse cursor.">
340 Highlight mouse cursor
341 </message>
342 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGHLIGHT_KEYBOARD_FOCUS" desc="The label used in the additional settings of accessibility menu of the sy stem tray to toggle on/off highlight keyboard focus.">
343 Highlight object with keyboard focus
344 </message>
330 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label used in the accessibility menu of system tray to open accessibility setting pag e."> 345 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label used in the accessibility menu of system tray to open accessibility setting pag e.">
331 Accessibility settings 346 Accessibility settings
332 </message> 347 </message>
333 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the help button."> 348 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the help button.">
334 Help 349 Help
335 </message> 350 </message>
336 <message name="IDS_ASH_STATUS_TRAY_DATE" desc="The date displayed on ash s ystem bubble, Depending on launguage, please choose the best separator(eg ',') b etween abbreviated weekday and date"> 351 <message name="IDS_ASH_STATUS_TRAY_DATE" desc="The date displayed on ash s ystem bubble, Depending on launguage, please choose the best separator(eg ',') b etween abbreviated weekday and date">
337 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug 31, 2012</ex></ph> 352 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug 31, 2012</ex></ph>
338 </message> 353 </message>
339 <message name="IDS_ASH_STATUS_TRAY_REBOOT" desc="The accessible text for t he reboot button."> 354 <message name="IDS_ASH_STATUS_TRAY_REBOOT" desc="The accessible text for t he reboot button.">
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 1039
1025 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back --> 1040 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back -->
1026 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 1041 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
1027 desc="Notification message to tell users that they just pressed t he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag ain will toggle it off."> 1042 desc="Notification message to tell users that they just pressed t he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag ain will toggle it off.">
1028 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 1043 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
1029 </message> 1044 </message>
1030 </messages> 1045 </messages>
1031 </release> 1046 </release>
1032 </grit> 1047 </grit>
1033 1048
OLDNEW
« no previous file with comments | « no previous file | ash/common/metrics/user_metrics_action.h » ('j') | ash/common/metrics/user_metrics_action.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698