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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 </message> | 528 </message> |
529 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label
on the compatibility page"> | 529 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label
on the compatibility page"> |
530 A module with the same name has been known to conflict with Chromium. | 530 A module with the same name has been known to conflict with Chromium. |
531 </message> | 531 </message> |
532 <!-- chrome://crashes strings --> | 532 <!-- chrome://crashes strings --> |
533 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message
for chrome://crashes when crash reporting is disabled"> | 533 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message
for chrome://crashes when crash reporting is disabled"> |
534 Crash reporting is not available in Chromium. | 534 Crash reporting is not available in Chromium. |
535 </message> | 535 </message> |
536 <!-- Page Info bubble --> | 536 <!-- Page Info bubble --> |
537 <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."> | 537 <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."> |
538 This page was generated by Chromium. | 538 You are viewing a secure Chromium page. |
539 </message> | 539 </message> |
540 <!-- Print Preview --> | 540 <!-- Print Preview --> |
541 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when
the PDF viewer is missing."> | 541 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when
the PDF viewer is missing."> |
542 Chromium does not include the PDF viewer which is required for Print Pre
view to function. | 542 Chromium does not include the PDF viewer which is required for Print Pre
view to function. |
543 </message> | 543 </message> |
544 <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."
> | 544 <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."
> |
545 Launch native print dialog | 545 Launch native print dialog |
546 </message> | 546 </message> |
547 | 547 |
548 <if expr="os == 'darwin'"> | 548 <if expr="os == 'darwin'"> |
(...skipping 29 matching lines...) Expand all Loading... |
578 <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."> | 578 <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."> |
579 Chromium Utility | 579 Chromium Utility |
580 </message> | 580 </message> |
581 <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."> | 581 <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."> |
582 Chromium Utility | 582 Chromium Utility |
583 </message> | 583 </message> |
584 </if> | 584 </if> |
585 </messages> | 585 </messages> |
586 </release> | 586 </release> |
587 </grit> | 587 </grit> |
OLD | NEW |