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_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."> | |
617 Chromium could not detect your connection to this site. | |
palmer
2014/09/30 21:44:30
If I were a normal user, I would not know what thi
sashab
2014/10/01 01:31:14
All the security strings have been discussed and a
| |
618 </message> | |
616 <!-- Print Preview --> | 619 <!-- Print Preview --> |
617 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> | 620 <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. | 621 Chromium does not include the PDF viewer which is required for Print Pre view to function. |
619 </message> | 622 </message> |
620 | 623 |
621 <!-- Download Shelf Items --> | 624 <!-- Download Shelf Items --> |
622 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" | 625 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" |
623 desc="Message shown when a CRX has been downloaded and is being u npacked."> | 626 desc="Message shown when a CRX has been downloaded and is being u npacked."> |
624 Adding to Chromium... | 627 Adding to Chromium... |
625 </message> | 628 </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. | 1316 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> | 1317 </message> |
1315 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> | 1318 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> |
1316 Chromium OS terms | 1319 Chromium OS terms |
1317 </message> | 1320 </message> |
1318 </if> | 1321 </if> |
1319 | 1322 |
1320 </messages> | 1323 </messages> |
1321 </release> | 1324 </release> |
1322 </grit> | 1325 </grit> |
OLD | NEW |