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

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

Issue 165504: Add new certificate error code... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 11 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/ssl/ssl_error_info.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1920 <message name="IDS_CERT_ERROR_INVALID_CERT_TITLE" desc="Title of the error page for an X509 certificate that is invalid"> 1920 <message name="IDS_CERT_ERROR_INVALID_CERT_TITLE" desc="Title of the error page for an X509 certificate that is invalid">
1921 Invalid Server Certificate 1921 Invalid Server Certificate
1922 </message> 1922 </message>
1923 <message name="IDS_CERT_ERROR_INVALID_CERT_DETAILS" desc="Details of the e rror page for an X509 certificate that is invalid"> 1923 <message name="IDS_CERT_ERROR_INVALID_CERT_DETAILS" desc="Details of the e rror page for an X509 certificate that is invalid">
1924 A request failed because the server's certificate was invalid. 1924 A request failed because the server's certificate was invalid.
1925 </message> 1925 </message>
1926 <message name="IDS_CERT_ERROR_INVALID_CERT_DESCRIPTION" desc="Description of the error page for an X509 certificate that is invalid"> 1926 <message name="IDS_CERT_ERROR_INVALID_CERT_DESCRIPTION" desc="Description of the error page for an X509 certificate that is invalid">
1927 Server's certificate is invalid 1927 Server's certificate is invalid
1928 </message> 1928 </message>
1929 1929
1930 <message name="IDS_CERT_ERROR_WEAK_SIGNATURE_ALGORITHM_TITLE" desc="Title of the error page for a certificate signed using a weak signature algorithm">
1931 The site's security certificate is signed using a weak signature algorit hm!
1932 </message>
1933 <message name="IDS_CERT_ERROR_WEAK_SIGNATURE_ALGORITHM_DETAILS" desc="Deta ils of the error page for a certificate signed using a weak signature algorithm" >
1934 You attempted to reach &lt;strong&gt;<ph name="DOMAIN">$1<ex>paypal.com< /ex></ph>&lt;/strong&gt;, but the server presented a certificate signed using a weak signature algorithm. This means that the security credentials the server pr esented could have been forged, and the server may not be the server you expecte d (you may be communicating with an attacker). You should not proceed.
1935 </message>
1936 <message name="IDS_CERT_ERROR_WEAK_SIGNATURE_ALGORITHM_EXTRA_INFO_2" desc= "2nd paragraph of extra information for a X509 certificate signed using a weak s ignature algorithm">
1937 In this case, the server certificate or an intermediate CA certificate p resented to your browser is signed using a weak signature algorithm such as RSA- MD2. Recent research by computer scientists showed the signature algorithm is we aker than previously believed, and the signature algorithm is rarely used by tru stworthy websites today. This certificate could have been forged. You should not proceed past this point.
1938 </message>
1939 <message name="IDS_CERT_ERROR_WEAK_SIGNATURE_ALGORITHM_DESCRIPTION" desc=" Description of the error page for a certificate signed using a weak signature al gorithm">
1940 Server's certificate is signed using a weak signature algorithm
1941 </message>
1942
1930 <message name="IDS_CERT_ERROR_UNKNOWN_ERROR_TITLE" desc="Title of the erro r page for an unknown ssl error"> 1943 <message name="IDS_CERT_ERROR_UNKNOWN_ERROR_TITLE" desc="Title of the erro r page for an unknown ssl error">
1931 Unknown server certificate error 1944 Unknown server certificate error
1932 </message> 1945 </message>
1933 <message name="IDS_CERT_ERROR_UNKNOWN_ERROR_DETAILS" desc="Details of the error page for an unknown ssl error"> 1946 <message name="IDS_CERT_ERROR_UNKNOWN_ERROR_DETAILS" desc="Details of the error page for an unknown ssl error">
1934 An unknown error has occurred. 1947 An unknown error has occurred.
1935 </message> 1948 </message>
1936 <message name="IDS_CERT_ERROR_UNKNOWN_ERROR_DESCRIPTION" desc="Description of the error page for an unknown ssl error"> 1949 <message name="IDS_CERT_ERROR_UNKNOWN_ERROR_DESCRIPTION" desc="Description of the error page for an unknown ssl error">
1937 Unknown server certificate error 1950 Unknown server certificate error
1938 </message> 1951 </message>
1939 1952
(...skipping 2758 matching lines...) Expand 10 before | Expand all | Expand 10 after
4698 <message name="IDS_BLACKLIST_UNBLOCK" desc="Prompt to unblock a blacklisted element."> 4711 <message name="IDS_BLACKLIST_UNBLOCK" desc="Prompt to unblock a blacklisted element.">
4699 Click to unblock 4712 Click to unblock
4700 </message> 4713 </message>
4701 4714
4702 <message translateable="false" name="IDS_GLEN" desc="Glen"> 4715 <message translateable="false" name="IDS_GLEN" desc="Glen">
4703 Glen 4716 Glen
4704 </message> 4717 </message>
4705 </messages> 4718 </messages>
4706 </release> 4719 </release>
4707 </grit> 4720 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ssl/ssl_error_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698