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

Side by Side Diff: ash/ash_strings.grd

Issue 137993021: Add a11y on-screen keyboard to accessibility menu on system tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer feedback. Created 6 years, 10 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 | « ash/accessibility_delegate.h ('k') | ash/default_accessibility_delegate.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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 </message> 435 </message>
436 <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."> 436 <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.">
437 Screen magnifier 437 Screen magnifier
438 </message> 438 </message>
439 <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."> 439 <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.">
440 Large mouse cursor 440 Large mouse cursor
441 </message> 441 </message>
442 <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."> 442 <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.">
443 Automatic clicks 443 Automatic clicks
444 </message> 444 </message>
445 <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.">
446 On-screen keyboard
447 </message>
445 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LEARN_MORE" desc="The lab el used in the accessibility menu of the system tray 448 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LEARN_MORE" desc="The lab el used in the accessibility menu of the system tray
446 to open a webpage (article on help center) containing explanation about acc essibility feature."> 449 to open a webpage (article on help center) containing explanation about acc essibility feature.">
447 Learn more... 450 Learn more...
448 </message> 451 </message>
449 <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."> 452 <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.">
450 Settings... 453 Settings...
451 </message> 454 </message>
452 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tr ay dialog to indicate that the battery is full."> 455 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tr ay dialog to indicate that the battery is full.">
453 Battery full 456 Battery full
454 </message> 457 </message>
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 619
617 <!-- ChromeOS-specific strings --> 620 <!-- ChromeOS-specific strings -->
618 <if expr="pp_ifdef('chromeos')"> 621 <if expr="pp_ifdef('chromeos')">
619 <part file="ash_chromeos_strings.grdp" /> 622 <part file="ash_chromeos_strings.grdp" />
620 </if> 623 </if>
621 624
622 </messages> 625 </messages>
623 </release> 626 </release>
624 </grit> 627 </grit>
625 628
OLDNEW
« no previous file with comments | « ash/accessibility_delegate.h ('k') | ash/default_accessibility_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698