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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 </message> | 582 </message> |
583 </if> | 583 </if> |
584 | 584 |
585 <!-- Extension/App install prompt --> | 585 <!-- Extension/App install prompt --> |
586 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> | 586 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> |
587 Add to Chrome | 587 Add to Chrome |
588 </message> | 588 </message> |
589 | 589 |
590 <!-- Extension alerts. --> | 590 <!-- Extension alerts. --> |
591 <message name="IDS_EXTENSION_ALERT_ITEM_EXTERNAL" desc="A statement that a
n external extension has been newly installed. End users have no idea what an 'e
xternal' extension is, so we simply call them extensions."> | 591 <message name="IDS_EXTENSION_ALERT_ITEM_EXTERNAL" desc="A statement that a
n external extension has been newly installed. End users have no idea what an 'e
xternal' extension is, so we simply call them extensions."> |
592 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been
added to Chrome. | 592 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been
added. |
| 593 |
593 ''' | 594 ''' |
594 </message> | 595 </message> |
595 | 596 |
596 <!-- Extension installed bubble --> | 597 <!-- Extension installed bubble --> |
597 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the co
ntent area of the extension installed bubble. Instructs that the extension was i
nstalled."> | 598 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the co
ntent area of the extension installed bubble. Instructs that the extension was i
nstalled."> |
598 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t
o Chrome. | 599 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t
o Chrome. |
599 </message> | 600 </message> |
600 | 601 |
601 <!-- chrome://settings/extensions page --> | 602 <!-- chrome://settings/extensions page --> |
602 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that
Chrome cannot prevent extensions from recording history in incognito mode. Disp
layed in extensions management UI after an extension is selected to be run in in
cognito mode."> | 603 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that
Chrome cannot prevent extensions from recording history in incognito mode. Disp
layed in extensions management UI after an extension is selected to be run in in
cognito mode."> |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b
ottom of the sync promo."> | 675 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b
ottom of the sync promo."> |
675 See <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>more b
enefits<ph name="END_LINK"></a></ph> of signing in to Chrome. | 676 See <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>more b
enefits<ph name="END_LINK"></a></ph> of signing in to Chrome. |
676 </message> | 677 </message> |
677 | 678 |
678 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill
options menu entry."> | 679 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill
options menu entry."> |
679 Chrome Autofill settings | 680 Chrome Autofill settings |
680 </message> | 681 </message> |
681 </messages> | 682 </messages> |
682 </release> | 683 </release> |
683 </grit> | 684 </grit> |
OLD | NEW |