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

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

Issue 3536019: Fix 58162: Mixed Content False Positive for intranet hostname certificates... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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/page_info_model.cc » ('j') | net/base/net_error_list.h » ('J')
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 5781 matching lines...) Expand 10 before | Expand all | Expand 10 after
5792 5792
5793 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_EV" desc="The te xt of the identity section when the page is secured with an EV cert."> 5793 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_EV" desc="The te xt of the identity section when the page is secured with an EV cert.">
5794 The identity of <ph name="ORGANIZATION">$1<ex>Google</ex></ph> at <ph na me="LOCALITY">$2<ex>Mountain View, CA US</ex></ph> has been verified by <ph name ="ISSUER">$3<ex>VeriSign</ex></ph>. 5794 The identity of <ph name="ORGANIZATION">$1<ex>Google</ex></ph> at <ph na me="LOCALITY">$2<ex>Mountain View, CA US</ex></ph> has been verified by <ph name ="ISSUER">$3<ex>VeriSign</ex></ph>.
5795 </message> 5795 </message>
5796 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default name used when we did not find a principal name."> 5796 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default name used when we did not find a principal name.">
5797 unknown name 5797 unknown name
5798 </message> 5798 </message>
5799 <message name="IDS_PAGE_INFO_SECURITY_TAB_INSECURE_IDENTITY" desc="The tex t of the identity section when the page is not secure."> 5799 <message name="IDS_PAGE_INFO_SECURITY_TAB_INSECURE_IDENTITY" desc="The tex t of the identity section when the page is not secure.">
5800 The identity of this website has not been verified. 5800 The identity of this website has not been verified.
5801 </message> 5801 </message>
5802 <message name="IDS_PAGE_INFO_SECURITY_TAB_NON_UNIQUE_NAME" desc="The text of the identity section when the host is not unique (such as with Intranet host names).">
5803 The identity of the server you are connected to cannot be fully validate d. You are connected to a server using a name only valid within your network, wh ich an external certificate authority has no way to validate ownership of. As so me certificate authorities will issue certificates for these names regardless, t here is no way to ensure you are connected to the intended website and not an at tacker.
5804 </message>
5802 5805
5803 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNABLE_TO_CHECK_REVOCATION" desc ="The text of the identity section when we were unable to check if the certifica te has been revoked."> 5806 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNABLE_TO_CHECK_REVOCATION" desc ="The text of the identity section when we were unable to check if the certifica te has been revoked.">
5804 Unable to check whether the certificate has been revoked. 5807 Unable to check whether the certificate has been revoked.
5805 </message> 5808 </message>
5806 <message name="IDS_PAGE_INFO_SECURITY_TAB_NO_REVOCATION_MECHANISM" desc="T he text of the identity section when there is no certificate revocation mechanis m."> 5809 <message name="IDS_PAGE_INFO_SECURITY_TAB_NO_REVOCATION_MECHANISM" desc="T he text of the identity section when there is no certificate revocation mechanis m.">
5807 The certificate does not specify a mechanism to check whether it has bee n revoked. 5810 The certificate does not specify a mechanism to check whether it has bee n revoked.
5808 </message> 5811 </message>
5809 5812
5810 <message name="IDS_PAGE_INFO_SECURITY_TAB_CONNECTION_TITLE" desc="The name of the connection section."> 5813 <message name="IDS_PAGE_INFO_SECURITY_TAB_CONNECTION_TITLE" desc="The name of the connection section.">
5811 Connection 5814 Connection
(...skipping 4393 matching lines...) Expand 10 before | Expand all | Expand 10 after
10205 10208
10206 </messages> 10209 </messages>
10207 10210
10208 <structures fallback_to_english="true"> 10211 <structures fallback_to_english="true">
10209 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 10212 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
10210 </structure> 10213 </structure>
10211 </structures> 10214 </structures>
10212 10215
10213 </release> 10216 </release>
10214 </grit> 10217 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/page_info_model.cc » ('j') | net/base/net_error_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698