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

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

Issue 508823009: Mark SHA-1 as deprecated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_verify_result_sha1
Patch Set: Created 6 years, 3 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 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 </message> 602 </message>
603 </if> 603 </if>
604 <!-- chrome://crashes strings --> 604 <!-- chrome://crashes strings -->
605 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled"> 605 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled">
606 Crash reporting is not available in Chromium. 606 Crash reporting is not available in Chromium.
607 </message> 607 </message>
608 <!-- Page Info bubble --> 608 <!-- Page Info bubble -->
609 <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."> 609 <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.">
610 You are viewing a secure Chromium page. 610 You are viewing a secure Chromium page.
611 </message> 611 </message>
612 <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.">
613 The site is using outdated security settings that may prevent future ver sions of Chromium from being able to safely access it.
palmer 2014/08/28 21:23:13 This string is OK, but I'd rather try to say somet
Ryan Sleevi 2014/08/28 21:25:14 Care to chime in on the bug? I have string exhaust
felt 2014/08/29 00:28:35 Where is this discussion happening now? Here, ther
614 </message>
615
612 <!-- Print Preview --> 616 <!-- Print Preview -->
613 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> 617 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing.">
614 Chromium does not include the PDF viewer which is required for Print Pre view to function. 618 Chromium does not include the PDF viewer which is required for Print Pre view to function.
615 </message> 619 </message>
616 620
617 <!-- Download Shelf Items --> 621 <!-- Download Shelf Items -->
618 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" 622 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING"
619 desc="Message shown when a CRX has been downloaded and is being u npacked."> 623 desc="Message shown when a CRX has been downloaded and is being u npacked.">
620 Adding to Chromium... 624 Adding to Chromium...
621 </message> 625 </message>
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 1278 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way.
1275 </message> 1279 </message>
1276 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1280 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1277 Chromium OS terms 1281 Chromium OS terms
1278 </message> 1282 </message>
1279 </if> 1283 </if>
1280 1284
1281 </messages> 1285 </messages>
1282 </release> 1286 </release>
1283 </grit> 1287 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698