* luci/app/qos: slight change in i18n handling to allow female "all" string for portu...
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Sep 2008 19:49:36 +0000 (19:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Sep 2008 19:49:36 +0000 (19:49 +0000)
applications/luci-qos/luasrc/model/cbi/qos/qos.lua
applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua
i18n/portuguese_brazilian/luasrc/i18n/default.pt_br.xml

index c1cfdb7..e051347 100644 (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
\ No newline at end of file
+return m
index f8a6bb5..a182550 100644 (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
\ No newline at end of file
+return m
index 4a0838a..ae990bd 100644 (file)
@@ -10,7 +10,8 @@
 <i18n:msg xml:id="add">Adicionar</i18n:msg>
 <i18n:msg xml:id="addresses">Endereços</i18n:msg>
 <i18n:msg xml:id="aliases">Aliases</i18n:msg>
-<i18n:msg xml:id="all">tudo</i18n:msg>
+<i18n:msg xml:id="all">todos</i18n:msg>
+<i18n:msg xml:id="allf">todas</i18n:msg>
 <i18n:msg xml:id="administration">Administração</i18n:msg>
 <i18n:msg xml:id="apply">Aplicar</i18n:msg>
 <i18n:msg xml:id="basicsettings">Configurações Básicas</i18n:msg>