From: Stan Grishin Date: Wed, 15 Feb 2017 01:19:11 +0000 (-0800) Subject: luci-app-vpnbypass: cbi file fix for README and an unneeded section X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=ca0d99070493d2542c15feefa9863983a0f85563 luci-app-vpnbypass: cbi file fix for README and an unneeded section Signed-off-by: Stan Grishin --- diff --git a/applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua b/applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua index 2d500b968..6ed52ddba 100644 --- a/applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua +++ b/applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua @@ -27,13 +27,12 @@ r2.addremove = true r2.optional = true -- Domains -d1 = s:option(DynamicList, "domain", translate("Domains to Bypass"), translate("Domains which will be accessed directly (outside of the VPN tunnel)")) -d1.addremove = true -d1.optional = true - d = Map("dhcp") s4 = d:section(TypedSection, "dnsmasq") s4.anonymous = true -di = s4:option(DynamicList, "ipset", translate("Domains to Bypass"), translate("Domains to be accessed directly (outside of the VPN tunnel), see README for syntax")) +di = s4:option(DynamicList, "ipset", translate("Domains to Bypass"), + translate("Domains to be accessed directly (outside of the VPN tunnel), see ") + .. [[]] + .. translate("README") .. [[]] .. translate(" for syntax")) return m, d diff --git a/applications/luci-app-vpnbypass/po/templates/vpnbypass.pot b/applications/luci-app-vpnbypass/po/templates/vpnbypass.pot index 9463bc010..144adedc4 100644 --- a/applications/luci-app-vpnbypass/po/templates/vpnbypass.pot +++ b/applications/luci-app-vpnbypass/po/templates/vpnbypass.pot @@ -4,13 +4,7 @@ msgstr "Content-Type: text/plain; charset=UTF-8" msgid "Domains to Bypass" msgstr "" -msgid "" -"Domains to be accessed directly (outside of the VPN tunnel), see README for syntax" -msgstr "" - -msgid "Domains which will be accessed directly (outside of the VPN tunnel)" +msgid "Domains to be accessed directly (outside of the VPN tunnel), see" msgstr "" msgid "Enable VPN Bypass" @@ -28,6 +22,9 @@ msgstr "" msgid "Local ports to trigger VPN Bypass" msgstr "" +msgid "README" +msgstr "" + msgid "Remote IP Subnets to Bypass" msgstr "" @@ -46,3 +43,6 @@ msgstr "" msgid "VPN Bypass Settings" msgstr "" + +msgid "for syntax" +msgstr ""