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

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

Issue 10911287: Make spin button accessible on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 </message> 287 </message>
288 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> 288 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map">
289 image map 289 image map
290 </message> 290 </message>
291 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings"> 291 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings">
292 heading 292 heading
293 </message> 293 </message>
294 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description fo r footers"> 294 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description fo r footers">
295 footer 295 footer
296 </message> 296 </message>
297 <message name="IDS_AX_ROLE_SPIN_BUTTON" desc="accessibility role descripti on for a spin button - a control where you can type in a numeric value and use u p/down arrows to increment or decrement it">
298 spin button
David Tseng 2012/09/13 19:00:57 OS X actually calls this a "stepper".
299 </message>
297 300
298 <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."> 301 <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.">
299 press 302 press
300 </message> 303 </message>
301 <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."> 304 <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.">
302 select 305 select
303 </message> 306 </message>
304 <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."> 307 <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.">
305 activate 308 activate
306 </message> 309 </message>
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 Loading 471 Loading
469 </message> 472 </message>
470 473
471 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 474 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
472 Couldn't load plug-in. 475 Couldn't load plug-in.
473 </message> 476 </message>
474 477
475 </messages> 478 </messages>
476 </release> 479 </release>
477 </grit> 480 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698