| 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 Crash reporting is not available in Chromium. | 559 Crash reporting is not available in Chromium. |
| 560 </message> | 560 </message> |
| 561 <!-- Page Info bubble --> | 561 <!-- Page Info bubble --> |
| 562 <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."> | 562 <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."> |
| 563 You are viewing a secure Chromium page. | 563 You are viewing a secure Chromium page. |
| 564 </message> | 564 </message> |
| 565 <!-- Print Preview --> | 565 <!-- Print Preview --> |
| 566 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when
the PDF viewer is missing."> | 566 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when
the PDF viewer is missing."> |
| 567 Chromium does not include the PDF viewer which is required for Print Pre
view to function. | 567 Chromium does not include the PDF viewer which is required for Print Pre
view to function. |
| 568 </message> | 568 </message> |
| 569 <message name="IDS_PRINT_PREVIEW_NATIVE_DIALOG" desc="Option offering the
user to open the native print dialog, displayed when the PDF viewer is missing."
> | 569 <message name="IDS_PRINT_PREVIEW_NATIVE_DIALOG" desc="Option offering the
user to open the native print dialog, displayed when the PDF viewer is missing o
r when print preview fails."> |
| 570 Launch native print dialog | 570 Print using system dialog… |
| 571 </message> | 571 </message> |
| 572 | 572 |
| 573 <if expr="is_macosx"> | 573 <if expr="is_macosx"> |
| 574 <message name="IDS_APP_MENU_PRODUCT_NAME" desc="The application's short
name, used for the Mac's application menu, activity monitor, etc. This should be
less than 16 characters. Example: Chrome, not Google Chrome."> | 574 <message name="IDS_APP_MENU_PRODUCT_NAME" desc="The application's short
name, used for the Mac's application menu, activity monitor, etc. This should be
less than 16 characters. Example: Chrome, not Google Chrome."> |
| 575 Chromium | 575 Chromium |
| 576 </message> | 576 </message> |
| 577 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh
ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr
ome Helper."> | 577 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh
ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr
ome Helper."> |
| 578 Chromium Helper | 578 Chromium Helper |
| 579 </message> | 579 </message> |
| 580 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho
rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch
rome Helper, not Google Chrome Helper."> | 580 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho
rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch
rome Helper, not Google Chrome Helper."> |
| (...skipping 22 matching lines...) Expand all Loading... |
| 603 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam
e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog
le Chrome Utility."> | 603 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam
e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog
le Chrome Utility."> |
| 604 Chromium Utility | 604 Chromium Utility |
| 605 </message> | 605 </message> |
| 606 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> | 606 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> |
| 607 Chromium Utility | 607 Chromium Utility |
| 608 </message> | 608 </message> |
| 609 </if> | 609 </if> |
| 610 </messages> | 610 </messages> |
| 611 </release> | 611 </release> |
| 612 </grit> | 612 </grit> |
| OLD | NEW |