TrafficShaper, capitalize dialog labels

This commit is contained in:
Ad Schellevis 2019-03-18 11:22:25 +01:00
parent 53bc9f49c3
commit b9f04f24d0
3 changed files with 26 additions and 26 deletions

View File

@ -1,31 +1,31 @@
<form>
<field>
<id>pipe.enabled</id>
<label>enabled</label>
<label>Enabled</label>
<type>checkbox</type>
<help>Enable this pipe and its related queues and rules</help>
</field>
<field>
<id>pipe.bandwidth</id>
<label>bandwidth</label>
<label>Bandwidth</label>
<type>text</type>
<help>Total bandwidth for this pipe</help>
</field>
<field>
<id>pipe.bandwidthMetric</id>
<label>bandwidth Metric</label>
<label>Bandwidth Metric</label>
<type>dropdown</type>
</field>
<field>
<id>pipe.queue</id>
<label>queue</label>
<label>Queue</label>
<type>text</type>
<help>number of dynamic queues, leave empty for default</help>
<advanced>true</advanced>
</field>
<field>
<id>pipe.mask</id>
<label>mask</label>
<label>Mask</label>
<type>dropdown</type>
<help><![CDATA[Dynamic pipe creation by source or destination address.
<li>Choose destination to give every IP in destination field of rules the specified bandwith. A pipe with 1Mbit e.g. would let 3 clients lend 1Mbit each so 3Mbit max. Normally this is used for download pipes.</li>
@ -35,7 +35,7 @@
</field>
<field>
<id>pipe.buckets</id>
<label>buckets</label>
<label>Buckets</label>
<type>text</type>
<help>Specifies the size of the hash table used for storing the various dynamic pipes configured with the mask setting</help>
<advanced>true</advanced>
@ -110,7 +110,7 @@
</field>
<field>
<id>pipe.description</id>
<label>description</label>
<label>Description</label>
<type>text</type>
<help>Description to identify this pipe.</help>
</field>

View File

@ -1,19 +1,19 @@
<form>
<field>
<id>queue.enabled</id>
<label>enabled</label>
<label>Enabled</label>
<type>checkbox</type>
<help>Enable this queue and its related rules</help>
</field>
<field>
<id>queue.pipe</id>
<label>pipe</label>
<label>Pipe</label>
<type>dropdown</type>
<help>connected pipe for this queue</help>
</field>
<field>
<id>queue.weight</id>
<label>weight</label>
<label>Weight</label>
<type>text</type>
<help>Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, 100 is high)</help>
</field>
@ -29,7 +29,7 @@
</field>
<field>
<id>queue.buckets</id>
<label>buckets</label>
<label>Buckets</label>
<type>text</type>
<help>Specifies the size of the hash table used for storing the various dynamic queues configured with the mask setting</help>
<advanced>true</advanced>
@ -69,7 +69,7 @@
</field>
<field>
<id>queue.description</id>
<label>description</label>
<label>Description</label>
<type>text</type>
<help>Description to identify this pipe.</help>
</field>

View File

@ -1,36 +1,36 @@
<form>
<field>
<id>rule.enabled</id>
<label>enabled</label>
<label>Enabled</label>
<type>checkbox</type>
<help>enable this rule</help>
</field>
<field>
<id>rule.sequence</id>
<label>sequence</label>
<label>Sequence</label>
<type>text</type>
<help>order in which the rule will be evaluated (lowest first)</help>
</field>
<field>
<id>rule.interface</id>
<label>interface</label>
<label>Interface</label>
<type>dropdown</type>
</field>
<field>
<id>rule.interface2</id>
<label>interface 2</label>
<label>Interface 2</label>
<type>dropdown</type>
<advanced>true</advanced>
<help>secondary interface, matches packets traveling to/from interface (1) to/from interface (2). can be combined with direction.</help>
</field>
<field>
<id>rule.proto</id>
<label>proto</label>
<label>Proto</label>
<type>dropdown</type>
</field>
<field>
<id>rule.source</id>
<label>source</label>
<label>Source</label>
<type>select_multiple</type>
<style>tokenize</style>
<allownew>true</allownew>
@ -38,19 +38,19 @@
</field>
<field>
<id>rule.source_not</id>
<label>invert source</label>
<label>Invert source</label>
<type>checkbox</type>
<help>invert source (not)</help>
</field>
<field>
<id>rule.src_port</id>
<label>src-port</label>
<label>Src-port</label>
<type>text</type>
<help>Source port number or well known name (imap, imaps, http, https, ...), for ranges use a dash</help>
</field>
<field>
<id>rule.destination</id>
<label>destination</label>
<label>Destination</label>
<type>select_multiple</type>
<style>tokenize</style>
<allownew>true</allownew>
@ -58,13 +58,13 @@
</field>
<field>
<id>rule.destination_not</id>
<label>invert destination</label>
<label>Invert destination</label>
<type>checkbox</type>
<help>invert destination (not)</help>
</field>
<field>
<id>rule.dst_port</id>
<label>dst-port</label>
<label>Dst-port</label>
<type>text</type>
<help>Destination port number or well known name (imap, imaps, http, https, ...), for ranges use a dash</help>
</field>
@ -77,20 +77,20 @@
</field>
<field>
<id>rule.direction</id>
<label>direction</label>
<label>Direction</label>
<type>dropdown</type>
<advanced>true</advanced>
<help>matches incoming or outgoing packets or both (default)</help>
</field>
<field>
<id>rule.target</id>
<label>target</label>
<label>Target</label>
<type>dropdown</type>
<help>target pipe or queue</help>
</field>
<field>
<id>rule.description</id>
<label>description</label>
<label>Description</label>
<type>text</type>
</field>
</form>