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

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: Changes for estark 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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 1181
1182 <!-- Dialog that asks whether user wants to participate in Safe Browsing E xtended Reporting --> 1182 <!-- Dialog that asks whether user wants to participate in Safe Browsing E xtended Reporting -->
1183 <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 "> 1183 <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 ">
1184 Help make Chromium better 1184 Help make Chromium better
1185 </message> 1185 </message>
1186 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis"> 1186 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis">
1187 You can help make Chromium safer and easier to use by automatically repo rting details of possible security incidents to Google. 1187 You can help make Chromium safer and easier to use by automatically repo rting details of possible security incidents to Google.
1188 </message> 1188 </message>
1189 1189
1190 <!-- SSL Interstitial V2 strings --> 1190 <!-- SSL Interstitial V2 strings -->
1191 <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.">
1192 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.
1193 </message>
1194 <message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explan ation shown if user clicks on the Details button."> 1191 <message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explan ation shown if user clicks on the Details button.">
1195 <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 1192 <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 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. 1193 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 </message> 1194 </message>
1198 <message name="IDS_SSL_NONOVERRIDABLE_INVALID" desc="A sentence to explain why the user can't proceed."> 1195 <message name="IDS_SSL_NONOVERRIDABLE_INVALID" desc="A sentence to explain why the user can't proceed.">
1199 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 . 1196 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 </message> 1197 </message>
1201 1198
1202 <!-- Offline interstitial --> 1199 <!-- Offline interstitial -->
1203 <if expr="not is_android and not is_ios"> 1200 <if expr="not is_android and not is_ios">
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 </message> 1278 </message>
1282 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1279 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1283 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."> 1280 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.">
1284 Relaunching in Desktop mode will close and relaunch your Chromium apps . 1281 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1285 </message> 1282 </message>
1286 </if> 1283 </if>
1287 1284
1288 </messages> 1285 </messages>
1289 </release> 1286 </release>
1290 </grit> 1287 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | components/ssl_errors/error_classification.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698