summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-09 10:10:29 +0000
committerSteven Barth <steven@midlink.org>2008-06-09 10:10:29 +0000
commit211c6394a0d145d3215893b827241723bb358a13 (patch)
treedec8e0de5e24fb0476a599f93300f37013bded72 /themes
parent2bf012a40a7a6d0d35b5d61269fd1bafcdf527d6 (diff)
* Prepare german translation cleanup
Diffstat (limited to 'themes')
-rw-r--r--themes/fledermaus/luasrc/view/themes/fledermaus/header.htm18
-rw-r--r--themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm18
2 files changed, 18 insertions, 18 deletions
diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
index 0556bef86..327e33964 100644
--- a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
+++ b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
@@ -34,8 +34,8 @@ require("luci.http").prepare_content("text/html")
<div class="whitetext smalltext right">
<%=luci.config.brand.firmware%><br />
<%=luci.config.brand.distro%><br />
- <%:load Last%>: <%=load1%> <%=load5%> <%=load15%><br />
- <%:hostname Hostname%>: <%=luci.sys.hostname()%>
+ <%:load%>: <%=load1%> <%=load5%> <%=load15%><br />
+ <%:hostname%>: <%=luci.sys.hostname()%>
</div>
<div>
<span class="headertitle"><%=luci.config.brand.title%></span><br />
@@ -44,7 +44,7 @@ require("luci.http").prepare_content("text/html")
</div>
<div class="separator yellow bold">
-<%:path Pfad%>: <%
+<%:path%>: <%
local c = tree
local url = controller
for k,v in pairs(request) do
@@ -108,7 +108,7 @@ end
%>
</div>
<div class="sidebar right">
- <div><%:webui Weboberfläche%>
+ <div><%:webui%>
<ul><%
for k,node in pairs(tree.nodes) do
if node.title then %>
@@ -128,14 +128,14 @@ end
end
end
%>
- <div><%:config Konfiguration%>
+ <div><%:config%>
<ul>
<% if ucic > 0 then %>
- <li><a href="<%=controller%>/admin/uci/changes"><%:changes Änderungen%>: <%=ucic%></a></li>
- <li><a href="<%=controller%>/admin/uci/apply"><%:apply Anwenden%></a></li>
- <li><a href="<%=controller%>/admin/uci/revert"><%:revert Verwerfen%></a></li>
+ <li><a href="<%=controller%>/admin/uci/changes"><%:changes%>: <%=ucic%></a></li>
+ <li><a href="<%=controller%>/admin/uci/apply"><%:apply%></a></li>
+ <li><a href="<%=controller%>/admin/uci/revert"><%:revert%></a></li>
<% else %>
- <li><%:changes Änderungen%>: 0</li>
+ <li><%:changes%>: 0</li>
<% end %>
</ul>
</div>
diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
index 8672b381a..889fdd01f 100644
--- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
+++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
@@ -33,8 +33,8 @@ require("luci.http").prepare_content("text/html")
<div class="whitetext smalltext bold right">
<%=luci.config.brand.firmware%><br />
<%=luci.config.brand.distro%><br />
- <%:load Last%>: <%=load1%> <%=load5%> <%=load15%><br />
- <%:hostname Hostname%>: <%=luci.sys.hostname()%>
+ <%:load%>: <%=load1%> <%=load5%> <%=load15%><br />
+ <%:hostname%>: <%=luci.sys.hostname()%>
</div>
<div>
<span class="headertitle"><%=luci.config.brand.title%></span><br />
@@ -43,7 +43,7 @@ require("luci.http").prepare_content("text/html")
</div>
<div class="separator black whitetext bold">
-<%:path Pfad%>: <%
+<%:path%>: <%
local c = tree
local url = controller
for k,v in pairs(request) do
@@ -108,7 +108,7 @@ end
%>
</div>
<div class="sidebar right">
- <div><%:webui Weboberfläche%>
+ <div><%:webui%>
<ul><%
for k,node in pairs(tree.nodes) do
if node.title then %>
@@ -128,14 +128,14 @@ end
end
end
%>
- <div><%:config Konfiguration%>
+ <div><%:config%>
<ul>
<% if ucic > 0 then %>
- <li><a href="<%=controller%>/admin/uci/changes"><%:changes Änderungen%>: <%=ucic%></a></li>
- <li><a href="<%=controller%>/admin/uci/apply"><%:apply Anwenden%></a></li>
- <li><a href="<%=controller%>/admin/uci/revert"><%:revert Verwerfen%></a></li>
+ <li><a href="<%=controller%>/admin/uci/changes"><%:changes%>: <%=ucic%></a></li>
+ <li><a href="<%=controller%>/admin/uci/apply"><%:apply%></a></li>
+ <li><a href="<%=controller%>/admin/uci/revert"><%:revert%></a></li>
<% else %>
- <li><%:changes Änderungen%>: 0</li>
+ <li><%:changes%>: 0</li>
<% end %>
</ul>
</div>