Merge r4074

This commit is contained in:
Steven Barth 2009-01-17 16:20:20 +00:00
parent 19b3320a9f
commit 7df44a6215
6 changed files with 18 additions and 10 deletions

View file

@ -14,3 +14,4 @@ qos_bulk = 'niedrig'
qos_normal = 'normal'
qos_express = 'express'
qos_priority = 'priorisiert'
qos_connbytes = 'Bytes gesendet'

View file

@ -18,4 +18,5 @@
<i18n:msg xml:id="qos_normal">normal</i18n:msg>
<i18n:msg xml:id="qos_express">express</i18n:msg>
<i18n:msg xml:id="qos_priority">priorisiert</i18n:msg>
<i18n:msg xml:id="qos_connbytes">Bytes gesendet</i18n:msg>
</i18n:msgs>

View file

@ -15,3 +15,4 @@ qos_bulk = 'low'
qos_normal = 'normal'
qos_express = 'express'
qos_priority = 'priority'
qos_connbytes = 'Bytes sent'

View file

@ -19,4 +19,5 @@
<i18n:msg xml:id="qos_normal">normal</i18n:msg>
<i18n:msg xml:id="qos_express">express</i18n:msg>
<i18n:msg xml:id="qos_priority">priority</i18n:msg>
<i18n:msg xml:id="qos_connbytes">Bytes sent</i18n:msg>
</i18n:msgs>

View file

@ -66,11 +66,11 @@ end
p2p = s:option(ListValue, "ipp2p", "P2P")
p2p:value("", "-")
p2p:value("all", translate("all"))
p2p:value("bit", "BitTorrent")
p2p:value("dc", "DirectConnect")
p2p:value("edk", "eDonkey")
p2p:value("gnu", "Gnutella")
p2p:value("kazaa", "Kazaa")
p2p:value("bit", "BIT")
p2p:value("dc", "DC")
p2p:value("edk", "EDK")
p2p:value("gnu", "GNU")
p2p:value("kazaa", "KAZ")
p2p.rmempty = true
p = s:option(Value, "proto", translate("protocol"))
@ -84,4 +84,6 @@ ports = s:option(Value, "ports", translate("ports"))
ports.rmempty = true
ports:value("", translate("allf", translate("all")))
bytes = s:option(Value, "connbytes", translate("qos_connbytes"))
return m

View file

@ -59,11 +59,11 @@ end
p2p = s:option(ListValue, "ipp2p", "P2P")
p2p:value("", "-")
p2p:value("all", translate("all"))
p2p:value("bit", "BitTorrent")
p2p:value("dc", "DirectConnect")
p2p:value("edk", "eDonkey")
p2p:value("gnu", "Gnutella")
p2p:value("kazaa", "Kazaa")
p2p:value("bit", "BIT")
p2p:value("dc", "DC")
p2p:value("edk", "EDK")
p2p:value("gnu", "GNU")
p2p:value("kazaa", "KAZ")
p2p.rmempty = true
p = s:option(ListValue, "proto", translate("protocol"))
@ -77,4 +77,6 @@ ports = s:option(Value, "ports", translate("ports"))
ports.rmempty = true
ports:value("", translate("allf", translate("all")))
bytes = s:option(Value, "connbytes", translate("qos_connbytes"))
return m