Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 604 </if> | 604 </if> |
| 605 <!-- chrome://crashes strings --> | 605 <!-- chrome://crashes strings --> |
| 606 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled"> | 606 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled"> |
| 607 Crash reporting is not available in Chromium. | 607 Crash reporting is not available in Chromium. |
| 608 </message> | 608 </message> |
| 609 <!-- Page Info bubble --> | 609 <!-- Page Info bubble --> |
| 610 <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 <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."> |
| 611 You are viewing a secure Chromium page. | 611 You are viewing a secure Chromium page. |
| 612 </message> | 612 </message> |
| 613 <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 <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."> |
| 614 The site is using outdated security settings that may prevent future ver sions of Chromium from being able to safely access it. | 614 The certificate chain for this website contains at least one certificate that was signed using an outdated algorithm (SHA-1). This website should upgrad e its certificates to avoid a downgraded lock icon. |
|
palmer
2015/04/30 00:30:19
Maybe "... (SHA-1 with RSA encryption)." to be mor
lgarron
2015/04/30 00:58:32
Done.
I agree that more exact and explicit is def
| |
| 615 </message> | 615 </message> |
| 616 | 616 |
| 617 <!-- Print Preview --> | 617 <!-- Print Preview --> |
| 618 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> | 618 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> |
| 619 Chromium does not include the PDF viewer which is required for Print Pre view to function. | 619 Chromium does not include the PDF viewer which is required for Print Pre view to function. |
| 620 </message> | 620 </message> |
| 621 | 621 |
| 622 <!-- Download Shelf Items --> | 622 <!-- Download Shelf Items --> |
| 623 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" | 623 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" |
| 624 desc="Message shown when a CRX has been downloaded and is being u npacked."> | 624 desc="Message shown when a CRX has been downloaded and is being u npacked."> |
| (...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1342 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. | 1342 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. |
| 1343 </message> | 1343 </message> |
| 1344 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> | 1344 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> |
| 1345 Chromium OS terms | 1345 Chromium OS terms |
| 1346 </message> | 1346 </message> |
| 1347 </if> | 1347 </if> |
| 1348 | 1348 |
| 1349 </messages> | 1349 </messages> |
| 1350 </release> | 1350 </release> |
| 1351 </grit> | 1351 </grit> |
| OLD | NEW |