| 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 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 </message> | 361 </message> |
| 362 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti
on for list marker"> | 362 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti
on for list marker"> |
| 363 list marker | 363 list marker |
| 364 </message> | 364 </message> |
| 365 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description
for image map"> | 365 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description
for image map"> |
| 366 image map | 366 image map |
| 367 </message> | 367 </message> |
| 368 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f
or headings"> | 368 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f
or headings"> |
| 369 heading | 369 heading |
| 370 </message> | 370 </message> |
| 371 <message name="IDS_AX_ROLE_FIGURE" desc="accessibility role description fo
r figure"> |
| 372 figure |
| 373 </message> |
| 371 <message name="IDS_AX_ROLE_REGION" desc="accessibility role description fo
r region"> | 374 <message name="IDS_AX_ROLE_REGION" desc="accessibility role description fo
r region"> |
| 372 region | 375 region |
| 373 </message> | 376 </message> |
| 374 <if expr="is_macosx"> | 377 <if expr="is_macosx"> |
| 375 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description
for footers"> | 378 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description
for footers"> |
| 376 footer | 379 footer |
| 377 </message> | 380 </message> |
| 378 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description
for a stepper - a control where you can use up/down arrows to increment or decr
ement it. The name 'stepper' is how this user interface element is described by
VoiceOver on Mac OS X; the translation should be consistent with VoiceOver."> | 381 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description
for a stepper - a control where you can use up/down arrows to increment or decr
ement it. The name 'stepper' is how this user interface element is described by
VoiceOver on Mac OS X; the translation should be consistent with VoiceOver."> |
| 379 stepper | 382 stepper |
| 380 </message> | 383 </message> |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p
h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1
00</ex></ph> characters). | 730 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p
h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1
00</ex></ph> characters). |
| 728 </message> | 731 </message> |
| 729 | 732 |
| 730 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed
when a plug-in failed to load"> | 733 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed
when a plug-in failed to load"> |
| 731 Couldn't load plug-in. | 734 Couldn't load plug-in. |
| 732 </message> | 735 </message> |
| 733 | 736 |
| 734 </messages> | 737 </messages> |
| 735 </release> | 738 </release> |
| 736 </grit> | 739 </grit> |
| OLD | NEW |