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

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

Issue 682833003: AXRoleDescription is not exposed correctly for aside, main, nav element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated comments Created 6 years, 1 month 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_cocoa.mm » ('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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 <message name="IDS_AX_CALENDAR_WEEK_DESCRIPTION" desc="Accessible descript ion of a button to select a specific week."> 334 <message name="IDS_AX_CALENDAR_WEEK_DESCRIPTION" desc="Accessible descript ion of a button to select a specific week.">
335 <ph name="WEEK">$1<ex>Week 38, 2014</ex></ph>, starting on <ph name="WEE K_START_DATE">$2<ex>September 15, 2014</ex></ph> 335 <ph name="WEEK">$1<ex>Week 38, 2014</ex></ph>, starting on <ph name="WEE K_START_DATE">$2<ex>September 15, 2014</ex></ph>
336 </message> 336 </message>
337 337
338 <message name="IDS_AX_ROLE_ARTICLE" desc="accessibility role description f or article"> 338 <message name="IDS_AX_ROLE_ARTICLE" desc="accessibility role description f or article">
339 article 339 article
340 </message> 340 </message>
341 <message name="IDS_AX_ROLE_BANNER" desc="accessibility role description fo r banner"> 341 <message name="IDS_AX_ROLE_BANNER" desc="accessibility role description fo r banner">
342 banner 342 banner
343 </message> 343 </message>
344 <message name="IDS_AX_ROLE_COMPLEMENTARY" desc="accessibility role descrip tion for complementary">
345 complementary
346 </message>
344 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area"> 347 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area">
345 HTML content 348 HTML content
346 </message> 349 </message>
347 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link"> 350 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link">
348 link 351 link
349 </message> 352 </message>
350 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> 353 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker">
351 list marker 354 list marker
352 </message> 355 </message>
353 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> 356 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map">
(...skipping 12 matching lines...) Expand all
366 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description for a stepper - a control where you can use up/down arrows to increment or decr ement it. The name 'stepper' is how this user interface element is described by VoiceOver on Mac OS X; the translation should be consistent with VoiceOver."> 369 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description for a stepper - a control where you can use up/down arrows to increment or decr ement it. The name 'stepper' is how this user interface element is described by VoiceOver on Mac OS X; the translation should be consistent with VoiceOver.">
367 stepper 370 stepper
368 </message> 371 </message>
369 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="accessibility role descr iption for a toggle button"> 372 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="accessibility role descr iption for a toggle button">
370 toggle button 373 toggle button
371 </message> 374 </message>
372 </if> 375 </if>
373 <message name="IDS_AX_ROLE_ADDRESS" desc="accessibility role description f or an address (as in a person's contact information)"> 376 <message name="IDS_AX_ROLE_ADDRESS" desc="accessibility role description f or an address (as in a person's contact information)">
374 address 377 address
375 </message> 378 </message>
379 <message name="IDS_AX_ROLE_MAIN_CONTENT" desc="accessibility role descript ion for main content of the document.">
380 main
381 </message>
382 <message name="IDS_AX_ROLE_NAVIGATIONAL_LINK" desc="accessibility role des cription for group of navigational links.">
383 navigation
384 </message>
376 385
377 <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."> 386 <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.">
378 press 387 press
379 </message> 388 </message>
380 <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."> 389 <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.">
381 select 390 select
382 </message> 391 </message>
383 <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."> 392 <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.">
384 activate 393 activate
385 </message> 394 </message>
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 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). 718 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).
710 </message> 719 </message>
711 720
712 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 721 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
713 Couldn't load plug-in. 722 Couldn't load plug-in.
714 </message> 723 </message>
715 724
716 </messages> 725 </messages>
717 </release> 726 </release>
718 </grit> 727 </grit>
OLDNEW
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698