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

Side by Side Diff: ash/ash_strings.grd

Issue 16175004: Large Cursor: Add the toggle menuitem to a11y menu in uber tray (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test failure on win Created 7 years, 6 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/shell/shell_delegate_impl.h » ('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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SPOKEN_FEEDBACK" desc="Th e label used in the accessibility menu of the 390 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SPOKEN_FEEDBACK" desc="Th e label used in the accessibility menu of the
391 system tray to toggle on/off spoken feedback feature."> 391 system tray to toggle on/off spoken feedback feature.">
392 Spoken feedback 392 Spoken feedback
393 </message> 393 </message>
394 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGH_CONTRAST_MODE" desc= "The label used in the accessibility menu of the system tray to toggle on/off hi gh contrast feature."> 394 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGH_CONTRAST_MODE" desc= "The label used in the accessibility menu of the system tray to toggle on/off hi gh contrast feature.">
395 High contrast 395 High contrast
396 </message> 396 </message>
397 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SCREEN_MAGNIFIER" desc="T he label used in the accessibility menu of the system tray to toggle on/off magn ifier feature."> 397 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SCREEN_MAGNIFIER" desc="T he label used in the accessibility menu of the system tray to toggle on/off magn ifier feature.">
398 Screen magnifier 398 Screen magnifier
399 </message> 399 </message>
400 <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 cu rsor feature.">
401 Large Cursor
402 </message>
400 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LEARN_MORE" desc="The lab el used in the accessibility menu of the system tray 403 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LEARN_MORE" desc="The lab el used in the accessibility menu of the system tray
401 to open a webpage (article on help center) containing explanation about acc essibility feature."> 404 to open a webpage (article on help center) containing explanation about acc essibility feature.">
402 Learn more... 405 Learn more...
403 </message> 406 </message>
404 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label of the item 'Settings...' used in the accessibility menu of the system tray to open an accessibility setting page."> 407 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label of the item 'Settings...' used in the accessibility menu of the system tray to open an accessibility setting page.">
405 Settings... 408 Settings...
406 </message> 409 </message>
407 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tr ay dialog to indicate that the battery is full."> 410 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tr ay dialog to indicate that the battery is full.">
408 Battery full 411 Battery full
409 </message> 412 </message>
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 530
528 <!-- ChromeOS-specific strings --> 531 <!-- ChromeOS-specific strings -->
529 <if expr="pp_ifdef('chromeos')"> 532 <if expr="pp_ifdef('chromeos')">
530 <part file="ash_chromeos_strings.grdp" /> 533 <part file="ash_chromeos_strings.grdp" />
531 </if> 534 </if>
532 535
533 </messages> 536 </messages>
534 </release> 537 </release>
535 </grit> 538 </grit>
536 539
OLDNEW
« no previous file with comments | « no previous file | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698