mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
fix strings as suggested by translator on Crowdin
This commit is contained in:
parent
77c2560908
commit
2feadb4a0d
1 changed files with 4 additions and 4 deletions
|
@ -260,7 +260,7 @@
|
|||
"description":"Appears aside each filter list in the _3rd-party filters_ pane"
|
||||
},
|
||||
"3pAutoUpdatePrompt1":{
|
||||
"message":"Auto-update filter lists.",
|
||||
"message":"Auto-update filter lists",
|
||||
"description":"A checkbox in the _3rd-party filters_ pane"
|
||||
},
|
||||
"3pUpdateNow":{
|
||||
|
@ -272,7 +272,7 @@
|
|||
"description":"A button in the in the _3rd-party filters_ pane"
|
||||
},
|
||||
"3pParseAllABPHideFiltersPrompt1":{
|
||||
"message":"Parse and enforce cosmetic filters.",
|
||||
"message":"Parse and enforce cosmetic filters",
|
||||
"description":"English: Parse and enforce Adblock+ element hiding filters."
|
||||
},
|
||||
"3pParseAllABPHideFiltersInfo":{
|
||||
|
@ -280,11 +280,11 @@
|
|||
"description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
|
||||
},
|
||||
"3pIgnoreGenericCosmeticFilters":{
|
||||
"message":"Ignore generic cosmetic filters.",
|
||||
"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.",
|
||||
"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 contribute measurable memory and CPU overhead on some web pages, especially for 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":{
|
||||
|
|
Loading…
Reference in a new issue