From 1bd4697acd27b24b11fcaf3d9566226cb7154487 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 14 Sep 2008 20:57:00 +0000 Subject: * luci/app-olsr: added rewritten german and english translation --- .../luci-olsr/luasrc/view/status-olsr/error_olsr.htm | 8 ++++---- .../luci-olsr/luasrc/view/status-olsr/hna.htm | 9 +++++---- .../luci-olsr/luasrc/view/status-olsr/index.htm | 20 ++++++++++---------- .../luci-olsr/luasrc/view/status-olsr/mid.htm | 9 +++++---- .../luci-olsr/luasrc/view/status-olsr/routes.htm | 13 +++++++------ .../luci-olsr/luasrc/view/status-olsr/topology.htm | 11 ++++++----- 6 files changed, 37 insertions(+), 33 deletions(-) (limited to 'applications/luci-olsr/luasrc/view') diff --git a/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm b/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm index 62731f346e..f401603d28 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -

<%:olsr%>

-

<%:olsr_error1%>

-

<%:olsr_error2%>

-<%+footer%> \ No newline at end of file +

<%:olsrd%>

+

<%:olsrd_error%>

+

<%:olsrd_error_desc%>

+<%+footer%> 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%> -

<%:olsrhna%>

+

<%:olsrd_hna%>

+

<%:olsrd_hna_desc%>


- - + + <% for k, route in ipairs(routes) do %> @@ -28,4 +29,4 @@ $Id$ <% end %>
<%:destination%><%:gateway%><%:olsrd_network%><%:olsrd_gateway%>

-<%+footer%> \ No newline at end of file +<%+footer%> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/index.htm b/applications/luci-olsr/luasrc/view/status-olsr/index.htm index 037151d1da..291e3a47e2 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/index.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/index.htm @@ -13,20 +13,20 @@ $Id$ -%> <%+header%> -

<%:olsr_links%>

-

<%:olsr_links1%>

+

<%:olsrd_links%>

+

<%:olsrd_links_desc%>


- - + + -<% for k, link in ipairs(links) do +<% for k, link in ipairs(links) do local color = "#bb3333" - + link.Cost = tonumber(link.Cost) or 0 if link.Cost == 0 then color = "#bb3333" @@ -50,8 +50,8 @@ $Id$

<%:legend%>:

-<%+footer%> \ No newline at end of file +<%+footer%> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/mid.htm b/applications/luci-olsr/luasrc/view/status-olsr/mid.htm index 0646bb5f60..f7ad682fd6 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/mid.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/mid.htm @@ -13,12 +13,13 @@ $Id$ -%> <%+header%> -

<%:olsr_mid%>

+

<%:olsrd_mid%>

+

<%:olsrd_mid_desc%>

<%:destination%><%:local%><%:olsrd_neighbour_ip%><%:olsrd_local_ip%> LQ NLQ ETX
- - + + <% for k, mid in ipairs(mids) do %> @@ -28,4 +29,4 @@ $Id$ <% end %>
<%:node%><%:aliases%><%:olsrd_node%><%:olsrd_mid_aliases%>

-<%+footer%> \ No newline at end of file +<%+footer%> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm index 27d9670806..c5cce76145 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm @@ -13,19 +13,20 @@ $Id$ -%> <%+header%> -

<%:olsr_routes%>

+

<%:olsrd_routes%>

+

<%:olsrd_routes_desc%>


- - + + -<% for k, route in ipairs(routes) do +<% for k, route in ipairs(routes) do local color = "#bb3333" - + route.ETX = tonumber(route.ETX) if route.ETX == 0 then color = "#bb3333" @@ -47,4 +48,4 @@ $Id$ <% end %>
<%:destination%><%:gateway%><%:olsrd_network%><%:olsrd_gateway%> <%:interface%> <%:metric%> ETX

-<%+footer%> \ No newline at end of file +<%+footer%> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/topology.htm b/applications/luci-olsr/luasrc/view/status-olsr/topology.htm index df10b78466..3ce16a4c29 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/topology.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/topology.htm @@ -13,17 +13,18 @@ $Id$ -%> <%+header%> -

<%:olsr_topology%>

+

<%:olsrd_topology%>

+

<%:olsrd_topology_desc%>


- - + + -<% for k, route in ipairs(routes) do +<% for k, route in ipairs(routes) do %> @@ -35,4 +36,4 @@ $Id$ <% end %>
<%:destination%><%:olsr_lasthop%><%:olsrd_node%><%:olsrd_topology_lasthop%> LQ ILQ ETX
"><%=route["Dest. IP"]%>

-<%+footer%> \ No newline at end of file +<%+footer%> -- cgit v1.2.3