Commit 57f0cc3f authored by Ad Schellevis's avatar Ad Schellevis

(lang) updated gettext data

parent ebecb761
...@@ -131,3 +131,16 @@ echo gettext('Dynamic queue creation by source or destination address. ...@@ -131,3 +131,16 @@ 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> <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('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.
<li> choose destination here to share the total bandwidth of this pipe among all connected clients. </li>
<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.');
...@@ -206,8 +206,6 @@ echo gettext('Paid Support'); ...@@ -206,8 +206,6 @@ echo gettext('Paid Support');
echo gettext('UserForum'); echo gettext('UserForum');
echo gettext('Help'); echo gettext('Help');
echo gettext('menu'); 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('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 cache size. (number of MB\'s)');
echo gettext('Specify a positive number of first-level subdirectories.'); echo gettext('Specify a positive number of first-level subdirectories.');
...@@ -220,6 +218,8 @@ echo gettext('Proxy port needs to be an integer value between 1 and 65535'); ...@@ -220,6 +218,8 @@ 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('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('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('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('Pipe number must be between 1...65535');
echo gettext('Bandwidth out of range'); echo gettext('Bandwidth out of range');
echo gettext('Bandwidth metric should be one of bit,Kbit,Mbit'); echo gettext('Bandwidth metric should be one of bit,Kbit,Mbit');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment