luci.i18n.loadc("freifunk")
-m = Map("freifunk", translate("contact"), translate("contact1"))
+m = Map("freifunk", translate("Contact"), translate("Please fill in your contact details below."))
c = m:section(NamedSection, "contact", "public", "")
c:option(Value, "location", translate("Location"))
c:option(Value, "note", translate("Notice"))
-m2 = Map("system", translate("geo"))
+m2 = Map("system", translate("Coordinates"))
s = m2:section(TypedSection, "system", "")
-s:option(Value, "latitude", translate("Breite")).rmempty = true
-s:option(Value, "longitude", translate("Länge")).rmempty = true
+s:option(Value, "latitude", translate("Latitude")).rmempty = true
+s:option(Value, "longitude", translate("Longitude")).rmempty = true
return m, m2
-%>
<%+header%>
<% local contact = luci.model.uci.cursor():get_all("freifunk", "contact") %>
-<h2><a id="content" name="content"><%:contact%></a></h2>
+<h2><a id="content" name="content"><%:Contact%></a></h2>
<table cellspacing="0" cellpadding="6">
<tr><th><%:Nickname%>:</th><td><%=contact.nickname%></td></tr>
<tr><th><%:Realname%>:</th><td><%=contact.name%></td></tr>
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
-"PO-Revision-Date: 2010-11-18 00:59+0100\n"
+"PO-Revision-Date: 2010-11-18 09:51+0100\n"
"Last-Translator: Manuel Munz <freifunk@somakoma.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
msgid "Coordinates"
msgstr "Geokoordinaten"
+#. Latitude
+msgid "Latitude"
+msgstr "Breite"
+
+#. Longitude
+msgid "Longitude"
+msgstr "Länge"
+
#. Client-Splash
msgid "Client-Splash"
msgstr "Client-Splash"
#. If checked then the default content element is not shown.
msgid "If checked then the default content element is not shown."
msgstr "Aktivieren um den Standardtext auf der Indexseite nicht anzuzeigen."
+
+#. Contact
+msgid "Contact"
+msgstr "Kontakt"
+
+#. Please fill in your contact details below.
+msgid "Please fill in your contact details below."
+msgstr "Bitte gib hier deine Kontaktdaten an."
msgid "Coordinates"
msgstr ""
+#. Latitude
+msgid "Latitude"
+msgstr ""
+
+#. Longitude
+msgid "Longitude"
+msgstr ""
+
#. Client-Splash
msgid "Client-Splash"
msgstr ""
#. If checked then the default content element is not shown.
msgid "If checked then the default content element is not shown."
msgstr ""
+
+#. Contact
+msgid "Contact"
+msgstr ""
+
+#. Please fill in your contact details below.
+msgid "Please fill in your contact details below."
+msgstr ""