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

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

Issue 2456993003: Improve caption button behavior for video player. (Closed)
Patch Set: Created 4 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
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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
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."> 885 <message name="IDS_MEDIA_OVERFLOW_MENU_DOWNLOAD" desc="Media controls over flow menu item label for a download button.">
886 Download 886 Download
887 </message> 887 </message>
888 <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">
889 Unknown 889 Track <ph name="NUMBER">$1<ex>1</ex></ph>
mlamouri (slow - plz ping) 2016/10/28 13:02:37 Maybe mention that the argument is the track numbe
890 </message> 890 </message>
891 891
892 <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">
893 Off 893 Off
894 </message> 894 </message>
895 895
896 <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">
897 Couldn't load plugin. 897 Couldn't load plugin.
898 </message> 898 </message>
899 899
900 </messages> 900 </messages>
901 </release> 901 </release>
902 </grit> 902 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698