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

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: Based off https://chromiumcodereview.appspot.com/9835038/ Created 8 years, 9 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
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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 </message> 266 </message>
267 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> 267 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker">
268 list marker 268 list marker
269 </message> 269 </message>
270 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> 270 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map">
271 image map 271 image map
272 </message> 272 </message>
273 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings"> 273 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings">
274 heading 274 heading
275 </message> 275 </message>
276 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description fo r footers">
277 footer
278 </message>
276 279
277 <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."> 280 <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.">
278 press 281 press
279 </message> 282 </message>
280 <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."> 283 <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.">
281 select 284 select
282 </message> 285 </message>
283 <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."> 286 <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.">
284 activate 287 activate
285 </message> 288 </message>
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 Failed to load PDF document 406 Failed to load PDF document
404 </message> 407 </message>
405 408
406 <message name="IDS_PDF_PROGRESS_LOADING" desc="A message displayed on the progress control over PDF page during document loading."> 409 <message name="IDS_PDF_PROGRESS_LOADING" desc="A message displayed on the progress control over PDF page during document loading.">
407 Loading 410 Loading
408 </message> 411 </message>
409 412
410 </messages> 413 </messages>
411 </release> 414 </release>
412 </grit> 415 </grit>
OLDNEW
« webkit/glue/webaccessibility.cc ('K') | « webkit/glue/webaccessibility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698