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

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

Issue 2518183002: Moved action verbs out of Blink. (Closed)
Patch Set: Added missing braces. Created 4 years 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 <!-- 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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 <message name="IDS_AX_ROLE_TREE" desc="accessibility role description fo r a tree"> 504 <message name="IDS_AX_ROLE_TREE" desc="accessibility role description fo r a tree">
505 tree 505 tree
506 </message> 506 </message>
507 <message name="IDS_AX_ROLE_TREE_GRID" desc="accessibility role descripti on for a tree grid"> 507 <message name="IDS_AX_ROLE_TREE_GRID" desc="accessibility role descripti on for a tree grid">
508 tree grid 508 tree grid
509 </message> 509 </message>
510 <message name="IDS_AX_ROLE_TREE_ITEM" desc="accessibility role descripti on for a tree item"> 510 <message name="IDS_AX_ROLE_TREE_ITEM" desc="accessibility role descripti on for a tree item">
511 tree item 511 tree item
512 </message> 512 </message>
513 </if> 513 </if>
514 <message name="IDS_AX_BUTTON_ACTION_VERB" desc="Verb stating the action th at will occur when a button is pressed, as used by accessibility."> 514
515 press
516 </message>
517 <message name="IDS_AX_RADIO_BUTTON_ACTION_VERB" desc="Verb stating the act ion that will occur when a radio button is clicked, as used by accessibility.">
518 select
519 </message>
520 <message name="IDS_AX_TEXT_FIELD_ACTION_VERB" desc="Verb stating the actio n that will occur when a text field is selected, as used by accessibility.">
521 activate
522 </message>
523 <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.">
524 uncheck
525 </message>
526 <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.">
527 check
528 </message>
529 <message name="IDS_AX_LINK_ACTION_VERB" desc="Verb stating the action that will occur when a link is clicked, as used by accessibility.">
530 jump
531 </message>
532 <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." >
533 open
534 </message>
535 <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.">
536 click
537 </message>
538
539 <message name="IDS_AX_AM_PM_FIELD_TEXT" desc="Accessible description of th e AM/PM field in a date/time control"> 515 <message name="IDS_AX_AM_PM_FIELD_TEXT" desc="Accessible description of th e AM/PM field in a date/time control">
540 AM/PM 516 AM/PM
541 </message> 517 </message>
542 518
543 <message name="IDS_AX_DAY_OF_MONTH_FIELD_TEXT" desc="Accessible descriptio n of the day of month field in a date/time control"> 519 <message name="IDS_AX_DAY_OF_MONTH_FIELD_TEXT" desc="Accessible descriptio n of the day of month field in a date/time control">
544 Day 520 Day
545 </message> 521 </message>
546 522
547 <message name="IDS_AX_HOUR_FIELD_TEXT" desc="Accessible description of the hour field in a date/time control"> 523 <message name="IDS_AX_HOUR_FIELD_TEXT" desc="Accessible description of the hour field in a date/time control">
548 Hours 524 Hours
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 Off 878 Off
903 </message> 879 </message>
904 880
905 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 881 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
906 Couldn't load plugin. 882 Couldn't load plugin.
907 </message> 883 </message>
908 884
909 </messages> 885 </messages>
910 </release> 886 </release>
911 </grit> 887 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_button.cc ('k') | content/browser/accessibility/accessibility_tree_formatter_blink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698