corrected usage in reportscron

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-11-04 14:28:17 +01:00
parent a14af67e2d
commit 6acd4f4df3
3 changed files with 20 additions and 25 deletions

View File

@@ -136,8 +136,8 @@ return [
'PASSWORD' => 'Replaced with the customer\'s account password.',
'EMAIL' => 'Replaced with the address of the POP3/IMAP account.',
'CUSTOMER_NO' => 'Replaces with the customer number',
'TRAFFIC' => 'Replaced with the traffic in MB, which was assigned to the customer.',
'TRAFFICUSED' => 'Replaced with the traffic in MB, which was exhausted by the customer.',
'TRAFFIC' => 'Replaced with the traffic, which was assigned to the customer.',
'TRAFFICUSED' => 'Replaced with the traffic, which was exhausted by the customer.',
'pop_success_alternative' => 'Welcome mail for new email accounts sent to alternative address',
'EMAIL_PASSWORD' => 'Replaced with the POP3/IMAP account password.',
'index_html' => 'index file for newly created customer directories',
@@ -167,8 +167,8 @@ return [
'MAX_PERCENT' => 'Replaced with the diskusage/traffic limit for sending reports in percent.',
'USAGE_PERCENT' => 'Replaced with the diskusage/traffic, which was exhausted by the customer in percent.',
'diskmaxpercent' => 'Notification mail for customers when given maximum of percent of diskspace is exhausted',
'DISKAVAILABLE' => 'Replaced with the diskusage in MB, which was assigned to the customer.',
'DISKUSED' => 'Replaced with the diskusage in MB, which was exhausted by the customer.',
'DISKAVAILABLE' => 'Replaced with the diskusage, which was assigned to the customer.',
'DISKUSED' => 'Replaced with the diskusage, which was exhausted by the customer.',
'LINK' => 'Replaced with the customers password reset link.',
'SERVER_HOSTNAME' => 'Replaces the system-hostname (URL to froxlor)',
'SERVER_IP' => 'Replaces the default server ip-address',
@@ -1101,11 +1101,11 @@ Path: {USR_PATH}
Yours sincerely, your administrator',
],
'trafficmaxpercent' => [
'mailbody' => 'Dear {SALUTATION},\\n\\nyou used {TRAFFICUSED} MB of your available {TRAFFIC} MB of traffic.\\nThis is more than {MAX_PERCENT}%%.\\n\\nYours sincerely, your administrator',
'mailbody' => 'Dear {SALUTATION},\\n\\nyou used {TRAFFICUSED} of your available {TRAFFIC} of traffic.\\nThis is more than {MAX_PERCENT}%%.\\n\\nYours sincerely, your administrator',
'subject' => 'Reaching your traffic limit',
],
'diskmaxpercent' => [
'mailbody' => 'Dear {SALUTATION},\\n\\nyou used {DISKUSED} MB of your available {DISKAVAILABLE} MB of diskspace.\\nThis is more than {MAX_PERCENT}%%.\\n\\nYours sincerely, your administrator',
'mailbody' => 'Dear {SALUTATION},\\n\\nyou used {DISKUSED} of your available {DISKAVAILABLE} of diskspace.\\nThis is more than {MAX_PERCENT}%%.\\n\\nYours sincerely, your administrator',
'subject' => 'Reaching your diskspace limit',
],
'2fa' => [