| OLD | NEW |
| 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 Loading... |
| 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_STEPPER" desc="accessibility role description f
or a stepper - a control where you can use up/down arrows to increment or decrem
ent it. The name 'stepper' is how this user interface element is described by Vo
iceOver on Mac OS X; the translation should be consistent with VoiceOver."> |
| 298 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 Loading... |
| 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> |
| OLD | NEW |