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

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

Issue 656293002: Fix MSAA+IA2 & AX for <header> tag and banner role (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 <message name="IDS_AX_CALENDAR_SHOW_NEXT_MONTH" desc="Accessible descripti on of a button to show next month in a calendar picker."> 328 <message name="IDS_AX_CALENDAR_SHOW_NEXT_MONTH" desc="Accessible descripti on of a button to show next month in a calendar picker.">
329 Show next month 329 Show next month
330 </message> 330 </message>
331 <message name="IDS_AX_CALENDAR_SHOW_PREVIOUS_MONTH" desc="Accessible descr iption of a button to show previous month in a calendar picker."> 331 <message name="IDS_AX_CALENDAR_SHOW_PREVIOUS_MONTH" desc="Accessible descr iption of a button to show previous month in a calendar picker.">
332 Show previous month 332 Show previous month
333 </message> 333 </message>
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_BANNER" desc="accessibility role description fo r header">
dmazzoni 2014/10/17 17:01:37 same - desc should be "accessibility role descript
339 banner
340 </message>
338 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area"> 341 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area">
339 HTML content 342 HTML content
340 </message> 343 </message>
341 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link"> 344 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link">
342 link 345 link
343 </message> 346 </message>
344 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> 347 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker">
345 list marker 348 list marker
346 </message> 349 </message>
347 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> 350 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map">
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 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). 700 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).
698 </message> 701 </message>
699 702
700 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 703 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
701 Couldn't load plug-in. 704 Couldn't load plug-in.
702 </message> 705 </message>
703 706
704 </messages> 707 </messages>
705 </release> 708 </release>
706 </grit> 709 </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