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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_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."> |
| 613 Chromium could not detect your connection to this site. |
| 614 </message> |
612 <!-- Print Preview --> | 615 <!-- Print Preview --> |
613 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when
the PDF viewer is missing."> | 616 <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. | 617 Chromium does not include the PDF viewer which is required for Print Pre
view to function. |
615 </message> | 618 </message> |
616 | 619 |
617 <!-- Download Shelf Items --> | 620 <!-- Download Shelf Items --> |
618 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" | 621 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" |
619 desc="Message shown when a CRX has been downloaded and is being u
npacked."> | 622 desc="Message shown when a CRX has been downloaded and is being u
npacked."> |
620 Adding to Chromium... | 623 Adding to Chromium... |
621 </message> | 624 </message> |
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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. | 1277 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> | 1278 </message> |
1276 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1279 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1277 Chromium OS terms | 1280 Chromium OS terms |
1278 </message> | 1281 </message> |
1279 </if> | 1282 </if> |
1280 | 1283 |
1281 </messages> | 1284 </messages> |
1282 </release> | 1285 </release> |
1283 </grit> | 1286 </grit> |
OLD | NEW |