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

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

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from fs Created 4 years, 10 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 exit full screen 599 exit full screen
600 </message> 600 </message>
601 601
602 <message name="IDS_AX_MEDIA_SHOW_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for show closed captions button"> 602 <message name="IDS_AX_MEDIA_SHOW_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for show closed captions button">
603 show closed captions 603 show closed captions
604 </message> 604 </message>
605 605
606 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for hide closed captions button"> 606 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for hide closed captions button">
607 hide closed captions 607 hide closed captions
608 </message> 608 </message>
609 609
610 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON" desc="accessibility role desc ription for remote playback button"> 610 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON" desc="accessibility role desc ription for remote playback button">
611 play on remote device 611 play on remote device
612 </message> 612 </message>
613 613
614 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON" desc="accessibility role descr iption for remote playback control button"> 614 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON" desc="accessibility role descr iption for remote playback control button">
615 control remote playback 615 control remote playback
616 </message> 616 </message>
617 617
618 <message name="IDS_AX_MEDIA_AUDIO_ELEMENT_HELP" desc="Accessible help of a udio controls"> 618 <message name="IDS_AX_MEDIA_AUDIO_ELEMENT_HELP" desc="Accessible help of a udio controls">
619 audio 619 audio
620 </message> 620 </message>
621 621
622 <message name="IDS_AX_MEDIA_VIDEO_ELEMENT_HELP" desc="Accessible help of v ideo"> 622 <message name="IDS_AX_MEDIA_VIDEO_ELEMENT_HELP" desc="Accessible help of v ideo">
623 video 623 video
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 start displaying closed captions 675 start displaying closed captions
676 </message> 676 </message>
677 677
678 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON_HELP" desc="access ibility help description for hide closed captions button"> 678 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON_HELP" desc="access ibility help description for hide closed captions button">
679 stop displaying closed captions 679 stop displaying closed captions
680 </message> 680 </message>
681 681
682 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON_HELP" desc="accessibility help description for remote playback button"> 682 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON_HELP" desc="accessibility help description for remote playback button">
683 play on remote device 683 play on remote device
684 </message> 684 </message>
685 685
686 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON_HELP" desc="accessibility help description for remote playback control button"> 686 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON_HELP" desc="accessibility help description for remote playback control button">
687 control remote playback 687 control remote playback
688 </message> 688 </message>
689 689
690 <message name="IDS_AX_MILLISECOND_FIELD_TEXT" desc="Accessible description of the millisecond field in a date/time control"> 690 <message name="IDS_AX_MILLISECOND_FIELD_TEXT" desc="Accessible description of the millisecond field in a date/time control">
691 Milliseconds 691 Milliseconds
692 </message> 692 </message>
693 693
694 <message name="IDS_AX_MINUTE_FIELD_TEXT" desc="Accessible description of t he minute field in a date/time control"> 694 <message name="IDS_AX_MINUTE_FIELD_TEXT" desc="Accessible description of t he minute field in a date/time control">
695 Minutes 695 Minutes
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 <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 ."> 840 <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 .">
841 Please enter a valid value. The nearest valid value is <ph name="VALID_V ALUE">$1<ex>0</ex></ph>. 841 Please enter a valid value. The nearest valid value is <ph name="VALID_V ALUE">$1<ex>0</ex></ph>.
842 </message> 842 </message>
843 <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."> 843 <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.">
844 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). 844 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).
845 </message> 845 </message>
846 <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."> 846 <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.">
847 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). 847 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).
848 </message> 848 </message>
849 849
850 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 850 <message name="IDS_MEDIA_TRACKS_NO_LABEL" desc="Menu item label for a text track that has no name specified">
851 Couldn't load plugin. 851 Unknown
852 </message>
853
854 <message name="IDS_MEDIA_TRACKS_OFF" desc="Menu item label for a text trac k that represents disabling closed captions">
855 Off
856 </message>
857
858 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
philipj_slow 2016/03/01 08:51:40 It looks like you have accidentally reverted part
srivats 2016/03/30 00:46:42 Sorry. Fixed it
859 Couldn't load plug-in.
852 </message> 860 </message>
853 861
854 </messages> 862 </messages>
855 </release> 863 </release>
856 </grit> 864 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698