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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 Google Chrome is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph
>) | 578 Google Chrome is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph
>) |
579 </message> | 579 </message> |
580 </if> | 580 </if> |
581 | 581 |
582 <!-- Extension/App install prompt --> | 582 <!-- Extension/App install prompt --> |
583 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> | 583 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> |
584 Add to Chrome | 584 Add to Chrome |
585 </message> | 585 </message> |
586 | 586 |
587 <!-- Extension alerts. --> | 587 <!-- Extension alerts. --> |
588 <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."> | 588 <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. The trailing character
is expected to be a newline."> |
589 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been
added to Chrome. | 589 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been
added. |
| 590 |
590 ''' | 591 ''' |
591 </message> | 592 </message> |
592 | 593 |
593 <!-- Extension installed bubble --> | 594 <!-- Extension installed bubble --> |
594 <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."> | 595 <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."> |
595 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t
o Chrome. | 596 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t
o Chrome. |
596 </message> | 597 </message> |
597 | 598 |
598 <!-- chrome://settings/extensions page --> | 599 <!-- chrome://settings/extensions page --> |
599 <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."> | 600 <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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
676 Chrome Autofill settings | 677 Chrome Autofill settings |
677 </message> | 678 </message> |
678 | 679 |
679 <!-- Web Intents --> | 680 <!-- Web Intents --> |
680 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt
on in the web intent picker that installs an extension then uses the extension a
s an intent service."> | 681 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt
on in the web intent picker that installs an extension then uses the extension a
s an intent service."> |
681 Add to Chrome | 682 Add to Chrome |
682 </message> | 683 </message> |
683 </messages> | 684 </messages> |
684 </release> | 685 </release> |
685 </grit> | 686 </grit> |
OLD | NEW |