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

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

Issue 3033001: Add connection details to the page info dialog. (Closed)
Patch Set: ... Created 10 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
« no previous file with comments | « no previous file | chrome/browser/page_info_model.cc » ('j') | chrome/browser/page_info_model.cc » ('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 5172 matching lines...) Expand 10 before | Expand all | Expand 10 after
5183 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default name used when we did not find a principal name."> 5183 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default name used when we did not find a principal name.">
5184 unknown name 5184 unknown name
5185 </message> 5185 </message>
5186 <message name="IDS_PAGE_INFO_SECURITY_TAB_INSECURE_IDENTITY" desc="The tex t of the identity section when the page is not secure."> 5186 <message name="IDS_PAGE_INFO_SECURITY_TAB_INSECURE_IDENTITY" desc="The tex t of the identity section when the page is not secure.">
5187 The identity of this website has not been verified. 5187 The identity of this website has not been verified.
5188 </message> 5188 </message>
5189 <message name="IDS_PAGE_INFO_SECURITY_TAB_CONNECTION_TITLE" desc="The name of the connection section."> 5189 <message name="IDS_PAGE_INFO_SECURITY_TAB_CONNECTION_TITLE" desc="The name of the connection section.">
5190 Connection 5190 Connection
5191 </message> 5191 </message>
5192 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_CONNECTION_TEXT" desc= "The text of the connection section when the connection is encrypted."> 5192 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_CONNECTION_TEXT" desc= "The text of the connection section when the connection is encrypted.">
5193 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is e ncrypted with <ph name="BIT_COUNT">$2<ex>128</ex></ph>-bit encryption. 5193 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is s ecure.
wtc 2010/07/16 20:07:10 These three messages don't need to be changed. Wh
agl 2010/07/18 17:03:49 I changed these messages because the duplicate use
5194 </message> 5194 </message>
5195 <message name="IDS_PAGE_INFO_SECURITY_TAB_WEAK_ENCRYPTION_CONNECTION_TEXT" desc="The text of the connection section when the connection uses weak encrypti on."> 5195 <message name="IDS_PAGE_INFO_SECURITY_TAB_WEAK_ENCRYPTION_CONNECTION_TEXT" desc="The text of the connection section when the connection uses weak encrypti on.">
5196 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is e ncrypted with weak encryption. 5196 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is w eakly protected.
5197 </message> 5197 </message>
5198 <message name="IDS_PAGE_INFO_SECURITY_TAB_NOT_ENCRYPTED_CONNECTION_TEXT" d esc="The text of the connection section when the connection is not encrypted."> 5198 <message name="IDS_PAGE_INFO_SECURITY_TAB_NOT_ENCRYPTED_CONNECTION_TEXT" d esc="The text of the connection section when the connection is not encrypted.">
5199 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is n ot encrypted. 5199 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is n ot secure.
5200 </message> 5200 </message>
5201 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_WARNI NG" desc="Some extra text of the connection section when the connection is encry pted and the page contains insecure content which has been displayed (e.g. image s, CSS)."> 5201 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_WARNI NG" desc="Some extra text of the connection section when the connection is encry pted and the page contains insecure content which has been displayed (e.g. image s, CSS).">
5202 However, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an at tacker to change the look of the page. 5202 However, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an at tacker to change the look of the page.
5203 </message> 5203 </message>
5204 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_ERROR " desc="Some extra text of the connection section when the connection is encrypt ed and the page contains insecure content which has been run (e.g. script)."> 5204 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_ERROR " desc="Some extra text of the connection section when the connection is encrypt ed and the page contains insecure content which has been run (e.g. script).">
5205 However, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an at tacker to change the behavior of the page. 5205 However, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an at tacker to change the behavior of the page.
5206 </message> 5206 </message>
5207 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_SENTENCE_LINK" desc="L inking 2 sentences in 1 paragraph."> 5207 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_SENTENCE_LINK" desc="L inking 2 sentences in 1 paragraph.">
5208 <ph name="SENTENCE1">$1<ex>Your connection is encrypted.</ex></ph> <ph n ame="SENTENCE2">$2<ex>However, this page includes resources from other pages who se identity cannot be verified.</ex></ph> 5208 <ph name="SENTENCE1">$1<ex>Your connection is encrypted.</ex></ph> <ph n ame="SENTENCE2">$2<ex>However, this page includes resources from other pages who se identity cannot be verified.</ex></ph>
5209 </message> 5209 </message>
5210 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTION_DETAILS" desc="This m essage gives details of the cryptographic primitives used to protect the HTTPS c onnection.">
5211 The connection is encrypted using <ph name="CIPHER">$1<ex>AES_128</ex></ ph>, with <ph name="MAC">$2<ex>SHA1</ex></ph> for authentication and <ph name="K X">$3<ex>RSA</ex></ph> as the key exchange mechanism.
wtc 2010/07/16 20:07:10 Nit: authentication => message authentication
agl 2010/07/18 17:03:49 Done.
5212 </message>
5213 <message name="IDS_PAGE_INFO_SECURITY_TAB_FALLBACK_MESSAGE" desc="This mes sage is displayed when the first secure connection to a site failed and Chrome r etried with an older protocol.">
wtc 2010/07/16 20:07:10 Nit: older protocol => older SSL protocol is unma
agl 2010/07/18 17:03:49 Done.
5214 The connection had to be retried using SSL 3.0. This typically means tha t the server is unmaintained and may have other security issues.
5215 </message>
5216 <message name="IDS_PAGE_INFO_SECURITY_TAB_RENEGOTIATION_MESSAGE" desc="Thi s message is displayed when the server hasn't been updated to fix a recent secur ity issues. TLS here is an acronym and need not be translated. 'renegotiation' i s a technical term describing a process of agreeing on a new set of security par ameters and secrets. 'extension' here should be taken to mean 'amendment' rather than elongation.">
5217 The server does not support the TLS renegotiation extension.
5218 </message>
5210 5219
5211 <!-- SSL Blocking Page --> 5220 <!-- SSL Blocking Page -->
5212 <message name="IDS_SSL_BLOCKING_PAGE_TITLE" desc="The title of the SSL blo cking page."> 5221 <message name="IDS_SSL_BLOCKING_PAGE_TITLE" desc="The title of the SSL blo cking page.">
5213 SSL Error 5222 SSL Error
5214 </message> 5223 </message>
5215 <message name="IDS_SSL_BLOCKING_PAGE_PROCEED" desc="Proceed button text of the SSL blocking page."> 5224 <message name="IDS_SSL_BLOCKING_PAGE_PROCEED" desc="Proceed button text of the SSL blocking page.">
5216 Proceed anyway 5225 Proceed anyway
5217 </message> 5226 </message>
5218 <message name="IDS_SSL_BLOCKING_PAGE_EXIT" desc="'Back' button text of the SSL blocking page."> 5227 <message name="IDS_SSL_BLOCKING_PAGE_EXIT" desc="'Back' button text of the SSL blocking page.">
5219 Back to safety 5228 Back to safety
(...skipping 3542 matching lines...) Expand 10 before | Expand all | Expand 10 after
8762 8771
8763 </messages> 8772 </messages>
8764 8773
8765 <structures fallback_to_english="true"> 8774 <structures fallback_to_english="true">
8766 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8775 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8767 </structure> 8776 </structure>
8768 </structures> 8777 </structures>
8769 8778
8770 </release> 8779 </release>
8771 </grit> 8780 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/page_info_model.cc » ('j') | chrome/browser/page_info_model.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698