Moved new texts to end of language file

This commit is contained in:
Michael Wyraz
2016-07-22 09:30:55 +02:00
parent 6ab8cb1d7c
commit 084e72968a
2 changed files with 9 additions and 16 deletions

View File

@@ -374,14 +374,6 @@ $lng['serversettings']['nameservers']['description'] = 'A comma separated list c
$lng['serversettings']['mxservers']['title'] = 'MX servers';
$lng['serversettings']['mxservers']['description'] = 'A comma separated list containing a pair of a number and a hostname separated by whitespace (e.g. \'10 mx.example.com\') containing the mx servers.';
/**
* Added in froxlor 0.9.7-rc1
**/
$lng['serversettings']['panel_customer_hide_options']['title'] = 'Hide certain options in customer panel';
$lng['serversettings']['panel_customer_hide_options']['description'] = 'Select options to hide in customer panel. To select multiple options, hold down CTRL while selecting.';
/**
* CHANGED BETWEEN 1.2.12 and 1.2.13
*/
@@ -2029,3 +2021,8 @@ $lng['serversettings']['dns_server']['description'] = 'Remember that daemons hav
$lng['error']['domain_nopunycode'] = 'You must not specify punycode (IDNA). The domain will automatically be converted';
$lng['admin']['dnsenabled'] = 'Enable DNS editor';
$lng['error']['dns_record_toolong'] = 'Records/labels can only be up to 63 characters';
// Added in froxlor 0.9.7-rc1
$lng['serversettings']['panel_customer_hide_options']['title'] = 'Hide certain options in customer panel';
$lng['serversettings']['panel_customer_hide_options']['description'] = 'Select options to hide in customer panel. To select multiple options, hold down CTRL while selecting.';