Moved new texts to end of language file
This commit is contained in:
@@ -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.';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user