diff --git a/lang/dynamic/helpers/controllers.php b/lang/dynamic/helpers/controllers.php
index 9d09f90b1..58f06a7cb 100644
--- a/lang/dynamic/helpers/controllers.php
+++ b/lang/dynamic/helpers/controllers.php
@@ -131,12 +131,6 @@ echo gettext('Dynamic queue creation by source or destination address.
choose source to provide all connected clients up to a maximum of this pipe configured bandwidth
');
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.
choose source to provide all connected clients up to a maximum of this pipe configured bandwidth
');
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');
diff --git a/lang/dynamic/helpers/models.php b/lang/dynamic/helpers/models.php
index e406d3a29..6e290695f 100644
--- a/lang/dynamic/helpers/models.php
+++ b/lang/dynamic/helpers/models.php
@@ -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');