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

Side by Side Diff: components/security_state_strings.grdp

Issue 2873123003: Make IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION platform independent (Closed)
Patch Set: Created 3 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
« no previous file with comments | « components/components_google_chrome_strings.grd ('k') | 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 <grit-part> 2 <grit-part>
3 <!-- Strings describing Chrome security policy for DevTools security panel --> 3 <!-- Strings describing Chrome security policy for DevTools security panel -->
4 <message name="IDS_PRIVATE_USER_DATA_INPUT" desc="Summary phrase for a securit y problem where the site collects private user data on an insecure page." transl ateable="false"> 4 <message name="IDS_PRIVATE_USER_DATA_INPUT" desc="Summary phrase for a securit y problem where the site collects private user data on an insecure page." transl ateable="false">
5 Private User Data Input 5 Private User Data Input
6 </message> 6 </message>
7 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure page, which results in an omnibox warning." translateable="false">
8 This page includes a password or credit card input over HTTP. A warning has been added to the URL bar.
9 </message>
7 <message name="IDS_SAFEBROWSING_WARNING" desc="Summary phrase for a security p roblem where the site is deemed unsafe by the SafeBrowsing service." translateab le="false"> 10 <message name="IDS_SAFEBROWSING_WARNING" desc="Summary phrase for a security p roblem where the site is deemed unsafe by the SafeBrowsing service." translateab le="false">
8 This page is dangerous (flagged by Google Safe Browsing). 11 This page is dangerous (flagged by Google Safe Browsing).
9 </message> 12 </message>
10 <message name="IDS_SHA1" desc="Summary phrase for a security problem where the site's certificate chain contains a SHA1 signature." translateable="false"> 13 <message name="IDS_SHA1" desc="Summary phrase for a security problem where the site's certificate chain contains a SHA1 signature." translateable="false">
11 SHA-1 Certificate 14 SHA-1 Certificate
12 </message> 15 </message>
13 <message name="IDS_SHA1_DESCRIPTION" desc="Description of a security problem w here the site's certificate chain contains a SHA1 signature." translateable="fal se"> 16 <message name="IDS_SHA1_DESCRIPTION" desc="Description of a security problem w here the site's certificate chain contains a SHA1 signature." translateable="fal se">
14 The certificate chain for this site contains a certificate signed using SHA- 1. 17 The certificate chain for this site contains a certificate signed using SHA- 1.
15 </message> 18 </message>
16 <message name="IDS_SUBJECT_ALT_NAME_MISSING" desc="Summary phrase for a securi ty problem where the site's certificate is missing a subjectAltName extension." translateable="false"> 19 <message name="IDS_SUBJECT_ALT_NAME_MISSING" desc="Summary phrase for a securi ty problem where the site's certificate is missing a subjectAltName extension." translateable="false">
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 <message name="IDS_SSL_AN_OBSOLETE_CIPHER" desc="A phrase to describe an SSL/T LS cipher (e.g. AES_256_CBC) that is old and insecure." translateable="false"> 64 <message name="IDS_SSL_AN_OBSOLETE_CIPHER" desc="A phrase to describe an SSL/T LS cipher (e.g. AES_256_CBC) that is old and insecure." translateable="false">
62 an obsolete cipher 65 an obsolete cipher
63 </message> 66 </message>
64 <message name="IDS_SSL_A_STRONG_CIPHER" desc="A phrase to describe an SSL/TLS cipher (e.g. AES_128_GCM or ChaCha20 with Poly1305) that is modern and secure." translateable="false"> 67 <message name="IDS_SSL_A_STRONG_CIPHER" desc="A phrase to describe an SSL/TLS cipher (e.g. AES_128_GCM or ChaCha20 with Poly1305) that is modern and secure." translateable="false">
65 a strong cipher 68 a strong cipher
66 </message> 69 </message>
67 <message name="IDS_SSL_KEY_EXCHANGE_WITH_GROUP" desc="A phrase to describe an SSL/TLS ECDHE-based key exchange with a group." translateable="false"> 70 <message name="IDS_SSL_KEY_EXCHANGE_WITH_GROUP" desc="A phrase to describe an SSL/TLS ECDHE-based key exchange with a group." translateable="false">
68 <ph name="A_KEY_EXCHANGE">$1<ex>ECDHE_RSA</ex></ph> with <ph name="A_GROUP"> $2<ex>X25519</ex></ph> 71 <ph name="A_KEY_EXCHANGE">$1<ex>ECDHE_RSA</ex></ph> with <ph name="A_GROUP"> $2<ex>X25519</ex></ph>
69 </message> 72 </message>
70 </grit-part> 73 </grit-part>
OLDNEW
« no previous file with comments | « components/components_google_chrome_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698