summaryrefslogtreecommitdiffhomepage
path: root/modules/freifunk/luasrc/view
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-15 20:17:35 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-15 20:17:35 +0000
commit5c31a68a53e636c36e74426e2b6c70debf33ac89 (patch)
treead6bc0fc82ff563dda1f2b1e92a76e5d806817e6 /modules/freifunk/luasrc/view
parentdbd1d3c273a5c4cf47244ae8db7c25f1852aeb5e (diff)
* luci/i18n: remove freifunk related string from german core translation
* luci/modules/freifunk: add english translation, prefix strings with "ff_"
Diffstat (limited to 'modules/freifunk/luasrc/view')
-rw-r--r--modules/freifunk/luasrc/view/freifunk/index.htm16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/index.htm b/modules/freifunk/luasrc/view/freifunk/index.htm
index d9cc6a30dc..d4af849ebc 100644
--- a/modules/freifunk/luasrc/view/freifunk/index.htm
+++ b/modules/freifunk/luasrc/view/freifunk/index.htm
@@ -14,11 +14,11 @@ $Id$
-%>
<%+header%>
<% local ff = luci.model.uci.cursor():get_all("freifunk") %>
-<h1><%:hellonet%> <%=ff.community.name%>!</h1>
-<p><%:public1%><br />
-<%:public2%><%=luci.sys.hostname()%>. <%:public3%>
-<a href="<%=controller%>/public/index/contact"><%=ff.contact.nickname%></a>.</p>
-<p><%:public4%> <a href="http://freifunk.net">Freifunk.net</a>.<br />
-<%:public5%> <a href="<%=ff.community.homepage%>"><%=ff.community.name%></a>.</p>
-<p><strong><%:note%></strong>: <%:public6%></p>
-<%+footer%> \ No newline at end of file
+<h1><%:ff_hellonet%> <%=ff.community.name or 'Freifunk Deutschland'%>!</h1>
+<p><%:ff_public1%><br />
+<%:ff_public2%><%=luci.sys.hostname()%>. <%:ff_public3%>
+<a href="<%=controller%>/public/index/contact"><%=ff.contact.nickname or 'anonym'%></a>.</p>
+<p><%:ff_public4%> <a href="http://freifunk.net">Freifunk.net</a>.<br />
+<%:ff_public5%> <a href="<%=ff.community.homepage or 'http//freifunk.net'%>"><%=ff.community.name or 'Freifunk'%></a>.</p>
+<p><strong><%:note%></strong>: <%:ff_public6%></p>
+<%+footer%>