X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-openvpn%2Fluasrc%2Fview%2Fopenvpn%2Fpageswitch.htm;h=9276fe3cd8007076ba6b1c332bab9999762d366d;hp=3203f0c74c8804b93a41416afc3a14c72749a45c;hb=cffba70b2ebff664e385f077d30cf701cab49a70;hpb=6bfef156f2cdcb4e01176ffbac7998625414a8e5 diff --git a/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm b/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm index 3203f0c74..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%> » - <%=luci.i18n.translatef("openvpn_instance", "%s", self.instance)%> + "><%: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 %>