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

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: Cleanup Created 5 years, 2 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
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 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 1185
1186 <!-- Dialog that asks whether user wants to participate in Safe Browsing E xtended Reporting --> 1186 <!-- Dialog that asks whether user wants to participate in Safe Browsing E xtended Reporting -->
1187 <message name="IDS_FEEDBACK_SERVICE_DIALOG_TITLE" desc="Title of the dialo g asking whether the user wants to upload suspected malicious files for analysis "> 1187 <message name="IDS_FEEDBACK_SERVICE_DIALOG_TITLE" desc="Title of the dialo g asking whether the user wants to upload suspected malicious files for analysis ">
1188 Help make Chromium better 1188 Help make Chromium better
1189 </message> 1189 </message>
1190 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis"> 1190 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis">
1191 You can help make Chromium safer and easier to use by automatically repo rting details of possible security incidents to Google. 1191 You can help make Chromium safer and easier to use by automatically repo rting details of possible security incidents to Google.
1192 </message> 1192 </message>
1193 1193
1194 <!-- SSL Interstitial V2 strings --> 1194 <!-- SSL Interstitial V2 strings -->
1195 <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.">
1196 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.
1197 </message>
1198 <message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explan ation shown if user clicks on the Details button."> 1195 <message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explan ation shown if user clicks on the Details button.">
1199 <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 1196 <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
1200 and incorrect credentials. Either an attacker is trying to pretend to be <ph nam e="SITE">$1<ex>google.com</ex></ph>, or a Wi-Fi sign-in screen has interrupted t he connection. Your information is still secure because Chromium stopped the con nection before any data was exchanged. 1197 and incorrect credentials. Either an attacker is trying to pretend to be <ph nam e="SITE">$1<ex>google.com</ex></ph>, or a Wi-Fi sign-in screen has interrupted t he connection. Your information is still secure because Chromium stopped the con nection before any data was exchanged.
1201 </message> 1198 </message>
1202 <message name="IDS_SSL_NONOVERRIDABLE_INVALID" desc="A sentence to explain why the user can't proceed."> 1199 <message name="IDS_SSL_NONOVERRIDABLE_INVALID" desc="A sentence to explain why the user can't proceed.">
1203 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 . 1200 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 .
1204 </message> 1201 </message>
1205 1202
1206 <!-- Offline interstitial --> 1203 <!-- Offline interstitial -->
1207 <if expr="not is_android and not is_ios"> 1204 <if expr="not is_android and not is_ios">
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1282 </message> 1279 </message>
1283 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1280 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1284 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."> 1281 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.">
1285 Relaunching in Desktop mode will close and relaunch your Chromium apps . 1282 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1286 </message> 1283 </message>
1287 </if> 1284 </if>
1288 1285
1289 </messages> 1286 </messages>
1290 </release> 1287 </release>
1291 </grit> 1288 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/browser/ssl/bad_clock_blocking_page.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698