1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

"allowed" instead of "enabled", "blocked" instead of "disabled"

This commit is contained in:
Raymond Hill 2014-11-30 09:44:54 -02:00
parent 9445c6d11d
commit 617440dd27

View File

@ -68,83 +68,83 @@
"description":"English: Go to request log" "description":"English: Go to request log"
}, },
"popupSiteInlineScriptEnabled":{ "popupSiteInlineScriptEnabled":{
"message":"Inline <code>script</code> tags are <b>enabled</b> for this site", "message":"Inline <code>script</code> tags are <b>allowed</b> on this site",
"description":"" "description":""
}, },
"popupSiteInlineScriptDisabled":{ "popupSiteInlineScriptDisabled":{
"message":"Inline <code>script</code> tags are <b>disabled</b> for this site", "message":"Inline <code>script</code> tags are <b>blocked</b> on this site",
"description":"" "description":""
}, },
"popupSite1pScriptEnabled":{ "popupSite1pScriptEnabled":{
"message":"1st-party scripts are <b>enabled</b> for this site", "message":"1st-party scripts are <b>allowed</b> on this site",
"description":"" "description":""
}, },
"popupSite1pScriptDisabled":{ "popupSite1pScriptDisabled":{
"message":"1st-party scripts are <b>disabled</b> for this site", "message":"1st-party scripts are <b>blocked</b> on this site",
"description":"" "description":""
}, },
"popupSite3pScriptEnabled":{ "popupSite3pScriptEnabled":{
"message":"3rd-party scripts are <b>enabled</b> for this site", "message":"3rd-party scripts are <b>allowed</b> on this site",
"description":"" "description":""
}, },
"popupSite3pScriptDisabled":{ "popupSite3pScriptDisabled":{
"message":"3rd-party scripts are <b>disabled</b> for this site", "message":"3rd-party scripts are <b>blocked</b> on this site",
"description":"" "description":""
}, },
"popupSite1pFrameEnabled":{ "popupSite1pFrameEnabled":{
"message":"1st-party frames are <b>enabled</b> for this site", "message":"1st-party frames are <b>allowed</b> on this site",
"description":"" "description":""
}, },
"popupSite1pFrameDisabled":{ "popupSite1pFrameDisabled":{
"message":"1st-party frames are <b>disabled</b> for this site", "message":"1st-party frames are <b>blocked</b> on this site",
"description":"" "description":""
}, },
"popupSite3pFrameEnabled":{ "popupSite3pFrameEnabled":{
"message":"3rd-party frames are <b>enabled</b> for this site", "message":"3rd-party frames are <b>allowed</b> on this site",
"description":"" "description":""
}, },
"popupSite3pFrameDisabled":{ "popupSite3pFrameDisabled":{
"message":"3rd-party frames are <b>disabled</b> for this site", "message":"3rd-party frames are <b>blocked</b> on this site",
"description":"" "description":""
}, },
"popupDefaultInlineScriptEnabled":{ "popupDefaultInlineScriptEnabled":{
"message":"Inline <code>script</code> tags are <b>enabled</b> everywhere by default", "message":"Inline <code>script</code> tags are <b>allowed</b> everywhere by default",
"description":"" "description":""
}, },
"popupDefaultInlineScriptDisabled":{ "popupDefaultInlineScriptDisabled":{
"message":"Inline <code>script</code> tags are <b>disabled</b> everywhere by default", "message":"Inline <code>script</code> tags are <b>blocked</b> everywhere by default",
"description":"" "description":""
}, },
"popupDefault1pScriptEnabled":{ "popupDefault1pScriptEnabled":{
"message":"1st-party scripts are <b>enabled</b> everywhere by default", "message":"1st-party scripts are <b>allowed</b> everywhere by default",
"description":"" "description":""
}, },
"popupDefault1pScriptDisabled":{ "popupDefault1pScriptDisabled":{
"message":"1st-party scripts are <b>disabled</b> everywhere by default", "message":"1st-party scripts are <b>blocked</b> everywhere by default",
"description":"" "description":""
}, },
"popupDefault3pScriptEnabled":{ "popupDefault3pScriptEnabled":{
"message":"3rd-party scripts are <b>enabled</b> everywhere by default", "message":"3rd-party scripts are <b>allowed</b> everywhere by default",
"description":"" "description":""
}, },
"popupDefault3pScriptDisabled":{ "popupDefault3pScriptDisabled":{
"message":"3rd-party scripts are <b>disabled</b> everywhere by default", "message":"3rd-party scripts are <b>blocked</b> everywhere by default",
"description":"" "description":""
}, },
"popupDefault1pFrameEnabled":{ "popupDefault1pFrameEnabled":{
"message":"1st-party frames are <b>enabled</b> everywhere by default", "message":"1st-party frames are <b>allowed</b> everywhere by default",
"description":"" "description":""
}, },
"popupDefault1pFrameDisabled":{ "popupDefault1pFrameDisabled":{
"message":"1st-party frames are <b>disabled</b> everywhere by default", "message":"1st-party frames are <b>blocked</b> everywhere by default",
"description":"" "description":""
}, },
"popupDefault3pFrameEnabled":{ "popupDefault3pFrameEnabled":{
"message":"3rd-party frames are <b>enabled</b> everywhere by default", "message":"3rd-party frames are <b>allowed</b> everywhere by default",
"description":"" "description":""
}, },
"popupDefault3pFrameDisabled":{ "popupDefault3pFrameDisabled":{
"message":"3rd-party frames are <b>disabled</b> everywhere by default", "message":"3rd-party frames are <b>blocked</b> everywhere by default",
"description":"" "description":""
}, },
"pickerCreate":{ "pickerCreate":{