Skip to content

Commit

Permalink
Merge pull request #6603 from stangri/master-luci-app-adblock-fast
Browse files Browse the repository at this point in the history
luci-app-adblock-fast: update to 1.0.0-4
  • Loading branch information
stangri authored Sep 29, 2023
2 parents f51f52b + 4a40a7a commit 607e9bb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion applications/luci-app-adblock-fast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
30 changes: 17 additions & 13 deletions applications/luci-app-adblock-fast/po/templates/adblock-fast.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand All @@ -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 ""

Expand Down Expand Up @@ -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"
Expand All @@ -191,15 +191,15 @@ 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 ""

#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:115
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 ""

Expand Down Expand Up @@ -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 ""

Expand All @@ -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 ""

Expand Down Expand Up @@ -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 ""
Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -439,19 +443,19 @@ 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 ""

#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:110
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 ""

Expand All @@ -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 ""

Expand Down

0 comments on commit 607e9bb

Please sign in to comment.