summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-olsr/luasrc/view/status-olsr/hna.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-14 20:57:00 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-14 20:57:00 +0000
commit1bd4697acd27b24b11fcaf3d9566226cb7154487 (patch)
tree259ad19873b6dfcd446a75b34e9bc3da1f352988 /applications/luci-olsr/luasrc/view/status-olsr/hna.htm
parent713454cefa40b813a80a91586713fb17d1da963d (diff)
* luci/app-olsr: added rewritten german and english translation
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/hna.htm')
-rw-r--r--applications/luci-olsr/luasrc/view/status-olsr/hna.htm9
1 files changed, 5 insertions, 4 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm
index e15a235f95..cae8a1fd9c 100644
--- a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm
+++ b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm
@@ -13,12 +13,13 @@ $Id$
-%>
<%+header%>
-<h1><%:olsrhna%></h1>
+<h1><%:olsrd_hna%></h1>
+<p><%:olsrd_hna_desc%></p>
<br />
<table class="smalltext" cellspacing="0" cellpadding="6">
<tr>
-<th><%:destination%></th>
-<th><%:gateway%></th>
+<th><%:olsrd_network%></th>
+<th><%:olsrd_gateway%></th>
</tr>
<% for k, route in ipairs(routes) do %>
<tr>
@@ -28,4 +29,4 @@ $Id$
<% end %>
</table>
<br />
-<%+footer%> \ No newline at end of file
+<%+footer%>