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

Side by Side Diff: content/app/strings/content_strings.grd

Issue 1809573003: Fix support for accessible action verbs and performing the default action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix two tests Created 4 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
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_win.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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by content that 4 each locale. Specifically, these are UI strings that are used by content that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <!-- Some of these strings and string descriptions were taken from 7 <!-- Some of these strings and string descriptions were taken from
8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license
9 below: 9 below:
10 10
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 </message> 519 </message>
520 <message name="IDS_AX_CHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating th e action that will occur when a checked checkbox is clicked, as used by accessib ility."> 520 <message name="IDS_AX_CHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating th e action that will occur when a checked checkbox is clicked, as used by accessib ility.">
521 uncheck 521 uncheck
522 </message> 522 </message>
523 <message name="IDS_AX_UNCHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating the action that will occur when an unchecked checkbox is clicked, as used by acc essibility."> 523 <message name="IDS_AX_UNCHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating the action that will occur when an unchecked checkbox is clicked, as used by acc essibility.">
524 check 524 check
525 </message> 525 </message>
526 <message name="IDS_AX_LINK_ACTION_VERB" desc="Verb stating the action that will occur when a link is clicked, as used by accessibility."> 526 <message name="IDS_AX_LINK_ACTION_VERB" desc="Verb stating the action that will occur when a link is clicked, as used by accessibility.">
527 jump 527 jump
528 </message> 528 </message>
529 <message name="IDS_AX_POP_UP_BUTTON_ACTION_VERB" desc="Verb stating the ac tion that will occur when a pop-up button is clicked, as used by accessibility." >
530 open
531 </message>
532 <message name="IDS_AX_DEFAULT_ACTION_VERB" desc="Verb stating the action t hat will occur when clicking on a generic clickable object, when we don't know w hat that action is, as used by accessibility.">
533 click
534 </message>
529 535
530 <message name="IDS_AX_AM_PM_FIELD_TEXT" desc="Accessible description of th e AM/PM field in a date/time control"> 536 <message name="IDS_AX_AM_PM_FIELD_TEXT" desc="Accessible description of th e AM/PM field in a date/time control">
531 AM/PM 537 AM/PM
532 </message> 538 </message>
533 539
534 <message name="IDS_AX_DAY_OF_MONTH_FIELD_TEXT" desc="Accessible descriptio n of the day of month field in a date/time control"> 540 <message name="IDS_AX_DAY_OF_MONTH_FIELD_TEXT" desc="Accessible descriptio n of the day of month field in a date/time control">
535 Day 541 Day
536 </message> 542 </message>
537 543
538 <message name="IDS_AX_DATE_TIME_FIELD_EMPTY_VALUE_TEXT" desc="Accessible d escription of empty value of field in a date/time control"> 544 <message name="IDS_AX_DATE_TIME_FIELD_EMPTY_VALUE_TEXT" desc="Accessible d escription of empty value of field in a date/time control">
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 exit full screen 605 exit full screen
600 </message> 606 </message>
601 607
602 <message name="IDS_AX_MEDIA_SHOW_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for show closed captions button"> 608 <message name="IDS_AX_MEDIA_SHOW_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for show closed captions button">
603 show closed captions 609 show closed captions
604 </message> 610 </message>
605 611
606 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for hide closed captions button"> 612 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for hide closed captions button">
607 hide closed captions 613 hide closed captions
608 </message> 614 </message>
609 615
610 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON" desc="accessibility role desc ription for remote playback button"> 616 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON" desc="accessibility role desc ription for remote playback button">
611 play on remote device 617 play on remote device
612 </message> 618 </message>
613 619
614 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON" desc="accessibility role descr iption for remote playback control button"> 620 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON" desc="accessibility role descr iption for remote playback control button">
615 control remote playback 621 control remote playback
616 </message> 622 </message>
617 623
618 <message name="IDS_AX_MEDIA_AUDIO_ELEMENT_HELP" desc="Accessible help of a udio controls"> 624 <message name="IDS_AX_MEDIA_AUDIO_ELEMENT_HELP" desc="Accessible help of a udio controls">
619 audio 625 audio
620 </message> 626 </message>
621 627
622 <message name="IDS_AX_MEDIA_VIDEO_ELEMENT_HELP" desc="Accessible help of v ideo"> 628 <message name="IDS_AX_MEDIA_VIDEO_ELEMENT_HELP" desc="Accessible help of v ideo">
623 video 629 video
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 start displaying closed captions 681 start displaying closed captions
676 </message> 682 </message>
677 683
678 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON_HELP" desc="access ibility help description for hide closed captions button"> 684 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON_HELP" desc="access ibility help description for hide closed captions button">
679 stop displaying closed captions 685 stop displaying closed captions
680 </message> 686 </message>
681 687
682 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON_HELP" desc="accessibility help description for remote playback button"> 688 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON_HELP" desc="accessibility help description for remote playback button">
683 play on remote device 689 play on remote device
684 </message> 690 </message>
685 691
686 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON_HELP" desc="accessibility help description for remote playback control button"> 692 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON_HELP" desc="accessibility help description for remote playback control button">
687 control remote playback 693 control remote playback
688 </message> 694 </message>
689 695
690 <message name="IDS_AX_MILLISECOND_FIELD_TEXT" desc="Accessible description of the millisecond field in a date/time control"> 696 <message name="IDS_AX_MILLISECOND_FIELD_TEXT" desc="Accessible description of the millisecond field in a date/time control">
691 Milliseconds 697 Milliseconds
692 </message> 698 </message>
693 699
694 <message name="IDS_AX_MINUTE_FIELD_TEXT" desc="Accessible description of t he minute field in a date/time control"> 700 <message name="IDS_AX_MINUTE_FIELD_TEXT" desc="Accessible description of t he minute field in a date/time control">
695 Minutes 701 Minutes
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1 00</ex></ph> characters). 853 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1 00</ex></ph> characters).
848 </message> 854 </message>
849 855
850 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 856 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
851 Couldn't load plugin. 857 Couldn't load plugin.
852 </message> 858 </message>
853 859
854 </messages> 860 </messages>
855 </release> 861 </release>
856 </grit> 862 </grit>
OLDNEW
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698