| 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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 <message name="IDS_UPGRADE_AVAILABLE_BUTTON" desc="Diplayed on a button
the user can use to upgrade the a more recent version of the application. [Lengt
h: 10em]"> | 696 <message name="IDS_UPGRADE_AVAILABLE_BUTTON" desc="Diplayed on a button
the user can use to upgrade the a more recent version of the application. [Lengt
h: 10em]"> |
| 697 Update | 697 Update |
| 698 </message> | 698 </message> |
| 699 </if> | 699 </if> |
| 700 | 700 |
| 701 <!-- Extension/App install prompt --> | 701 <!-- Extension/App install prompt --> |
| 702 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> | 702 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> |
| 703 Add to Chromium | 703 Add to Chromium |
| 704 </message> | 704 </message> |
| 705 | 705 |
| 706 <!-- Extension alerts. --> | |
| 707 <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
must be a newline."> | |
| 708 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been
added. | |
| 709 | |
| 710 ''' | |
| 711 </message> | |
| 712 | |
| 713 <!-- Extension installed bubble --> | 706 <!-- Extension installed bubble --> |
| 714 <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."> | 707 <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."> |
| 715 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t
o Chromium. | 708 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t
o Chromium. |
| 716 </message> | 709 </message> |
| 717 | 710 |
| 718 <!-- chrome://settings/extensions page --> | 711 <!-- chrome://settings/extensions page --> |
| 719 <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."> | 712 <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."> |
| 720 <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. | 713 <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. |
| 721 </message> | 714 </message> |
| 722 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e
xtensions."> | 715 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e
xtensions."> |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 892 | 885 |
| 893 <!-- Chrome OS keyboard overlay--> | 886 <!-- Chrome OS keyboard overlay--> |
| 894 <if expr="pp_ifdef('chromeos')"> | 887 <if expr="pp_ifdef('chromeos')"> |
| 895 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in
the keyboard overlay to explain the shortcut that opens the main Chrome menu."> | 888 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in
the keyboard overlay to explain the shortcut that opens the main Chrome menu."> |
| 896 Show the Chromium menu | 889 Show the Chromium menu |
| 897 </message> | 890 </message> |
| 898 </if> | 891 </if> |
| 899 </messages> | 892 </messages> |
| 900 </release> | 893 </release> |
| 901 </grit> | 894 </grit> |
| OLD | NEW |