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

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

Issue 555733002: AX: Add accessibility label strings for calendar picker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/child/blink_platform_impl.cc » ('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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 <message name="IDS_RECENT_SEARCHES_NONE" desc="Label for only item in menu that appears when clicking on the search field image, when no searches have bee n performed"> 315 <message name="IDS_RECENT_SEARCHES_NONE" desc="Label for only item in menu that appears when clicking on the search field image, when no searches have bee n performed">
316 No recent searches 316 No recent searches
317 </message> 317 </message>
318 <message name="IDS_RECENT_SEARCHES" desc="label for first item in the menu that appears when clicking on the search field image, used as embedded menu tit le"> 318 <message name="IDS_RECENT_SEARCHES" desc="label for first item in the menu that appears when clicking on the search field image, used as embedded menu tit le">
319 Recent Searches 319 Recent Searches
320 </message> 320 </message>
321 <message name="IDS_RECENT_SEARCHES_CLEAR" desc="menu item in Recent Search es menu that empties menu's contents"> 321 <message name="IDS_RECENT_SEARCHES_CLEAR" desc="menu item in Recent Search es menu that empties menu's contents">
322 Clear Recent Searches 322 Clear Recent Searches
323 </message> 323 </message>
324 324
325 <message name="IDS_AX_CALENDAR_SHOW_MONTH_SELECTOR" desc="Accessible descr iption of a button to show month selectio panel in a calendar picker.">
keishi 2014/09/10 03:04:43 nit:/selectio/selection/
tkent 2014/09/10 03:07:34 Done.
326 Show month selection panel
327 </message>
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
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.">
332 Show previous month
333 </message>
334
325 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area"> 335 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area">
326 HTML content 336 HTML content
327 </message> 337 </message>
328 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link"> 338 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link">
329 link 339 link
330 </message> 340 </message>
331 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> 341 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker">
332 list marker 342 list marker
333 </message> 343 </message>
334 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> 344 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map">
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 Please shorten this text to <ph name="MAX_CHARACTERS">$2<ex>100</ex></ph > characters or less (you are currently using <ph name="CURRENT_LENGTH">$1<ex>10 1</ex></ph> characters). 675 Please shorten this text to <ph name="MAX_CHARACTERS">$2<ex>100</ex></ph > characters or less (you are currently using <ph name="CURRENT_LENGTH">$1<ex>10 1</ex></ph> characters).
666 </message> 676 </message>
667 677
668 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 678 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
669 Couldn't load plug-in. 679 Couldn't load plug-in.
670 </message> 680 </message>
671 681
672 </messages> 682 </messages>
673 </release> 683 </release>
674 </grit> 684 </grit>
OLDNEW
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698