* luci-0.8: backport application fixes

This commit is contained in:
Jo-Philipp Wich 2008-10-29 19:41:03 +00:00
parent 3d0ed18228
commit 8a690a0614
9 changed files with 33 additions and 25 deletions

View file

@ -7,14 +7,16 @@ function index()
local nodes = {}
table.insert(nodes, entry({"admin", "network", "firewall"}, alias("admin", "network", "firewall", "zones"), i18n("fw_fw"), 60))
nodes[#nodes].index = true
table.insert(nodes, entry({"admin", "network", "firewall", "zones"}, cbi("luci_fw/zones"), i18n("fw_zones"), 10))
table.insert(nodes, entry({"admin", "network", "firewall", "redirection"}, cbi("luci_fw/redirect"), i18n("fw_redirect"), 30))
table.insert(nodes, entry({"admin", "network", "firewall", "traffic"}, cbi("luci_fw/traffic"), i18n("fw_traffic"), 20))
table.insert(nodes, entry({"admin", "network", "firewall", "rule"}, cbi("luci_fw/trule")))
nodes[#nodes].leaf = true
nodes[#nodes].leaf = true
table.insert(nodes, entry({"admin", "network", "firewall", "redirect"}, cbi("luci_fw/rrule")))
nodes[#nodes].leaf = true
nodes[#nodes].leaf = true
table.insert(nodes, entry({"mini", "network", "portfw"}, cbi("luci_fw/miniportfw"), i18n("fw_portfw", "Portweiterleitung"), 70))

View file

@ -12,6 +12,7 @@ function index()
page.target = call("action_index")
page.title = "OLSR"
page.i18n = "olsr"
page.subindex = true
local page = node("admin", "status", "olsr", "routes")
page.target = call("action_routes")
@ -33,15 +34,17 @@ function index()
page.title = "MID"
page.order = 50
entry(
local ol = entry(
{"admin", "services", "olsrd"},
cbi("olsr/olsrd"), "OLSR"
).i18n = "olsr"
)
ol.i18n = "olsr"
ol.subindex = true
entry(
{"admin", "services", "olsrd", "hna"},
cbi("olsr/olsrdhna"), "HNA Announcements"
).i18n = "olsr"
)
oplg = entry(
{"admin", "services", "olsrd", "plugins"},
@ -49,6 +52,7 @@ function index()
)
oplg.i18n = "olsr"
oplg.leaf = true
oplg.subindex = true
local uci = require("luci.model.uci").cursor()
uci:foreach("olsrd", "LoadPlugin",

View file

@ -1,4 +1,4 @@
bidirectional = 'Bidirektionaler Modus'
port_help = 'p910nd hoert auf Port 910+N. Z.B. 9100 fuer ersten Drucker'
p910nd = 'p910nd - Drucker server'
p910nd_desc = 'Bevor p910nd verwendet werden kann muessen Pakete fuer USB (kmod-usb-printer) und Parallelport (kmod-lp) Support installiert werden.'
bidirectional = 'Bidirektionaler Modus'
port_help = 'p910nd hoert auf Port 910+N. Z.B. 9100 fuer ersten Drucker'

View file

@ -1,4 +1,4 @@
bidirectional = 'Bidirectional mode'
port_help = 'p910nd listens on port 910+N. E.g. 9100 for the first printer.'
p910nd = 'p910nd - Printer server'
p910nd_desc = 'First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp).'
bidirectional = 'Bidirectional mode'
port_help = 'p910nd listens on port 910+N. E.g. 9100 for the first printer.'

View file

@ -82,6 +82,6 @@ p.rmempty = true
ports = s:option(Value, "ports", translate("ports"))
ports.rmempty = true
ports:value("", translate("all"))
ports:value("", translate("allf", translate("all")))
return m
return m

View file

@ -75,6 +75,6 @@ p.rmempty = true
ports = s:option(Value, "ports", translate("ports"))
ports.rmempty = true
ports:value("", translate("all"))
ports:value("", translate("allf", translate("all")))
return m
return m

View file

@ -26,6 +26,8 @@
<i18n:msg xml:id="tinyproxy_tinyproxy_statfile">Documento de estatísticas</i18n:msg>
<i18n:msg xml:id="tinyproxy_tinyproxy_syslog">Escrever para syslog</i18n:msg>
<i18n:msg xml:id="tinyproxy_tinyproxy_timeout">Timeout de conexão</i18n:msg>
<i18n:msg xml:id="tinyproxy_tinyproxy_group">Grupo</i18n:msg>
<i18n:msg xml:id="tinyproxy_tinyproxy_user">Usuário</i18n:msg>
<i18n:msg xml:id="tinyproxy_tinyproxy_viaproxyname">Valor do cabeçalho "Via-Header"</i18n:msg>
<i18n:msg xml:id="tinyproxy_tinyproxy_xtinyproxy">Incluir o IP do cliente</i18n:msg>
<i18n:msg xml:id="tinyproxy_type_proxy">Via proxy</i18n:msg>

View file

@ -1,8 +1,8 @@
content_directories = 'Freigabeverzeichnisse'
disable_telnet = 'Telnet-Konsole deaktivieren'
disable_webif = 'Webinterface deaktivieren'
options = 'Optionen'
servername = 'Servername'
settings = 'Einstellungen'
ushare = 'uShare'
ushare_desc = 'uShare'
settings = 'Einstellungen'
disable_webif = 'Webinterface deaktivieren'
disable_telnet = 'Telnet-Konsole deaktivieren'
servername = 'Servername'
content_directories = 'Freigabeverzeichnisse'
options = 'Optionen'

View file

@ -1,8 +1,8 @@
content_directories = 'Content directories'
disable_telnet = 'Disable telnet console'
disable_webif = 'Disable webinterface'
options = 'Options'
servername = 'Servername'
settings = 'Settings'
ushare = 'uShare'
ushare_desc = 'uShare'
settings = 'Settings'
disable_webif = 'Disable webinterface'
disable_telnet = 'Disable telnet console'
servername = 'Servername'
content_directories = 'Content directories'
options = 'Options'