diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-10-14 00:11:19 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-10-14 00:11:19 +0000 |
commit | 8e6336170d7c6a79115d5770694b0961386a13b2 (patch) | |
tree | 2742e4847bcebcecfe1e5a81be427987351179c8 /applications/luci-openvpn/luasrc/view | |
parent | 986ae96887fb121db020cdf00ec63e870830e3af (diff) |
applications/openvpn: Fix translation of headers on advanced page and update/cleanup translations
Diffstat (limited to 'applications/luci-openvpn/luasrc/view')
-rw-r--r-- | applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm b/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm index 9276fe3cd..4f4e869e5 100644 --- a/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm +++ b/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm @@ -11,6 +11,12 @@ You may obtain a copy of the License at $Id$ +These strings need to be here to be included in the translation template +translate("Service") +translate("Networking") +translate("VPN") +translate("Cryptography") + -%> <fieldset class="cbi-section"> @@ -20,7 +26,7 @@ $Id$ </legend> <% if self.mode == "basic" then %> - <a href="<%=luci.dispatcher.build_url("admin", "services", "openvpn", "advanced", self.instance)%>"><%:Switch to advanced configuration »%></a> + <a href="<%=luci.dispatcher.build_url("admin", "services", "openvpn", "advanced", self.instance, "Service")%>"><%:Switch to advanced configuration »%></a> <% else %> <a href="<%=luci.dispatcher.build_url("admin", "services", "openvpn", "basic", self.instance)%>"><%:« Switch to basic configuration%></a> <hr style="margin:0.5em 0" /> |