diff options
author | Steven Barth <steven@midlink.org> | 2008-06-09 20:11:19 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-09 20:11:19 +0000 |
commit | 547267844003779107a6a0c220194351008fe224 (patch) | |
tree | 4453a6987a5fcbf6e6784084060a2b49cc3df353 /modules | |
parent | 211c6394a0d145d3215893b827241723bb358a13 (diff) |
* Completed cleanup of German translation
Diffstat (limited to 'modules')
-rw-r--r-- | modules/freifunk/luasrc/controller/freifunk/freifunk.lua | 1 | ||||
-rw-r--r-- | modules/freifunk/luasrc/i18n/admin_index_contact.en | 11 | ||||
-rw-r--r-- | modules/freifunk/luasrc/i18n/freifunk.de.lua | 17 |
3 files changed, 18 insertions, 11 deletions
diff --git a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua index a3bafc0eb..78cb92f2a 100644 --- a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua +++ b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua @@ -25,6 +25,7 @@ function index() page.order = 5 page.setuser = "nobody" page.setgroup = "nogroup" + page.i18n = "freifunk" local page = node("freifunk", "index") page.target = template("freifunk/index") diff --git a/modules/freifunk/luasrc/i18n/admin_index_contact.en b/modules/freifunk/luasrc/i18n/admin_index_contact.en deleted file mode 100644 index e2402e91f..000000000 --- a/modules/freifunk/luasrc/i18n/admin_index_contact.en +++ /dev/null @@ -1,11 +0,0 @@ -contact1 = [[This information will be available on the public contact page. -As stated in the Picopeering Agreement you should at least enter your e-mail address. -To display your router on any topography map, please enter your geographical coordinates or at least -your street and house number in the location field.]] -nickname = "Nickname" -mail1 = "This field is essential!" -phone = "Phone" -location = "Location" -coord = "Coordinates" -coord1 = "Latitude;Longitude (e.g. 51.5;12.9)" -note = "Note"
\ No newline at end of file diff --git a/modules/freifunk/luasrc/i18n/freifunk.de.lua b/modules/freifunk/luasrc/i18n/freifunk.de.lua new file mode 100644 index 000000000..e54e9b027 --- /dev/null +++ b/modules/freifunk/luasrc/i18n/freifunk.de.lua @@ -0,0 +1,17 @@ +public1 = [[Wir sind eine Initiative zur Schaffung eines freien, offenen und unabhängigen Funknetzwerks auf WLAN-Basis.]] +public2 = [[Dies ist der Zugangspunkt ]] +public3 = [[Er wird betrieben von ]] +public4 = [[Weitere Informationen zur globalen Freifunkinitiative findest du unter]] +public5 = [[Hast du Interesse an diesem Projekt, dann wende dich an deine lokale Gemeinschaft]] +public6 = [[Der Internetzugang über das experimentelle Freifunknetz ist an technische und organisatorische Bedingungen geknüpft und deshalb möglicherweise +nicht (immer) gewährleistet.]] + +location = [[Standort]] +mail = [[E-Mail]] +mail1 = [[Bitte unbedingt angeben!]] +nickname = [[Pseudonym]] +node = [[Knoten]] +note = [[Notiz]] +phone = [[Telefon]] +ram = [[Hauptspeicher]] +geocoord = [[Geokoordinaten]]
\ No newline at end of file |