lang: FreeBSD wants to order it this way; bug?

This commit is contained in:
Franco Fichtner 2015-06-01 08:20:43 +02:00
parent 94ec1de54a
commit 3c95edd1ea
2 changed files with 8 additions and 8 deletions

View File

@ -131,12 +131,6 @@ echo gettext('Dynamic queue creation by source or destination address.
<li> choose source to provide all connected clients up to a maximum of this pipe configured bandwidth </li>
');
echo gettext('Description to identify this pipe.');
echo gettext('order in which the rule will be evaluated (lowest first)');
echo gettext('source ip or network, examples 10.0.0.0/24, 10.0.0.1');
echo gettext('source port number or well known name (imap,imaps, http,https,...)');
echo gettext('destination ip or network, examples 10.0.0.0/24, 10.0.0.1');
echo gettext('destination port number or well known name (imap,imaps, http,https,...)');
echo gettext('target pipe or queue');
echo gettext('connected pipe for this queue');
echo gettext('Weight of this queue (1..100)');
echo gettext('Dynamic queue creation by source or destination address.
@ -144,3 +138,9 @@ echo gettext('Dynamic queue creation by source or destination address.
<li> choose source to provide all connected clients up to a maximum of this pipe configured bandwidth </li>
');
echo gettext('Description to identify this pipe.');
echo gettext('order in which the rule will be evaluated (lowest first)');
echo gettext('source ip or network, examples 10.0.0.0/24, 10.0.0.1');
echo gettext('source port number or well known name (imap,imaps, http,https,...)');
echo gettext('destination ip or network, examples 10.0.0.0/24, 10.0.0.1');
echo gettext('destination port number or well known name (imap,imaps, http,https,...)');
echo gettext('target pipe or queue');

View File

@ -206,6 +206,8 @@ echo gettext('Paid Support');
echo gettext('UserForum');
echo gettext('Help');
echo gettext('menu');
echo gettext('test');
echo gettext('you should input a valid email address');
echo gettext('ICP port needs to be an integer value between 1 and 65535');
echo gettext('Specify a positive cache size. (number of MB\'s)');
echo gettext('Specify a positive number of first-level subdirectories.');
@ -218,8 +220,6 @@ echo gettext('Proxy port needs to be an integer value between 1 and 65535');
echo gettext('FTP Proxy port needs to be an integer value between 1 and 65535');
echo gettext('Credentials TTL needs to be an integer value above 0');
echo gettext('Number of children needs to be an integer value above 0');
echo gettext('test');
echo gettext('you should input a valid email address');
echo gettext('Pipe number must be between 1...65535');
echo gettext('Bandwidth out of range');
echo gettext('Bandwidth metric should be one of bit,Kbit,Mbit');