Commit a5ff2a81 authored by asargent@chromium.org's avatar asargent@chromium.org

Strings for protections against forced extension installs

TBR=finnur

BUG=307651

Review URL: https://codereview.chromium.org/56973008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232940 0039d316-1c4b-4281-b951-d872f2087c98
parent f718290e
......@@ -808,6 +808,10 @@ For Chromium, processes used to display diagnostics information (such as this "a
Remove from Chromium
</message>
<message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BODY" desc="Body of the dialog shown when suspicious extensions have been disabled">
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.
</message>
<!-- Main Chrome menu -->
<message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the browser menu">
Customize and control Chromium
......
......@@ -587,6 +587,9 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_SAVE" desc="Used on a button to save information you are editing.">
Save
</message>
<message name="IDS_DISABLE" desc="Used for Disable on buttons">
Disable
</message>
<!-- content area context menus -->
<if expr="is_macosx">
......@@ -5132,6 +5135,36 @@ Keep your key file in a safe place. You will need it to create new versions of y
Pack
</message>
<if expr="pp_ifdef('use_titlecase')">
<message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_TITLE" desc="In Title Case: Title of the dialog shown when suspicious extensions have been disabled">
Suspicious Extensions Disabled
</message>
</if>
<if expr="not pp_ifdef('use_titlecase')">
<message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_TITLE" desc="Title of the dialog shown when suspicious extensions have been disabled">
Suspicious extensions disabled
</message>
</if>
<message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BUTTON" desc="Text of the button on the dialog shown when suspicious extensions have been disabled">
OK, got it
</message>
<message name="IDS_EXTENSIONS_ADDED_WITHOUT_KNOWLEDGE" desc="Text shown in the extensions settings for items that might have been forcefully added to chrome without the user's knowledge">
This extension is not 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.
</message>
<if expr="pp_ifdef('use_titlecase')">
<message name="IDS_EXTENSIONS_DISABLE_DEVELOPER_MODE_TITLE" desc="In Title Case: Title of a dialog warning users they have development mode extensions running">
Disable Developer Mode Extensions
</message>
</if>
<if expr="not pp_ifdef('use_titlecase')">
<message name="IDS_EXTENSIONS_DISABLE_DEVELOPER_MODE_TITLE" desc="Title of a dialog warning users they have development mode extensions running">
Disable developer mode extensions
</message>
</if>
<message name="IDS_EXTENSIONS_DISABLE_DEVELOPER_MODE_BODY" desc="Body of a dialog warning users they have development mode extensions running">
Extensions running in developer mode can harm your computer. If you're not a developer, you should disable these extensions running in developer mode to stay safe.
</message>
<!-- chrome://settings-frame/options_settings_app.html for the App Launcher Settings App -->
<if expr="pp_ifdef('enable_settings_app')">
<message name="IDS_SETTINGS_APP_LAUNCHER_PRODUCT_NAME" desc="Product name to use when referring to applications running in the App Launcher inside the non-browser Settings App">
......
......@@ -732,6 +732,10 @@ For Google Chrome, processes used to display diagnostics information (such as th
Remove from Chrome
</message>
<message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BODY" desc="Body of the dialog shown when suspicious extensions have been disabled">
To make Chrome 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.
</message>
<!-- Wrench menu -->
<message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the browser menu">
Customize and control Google Chrome
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment