all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-olsr / luasrc / view / status-olsr / mid.htm
index 0646bb5..c934fc9 100644 (file)
@@ -13,12 +13,13 @@ $Id$
 
 -%>
 <%+header%>
-<h1><%:olsr_mid%></h1>
+<h2><a id="content" name="content"><%:Active MID announcements%></a></h2>
+<p><%:Overview of known multiple interface announcements%></p>
 <br />
 <table class="smalltext" cellspacing="0" cellpadding="6">
 <tr>
-<th><%:node%></th>
-<th><%:aliases%></th>
+<th><%:OLSR node%></th>
+<th><%:Secondary OLSR interfaces%></th>
 </tr>
 <% for k, mid in ipairs(mids) do %>
 <tr>
@@ -28,4 +29,4 @@ $Id$
 <% end %>
 </table>
 <br />
-<%+footer%>
\ No newline at end of file
+<%+footer%>