From 14438002a1df1e56564e19eec4726a077c0cfa0e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 8 Jun 2008 15:36:57 +0000 Subject: * More Translation --- applications/luci-fw/luasrc/controller/luci_fw/luci_fw.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'applications/luci-fw/luasrc/controller') diff --git a/applications/luci-fw/luasrc/controller/luci_fw/luci_fw.lua b/applications/luci-fw/luasrc/controller/luci_fw/luci_fw.lua index 4190970661..4efddb6e77 100644 --- a/applications/luci-fw/luasrc/controller/luci_fw/luci_fw.lua +++ b/applications/luci-fw/luasrc/controller/luci_fw/luci_fw.lua @@ -1,7 +1,10 @@ module("luci.controller.luci_fw.luci_fw", package.seeall) function index() - entry({"admin", "network", "portfw"}, cbi("luci_fw/portfw"), "Portweiterleitung", 70) - entry({"admin", "network", "routing"}, cbi("luci_fw/routing"), "Routing", 72) - entry({"admin", "network", "firewall"}, cbi("luci_fw/firewall"), "Firewall", 74) + require("luci.i18n").loadc("luci-fw") + local i18n = luci.i18n.translate + + entry({"admin", "network", "portfw"}, cbi("luci_fw/portfw"), i18n("fw_portfw", "Portweiterleitung"), 70).i18n = "luci-fw" + entry({"admin", "network", "routing"}, cbi("luci_fw/routing"), i18n("fw_routing", "Routing"), 73).i18n = "luci-fw" + entry({"admin", "network", "firewall"}, cbi("luci_fw/firewall"), i18n("fw_fw", "Firewall"), 76).i18n = "luci-fw" end \ No newline at end of file -- cgit v1.2.3