diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 15:54:11 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 15:54:11 +0000 |
commit | 7c765875884d6866c53b63757731b079bace2e9b (patch) | |
tree | db436df0eaff7de048bca26a7e419aedeb4a08a4 /themes/oxygen/luasrc | |
parent | dc7138e424dfd454951ed5ed4eeddbf842457e87 (diff) |
all: change most translate statements to new format, some need manual cleanup
Diffstat (limited to 'themes/oxygen/luasrc')
-rw-r--r-- | themes/oxygen/luasrc/view/themes/oxygen/header.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/oxygen/luasrc/view/themes/oxygen/header.htm b/themes/oxygen/luasrc/view/themes/oxygen/header.htm index ce8019d23..9887e543e 100644 --- a/themes/oxygen/luasrc/view/themes/oxygen/header.htm +++ b/themes/oxygen/luasrc/view/themes/oxygen/header.htm @@ -101,7 +101,7 @@ if tree.nodes[category] and tree.nodes[category].ucidata then end end -%> -<% if ucic > 0 then %><div class="menubar"><div><a class="warning" href="<%=controller%>/<%=category%>/uci/changes/"><%:unsavedchanges%>: <%=ucic%></a><% +<% if ucic > 0 then %><div class="menubar"><div><a class="warning" href="<%=controller%>/<%=category%>/uci/changes/"><%:Unsaved Changes%>: <%=ucic%></a><% ucimenu("/" .. category .. "/uci/", tree.nodes[category].nodes["uci"], "changes")-%> <div class="clear"></div> </div></div> @@ -110,7 +110,7 @@ ucimenu("/" .. category .. "/uci/", tree.nodes[category].nodes["uci"], "changes" <div class="menubar"> <h2 class="navigation"><a id="navigation" name="navigation"><%:navigation Navigation%></a></h2> -<strong><%:path%>:</strong> +<strong><%:Path%>:</strong> <a href="<%=controller%>"><%= luci.__appname__ %></a> <% |