From: Jo-Philipp Wich Date: Tue, 16 Sep 2008 01:29:14 +0000 (+0000) Subject: * luci-0.8: backport freifunk contact page translation fixes X-Git-Tag: 0.8.0~72 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b8afcfecebe9e741fca3a66ef696b406b284318;p=oweals%2Fluci.git * luci-0.8: backport freifunk contact page translation fixes --- diff --git a/modules/freifunk/luasrc/i18n/freifunk.de.lua b/modules/freifunk/luasrc/i18n/freifunk.de.lua index de25a771f..27382b3ca 100644 --- a/modules/freifunk/luasrc/i18n/freifunk.de.lua +++ b/modules/freifunk/luasrc/i18n/freifunk.de.lua @@ -9,6 +9,7 @@ ff_location = 'Standort' ff_mail = 'E-Mail' ff_mail1 = 'Bitte unbedingt angeben!' ff_nickname = 'Pseudonym' +ff_name = 'Name' ff_node = 'Knoten' ff_note = 'Notiz' ff_phone = 'Telefon' diff --git a/modules/freifunk/luasrc/i18n/freifunk.de.xml b/modules/freifunk/luasrc/i18n/freifunk.de.xml index bd6ac3dcc..426454de9 100644 --- a/modules/freifunk/luasrc/i18n/freifunk.de.xml +++ b/modules/freifunk/luasrc/i18n/freifunk.de.xml @@ -14,6 +14,7 @@ E-Mail Bitte unbedingt angeben! Pseudonym +Name Knoten Notiz Telefon diff --git a/modules/freifunk/luasrc/i18n/freifunk.en.lua b/modules/freifunk/luasrc/i18n/freifunk.en.lua index 173ccaf00..cf3ae4d7a 100644 --- a/modules/freifunk/luasrc/i18n/freifunk.en.lua +++ b/modules/freifunk/luasrc/i18n/freifunk.en.lua @@ -9,6 +9,7 @@ ff_location = 'Location' ff_mail = 'E-Mail' ff_mail1 = 'You really should provide your address here!' ff_nickname = 'Nickname' +ff_name = 'Realname' ff_node = 'Node' ff_note = 'Notice' ff_phone = 'Phone' diff --git a/modules/freifunk/luasrc/i18n/freifunk.en.xml b/modules/freifunk/luasrc/i18n/freifunk.en.xml index 5664ba68a..ce519ad72 100644 --- a/modules/freifunk/luasrc/i18n/freifunk.en.xml +++ b/modules/freifunk/luasrc/i18n/freifunk.en.xml @@ -14,6 +14,7 @@ E-Mail You really should provide your address here! Nickname +Realname Node Notice Phone diff --git a/modules/freifunk/luasrc/view/freifunk/contact.htm b/modules/freifunk/luasrc/view/freifunk/contact.htm index 12b072c02..3596827cf 100644 --- a/modules/freifunk/luasrc/view/freifunk/contact.htm +++ b/modules/freifunk/luasrc/view/freifunk/contact.htm @@ -16,12 +16,12 @@ $Id$ <% local contact = luci.model.uci.cursor():get_all("freifunk", "contact") %>

<%:contact%>

- - - - - - - + + + + + + +
<%:nickname%>:<%=contact.nickname%>
<%:name%>:<%=contact.name%>
<%:mail%>:<%=contact.mail%>
<%:phone%>:<%=contact.phone%>
<%:location%>:<%=contact.location%>
<%:geocoord%>:<%=contact.geo%>
<%:note%>:<%=contact.note%>
<%:ff_nickname%>:<%=contact.nickname%>
<%:ff_name%>:<%=contact.name%>
<%:ff_mail%>:<%=contact.mail%>
<%:ff_phone%>:<%=contact.phone%>
<%:ff_location%>:<%=contact.location%>
<%:ff_geocoord%>:<%=contact.geo%>
<%:ff_note%>:<%=contact.note%>
-<%+footer%> \ No newline at end of file +<%+footer%>