This commit is contained in:
Raymond Hill 2020-03-24 12:18:33 -04:00
parent 74fab19548
commit 151ff5326a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
4 changed files with 1074 additions and 13 deletions

49
dist/description/description-oc.txt vendored Normal file
View File

@ -0,0 +1,49 @@
An efficient blocker: easy on memory and CPU footprint, and yet can load and enforce thousands more filters than other popular blockers out there.
Illustrated overview of its efficiency: https://github.com/gorhill/uBlock/wiki/uBlock-vs.-ABP:-efficiency-compared
Usage: The big power button in the popup is to permanently disable/enable uBlock for the current web site. It applies to the current web site only, it is not a global power button.
***
Flexible, it's more than an "ad blocker": it can also read and create filters from hosts files.
Out of the box, these lists of filters are loaded and enforced:
- EasyList
- Peter Lowes Ad server list
- EasyPrivacy
- Malware domains
More lists are available for you to select if you wish:
- Fanboys Enhanced Tracking List
- Dan Pollocks hosts file
- hpHostss Ad and tracking servers
- MVPS HOSTS
- Spam404
- And many others
Of course, the more filters enabled, the higher the memory footprint. Yet, even after adding Fanboy's two extra lists, hpHostss Ad and tracking servers, uBlock still has a lower memory footprint than other very popular blockers out there.
Also, be aware that selecting some of these extra lists may lead to higher likelihood of web site breakage -- especially those lists which are normally used as hosts file.
***
Without the preset lists of filters, this extension is nothing. So if ever you really do want to contribute something, think about the people working hard to maintain the filter lists you are using, which were made available to use by all for free.
***
Free.
Open source with public license (GPLv3)
For users by users.
Contributors @ Github: https://github.com/gorhill/uBlock/graphs/contributors
Contributors @ Crowdin: https://crowdin.net/project/ublock
***
It's quite an early version, keep this in mind when you review.
Project change log:
https://github.com/gorhill/uBlock/releases

View File

@ -16,11 +16,11 @@
"description": "A warning in the dashboard when navigating away from unsaved changes"
},
"dashboardUnsavedWarningStay": {
"message": "Stay",
"message": "रुको",
"description": "Label for button to prevent navigating away from unsaved changes"
},
"dashboardUnsavedWarningIgnore": {
"message": "Ignore",
"message": "नज़रअंदाज़ करो ",
"description": "Label for button to ignore unsaved changes"
},
"settingsPageName": {
@ -100,7 +100,7 @@
"description": "For the new mobile-friendly popup design"
},
"popupBlockedSinceInstall_v2": {
"message": "Blocked since install",
"message": "इंस्टाल के समय से ब्लॉक किया हुआ ",
"description": "For the new mobile-friendly popup design"
},
"popupDomainsConnected_v2": {
@ -184,19 +184,19 @@
"description": "Tip for the no-large-media per-site switch"
},
"popupNoCosmeticFiltering_v2": {
"message": "Cosmetic filtering",
"message": "कॉस्मेटिक फिल्टर",
"description": "Tip for the no-cosmetic-filtering per-site switch"
},
"popupNoRemoteFonts_v2": {
"message": "Remote fonts",
"message": "रिमोट फोंट्स\n",
"description": "Tip for the no-remote-fonts per-site switch"
},
"popupNoScripting_v2": {
"message": "JavaScript",
"message": "जावास्क्रिप्ट ",
"description": "Tip for the no-scripting per-site switch"
},
"popupMoreButton_v2": {
"message": "More",
"message": "और",
"description": "Label to be used to toggle overview panel"
},
"popupTipGlobalRules": {
@ -352,11 +352,11 @@
"description": ""
},
"settingsNoScriptingPrompt": {
"message": "Disable JavaScript",
"message": "जावास्क्रिप्ट को बंद करें ",
"description": "The default state for the per-site no-scripting switch"
},
"settingsNoCSPReportsPrompt": {
"message": "Block CSP reports",
"message": " CSP रिपोर्ट्स को ब्लॉक करें ",
"description": "background information: https://github.com/gorhill/uBlock/issues/3150"
},
"settingsStorageUsed": {
@ -596,19 +596,19 @@
"description": "Tooltip for the DOM inspector button in the logger page"
},
"loggerPopupPanelTip": {
"message": "Toggle the popup panel",
"message": "पॉप-उप पैनल को टॉगल करें ",
"description": "Tooltip for the popup panel button in the logger page"
},
"loggerInfoTip": {
"message": "uBlock Origin wiki: The logger",
"message": "uBlock Origin विकी: लॉग्गर ",
"description": "Tooltip for the top-right info label in the logger page"
},
"loggerClearTip": {
"message": "Clear logger",
"message": "लॉग्गर क्लियर करें ",
"description": "Tooltip for the eraser in the logger page; used to blank the content of the logger"
},
"loggerPauseTip": {
"message": "Pause logger (discard all incoming data)",
"message": "लॉग्गर क्लियर करें",
"description": "Tooltip for the pause button in the logger page"
},
"loggerUnpauseTip": {

File diff suppressed because it is too large Load Diff

View File

@ -49,6 +49,7 @@ cp $SRC/mr/messages.json $DES/mr/messages.json
cp $SRC/ms/messages.json $DES/ms/messages.json
cp $SRC/nb/messages.json $DES/nb/messages.json
cp $SRC/nl/messages.json $DES/nl/messages.json
cp $SRC/oc/messages.json $DES/oc/messages.json
cp $SRC/pl/messages.json $DES/pl/messages.json
cp $SRC/pt-BR/messages.json $DES/pt_BR/messages.json
cp $SRC/pt-PT/messages.json $DES/pt_PT/messages.json
@ -118,6 +119,7 @@ cp $SRC/ms/description.txt $DES/description-ms.txt
cp $SRC/mr/description.txt $DES/description-mr.txt
cp $SRC/nb/description.txt $DES/description-nb.txt
cp $SRC/nl/description.txt $DES/description-nl.txt
cp $SRC/oc/description.txt $DES/description-oc.txt
cp $SRC/pl/description.txt $DES/description-pl.txt
cp $SRC/pt-BR/description.txt $DES/description-pt_BR.txt
cp $SRC/pt-PT/description.txt $DES/description-pt_PT.txt