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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 <!-- about:conflicts strings --> | 499 <!-- about:conflicts strings --> |
500 <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title o
n the compatibility page"> | 500 <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title o
n the compatibility page"> |
501 Modules loaded into Chromium | 501 Modules loaded into Chromium |
502 </message> | 502 </message> |
503 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label
on the compatibility page"> | 503 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label
on the compatibility page"> |
504 This module is known to conflict with Chromium. | 504 This module is known to conflict with Chromium. |
505 </message> | 505 </message> |
506 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label
on the compatibility page"> | 506 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label
on the compatibility page"> |
507 A module with the same name has been known to conflict with Chromium. | 507 A module with the same name has been known to conflict with Chromium. |
508 </message> | 508 </message> |
| 509 <!-- chrome://crashes strings --> |
| 510 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message
for chrome://crashes when crash reporting is disabled"> |
| 511 Crash reporting is not available in Chromium. |
| 512 </message> |
509 | 513 |
510 <if expr="os == 'darwin'"> | 514 <if expr="os == 'darwin'"> |
511 <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short nam
e, used for the Mac's application menu, activity monitor, etc. This should be le
ss than 16 characters. Example: Chrome, not Google Chrome."> | 515 <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short nam
e, used for the Mac's application menu, activity monitor, etc. This should be le
ss than 16 characters. Example: Chrome, not Google Chrome."> |
512 Chromium | 516 Chromium |
513 </message> | 517 </message> |
514 <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."> | 518 <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."> |
515 Chromium Helper | 519 Chromium Helper |
516 </message> | 520 </message> |
517 <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."> | 521 <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."> |
518 Chromium Helper | 522 Chromium Helper |
(...skipping 21 matching lines...) Expand all Loading... |
540 <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."> | 544 <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."> |
541 Chromium Utility | 545 Chromium Utility |
542 </message> | 546 </message> |
543 <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."> | 547 <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."> |
544 Chromium Utility | 548 Chromium Utility |
545 </message> | 549 </message> |
546 </if> | 550 </if> |
547 </messages> | 551 </messages> |
548 </release> | 552 </release> |
549 </grit> | 553 </grit> |
OLD | NEW |