diff options
author | gorhill <rhill@raymondhill.net> | 2015-03-27 13:00:55 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-03-27 13:00:55 -0400 |
commit | f2ff0edfaf4fdc6e02a8a0e65db73a104c2b1f9c (patch) | |
tree | b0a946702c48ec6e467355c04a35098dbe4b5efe /src/_locales | |
parent | 5f8fd229205cb1bf8836e86667707e716b6d3c0a (diff) | |
download | uBlock-f2ff0edfaf4fdc6e02a8a0e65db73a104c2b1f9c.zip uBlock-f2ff0edfaf4fdc6e02a8a0e65db73a104c2b1f9c.tar.gz uBlock-f2ff0edfaf4fdc6e02a8a0e65db73a104c2b1f9c.tar.bz2 |
this fixes #1013, #1062 (draft)
Diffstat (limited to 'src/_locales')
-rw-r--r-- | src/_locales/en/messages.json | 84 |
1 files changed, 6 insertions, 78 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 812397d..b30af56 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -75,85 +75,13 @@ "message":"Go to request log", "description":"English: Go to request log" }, - "popupSiteInlineScriptEnabled":{ - "message":"Inline <code>script<\/code> tags are <b>allowed<\/b> on this site", - "description":"" - }, - "popupSiteInlineScriptDisabled":{ - "message":"Inline <code>script<\/code> tags are <b>blocked<\/b> on this site", - "description":"" - }, - "popupSite1pScriptEnabled":{ - "message":"1st-party scripts are <b>allowed<\/b> on this site", - "description":"" - }, - "popupSite1pScriptDisabled":{ - "message":"1st-party scripts are <b>blocked<\/b> on this site", - "description":"" - }, - "popupSite3pScriptEnabled":{ - "message":"3rd-party scripts are <b>allowed<\/b> on this site", - "description":"" - }, - "popupSite3pScriptDisabled":{ - "message":"3rd-party scripts are <b>blocked<\/b> on this site", - "description":"" - }, - "popupSite1pFrameEnabled":{ - "message":"1st-party frames are <b>allowed<\/b> on this site", - "description":"" - }, - "popupSite1pFrameDisabled":{ - "message":"1st-party frames are <b>blocked<\/b> on this site", - "description":"" - }, - "popupSite3pFrameEnabled":{ - "message":"3rd-party frames are <b>allowed<\/b> on this site", - "description":"" - }, - "popupSite3pFrameDisabled":{ - "message":"3rd-party frames are <b>blocked<\/b> on this site", - "description":"" + "popupTipDoBlockAllPopups":{ + "message":"Block all popups for this site", + "description":"English: Block all popups for this site" }, - "popupDefaultInlineScriptEnabled":{ - "message":"Inline <code>script</code> tags are <b>allowed<\/b> everywhere by default", - "description":"" - }, - "popupDefaultInlineScriptDisabled":{ - "message":"Inline <code>script</code> tags are <b>blocked<\/b> everywhere by default", - "description":"" - }, - "popupDefault1pScriptEnabled":{ - "message":"1st-party scripts are <b>allowed<\/b> everywhere by default", - "description":"" - }, - "popupDefault1pScriptDisabled":{ - "message":"1st-party scripts are <b>blocked<\/b> everywhere by default", - "description":"" - }, - "popupDefault3pScriptEnabled":{ - "message":"3rd-party scripts are <b>allowed<\/b> everywhere by default", - "description":"" - }, - "popupDefault3pScriptDisabled":{ - "message":"3rd-party scripts are <b>blocked<\/b> everywhere by default", - "description":"" - }, - "popupDefault1pFrameEnabled":{ - "message":"1st-party frames are <b>allowed<\/b> everywhere by default", - "description":"" - }, - "popupDefault1pFrameDisabled":{ - "message":"1st-party frames are <b>blocked<\/b> everywhere by default", - "description":"" - }, - "popupDefault3pFrameEnabled":{ - "message":"3rd-party frames are <b>allowed<\/b> everywhere by default", - "description":"" - }, - "popupDefault3pFrameDisabled":{ - "message":"3rd-party frames are <b>blocked<\/b> everywhere by default", - "description":"" + "popupTipDontBlockDoc":{ + "message":"Disable strict blocking for this site", + "description":"English: Disable strict blocking for this site" }, "popupAnyRulePrompt":{ "message":"all", |