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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 3 years, 12 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 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 </message> 697 </message>
698 698
699 <message name="IDS_AX_WEEK_OF_YEAR_FIELD_TEXT" desc="Accessible descriptio n of the week of year field in a date/time control"> 699 <message name="IDS_AX_WEEK_OF_YEAR_FIELD_TEXT" desc="Accessible descriptio n of the week of year field in a date/time control">
700 Week 700 Week
701 </message> 701 </message>
702 702
703 <message name="IDS_AX_YEAR_FIELD_TEXT" desc="Accessible description of the year field in a date/time control"> 703 <message name="IDS_AX_YEAR_FIELD_TEXT" desc="Accessible description of the year field in a date/time control">
704 Year 704 Year
705 </message> 705 </message>
706 706
707 <message name="IDS_KEYGEN_HIGH_GRADE_KEY" desc="High-grade cryptographic k ey size menu item">
708 2048 (High Grade)
709 </message>
710 <message name="IDS_KEYGEN_MED_GRADE_KEY" desc="Medium-grade cryptographic key size menu item">
711 1024 (Medium Grade)
712 </message>
713
714 <message name="IDS_FORM_INPUT_WEEK_TEMPLATE" desc="A specfic week (1-53) i n a specific year shown in a form control"> 707 <message name="IDS_FORM_INPUT_WEEK_TEMPLATE" desc="A specfic week (1-53) i n a specific year shown in a form control">
715 Week <ph name="WEEKNUMBER">$2<ex>51</ex></ph>, <ph name="YEAR">$1<ex>201 2</ex></ph> 708 Week <ph name="WEEKNUMBER">$2<ex>51</ex></ph>, <ph name="YEAR">$1<ex>201 2</ex></ph>
716 </message> 709 </message>
717 <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."> 710 <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.">
718 Please select one or more files. 711 Please select one or more files.
719 </message> 712 </message>
720 <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."> 713 <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.">
721 Invalid value. 714 Invalid value.
722 </message> 715 </message>
723 <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."> 716 <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
878 Off 871 Off
879 </message> 872 </message>
880 873
881 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 874 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
882 Couldn't load plugin. 875 Couldn't load plugin.
883 </message> 876 </message>
884 877
885 </messages> 878 </messages>
886 </release> 879 </release>
887 </grit> 880 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698