diff --git a/dist/description/description-hi.txt b/dist/description/description-hi.txt new file mode 100644 index 000000000..6bb418ca3 --- /dev/null +++ b/dist/description/description-hi.txt @@ -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. + +अपनी क्षमता का सचित्र अवलोकन: 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 Lowe’s Ad server list +- EasyPrivacy +- Malware domains + +More lists are available for you to select if you wish: + +- Fanboy’s Enhanced Tracking List +- Dan Pollock’s hosts file +- hpHosts’s 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, hpHosts’s 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. + +*** + +नि: शुल्क। +Open source with public license (GPLv3) +उपयोगकर्ताओं द्वारा उपयोगकर्ताओं के लिए। + +योगदानकर्ताओं @ Github: https://github.com/gorhill/uBlock/graphs/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 diff --git a/dist/description/description-mr.txt b/dist/description/description-mr.txt new file mode 100644 index 000000000..43af9b585 --- /dev/null +++ b/dist/description/description-mr.txt @@ -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 Lowe’s Ad server list +- EasyPrivacy +- Malware domains + +More lists are available for you to select if you wish: + +- Fanboy’s Enhanced Tracking List +- Dan Pollock’s hosts file +- hpHosts’s 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, hpHosts’s 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 diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 9f8f43f19..8ca259400 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.6.2", + "version": "1.6.3", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 4d0cf6365..e1841de99 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.6.2", + "version": "1.6.3", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh index fe257fbfb..50da11c5e 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -83,6 +83,7 @@ cp $SRC/fr/description.txt $DES/description-fr.txt cp $SRC/fy-NL/description.txt $DES/description-fy.txt cp $SRC/gl/description.txt $DES/description-gl.txt cp $SRC/he/description.txt $DES/description-he.txt +cp $SRC/hi/description.txt $DES/description-hi.txt cp $SRC/hr/description.txt $DES/description-hr.txt cp $SRC/hu/description.txt $DES/description-hu.txt cp $SRC/id/description.txt $DES/description-id.txt @@ -92,7 +93,7 @@ cp $SRC/ko/description.txt $DES/description-ko.txt cp $SRC/lt/description.txt $DES/description-lt.txt cp $SRC/lv/description.txt $DES/description-lv.txt cp $SRC/ms/description.txt $DES/description-ms.txt -#cp $SRC/mr/description.txt $DES/description-mr.txt +cp $SRC/mr/description.txt $DES/description-mr.txt cp $SRC/no/description.txt $DES/description-no.txt cp $SRC/nl/description.txt $DES/description-nl.txt cp $SRC/pl/description.txt $DES/description-pl.txt diff --git a/tools/make-opera.sh b/tools/make-opera.sh index aba62ed51..66bb197e3 100755 --- a/tools/make-opera.sh +++ b/tools/make-opera.sh @@ -26,9 +26,9 @@ cp -R platform/chromium/img $DES/ cp platform/opera/manifest.json $DES/ cp LICENSE.txt $DES/ +rm -r $DES/_locales/cv rm -r $DES/_locales/hi rm -r $DES/_locales/mr -rm -r $DES/_locales/sr rm -r $DES/_locales/ta echo "*** uBlock0.opera: Package done."