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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 </message> 721 </message>
722 722
723 <message name="IDS_AX_WEEK_OF_YEAR_FIELD_TEXT" desc="Accessible descriptio n of the week of year field in a date/time control"> 723 <message name="IDS_AX_WEEK_OF_YEAR_FIELD_TEXT" desc="Accessible descriptio n of the week of year field in a date/time control">
724 Week 724 Week
725 </message> 725 </message>
726 726
727 <message name="IDS_AX_YEAR_FIELD_TEXT" desc="Accessible description of the year field in a date/time control"> 727 <message name="IDS_AX_YEAR_FIELD_TEXT" desc="Accessible description of the year field in a date/time control">
728 Year 728 Year
729 </message> 729 </message>
730 730
731 <message name="IDS_KEYGEN_HIGH_GRADE_KEY" desc="High-grade cryptographic k ey size menu item">
732 2048 (High Grade)
733 </message>
734 <message name="IDS_KEYGEN_MED_GRADE_KEY" desc="Medium-grade cryptographic key size menu item">
735 1024 (Medium Grade)
736 </message>
737
738 <message name="IDS_FORM_INPUT_WEEK_TEMPLATE" desc="A specfic week (1-53) i n a specific year shown in a form control"> 731 <message name="IDS_FORM_INPUT_WEEK_TEMPLATE" desc="A specfic week (1-53) i n a specific year shown in a form control">
739 Week <ph name="WEEKNUMBER">$2<ex>51</ex></ph>, <ph name="YEAR">$1<ex>201 2</ex></ph> 732 Week <ph name="WEEKNUMBER">$2<ex>51</ex></ph>, <ph name="YEAR">$1<ex>201 2</ex></ph>
740 </message> 733 </message>
741 <message name="IDS_FORM_VALIDATION_VALUE_MISSING_MULTIPLE_FILE" desc="Head ing or short sentence shown when a file upload control in a webpage requires one or more files selected, but the user didn't specify any files."> 734 <message name="IDS_FORM_VALIDATION_VALUE_MISSING_MULTIPLE_FILE" desc="Head ing or short sentence shown when a file upload control in a webpage requires one or more files selected, but the user didn't specify any files.">
742 Please select one or more files. 735 Please select one or more files.
743 </message> 736 </message>
744 <message name="IDS_FORM_VALIDATION_TYPE_MISMATCH" desc="Heading or short s entence shown when a form control in a webpage requires specific type such as em ail address or URL, but the specified value does not comform to the type."> 737 <message name="IDS_FORM_VALIDATION_TYPE_MISMATCH" desc="Heading or short s entence shown when a form control in a webpage requires specific type such as em ail address or URL, but the specified value does not comform to the type.">
745 Invalid value. 738 Invalid value.
746 </message> 739 </message>
747 <message name="IDS_FORM_VALIDATION_TYPE_MISMATCH_EMAIL_EMPTY" desc="Headin g or short sentence shown when there is an email field in a form and a user spec ified an empty value."> 740 <message name="IDS_FORM_VALIDATION_TYPE_MISMATCH_EMAIL_EMPTY" desc="Headin g or short sentence shown when there is an email field in a form and a user spec ified an empty value.">
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 Off 895 Off
903 </message> 896 </message>
904 897
905 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 898 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
906 Couldn't load plugin. 899 Couldn't load plugin.
907 </message> 900 </message>
908 901
909 </messages> 902 </messages>
910 </release> 903 </release>
911 </grit> 904 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698