* Completed cleanup of German translation
[project/luci.git] / modules / freifunk / luasrc / controller / freifunk / freifunk.lua
index 636b9fc..78cb92f 100644 (file)
@@ -1,3 +1,16 @@
+--[[
+LuCI - Lua Configuration Interface
+
+Copyright 2008 Steven Barth <steven@midlink.org>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+$Id$
+]]--
 module("luci.controller.freifunk.freifunk", package.seeall)
 
 function index()
@@ -12,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")