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. |
| 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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1281 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1284 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
1282 </message> | 1285 </message> |
1283 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1286 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1284 Chromium OS terms | 1287 Chromium OS terms |
1285 </message> | 1288 </message> |
1286 </if> | 1289 </if> |
1287 | 1290 |
1288 </messages> | 1291 </messages> |
1289 </release> | 1292 </release> |
1290 </grit> | 1293 </grit> |
OLD | NEW |