From cffba70b2ebff664e385f077d30cf701cab49a70 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 31 Oct 2009 19:26:07 +0000 Subject: all: translation fixes in templates --- applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'applications/luci-openvpn/luasrc/view/openvpn') diff --git a/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm b/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm index 0d036a9ab..9276fe3cd 100644 --- a/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm +++ b/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm @@ -15,23 +15,23 @@ $Id$
- "><%:openvpn_overview Overview%> » + "><%:Overview%> » <%=luci.i18n.translatef("Instance \"%s\"", self.instance)%> <% if self.mode == "basic" then %> - "><%:openvpn_switch_advanced Switch to advanced configuration »%> + "><%:Switch to advanced configuration »%> <% else %> - "><%:openvpn_switch_basic « Switch to basic configuration%> + "><%:« Switch to basic configuration%>
- <%:openvpn_confcategory Configuration category%>: + <%:Configuration category%>: <% for i, c in ipairs(self.categories) do %> <% if c == self.category then %> - <%=translate("openvpn_%s" % c, c)%> + <%=translate(c)%> <% else %> "><%=translate("openvpn_%s" % c, c)%> + )%>"><%=translate(c)%> <% end %> <% if next(self.categories, i) then %>|<% end %> <% end %> -- cgit v1.2.3