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

Side by Side Diff: chrome/app/google_chrome_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 specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. If you update this file, be sure also to update 4 Chrome supports. If you update this file, be sure also to update
5 chromium_strings.grd. --> 5 chromium_strings.grd. -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> 10 <output filename="grit/google_chrome_strings.h" type="rc_header">
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 1183
1184 <!-- Dialog that asks whether user wants to participate in Safe Browsing E xtended Reporting --> 1184 <!-- Dialog that asks whether user wants to participate in Safe Browsing E xtended Reporting -->
1185 <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 "> 1185 <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 ">
1186 Help make Chrome better 1186 Help make Chrome better
1187 </message> 1187 </message>
1188 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis"> 1188 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis">
1189 You can help make Chrome safer and easier to use by automatically report ing details of possible security incidents to Google. 1189 You can help make Chrome safer and easier to use by automatically report ing details of possible security incidents to Google.
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, Google Chro me can'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<e x>google.com</ex></ph>. Please update your computer to a more recent version of Windows.
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 Chrome tried to connect to <ph name="SITE">$1<ex>g oogle.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 Chrome tried to connect to <ph name="SITE">$1<ex>g oogle.com</ex></ph> this time, the website sent back unusual
1198 and incorrect credentials. Either an attacker is trying to pretend to be <ph n ame="SITE">$1<ex>google.com</ex></ph>, or a Wi-Fi sign-in screen has interrupted the connection. Your information is still secure because Chrome stopped the con nection before any data was exchanged. 1195 and incorrect credentials. Either an attacker is trying to pretend to be <ph n ame="SITE">$1<ex>google.com</ex></ph>, or a Wi-Fi sign-in screen has interrupted the connection. Your information is still secure because Chrome stopped the con nection 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 Chrome cannot process. Network e rrors 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 Chrome cannot process. Network e rrors 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 Chrome apps. 1283 Relaunching in Desktop mode will close and relaunch your Chrome apps.
1287 </message> 1284 </message>
1288 </if> 1285 </if>
1289 1286
1290 </messages> 1287 </messages>
1291 </release> 1288 </release>
1292 </grit> 1289 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698