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

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

Issue 3367007: Page info model now shows red skull and crossbones on SECURITY_STYLE_AUTHENTI... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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/app/theme/theme_resources.grd » ('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 5433 matching lines...) Expand 10 before | Expand all | Expand 10 after
5444 </message> 5444 </message>
5445 <message name="IDS_PAGE_INFO_SECURITY_TAB_COMPRESSION_DETAILS" desc="This message contains the compression algorithm in use on an SSL connection"> 5445 <message name="IDS_PAGE_INFO_SECURITY_TAB_COMPRESSION_DETAILS" desc="This message contains the compression algorithm in use on an SSL connection">
5446 The connection is compressed with <ph name="COMPRESSION">$1<ex>DEFLATE</ ex></ph>. 5446 The connection is compressed with <ph name="COMPRESSION">$1<ex>DEFLATE</ ex></ph>.
5447 </message> 5447 </message>
5448 <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."> 5448 <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.">
5449 The connection had to be retried using SSL 3.0. This typically means tha t the server is using very old software and may have other security issues. 5449 The connection had to be retried using SSL 3.0. This typically means tha t the server is using very old software and may have other security issues.
5450 </message> 5450 </message>
5451 <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."> 5451 <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.">
5452 The server does not support the TLS renegotiation extension. 5452 The server does not support the TLS renegotiation extension.
5453 </message> 5453 </message>
5454 5454 <message name="IDS_PAGE_INFO_SITE_INFO_TITLE" desc="The name of the site i nformation section.">
5455 Site information
5456 </message>
5457
5455 <!-- SSL Blocking Page --> 5458 <!-- SSL Blocking Page -->
5456 <message name="IDS_SSL_BLOCKING_PAGE_TITLE" desc="The title of the SSL blo cking page."> 5459 <message name="IDS_SSL_BLOCKING_PAGE_TITLE" desc="The title of the SSL blo cking page.">
5457 SSL Error 5460 SSL Error
5458 </message> 5461 </message>
5459 <message name="IDS_SSL_BLOCKING_PAGE_PROCEED" desc="Proceed button text of the SSL blocking page."> 5462 <message name="IDS_SSL_BLOCKING_PAGE_PROCEED" desc="Proceed button text of the SSL blocking page.">
5460 Proceed anyway 5463 Proceed anyway
5461 </message> 5464 </message>
5462 <message name="IDS_SSL_BLOCKING_PAGE_EXIT" desc="'Back' button text of the SSL blocking page."> 5465 <message name="IDS_SSL_BLOCKING_PAGE_EXIT" desc="'Back' button text of the SSL blocking page.">
5463 Back to safety 5466 Back to safety
5464 </message> 5467 </message>
(...skipping 4053 matching lines...) Expand 10 before | Expand all | Expand 10 after
9518 9521
9519 </messages> 9522 </messages>
9520 9523
9521 <structures fallback_to_english="true"> 9524 <structures fallback_to_english="true">
9522 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9525 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9523 </structure> 9526 </structure>
9524 </structures> 9527 </structures>
9525 9528
9526 </release> 9529 </release>
9527 </grit> 9530 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698