diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-10-18 09:23:27 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-10-18 09:23:27 +0000 |
commit | 241c9bcbef193940ded379d5db508eb07cc88d01 (patch) | |
tree | 644ac72a891395aa9d8bffd9bc46597a07d921f9 /applications/luci-splash/luasrc/view | |
parent | 212d2f3700eb0f3cc225b8bd512c70ca21c9540d (diff) |
applications/luci-splash: Finish translation work and move translation strings to own file
Diffstat (limited to 'applications/luci-splash/luasrc/view')
-rw-r--r-- | applications/luci-splash/luasrc/view/admin_status/splash.htm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-splash/luasrc/view/admin_status/splash.htm b/applications/luci-splash/luasrc/view/admin_status/splash.htm index 70e6c06cfe..1b55e7b275 100644 --- a/applications/luci-splash/luasrc/view/admin_status/splash.htm +++ b/applications/luci-splash/luasrc/view/admin_status/splash.htm @@ -19,6 +19,7 @@ local ipt = require "luci.sys.iptparser".IptParser() local uci = require "luci.model.uci".cursor_state() local wat = require "luci.tools.webadmin" local fs = require "nixio.fs" +luci.i18n.loadc("splash") local clients = { } local leasetime = tonumber(uci:get("luci_splash", "general", "leasetime") or 1) * 60 * 60 |