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

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

Issue 710123002: AXRoleDescription for html figure tag would be 'figure'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 </message> 361 </message>
362 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> 362 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker">
363 list marker 363 list marker
364 </message> 364 </message>
365 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> 365 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map">
366 image map 366 image map
367 </message> 367 </message>
368 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings"> 368 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings">
369 heading 369 heading
370 </message> 370 </message>
371 <message name="IDS_AX_ROLE_FIGURE" desc="accessibility role description fo r figure">
372 figure
373 </message>
371 <message name="IDS_AX_ROLE_REGION" desc="accessibility role description fo r region"> 374 <message name="IDS_AX_ROLE_REGION" desc="accessibility role description fo r region">
372 region 375 region
373 </message> 376 </message>
374 <if expr="is_macosx"> 377 <if expr="is_macosx">
375 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description for footers"> 378 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description for footers">
376 footer 379 footer
377 </message> 380 </message>
378 <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."> 381 <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.">
379 stepper 382 stepper
380 </message> 383 </message>
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 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). 730 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).
728 </message> 731 </message>
729 732
730 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 733 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
731 Couldn't load plug-in. 734 Couldn't load plug-in.
732 </message> 735 </message>
733 736
734 </messages> 737 </messages>
735 </release> 738 </release>
736 </grit> 739 </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