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 specific to | 2 <!-- This file contains definitions of strings that are specific to |
3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
4 Chrome supports. --> | 4 Chrome supports. --> |
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/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 <message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on t
he dialog to try chrome"> | 515 <message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on t
he dialog to try chrome"> |
516 Try it out, it's already installed | 516 Try it out, it's already installed |
517 </message> | 517 </message> |
518 <message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel
button"> | 518 <message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel
button"> |
519 Don't bug me | 519 Don't bug me |
520 </message> | 520 </message> |
521 <message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains
why this dialog is being shown"> | 521 <message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains
why this dialog is being shown"> |
522 Why am I seeing this? | 522 Why am I seeing this? |
523 </message> | 523 </message> |
524 <!-- about:conflicts strings --> | 524 <!-- about:conflicts strings --> |
525 <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title o
n the compatibility page"> | 525 <if expr="is_win"> |
526 Modules loaded into Google Chrome | 526 <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title
on the compatibility page"> |
527 </message> | 527 Modules loaded into Google Chrome |
528 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label
on the compatibility page"> | 528 </message> |
529 This module is known to conflict with Google Chrome. | 529 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning labe
l on the compatibility page"> |
530 </message> | 530 This module is known to conflict with Google Chrome. |
531 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label
on the compatibility page"> | 531 </message> |
532 A module with the same name has been known to conflict with Google Chrom
e. | 532 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning labe
l on the compatibility page"> |
533 </message> | 533 A module with the same name has been known to conflict with Google Chr
ome. |
| 534 </message> |
| 535 </if> |
534 <!-- chrome://crashes strings --> | 536 <!-- chrome://crashes strings --> |
535 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message
for chrome://crashes when crash reporting is disabled"> | 537 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message
for chrome://crashes when crash reporting is disabled"> |
536 This page only shows information on your recent crashes if you <ph name=
"BEGIN_LINK"><a href="https://www.google.com/support/chrome/bin/answer.py?ans
wer=96817"></ph>enable crash reporting<ph name="END_LINK"></a></ph>. | 538 This page only shows information on your recent crashes if you <ph name=
"BEGIN_LINK"><a href="https://www.google.com/support/chrome/bin/answer.py?ans
wer=96817"></ph>enable crash reporting<ph name="END_LINK"></a></ph>. |
537 </message> | 539 </message> |
538 <!-- Page Info bubble --> | 540 <!-- Page Info bubble --> |
539 <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."> | 541 <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."> |
540 You are viewing a secure Google Chrome page. | 542 You are viewing a secure Google Chrome page. |
541 </message> | 543 </message> |
542 <!-- Print Preview --> | 544 <!-- Print Preview --> |
543 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when
the PDF viewer is missing."> | 545 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when
the PDF viewer is missing."> |
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1121 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" | 1123 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" |
1122 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> | 1124 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> |
1123 Because Google Chrome does not control how extensions handle your pers
onal data, all extensions have been disabled for incognito windows. You can reen
able them individually in the | 1125 Because Google Chrome does not control how extensions handle your pers
onal data, all extensions have been disabled for incognito windows. You can reen
able them individually in the |
1124 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. | 1126 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. |
1125 </message> | 1127 </message> |
1126 </if> | 1128 </if> |
1127 | 1129 |
1128 </messages> | 1130 </messages> |
1129 </release> | 1131 </release> |
1130 </grit> | 1132 </grit> |
OLD | NEW |