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

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

Issue 113254: Change our mixed content strings to be more technically accurate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | no next file » | 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 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after
1614 <!-- Gears shortcut strings --> 1614 <!-- Gears shortcut strings -->
1615 <message name="IDS_CREATE_SHORTCUTS" desc="Default installation menu label "> 1615 <message name="IDS_CREATE_SHORTCUTS" desc="Default installation menu label ">
1616 Create application &amp;shortcuts... 1616 Create application &amp;shortcuts...
1617 </message> 1617 </message>
1618 1618
1619 <!-- SSL error strings --> 1619 <!-- SSL error strings -->
1620 <message name="IDS_SEVERAL_SSL_ERRORS" desc="Bubble info header text when there is more than 1 error"> 1620 <message name="IDS_SEVERAL_SSL_ERRORS" desc="Bubble info header text when there is more than 1 error">
1621 There are several SSL errors on this page: 1621 There are several SSL errors on this page:
1622 </message> 1622 </message>
1623 <message name="IDS_SSL_MIXED_CONTENT_TITLE" desc="Title for mixed SSL / no n-SSL content"> 1623 <message name="IDS_SSL_MIXED_CONTENT_TITLE" desc="Title for mixed SSL / no n-SSL content">
1624 This page contains insecure elements. 1624 This page contains insecure content.
1625 </message> 1625 </message>
1626 <message name="IDS_SSL_MIXED_CONTENT_DESCRIPTION" desc="Description for mi xed SSL / non-SSL content"> 1626 <message name="IDS_SSL_MIXED_CONTENT_DESCRIPTION" desc="Description for mi xed SSL / non-SSL content">
1627 This page contains some insecure elements 1627 This page contains some insecure content
1628 </message> 1628 </message>
1629 <message name="IDS_SSL_MIXED_CONTENT_DETAILS" desc="Description for mixed SSL / non-SSL content"> 1629 <message name="IDS_SSL_MIXED_CONTENT_DETAILS" desc="Description for mixed SSL / non-SSL content">
1630 This page is not retrieved entirely over a secure connection. It contai ns some elements retrieved over insecure connections. 1630 This page is not retrieved entirely over a secure connection. It contai ns some content retrieved over insecure connections.
1631 </message> 1631 </message>
1632 <message name="IDS_SSL_UNSAFE_CONTENT_TITLE" desc="Title for broken https resources in safe SSL page"> 1632 <message name="IDS_SSL_UNSAFE_CONTENT_TITLE" desc="Title for broken https resources in safe SSL page">
1633 This page contains insecure elements. 1633 This page contains insecure content.
1634 </message> 1634 </message>
1635 <message name="IDS_SSL_UNSAFE_CONTENT_DESCRIPTION" desc="Description for b roken https resources in safe SSL page"> 1635 <message name="IDS_SSL_UNSAFE_CONTENT_DESCRIPTION" desc="Description for b roken https resources in safe SSL page">
1636 This page contains some insecure elements 1636 This page contains some insecure content
1637 </message> 1637 </message>
1638 <message name="IDS_SSL_UNSAFE_CONTENT_DETAILS" desc="Title for broken http s resources in safe SSL page"> 1638 <message name="IDS_SSL_UNSAFE_CONTENT_DETAILS" desc="Title for broken http s resources in safe SSL page">
1639 Some elements in this page are retrieved over a connection with SSL erro rs. 1639 Some content on this page was retrieved over a connection with SSL error s.
1640 </message> 1640 </message>
1641 1641
1642 <!-- Certificate error strings --> 1642 <!-- Certificate error strings -->
1643 <message name="IDS_CERT_ERROR_EXTRA_INFO_TITLE" desc="The title for the ex tra information section displayed when a page contains a certificate error"> 1643 <message name="IDS_CERT_ERROR_EXTRA_INFO_TITLE" desc="The title for the ex tra information section displayed when a page contains a certificate error">
1644 Help me understand 1644 Help me understand
1645 </message> 1645 </message>
1646 <message name="IDS_CERT_ERROR_EXTRA_INFO_1" desc="1st paragraph of extra i nformation for any certificate error"> 1646 <message name="IDS_CERT_ERROR_EXTRA_INFO_1" desc="1st paragraph of extra i nformation for any certificate error">
1647 When you connect to a secure website, the server hosting that site prese nts your browser with something called a "certificate" to verify its identity. T his certificate contains identity information, such as the address of the websit e, which is verified by a third party that your computer trusts. By checking tha t the address in the certificate matches the address of the website, it is possi ble to verify that you are securely communicating with the website you intended, and not a third party (such as an attacker on your network). 1647 When you connect to a secure website, the server hosting that site prese nts your browser with something called a "certificate" to verify its identity. T his certificate contains identity information, such as the address of the websit e, which is verified by a third party that your computer trusts. By checking tha t the address in the certificate matches the address of the website, it is possi ble to verify that you are securely communicating with the website you intended, and not a third party (such as an attacker on your network).
1648 </message> 1648 </message>
1649 <message name="IDS_CERT_ERROR_COMMON_NAME_INVALID_TITLE" desc="Title for a n unsafe common name in an X509 certificate"> 1649 <message name="IDS_CERT_ERROR_COMMON_NAME_INVALID_TITLE" desc="Title for a n unsafe common name in an X509 certificate">
(...skipping 2160 matching lines...) Expand 10 before | Expand all | Expand 10 after
3810 <message name="IDS_SET_AS_DEFAULT_INFOBAR_BUTTON_LABEL" desc="The label of the 'set as default' button on the default browser infobar."> 3810 <message name="IDS_SET_AS_DEFAULT_INFOBAR_BUTTON_LABEL" desc="The label of the 'set as default' button on the default browser infobar.">
3811 Set as default 3811 Set as default
3812 </message> 3812 </message>
3813 <message name="IDS_DONT_ASK_AGAIN_INFOBAR_BUTTON_LABEL" desc="The label of the 'don't ask again' button on the default browser infobar."> 3813 <message name="IDS_DONT_ASK_AGAIN_INFOBAR_BUTTON_LABEL" desc="The label of the 'don't ask again' button on the default browser infobar.">
3814 Don't ask again 3814 Don't ask again
3815 </message> 3815 </message>
3816 3816
3817 </messages> 3817 </messages>
3818 </release> 3818 </release>
3819 </grit> 3819 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698