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

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: Merge Blink repo changes and addressed comments from philipj and UX 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 exit full screen 438 exit full screen
439 </message> 439 </message>
440 440
441 <message name="IDS_AX_MEDIA_SHOW_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for show closed captions button"> 441 <message name="IDS_AX_MEDIA_SHOW_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for show closed captions button">
442 show closed captions 442 show closed captions
443 </message> 443 </message>
444 444
445 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for hide closed captions button"> 445 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON" desc="accessibili ty role description for hide closed captions button">
446 hide closed captions 446 hide closed captions
447 </message> 447 </message>
448 448
449 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON" desc="accessibility role desc ription for remote playback button"> 449 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON" desc="accessibility role desc ription for remote playback button">
450 play on remote device 450 play on remote device
451 </message> 451 </message>
452 452
453 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON" desc="accessibility role descr iption for remote playback control button"> 453 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON" desc="accessibility role descr iption for remote playback control button">
454 control remote playback 454 control remote playback
455 </message> 455 </message>
456 456
457 <message name="IDS_AX_MEDIA_AUDIO_ELEMENT_HELP" desc="Accessible help of a udio controls"> 457 <message name="IDS_AX_MEDIA_AUDIO_ELEMENT_HELP" desc="Accessible help of a udio controls">
458 audio 458 audio
459 </message> 459 </message>
460 460
461 <message name="IDS_AX_MEDIA_VIDEO_ELEMENT_HELP" desc="Accessible help of v ideo"> 461 <message name="IDS_AX_MEDIA_VIDEO_ELEMENT_HELP" desc="Accessible help of v ideo">
462 video 462 video
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 start displaying closed captions 514 start displaying closed captions
515 </message> 515 </message>
516 516
517 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON_HELP" desc="access ibility help description for hide closed captions button"> 517 <message name="IDS_AX_MEDIA_HIDE_CLOSED_CAPTIONS_BUTTON_HELP" desc="access ibility help description for hide closed captions button">
518 stop displaying closed captions 518 stop displaying closed captions
519 </message> 519 </message>
520 520
521 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON_HELP" desc="accessibility help description for remote playback button"> 521 <message name="IDS_AX_MEDIA_CAST_OFF_BUTTON_HELP" desc="accessibility help description for remote playback button">
522 play on remote device 522 play on remote device
523 </message> 523 </message>
524 524
525 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON_HELP" desc="accessibility help description for remote playback control button"> 525 <message name="IDS_AX_MEDIA_CAST_ON_BUTTON_HELP" desc="accessibility help description for remote playback control button">
526 control remote playback 526 control remote playback
527 </message> 527 </message>
528 528
529 <message name="IDS_AX_MILLISECOND_FIELD_TEXT" desc="Accessible description of the millisecond field in a date/time control"> 529 <message name="IDS_AX_MILLISECOND_FIELD_TEXT" desc="Accessible description of the millisecond field in a date/time control">
530 Milliseconds 530 Milliseconds
531 </message> 531 </message>
532 532
533 <message name="IDS_AX_MINUTE_FIELD_TEXT" desc="Accessible description of t he minute field in a date/time control"> 533 <message name="IDS_AX_MINUTE_FIELD_TEXT" desc="Accessible description of t he minute field in a date/time control">
534 Minutes 534 Minutes
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 <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 ."> 679 <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 .">
680 Please enter a valid value. The nearest valid value is <ph name="VALID_V ALUE">$1<ex>0</ex></ph>. 680 Please enter a valid value. The nearest valid value is <ph name="VALID_V ALUE">$1<ex>0</ex></ph>.
681 </message> 681 </message>
682 <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."> 682 <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.">
683 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). 683 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).
684 </message> 684 </message>
685 <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."> 685 <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.">
686 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). 686 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).
687 </message> 687 </message>
688 688
689 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 689 <message name="IDS_MEDIA_TRACKS_NO_LABEL" desc="Menu item label for a text track that has no name specified">
690 Couldn't load plugin. 690 Unknown
691 </message>
692
693 <message name="IDS_MEDIA_TRACKS_OFF" desc="Menu item label for a text trac k that represents disabling closed captions">
694 Off
695 </message>
696
697 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
698 Couldn't load plug-in.
691 </message> 699 </message>
692 700
693 </messages> 701 </messages>
694 </release> 702 </release>
695 </grit> 703 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698