summaryrefslogtreecommitdiffstats
path: root/chrome/app/chromium_strings.grd
diff options
context:
space:
mode:
authorvandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 03:20:54 +0000
committervandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 03:20:54 +0000
commit6b5f83842b5edb5d4bd6684b196b3630c6769731 (patch)
treef26a25f8f48e0ef7ac8a9eeadccbea7e4704b96c /chrome/app/chromium_strings.grd
parent2a7d8183360056520958b908ebec80948b83f2d1 (diff)
downloadchromium_src-6b5f83842b5edb5d4bd6684b196b3630c6769731.zip
chromium_src-6b5f83842b5edb5d4bd6684b196b3630c6769731.tar.gz
chromium_src-6b5f83842b5edb5d4bd6684b196b3630c6769731.tar.bz2
[i18n-fixlet] Make strings branding specific in extension code.
IDS_EXTENSIONS_UNINSTALL IDS_EXTENSIONS_INCOGNITO_WARNING IDS_EXTENSION_INSTALLED_HEADING IDS_EXTENSION_ALERT_ITEM_EXTERNAL And fix a $1 $1 bug. IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/9107061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r--chrome/app/chromium_strings.grd24
1 files changed, 24 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index d111907..17b94b5 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -575,6 +575,30 @@ Chromium is unable to recover your settings.
</message>
</if>
+ <!-- Extension/App install prompt -->
+ <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar of the extension or app inline installation prompt window">
+ Add to Chromium
+ </message>
+
+ <!-- Extension alerts. -->
+ <message name="IDS_EXTENSION_ALERT_ITEM_EXTERNAL" desc="A statement that an external extension has been newly installed. End users have no idea what an 'external' extension is, so we simply call them extensions.">
+The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added to Chromium.
+'''
+ </message>
+
+ <!-- Extension installed bubble -->
+ <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the content area of the extension installed bubble. Instructs that the extension was installed.">
+ <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added to Chromium.
+ </message>
+
+ <!-- chrome://settings/extensions page -->
+ <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chromium cannot prevent extensions from recording history in incognito mode. Displayed in extensions management UI after an extension is selected to be run in incognito mode.">
+ <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&gt;</ph> Chromium cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option.
+ </message>
+ <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling extensions.">
+ Remove from Chromium
+ </message>
+
<if expr="is_macosx">
<message name="IDS_APP_MENU_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome.">
Chromium