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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 </message> | 606 </message> |
607 </if> | 607 </if> |
608 <!-- chrome://crashes strings --> | 608 <!-- chrome://crashes strings --> |
609 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message
for chrome://crashes when crash reporting is disabled"> | 609 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message
for chrome://crashes when crash reporting is disabled"> |
610 Crash reporting is not available in Chromium. | 610 Crash reporting is not available in Chromium. |
611 </message> | 611 </message> |
612 <!-- Page Info bubble --> | 612 <!-- Page Info bubble --> |
613 <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."> | 613 <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."> |
614 You are viewing a secure Chromium page. | 614 You are viewing a secure Chromium page. |
615 </message> | 615 </message> |
| 616 <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."> |
| 617 The site is using outdated security settings that may prevent future ver
sions of Chromium from being able to safely access it. |
| 618 </message> |
| 619 |
616 <!-- Print Preview --> | 620 <!-- Print Preview --> |
617 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when
the PDF viewer is missing."> | 621 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when
the PDF viewer is missing."> |
618 Chromium does not include the PDF viewer which is required for Print Pre
view to function. | 622 Chromium does not include the PDF viewer which is required for Print Pre
view to function. |
619 </message> | 623 </message> |
620 | 624 |
621 <!-- Download Shelf Items --> | 625 <!-- Download Shelf Items --> |
622 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" | 626 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" |
623 desc="Message shown when a CRX has been downloaded and is being u
npacked."> | 627 desc="Message shown when a CRX has been downloaded and is being u
npacked."> |
624 Adding to Chromium... | 628 Adding to Chromium... |
625 </message> | 629 </message> |
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1313 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1317 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
1314 </message> | 1318 </message> |
1315 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1319 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1316 Chromium OS terms | 1320 Chromium OS terms |
1317 </message> | 1321 </message> |
1318 </if> | 1322 </if> |
1319 | 1323 |
1320 </messages> | 1324 </messages> |
1321 </release> | 1325 </release> |
1322 </grit> | 1326 </grit> |
OLD | NEW |