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

Side by Side Diff: webkit/glue/webkit_strings.grd

Issue 9838042: Expose correct semantics for HTML5 footer element on mac and windows platforms, as per https://bugs… (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebaseline Windows test expectation (and remember to upload it) Created 8 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « webkit/glue/webaccessibility.cc ('k') | no next file » | 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 webkit that 4 each locale. Specifically, these are UI strings that are used by webkit 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 </message> 272 </message>
273 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> 273 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker">
274 list marker 274 list marker
275 </message> 275 </message>
276 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> 276 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map">
277 image map 277 image map
278 </message> 278 </message>
279 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings"> 279 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings">
280 heading 280 heading
281 </message> 281 </message>
282 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description fo r footers">
283 footer
284 </message>
282 285
283 <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."> 286 <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.">
284 press 287 press
285 </message> 288 </message>
286 <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."> 289 <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.">
287 select 290 select
288 </message> 291 </message>
289 <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."> 292 <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.">
290 activate 293 activate
291 </message> 294 </message>
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 Loading 416 Loading
414 </message> 417 </message>
415 418
416 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 419 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
417 Couldn't load plug-in. 420 Couldn't load plug-in.
418 </message> 421 </message>
419 422
420 </messages> 423 </messages>
421 </release> 424 </release>
422 </grit> 425 </grit>
OLDNEW
« no previous file with comments | « webkit/glue/webaccessibility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698