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

Side by Side Diff: content/app/strings/content_strings.grd

Issue 728223004: Add string resources for media time sliders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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
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
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>
OLDNEW
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698