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

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

Issue 1355413003: Move error classification into the ssl_errors component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove size_t / int mixing Created 5 years, 1 month 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/app/google_chrome_strings.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 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 source_lang_id="en" enc_check="möl"> 6 source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued this website's certificate. The server supplied valid Certificate Transparency information. 1183 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued this website's certificate. The server supplied valid Certificate Transparency information.
1184 </message> 1184 </message>
1185 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_CT_UNVERIFIED" d esc="The text of the identity section when the page is secure and contains a Sig ned Certificate Timestamp from an unknown Certificate Transparency log."> 1185 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_CT_UNVERIFIED" d esc="The text of the identity section when the page is secure and contains a Sig ned Certificate Timestamp from an unknown Certificate Transparency log.">
1186 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued this website's certificate. The server supplied Certificate Transparency inform ation, but Chromium did not recognize any of the Certificate Transparency logs. 1186 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued this website's certificate. The server supplied Certificate Transparency inform ation, but Chromium did not recognize any of the Certificate Transparency logs.
1187 </message> 1187 </message>
1188 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_CT_INVALID" desc ="The text of the identity section when the page is secure, but it contains a Si gned Certificate Timestamp from a known Certificate Transparency log that failed to verify."> 1188 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_CT_INVALID" desc ="The text of the identity section when the page is secure, but it contains a Si gned Certificate Timestamp from a known Certificate Transparency log that failed to verify.">
1189 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued this website's certificate. The server supplied Certificate Transparency inform ation, but it was invalid. 1189 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued this website's certificate. The server supplied Certificate Transparency inform ation, but it was invalid.
1190 </message> 1190 </message>
1191 1191
1192 <!-- SSL Interstitial V2 strings --> 1192 <!-- SSL Interstitial V2 strings -->
1193 <message name="IDS_SSL_NONOVERRIDABLE_MORE_INVALID_SP3" desc="Body text fo r the explanation shown if the user clicks on the details windows, the certifica te is invalid and the user has an old version of Windows (before WINDOWS XP SP3) running.">
1194 Your computer is running an old version of Microsoft Windows that cannot p rocess this website's security certificate. Because of this problem, Chromium ca n't tell whether the certificate came from <ph name="SITE">$1<ex>google.com</ex> </ph> or from someone on your network pretending to be <ph name="SITE">$1<ex>goo gle.com</ex></ph>. Please update your computer to a more recent version of Windo ws.
1195 </message>
1196 <message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explan ation shown if user clicks on the Details button."> 1193 <message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explan ation shown if user clicks on the Details button.">
1197 <ph name="SITE">$1<ex>google.com</ex></ph> normally uses encryption to p rotect your information. When Chromium tried to connect to <ph name="SITE">$1<ex >google.com</ex></ph> this time, the website sent back unusual 1194 <ph name="SITE">$1<ex>google.com</ex></ph> normally uses encryption to p rotect your information. When Chromium tried to connect to <ph name="SITE">$1<ex >google.com</ex></ph> this time, the website sent back unusual
1198 and incorrect credentials. This may happen when an attacker is trying to pretend to be <ph name="SITE">$1<ex>google.com</ex></ph>, or a Wi-Fi sign-in screen has interrupted the connection. Your information is still secure because Chromium s topped the connection before any data was exchanged. 1195 and incorrect credentials. This may happen when an attacker is trying to pretend to be <ph name="SITE">$1<ex>google.com</ex></ph>, or a Wi-Fi sign-in screen has interrupted the connection. Your information is still secure because Chromium s topped the connection before any data was exchanged.
1199 </message> 1196 </message>
1200 <message name="IDS_SSL_NONOVERRIDABLE_INVALID" desc="A sentence to explain why the user can't proceed."> 1197 <message name="IDS_SSL_NONOVERRIDABLE_INVALID" desc="A sentence to explain why the user can't proceed.">
1201 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now beca use the website sent scrambled credentials that Chromium cannot process. Network errors and attacks are usually temporary, so this page will probably work later . 1198 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now beca use the website sent scrambled credentials that Chromium cannot process. Network errors and attacks are usually temporary, so this page will probably work later .
1202 </message> 1199 </message>
1203 1200
1204 <!-- Offline interstitial --> 1201 <!-- Offline interstitial -->
1205 <if expr="not is_android and not is_ios"> 1202 <if expr="not is_android and not is_ios">
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 </message> 1280 </message>
1284 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1281 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1285 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel."> 1282 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel.">
1286 Relaunching in Desktop mode will close and relaunch your Chromium apps . 1283 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1287 </message> 1284 </message>
1288 </if> 1285 </if>
1289 1286
1290 </messages> 1287 </messages>
1291 </release> 1288 </release>
1292 </grit> 1289 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698