diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 20:03:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 20:03:27 +0000 |
commit | eeed712024f1779c35a2bb85caf1fb4b366a0385 (patch) | |
tree | abdb75d2d027af3b637cb89bdaacc174ee0e9496 /libs/cbi | |
parent | cffba70b2ebff664e385f077d30cf701cab49a70 (diff) |
all: next round of translation fixups
Diffstat (limited to 'libs/cbi')
-rw-r--r-- | libs/cbi/luasrc/view/cbi/ucisection.htm | 4 | ||||
-rw-r--r-- | libs/cbi/luasrc/view/cbi/value.htm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libs/cbi/luasrc/view/cbi/ucisection.htm b/libs/cbi/luasrc/view/cbi/ucisection.htm index aef770e17..fa083c68f 100644 --- a/libs/cbi/luasrc/view/cbi/ucisection.htm +++ b/libs/cbi/luasrc/view/cbi/ucisection.htm @@ -50,12 +50,12 @@ $Id$ <%- end -%> - }, '', '<%-:cbi_manual-%>'); + }, '', '<%-: -- custom -- -%>'); </script> <% end %> <% else %> <select id="cbi.opt.<%=self.config%>.<%=section%>" name="cbi.opt.<%=self.config%>.<%=section%>"> - <option><%:-- Additional Field --%></option> + <option><%: -- Additional Field -- %></option> <% for key, val in pairs(self.optionals[section]) do -%> <option id="cbi-<%=self.config.."-"..section.."-"..val.option%>" value="<%=val.option%>"><%=striptags(val.title)%></option> <%- end %> diff --git a/libs/cbi/luasrc/view/cbi/value.htm b/libs/cbi/luasrc/view/cbi/value.htm index de083e62c..e8592cfdb 100644 --- a/libs/cbi/luasrc/view/cbi/value.htm +++ b/libs/cbi/luasrc/view/cbi/value.htm @@ -31,7 +31,7 @@ $Id$ <%- if self.combobox_manual then -%> <%-=self.combobox_manual-%> <%- else -%> - <%-:cbi_manual-%> + <%-: -- custom -- -%> <%- end -%>'); </script> <% end -%> |