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

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

Issue 2293273002: Add a download button to the media player (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media-controls
Patch Set: Created 4 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
« 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 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 </message> 875 </message>
876 <message name="IDS_MEDIA_OVERFLOW_MENU_UNMUTE" desc="Media controls overfl ow menu item label for an unmute button."> 876 <message name="IDS_MEDIA_OVERFLOW_MENU_UNMUTE" desc="Media controls overfl ow menu item label for an unmute button.">
877 Unmute 877 Unmute
878 </message> 878 </message>
879 <message name="IDS_MEDIA_OVERFLOW_MENU_PLAY" desc="Media controls overflow menu item label for a play button."> 879 <message name="IDS_MEDIA_OVERFLOW_MENU_PLAY" desc="Media controls overflow menu item label for a play button.">
880 Play 880 Play
881 </message> 881 </message>
882 <message name="IDS_MEDIA_OVERFLOW_MENU_PAUSE" desc="Media controls overflo w menu item label for a pause button."> 882 <message name="IDS_MEDIA_OVERFLOW_MENU_PAUSE" desc="Media controls overflo w menu item label for a pause button.">
883 Pause 883 Pause
884 </message> 884 </message>
885 <message name="IDS_MEDIA_OVERFLOW_MENU_DOWNLOAD" desc="Media controls over flow menu item label for a download button.">
886 Download
887 </message>
885 <message name="IDS_MEDIA_TRACKS_NO_LABEL" desc="Menu item label for a text track that has no name specified"> 888 <message name="IDS_MEDIA_TRACKS_NO_LABEL" desc="Menu item label for a text track that has no name specified">
886 Unknown 889 Unknown
887 </message> 890 </message>
888 891
889 <message name="IDS_MEDIA_TRACKS_OFF" desc="Menu item label for a text trac k that represents disabling closed captions"> 892 <message name="IDS_MEDIA_TRACKS_OFF" desc="Menu item label for a text trac k that represents disabling closed captions">
890 Off 893 Off
891 </message> 894 </message>
892 895
893 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 896 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
894 Couldn't load plugin. 897 Couldn't load plugin.
895 </message> 898 </message>
896 899
897 </messages> 900 </messages>
898 </release> 901 </release>
899 </grit> 902 </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