| 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 </message> | 525 </message> |
| 526 | 526 |
| 527 <message name="IDS_AX_MEDIA_PLAY_BUTTON_HELP" desc="accessibility help des
cription for play button"> | 527 <message name="IDS_AX_MEDIA_PLAY_BUTTON_HELP" desc="accessibility help des
cription for play button"> |
| 528 begin playback | 528 begin playback |
| 529 </message> | 529 </message> |
| 530 | 530 |
| 531 <message name="IDS_AX_MEDIA_PAUSE_BUTTON_HELP" desc="accessibility help de
scription for pause button"> | 531 <message name="IDS_AX_MEDIA_PAUSE_BUTTON_HELP" desc="accessibility help de
scription for pause button"> |
| 532 pause playback | 532 pause playback |
| 533 </message> | 533 </message> |
| 534 | 534 |
| 535 <message name="IDS_AX_MEDIA_SLIDER_HELP" desc="accessibility help descript
ion for timeline slider"> | 535 <message name="IDS_AX_MEDIA_AUDIO_SLIDER_HELP" desc="accessibility help de
scription for audio timeline slider"> |
| 536 audio time scrubber |
| 537 </message> |
| 538 |
| 539 <message name="IDS_AX_MEDIA_VIDEO_SLIDER_HELP" desc="accessibility help de
scription for video timeline slider"> |
| 536 movie time scrubber | 540 movie time scrubber |
| 537 </message> | 541 </message> |
| 538 | 542 |
| 539 <message name="IDS_AX_MEDIA_SLIDER_THUMB_HELP" desc="accessibility help de
scription for timeline thumb"> | 543 <message name="IDS_AX_MEDIA_SLIDER_THUMB_HELP" desc="accessibility help de
scription for timeline thumb"> |
| 540 movie time scrubber thumb | 544 movie time scrubber thumb |
| 541 </message> | 545 </message> |
| 542 | 546 |
| 543 <message name="IDS_AX_MEDIA_CURRENT_TIME_DISPLAY_HELP" desc="accessibility
help description for elapsed time display"> | 547 <message name="IDS_AX_MEDIA_CURRENT_TIME_DISPLAY_HELP" desc="accessibility
help description for elapsed time display"> |
| 544 current time in seconds | 548 current time in seconds |
| 545 </message> | 549 </message> |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 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). | 740 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). |
| 737 </message> | 741 </message> |
| 738 | 742 |
| 739 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed
when a plug-in failed to load"> | 743 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed
when a plug-in failed to load"> |
| 740 Couldn't load plug-in. | 744 Couldn't load plug-in. |
| 741 </message> | 745 </message> |
| 742 | 746 |
| 743 </messages> | 747 </messages> |
| 744 </release> | 748 </release> |
| 745 </grit> | 749 </grit> |
| OLD | NEW |