Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1260)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1412523003: Adding <keygen> Content Setting (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on core CL. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 1e32cdec74bacd7e957fa554633892c6ffe5171d..ea932571096253ab6a1ef475787acfbc10c2c58f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -303,6 +303,9 @@ are declared in build/common.gypi.
<message name="IDS_WEBSITE_SETTINGS_TYPE_JAVASCRIPT" desc="The label used for JavaScript permission controls in the Website Settings popup.">
JavaScript
</message>
+ <message name="IDS_WEBSITE_SETTINGS_TYPE_KEYGEN" desc="The label used for Keygen permission controls in the Website Settings popup.">
Bernhard Bauer 2015/11/05 11:13:31 These strings will be translated into a ton of lan
svaldez 2015/11/05 16:29:56 Done.
+ Keygen
+ </message>
<message name="IDS_WEBSITE_SETTINGS_TYPE_POPUPS" desc="The label used for popups permission controls in the Website Settings popup.">
Popups
</message>
@@ -2627,6 +2630,18 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_BLOCKED_JAVASCRIPT_LINK" desc="Link to JavaScript section of content blocking management dialog, displayed in bubble when a page tries to run JavaScript.">
Manage JavaScript blocking...
</message>
+ <message name="IDS_BLOCKED_KEYGEN_TITLE" desc="Tooltip and bubble info header text when a page is not allowed to run Keygen.">
+ Keygen was blocked on this page.
+ </message>
+ <message name="IDS_BLOCKED_KEYGEN_UNBLOCK" desc="Radio button choice to unblock a site from running Keygen, displayed in bubble when a page tries to run Keygen.">
+ Always allow Keygen on <ph name="HOST">$1<ex>mail.google.com</ex></ph>
+ </message>
+ <message name="IDS_BLOCKED_KEYGEN_NO_ACTION" desc="Radio button choice to continue blocking a site from running Keygen, displayed in bubble when a page tries to run Keygen.">
+ Continue blocking Keygen
+ </message>
+ <message name="IDS_BLOCKED_KEYGEN_LINK" desc="Link to Keygen section of content blocking management dialog, displayed in bubble when a page tries to run Keygen.">
+ Manage Keygen blocking...
+ </message>
<message name="IDS_BLOCKED_PLUGINS_TITLE" desc="Bubble info header text when a page is not allowed to display plugins.">
The following plugins were blocked on this page:
</message>
@@ -7927,6 +7942,18 @@ I don't think this site should be blocked!
<message name="IDS_JS_DONOTALLOW_RADIO" desc="A radio button in the Content Settings dialog for preventing JavaScript use on any site.">
Do not allow any site to run JavaScript
</message>
+ <message name="IDS_KEYGEN_TAB_LABEL" desc="Label for Keygen tab on Content Settings dialog">
+ Keygen
+ </message>
+ <message name="IDS_KEYGEN_HEADER" desc="Label for Keygen exception management page on Content Settings dialog">
+ Keygen exceptions
+ </message>
+ <message name="IDS_KEYGEN_ALLOW_RADIO" desc="A radio button in the Content Settings dialog for allowing keygen use on any site.">
+ Allow all sites to use keygen.
Bernhard Bauer 2015/11/05 11:13:31 If the primary use case for this content setting i
msramek 2015/11/05 16:22:31 +1
svaldez 2015/11/05 16:29:56 Its currently set to be disabled by default, but t
Bernhard Bauer 2015/11/05 16:42:41 You could remove the option to have it enabled by
+ </message>
+ <message name="IDS_KEYGEN_DONOTALLOW_RADIO" desc="A radio button in the Content Settings dialog for preventing Keygen use on any site.">
+ Do not allow any site to use keygen (recommended)
Bernhard Bauer 2015/11/05 11:13:31 At the very least you should be consistent in whet
svaldez 2015/11/05 16:29:56 Fixed, hopefully.
+ </message>
<message name="IDS_HANDLERS_TAB_LABEL" desc="Label for Handlers tab on Content Settings dialog">
Handlers
</message>

Powered by Google App Engine
This is Rietveld 408576698