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

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

Issue 2243473002: Adding overflow menu to media player (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added more tests 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
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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 <message name="IDS_FORM_VALIDATION_STEP_MISMATCH_CLOSE_TO_LIMIT" desc="Hea ding or short sentence shown when a form control value in a webpage should be al igned to a step value specified by the page author, but a user speficified non-a ligned value. e.g. A number type field, minimum value is 0, and step value is 4. If A user-specified value is not a multiple of 4, this warning message is shown ."> 849 <message name="IDS_FORM_VALIDATION_STEP_MISMATCH_CLOSE_TO_LIMIT" desc="Hea ding or short sentence shown when a form control value in a webpage should be al igned to a step value specified by the page author, but a user speficified non-a ligned value. e.g. A number type field, minimum value is 0, and step value is 4. If A user-specified value is not a multiple of 4, this warning message is shown .">
850 Please enter a valid value. The nearest valid value is <ph name="VALID_V ALUE">$1<ex>0</ex></ph>. 850 Please enter a valid value. The nearest valid value is <ph name="VALID_V ALUE">$1<ex>0</ex></ph>.
851 </message> 851 </message>
852 <message name="IDS_FORM_VALIDATION_TOO_LONG" desc="Heading or short senten ce shown when a form control in a webpage needs to be shorter than a length spec ified by the page author, but a user specified long value."> 852 <message name="IDS_FORM_VALIDATION_TOO_LONG" desc="Heading or short senten ce shown when a form control in a webpage needs to be shorter than a length spec ified by the page author, but a user specified long value.">
853 Please shorten this text to <ph name="MAX_CHARACTERS">$2<ex>100</ex></ph > characters or less (you are currently using <ph name="CURRENT_LENGTH">$1<ex>10 1</ex></ph> characters). 853 Please shorten this text to <ph name="MAX_CHARACTERS">$2<ex>100</ex></ph > characters or less (you are currently using <ph name="CURRENT_LENGTH">$1<ex>10 1</ex></ph> characters).
854 </message> 854 </message>
855 <message name="IDS_FORM_VALIDATION_TOO_SHORT" desc="Heading or short sente nce shown when a form control in a webpage needs to be longer than a length spec ified by the page author, but a user specified short value."> 855 <message name="IDS_FORM_VALIDATION_TOO_SHORT" desc="Heading or short sente nce shown when a form control in a webpage needs to be longer than a length spec ified by the page author, but a user specified short value.">
856 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). 856 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).
857 </message> 857 </message>
858 858
859 <message name="IDS_AX_MEDIA_OVERFLOW_BUTTON" desc="Media controls overflow menu.">
860 Overflow menu
861 </message>
862 <message name="IDS_MEDIA_OVERFLOW_MENU_CAPTIONS" desc="Media controls over flow menu item label for a closed captions button.">
mlamouri (slow - plz ping) 2016/09/01 18:29:15 Should this be called IDS_MEDIA_OVERFLOW_MENU_CLOS
kdsilva 2016/09/05 14:39:35 Done.
863 Captions
mlamouri (slow - plz ping) 2016/09/01 18:29:15 I guess "Captions" is matching the UI specs? Maybe
kdsilva 2016/09/05 14:39:35 Done.
864 </message>
865 <message name="IDS_MEDIA_OVERFLOW_MENU_CAST" desc="Media controls overflow menu item label for a cast button.">
866 Cast
867 </message>
868 <message name="IDS_MEDIA_OVERFLOW_MENU_FULLSCREEN" desc="Media controls ov erflow menu item label for a fullscreen button.">
869 Fullscreen
870 </message>
871 <message name="IDS_MEDIA_OVERFLOW_MENU_STOP_CAST" desc="Media controls ove rflow menu item label for a button to stop casting.">
872 Stop casting
873 </message>
874 <message name="IDS_MEDIA_OVERFLOW_MENU_MUTE" desc="Media controls overflow menu item label for a mute button.">
875 Mute
876 </message>
877 <message name="IDS_MEDIA_OVERFLOW_MENU_UNMUTE" desc="Media controls overfl ow menu item label for an unmute button.">
878 Unmute
879 </message>
859 <message name="IDS_MEDIA_TRACKS_NO_LABEL" desc="Menu item label for a text track that has no name specified"> 880 <message name="IDS_MEDIA_TRACKS_NO_LABEL" desc="Menu item label for a text track that has no name specified">
860 Unknown 881 Unknown
861 </message> 882 </message>
862 883
863 <message name="IDS_MEDIA_TRACKS_OFF" desc="Menu item label for a text trac k that represents disabling closed captions"> 884 <message name="IDS_MEDIA_TRACKS_OFF" desc="Menu item label for a text trac k that represents disabling closed captions">
864 Off 885 Off
865 </message> 886 </message>
866 887
867 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 888 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
868 Couldn't load plugin. 889 Couldn't load plugin.
869 </message> 890 </message>
870 891
871 </messages> 892 </messages>
872 </release> 893 </release>
873 </grit> 894 </grit>
OLDNEW
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | third_party/WebKit/LayoutTests/media/display-overflow-menu.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698