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

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

Issue 1030333002: Chromium side Implementation of new roles added in ARIA 1.1 draft. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating failed expectations Created 5 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
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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 </message> 396 </message>
397 <message name="IDS_AX_ROLE_FORM" desc="accessibility role description for form"> 397 <message name="IDS_AX_ROLE_FORM" desc="accessibility role description for form">
398 form 398 form
399 </message> 399 </message>
400 <message name="IDS_AX_ROLE_MATH" desc="accessibility role description for math"> 400 <message name="IDS_AX_ROLE_MATH" desc="accessibility role description for math">
401 math 401 math
402 </message> 402 </message>
403 <message name="IDS_AX_ROLE_STATUS" desc="accessibility role description fo r status"> 403 <message name="IDS_AX_ROLE_STATUS" desc="accessibility role description fo r status">
404 status 404 status
405 </message> 405 </message>
406 <message name="IDS_AX_ROLE_SEARCH_BOX" desc="accessibility role descriptio n for search text field">
407 search text field
408 </message>
409 <message name="IDS_AX_ROLE_SWITCH" desc="accessibility role description fo r switch">
410 switch
411 </message>
406 412
407 <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."> 413 <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.">
408 press 414 press
409 </message> 415 </message>
410 <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."> 416 <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.">
411 select 417 select
412 </message> 418 </message>
413 <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."> 419 <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.">
414 activate 420 activate
415 </message> 421 </message>
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 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). 749 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).
744 </message> 750 </message>
745 751
746 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 752 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
747 Couldn't load plugin. 753 Couldn't load plugin.
748 </message> 754 </message>
749 755
750 </messages> 756 </messages>
751 </release> 757 </release>
752 </grit> 758 </grit>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/automation.idl ('k') | content/browser/accessibility/browser_accessibility_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698