summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-qos/luasrc/i18n/qos.en.lua
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-17 16:02:29 +0000
committerSteven Barth <steven@midlink.org>2008-07-17 16:02:29 +0000
commit52d49762ed28033d82e5ab1e0ccf65ad74a4b593 (patch)
tree61ba5cc4a6a1cebfff038e815bea7f001fab305a /applications/luci-qos/luasrc/i18n/qos.en.lua
parent8d1aff78b17d6f7437d776bdf53a6aa2112f31db (diff)
applications/luci-qos: Smaller enhancements, support for luci-mini
applications/luci-fw: Fixed support for luci-mini libs/web: Removed luci.dispatcher.registered
Diffstat (limited to 'applications/luci-qos/luasrc/i18n/qos.en.lua')
-rw-r--r--applications/luci-qos/luasrc/i18n/qos.en.lua10
1 files changed, 7 insertions, 3 deletions
diff --git a/applications/luci-qos/luasrc/i18n/qos.en.lua b/applications/luci-qos/luasrc/i18n/qos.en.lua
index bd55862c02..eefa955953 100644
--- a/applications/luci-qos/luasrc/i18n/qos.en.lua
+++ b/applications/luci-qos/luasrc/i18n/qos.en.lua
@@ -4,10 +4,14 @@ qos_interface_classgroup = "Classification"
qos_interface_overhead = "Calculate Overhead"
qos_interface_download = "Downlink"
qos_interface_upload = "Uplink"
-qos_classify = "Classification"
-qos_classify_target = "Class"
+qos_classify = "Prioritization"
+qos_classify_target = "Priority"
qos_classify_srchost = "Source address"
qos_classify_srchost_dest = "source network / source host"
qos_classify_dsthost = "Target address"
qos_classify_dsthost_dest = "target network / target host"
-qos_classify_portrange = "portrange" \ No newline at end of file
+qos_classify_portrange = "portrange"
+qos_bulk = "low"
+qos_normal = "normal"
+qos_express = "express"
+qos_priority = "priority" \ No newline at end of file