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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7313019: Actually call psm::RegisterDynamicOids(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 2920 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 </message> 2931 </message>
2932 <message translateable="false" name="IDS_CERT_OID_RFC1274_MAIL" desc=""> 2932 <message translateable="false" name="IDS_CERT_OID_RFC1274_MAIL" desc="">
2933 MAIL 2933 MAIL
2934 </message> 2934 </message>
2935 <message translateable="false" name="IDS_CERT_OID_RFC1274_UID" desc=""> 2935 <message translateable="false" name="IDS_CERT_OID_RFC1274_UID" desc="">
2936 UID 2936 UID
2937 </message> 2937 </message>
2938 <message translateable="false" name="IDS_CERT_OID_PKCS9_EMAIL_ADDRESS" des c=""> 2938 <message translateable="false" name="IDS_CERT_OID_PKCS9_EMAIL_ADDRESS" des c="">
2939 E 2939 E
2940 </message> 2940 </message>
2941 <message translateable="false" name="IDS_CERT_OID_BUSINESS_CATEGORY" desc= "">
2942 businessCategory
2943 </message>
2944 <message translateable="false" name="IDS_CERT_OID_EV_INCORPORATION_COUNTRY " desc="">
2945 incorporationCountry
2946 </message>
2941 2947
2942 <message name="IDS_CERT_OID_PKCS1_RSA_ENCRYPTION" desc="description of pub lic key algorithm SEC_OID_PKCS1_RSA_ENCRYPTION"> 2948 <message name="IDS_CERT_OID_PKCS1_RSA_ENCRYPTION" desc="description of pub lic key algorithm SEC_OID_PKCS1_RSA_ENCRYPTION">
2943 PKCS #1 RSA Encryption 2949 PKCS #1 RSA Encryption
2944 </message> 2950 </message>
2945 <message name="IDS_CERT_OID_PKCS1_MD2_WITH_RSA_ENCRYPTION" desc="descripti on of public key algorithm SEC_OID_PKCS1_MD2_WITH_RSA_ENCRYPTION"> 2951 <message name="IDS_CERT_OID_PKCS1_MD2_WITH_RSA_ENCRYPTION" desc="descripti on of public key algorithm SEC_OID_PKCS1_MD2_WITH_RSA_ENCRYPTION">
2946 PKCS #1 MD2 With RSA Encryption 2952 PKCS #1 MD2 With RSA Encryption
2947 </message> 2953 </message>
2948 <message name="IDS_CERT_OID_PKCS1_MD4_WITH_RSA_ENCRYPTION" desc="descripti on of public key algorithm SEC_OID_PKCS1_MD4_WITH_RSA_ENCRYPTION"> 2954 <message name="IDS_CERT_OID_PKCS1_MD4_WITH_RSA_ENCRYPTION" desc="descripti on of public key algorithm SEC_OID_PKCS1_MD4_WITH_RSA_ENCRYPTION">
2949 PKCS #1 MD4 With RSA Encryption 2955 PKCS #1 MD4 With RSA Encryption
2950 </message> 2956 </message>
(...skipping 9953 matching lines...) Expand 10 before | Expand all | Expand 10 after
12904 </includes> 12910 </includes>
12905 <structures fallback_to_english="true"> 12911 <structures fallback_to_english="true">
12906 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12912 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12907 </structure> 12913 </structure>
12908 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12914 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12909 </structure> 12915 </structure>
12910 </structures> 12916 </structures>
12911 12917
12912 </release> 12918 </release>
12913 </grit> 12919 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698