luci-app-simple-adblock: bugfix: remove escaped double-quotes from translateable... 3997/head
authorStan Grishin <stangri@melmac.net>
Sat, 2 May 2020 16:00:39 +0000 (16:00 +0000)
committerStan Grishin <stangri@melmac.net>
Sat, 2 May 2020 16:00:39 +0000 (16:00 +0000)
Signed-off-by: Stan Grishin <stangri@melmac.net>
applications/luci-app-simple-adblock/Makefile
applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua
applications/luci-app-simple-adblock/po/templates/simple-adblock.pot

index 62ec4b71d1a7cf3482925e43c10e41a9e32d52eb..93719a4195b51b6ed85ebdb7abe1347d0fc196f9 100644 (file)
@@ -10,7 +10,7 @@ LUCI_TITLE:=Simple Adblock Web UI
 LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service.
 LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +simple-adblock
 LUCI_PKGARCH:=all
-PKG_RELEASE:=45
+PKG_RELEASE:=46
 
 include ../../luci.mk
 
index 1095d5edc26b7c9bf843bce76fa508e67cfe0503..a7c7edcd1c4055f19ce6b57796a144537cec2c2a 100644 (file)
@@ -191,7 +191,7 @@ if fs.access(sysfs_path) then
 end
 if #leds ~= 0 then
        o4 = s:taboption("basic", Value, "led", translate("LED to indicate status"),
-               translatef("Pick the LED not already used in <a href=\"%s\">System LED Configuration</a>.", dispatcher.build_url("admin", "system", "leds")))
+               translatef("Pick the LED not already used in %sSystem LED Configuration%s.", "<a href=\"" .. dispatcher.build_url("admin", "system", "leds") .. "\">", "</a>"))
        o4.rmempty = false
        o4:value("", translate("none"))
        for k, v in ipairs(leds) do
index c9d20095340b7c90452c5ff5b4af2f30674414c8..07fbc79d614a8f3c4f688495edaaf892537b159a 100644 (file)
@@ -167,10 +167,6 @@ msgstr ""
 msgid "Forces Router DNS use on local devices, also known as DNS Hijacking."
 msgstr ""
 
-#: applications/luci-app-simple-adblock/root/usr/share/rpcd/acl.d/luci-app-simple-adblock.json:3
-msgid "Grant UCI access for luci-app-simple-adblock"
-msgstr ""
-
 #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:232
 msgid "IPv6 Support"
 msgstr ""
@@ -227,8 +223,7 @@ msgid ""
 msgstr ""
 
 #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:194
-msgid ""
-"Pick the LED not already used in <a href=\"%s\">System LED Configuration</a>."
+msgid "Pick the LED not already used in %sSystem LED Configuration%s."
 msgstr ""
 
 #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:207
@@ -259,7 +254,6 @@ msgid "Service Status [%s]"
 msgstr ""
 
 #: applications/luci-app-simple-adblock/luasrc/controller/simple-adblock.lua:4
-#: applications/luci-app-simple-adblock/root/usr/share/luci/menu.d/luci-app-simple-adblock.json:3
 msgid "Simple AdBlock"
 msgstr ""