* luci-0.8: backport freifunk contact page translation fixes
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 16 Sep 2008 01:29:14 +0000 (01:29 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 16 Sep 2008 01:29:14 +0000 (01:29 +0000)
modules/freifunk/luasrc/i18n/freifunk.de.lua
modules/freifunk/luasrc/i18n/freifunk.de.xml
modules/freifunk/luasrc/i18n/freifunk.en.lua
modules/freifunk/luasrc/i18n/freifunk.en.xml
modules/freifunk/luasrc/view/freifunk/contact.htm

index de25a771f7bd0d264f0ee38f3fe5120260461ab9..27382b3ca79dc3361536b83da9ed2af3089f15eb 100644 (file)
@@ -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'
index bd6ac3dcc89b9683b85659c224a316baaf0a9bcc..426454de963e3b218054c8639c15d23d8d34bf9b 100644 (file)
@@ -14,6 +14,7 @@
 <i18n:msg xml:id="ff_mail">E-Mail</i18n:msg>
 <i18n:msg xml:id="ff_mail1">Bitte unbedingt angeben!</i18n:msg>
 <i18n:msg xml:id="ff_nickname">Pseudonym</i18n:msg>
+<i18n:msg xml:id="ff_name">Name</i18n:msg>
 <i18n:msg xml:id="ff_node">Knoten</i18n:msg>
 <i18n:msg xml:id="ff_note">Notiz</i18n:msg>
 <i18n:msg xml:id="ff_phone">Telefon</i18n:msg>
index 173ccaf00fd0beabb9642d6e35fa7437ab2c29e0..cf3ae4d7a5109594dee6d6dda419661bef038b6a 100644 (file)
@@ -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'
index 5664ba68abcffc3b4bb0e6bd8079aecebd7fc8d6..ce519ad72cf73d59a6e41ef2e93c05c63894a492 100644 (file)
@@ -14,6 +14,7 @@
 <i18n:msg xml:id="ff_mail">E-Mail</i18n:msg>
 <i18n:msg xml:id="ff_mail1">You really should provide your address here!</i18n:msg>
 <i18n:msg xml:id="ff_nickname">Nickname</i18n:msg>
+<i18n:msg xml:id="ff_name">Realname</i18n:msg>
 <i18n:msg xml:id="ff_node">Node</i18n:msg>
 <i18n:msg xml:id="ff_note">Notice</i18n:msg>
 <i18n:msg xml:id="ff_phone">Phone</i18n:msg>
index 12b072c021abef07717bec53825b3d1a7fefd17f..3596827cfd97f7835f54fcd365ea96f69f97a8f7 100644 (file)
@@ -16,12 +16,12 @@ $Id$
 <% local contact = luci.model.uci.cursor():get_all("freifunk", "contact") %>
 <h1><%:contact%></h1>
 <table cellspacing="0" cellpadding="6">
-       <tr><th><%:nickname%>:</th><td><%=contact.nickname%></td></tr>
-       <tr><th><%:name%>:</th><td><%=contact.name%></td></tr>
-       <tr><th><%:mail%>:</th><td><%=contact.mail%></td></tr>
-       <tr><th><%:phone%>:</th><td><%=contact.phone%></td></tr>
-       <tr><th><%:location%>:</th><td><%=contact.location%></td></tr>
-       <tr><th><%:geocoord%>:</th><td><%=contact.geo%></td></tr>
-       <tr><th><%:note%>:</th><td><%=contact.note%></td></tr>
+       <tr><th><%:ff_nickname%>:</th><td><%=contact.nickname%></td></tr>
+       <tr><th><%:ff_name%>:</th><td><%=contact.name%></td></tr>
+       <tr><th><%:ff_mail%>:</th><td><%=contact.mail%></td></tr>
+       <tr><th><%:ff_phone%>:</th><td><%=contact.phone%></td></tr>
+       <tr><th><%:ff_location%>:</th><td><%=contact.location%></td></tr>
+       <tr><th><%:ff_geocoord%>:</th><td><%=contact.geo%></td></tr>
+       <tr><th><%:ff_note%>:</th><td><%=contact.note%></td></tr>
 </table>
-<%+footer%>
\ No newline at end of file
+<%+footer%>