luci-app-adblock-fast: update to 1.0.0-4
Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
parent
f51f52bfbb
commit
4a40a7ad72
3 changed files with 21 additions and 14 deletions
|
@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
||||
PKG_VERSION:=1.0.0-3
|
||||
PKG_VERSION:=1.0.0-4
|
||||
|
||||
LUCI_TITLE:=AdBlock-Fast Web UI
|
||||
LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service.
|
||||
|
|
|
@ -276,6 +276,9 @@ var status = baseclass.extend({
|
|||
"Failed to create output/cache/gzip file directory"
|
||||
),
|
||||
errorDetectingFileType: _("Failed to detect format %s"),
|
||||
errorNothingToDo: _(
|
||||
"No blocked list URLs nor blocked-domains enabled"
|
||||
),
|
||||
};
|
||||
var errorsTitle = E(
|
||||
"label",
|
||||
|
|
|
@ -135,7 +135,7 @@ msgid ""
|
|||
"Directory for compressed cache file of block-list in the persistent memory."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:401
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:404
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:239
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
|
@ -148,7 +148,7 @@ msgstr ""
|
|||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:395
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:398
|
||||
msgid "Disabling %s service"
|
||||
msgstr ""
|
||||
|
||||
|
@ -176,7 +176,7 @@ msgstr ""
|
|||
msgid "Downloading lists"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:382
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:385
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:240
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:394
|
||||
msgid "Enable"
|
||||
|
@ -191,7 +191,7 @@ msgstr ""
|
|||
msgid "Enables debug output to /tmp/adblock-fast.log."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:376
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:379
|
||||
msgid "Enabling %s service"
|
||||
msgstr ""
|
||||
|
||||
|
@ -199,7 +199,7 @@ msgstr ""
|
|||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:290
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:293
|
||||
msgid "Errors encountered, please check the %sREADME%s!"
|
||||
msgstr ""
|
||||
|
||||
|
@ -299,7 +299,7 @@ msgstr ""
|
|||
msgid "Force DNS ports:"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:344
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:347
|
||||
msgid "Force Re-Download"
|
||||
msgstr ""
|
||||
|
||||
|
@ -315,7 +315,7 @@ msgstr ""
|
|||
msgid "Force Router DNS server to all local devices"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:338
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:341
|
||||
msgid "Force re-downloading %s block lists"
|
||||
msgstr ""
|
||||
|
||||
|
@ -373,6 +373,10 @@ msgstr ""
|
|||
msgid "No HTTPS/SSL support on device"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:280
|
||||
msgid "No blocked list URLs nor blocked-domains enabled"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:176
|
||||
msgid "Not installed or not found"
|
||||
msgstr ""
|
||||
|
@ -407,11 +411,11 @@ msgstr ""
|
|||
msgid "Restarting"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:438
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:441
|
||||
msgid "Service Control"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:283
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:286
|
||||
msgid "Service Errors"
|
||||
msgstr ""
|
||||
|
||||
|
@ -439,7 +443,7 @@ msgstr ""
|
|||
msgid "Some recommended packages are missing"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:325
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:328
|
||||
msgid "Start"
|
||||
msgstr ""
|
||||
|
||||
|
@ -447,11 +451,11 @@ msgstr ""
|
|||
msgid "Starting"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:319
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:322
|
||||
msgid "Starting %s service"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:363
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:366
|
||||
msgid "Stop"
|
||||
msgstr ""
|
||||
|
||||
|
@ -463,7 +467,7 @@ msgstr ""
|
|||
msgid "Stopped"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:357
|
||||
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:360
|
||||
msgid "Stopping %s service"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue