From: Jo-Philipp Wich Date: Mon, 29 Sep 2008 19:49:36 +0000 (+0000) Subject: * luci/app/qos: slight change in i18n handling to allow female "all" string for portu... X-Git-Tag: 0.9.0~1185 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=8e437b3125b7d55babc99901f3cfca85357b2546 * luci/app/qos: slight change in i18n handling to allow female "all" string for portuguese_brazilian translation --- diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua index c1cfdb7ac..e051347ab 100644 --- a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua +++ b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua @@ -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 \ No newline at end of file +return m diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua b/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua index f8a6bb588..a1825505b 100644 --- a/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua +++ b/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua @@ -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 \ No newline at end of file +return m diff --git a/i18n/portuguese_brazilian/luasrc/i18n/default.pt_br.xml b/i18n/portuguese_brazilian/luasrc/i18n/default.pt_br.xml index 4a0838a9b..ae990bd48 100644 --- a/i18n/portuguese_brazilian/luasrc/i18n/default.pt_br.xml +++ b/i18n/portuguese_brazilian/luasrc/i18n/default.pt_br.xml @@ -10,7 +10,8 @@ Adicionar Endereços Aliases -tudo +todos +todas Administração Aplicar Configurações Básicas