X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-dnscrypt-proxy%2Fluasrc%2Fmodel%2Fcbi%2Fdnscrypt-proxy%2Foverview_tab.lua;h=602076ce0e1d49a21e4b3b35705125bab5c8a065;hp=de23ba00da60dae3ead4b327f43699c262441162;hb=3d3de97bfd8dd98103fb1a8ecbd53d880fb12695;hpb=2163284cf7c5d1484a9703cc283619f2a58549f1 diff --git a/applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua b/applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua index de23ba00d..602076ce0 100644 --- a/applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua +++ b/applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua @@ -41,7 +41,7 @@ end -- Trigger selection -s = m:section(TypedSection, "global", "General options") +s = m:section(TypedSection, "global", translate("General options")) s.anonymous = true -- Main dnscrypt-proxy resource list @@ -69,7 +69,7 @@ end -- Trigger settings -t = s:option(DynamicList, "procd_trigger", "Startup Trigger", +t = s:option(DynamicList, "procd_trigger", translate("Startup Trigger"), translate("By default the DNSCrypt-Proxy startup will be triggered by ifup events of multiple network interfaces. ") .. translate("To restrict the trigger, add only the relevant network interface(s). ") .. translate("Usually the 'wan' interface should work for most users.")) @@ -85,7 +85,7 @@ t.rmempty = true -- Mandatory options per instance -s = m:section(TypedSection, "dnscrypt-proxy", "Instance options") +s = m:section(TypedSection, "dnscrypt-proxy", translate("Instance options")) s.anonymous = true s.addremove = true