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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 | 777 |
778 <!-- chrome://settings/extensions page --> | 778 <!-- chrome://settings/extensions page --> |
779 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that
Chromium cannot prevent extensions from recording history in incognito mode. Di
splayed in extensions management UI after an extension is selected to be run in
incognito mode."> | 779 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that
Chromium cannot prevent extensions from recording history in incognito mode. Di
splayed in extensions management UI after an extension is selected to be run in
incognito mode."> |
780 <ph name="BEGIN_BOLD"><b></ph>Warning:<ph name="END_BOLD"></b&g
t;</ph> Chromium cannot prevent extensions from recording your browsing history.
To disable this extension in incognito mode, unselect this option. | 780 <ph name="BEGIN_BOLD"><b></ph>Warning:<ph name="END_BOLD"></b&g
t;</ph> Chromium cannot prevent extensions from recording your browsing history.
To disable this extension in incognito mode, unselect this option. |
781 </message> | 781 </message> |
782 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e
xtensions."> | 782 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e
xtensions."> |
783 Remove from Chromium... | 783 Remove from Chromium... |
784 </message> | 784 </message> |
785 | 785 |
786 <if expr="enable_extensions"> | 786 <if expr="enable_extensions"> |
787 <message name="IDS_EXTENSIONS_UNSUPPORTED_DISABLED_BODY" desc="Body of t
he dialog shown when unsupported extensions have been disabled"> | 787 <message name="IDS_EXTENSIONS_MULTIPLE_UNSUPPORTED_DISABLED_BODY" desc="
Body of the dialog shown when multiple unsupported extensions have been disabled
."> |
788 To make Chromium safer, we disabled some extensions that aren't listed
in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph
> and may have been added without your knowledge. | 788 To make Chromium safer, we disabled some extensions that aren't listed
in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph
> and may have been added without your knowledge. |
789 </message> | 789 </message> |
| 790 <message name="IDS_EXTENSIONS_SINGLE_UNSUPPORTED_DISABLED_BODY" desc="Bo
dy of the dialog shown when a single unsupported extension has been disabled."> |
| 791 To make Chromium safer, we disabled the following extension that isn't
listed in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</
ex></ph> and may have been added without your knowledge. |
| 792 </message> |
790 </if> | 793 </if> |
791 | 794 |
792 <!-- Main Chrome menu --> | 795 <!-- Main Chrome menu --> |
793 <message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the brow
ser menu"> | 796 <message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the brow
ser menu"> |
794 Customize and control Chromium | 797 Customize and control Chromium |
795 </message> | 798 </message> |
796 | 799 |
797 <if expr="use_titlecase and not chromeos"> | 800 <if expr="use_titlecase and not chromeos"> |
798 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo
ut Chrome menu item"> | 801 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo
ut Chrome menu item"> |
799 About &Chromium | 802 About &Chromium |
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1343 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1346 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
1344 </message> | 1347 </message> |
1345 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1348 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1346 Chromium OS terms | 1349 Chromium OS terms |
1347 </message> | 1350 </message> |
1348 </if> | 1351 </if> |
1349 | 1352 |
1350 </messages> | 1353 </messages> |
1351 </release> | 1354 </release> |
1352 </grit> | 1355 </grit> |
OLD | NEW |