various minor fixes for issues found by community member awsome
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -60,8 +60,10 @@ return [
|
||||
'resources' => 'Resources',
|
||||
'customer' => 'Customer',
|
||||
'customers' => 'Customers',
|
||||
'customers_list_desc' => 'Manage your customers',
|
||||
'customer_add' => 'Create customer',
|
||||
'customer_edit' => 'Edit customer',
|
||||
'username_default_msg' => 'Leave empty for autogenerated value',
|
||||
'domains' => 'Domains',
|
||||
'domain_add' => 'Create domain',
|
||||
'domain_edit' => 'Edit domain',
|
||||
@@ -75,6 +77,7 @@ return [
|
||||
'change_serversettings' => 'Can change server settings?',
|
||||
'server' => 'System',
|
||||
'serversettings' => 'Settings',
|
||||
'serversettings_desc' => 'Manage your froxlor system',
|
||||
'rebuildconf' => 'Rebuild config files',
|
||||
'stdsubdomain' => 'Standard subdomain',
|
||||
'stdsubdomain_add' => 'Create standard subdomain',
|
||||
@@ -107,6 +110,7 @@ return [
|
||||
'importexport' => 'Import/Export',
|
||||
'finishnote' => 'Parameter file generated successfully. Now run the following command as root:',
|
||||
'description' => 'Configure the system services',
|
||||
'minihowto' => 'On this page you can view the different configuration templates for each service, (re-)configure specific services if needed or export the current selection to a JSON file to use in the CLI scripts or on another server.<br><br><b>Note</b> that the services highlighted do not reflect your current setup but show requirements/recommendations from your current setting values.',
|
||||
'skipconfig' => 'Don\'t (re)configure',
|
||||
'recommendednote' => 'Recommended/required services based on current system settings',
|
||||
'selectrecommended' => 'Select recommended',
|
||||
@@ -2423,6 +2427,7 @@ Yours sincerely, your administrator',
|
||||
'dns_record_deleted' => 'Record deleted successfully',
|
||||
'testmailsent' => 'Test mail sent successfully',
|
||||
'settingsimported' => 'Settings imported successfully',
|
||||
'sent_error_report' => 'Succesfully sent error report. Thank you for your contribution.',
|
||||
],
|
||||
'tasks' => [
|
||||
'outstanding_tasks' => 'Outstanding cron-tasks',
|
||||
|
||||
Reference in New Issue
Block a user