mirror of https://github.com/gorhill/uBlock.git
add new strings for #1892
This commit is contained in:
parent
839fed43ae
commit
730e1e3a61
|
@ -277,7 +277,15 @@
|
|||
},
|
||||
"3pParseAllABPHideFiltersInfo":{
|
||||
"message":"<p>This option enables the parsing and enforcing of <a href=\"https:\/\/adblockplus.org\/en\/faq_internal#elemhide\">Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p><p>Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
|
||||
"description":"This option enables the parsing and enforcing of Adblock Plus-compatible 'element hiding' filters. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.\n\nEnabling this feature increases uBlock Origin's memory footprint."
|
||||
"description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
|
||||
},
|
||||
"3pIgnoreGenericCosmeticFilters":{
|
||||
"message":"Ignore generic cosmetic filters.",
|
||||
"description":"This will cause uBO to ignore all generic cosmetic filters."
|
||||
},
|
||||
"3pIgnoreGenericCosmeticFiltersInfo":{
|
||||
"message":"<p>Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites.<p>Though handled efficiently by uBlock₀, generic cosmetic filters may still end up contributing measurable memory and CPU overhead on some web pages, especially the large and long-lived ones.<p>Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself.<p>It is recommended to enable this option on less powerful devices.",
|
||||
"description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
|
||||
},
|
||||
"3pListsOfBlockedHostsHeader":{
|
||||
"message":"Lists of blocked hosts",
|
||||
|
|
Loading…
Reference in New Issue