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

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

Issue 516703002: Replaced the current WebsiteSettings dialog with a new PageInfo dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled"> 533 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled">
534 This page only shows information on your recent crashes if you <ph name= "BEGIN_LINK">&lt;a href="https://www.google.com/support/chrome/bin/answer.py?ans wer=96817"&gt;</ph>enable crash reporting<ph name="END_LINK">&lt;/a&gt;</ph>. 534 This page only shows information on your recent crashes if you <ph name= "BEGIN_LINK">&lt;a href="https://www.google.com/support/chrome/bin/answer.py?ans wer=96817"&gt;</ph>enable crash reporting<ph name="END_LINK">&lt;/a&gt;</ph>.
535 </message> 535 </message>
536 <!-- Page Info bubble --> 536 <!-- Page Info bubble -->
537 <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in th e page info bubble when the page you are on is a chrome:// page or about:somethi ng."> 537 <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in th e page info bubble when the page you are on is a chrome:// page or about:somethi ng.">
538 You are viewing a secure Google Chrome page. 538 You are viewing a secure Google Chrome page.
539 </message> 539 </message>
540 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM" desc="The text of the identity section when the site is using a certificate that will stop working in future versions of Chrome."> 540 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM" desc="The text of the identity section when the site is using a certificate that will stop working in future versions of Chrome.">
541 The site is using outdated security settings that may prevent future ver sions of Chrome from being able to safely access it. 541 The site is using outdated security settings that may prevent future ver sions of Chrome from being able to safely access it.
542 </message> 542 </message>
543 <message name="IDS_PAGE_INFO_ENCRYPTED_CONNECTION_SUMMARY_TEXT" desc="Mess age to display in the page info bubble when the connection is encrypted.">
544 Google Chrome has successfully established a secure connection with this site.
545 </message>
546 <message name="IDS_PAGE_INFO_UNENCRYPTED_CONNECTION_SUMMARY_TEXT" desc="Me ssage to display in the page info bubble when the connection is not encrypted.">
547 Your connection to this site is not private.
548 </message>
549 <message name="IDS_PAGE_INFO_UNKNOWN_CONNECTION_SUMMARY_TEXT" desc="Messag e to display in the page info bubble when the connection type (encrypted or unen crypted) is not fully known.">
550 Google Chrome could not detect your connection to this site.
551 </message>
543 552
544 <!-- Print Preview --> 553 <!-- Print Preview -->
545 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> 554 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing.">
546 Google Chrome cannot show the print preview when the built-in PDF viewer is missing. 555 Google Chrome cannot show the print preview when the built-in PDF viewer is missing.
547 </message> 556 </message>
548 557
549 <!-- Download Shelf Items --> 558 <!-- Download Shelf Items -->
550 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" 559 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING"
551 desc="Message shown when a CRX has been downloaded and is being u npacked."> 560 desc="Message shown when a CRX has been downloaded and is being u npacked.">
552 Adding to Chrome... 561 Adding to Chrome...
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way. 1250 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
1242 </message> 1251 </message>
1243 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1252 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1244 Chrome OS terms 1253 Chrome OS terms
1245 </message> 1254 </message>
1246 </if> 1255 </if>
1247 1256
1248 </messages> 1257 </messages>
1249 </release> 1258 </release>
1250 </grit> 1259 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698