forked from timfprogs/ipfstatusmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatusmail.en.pl
103 lines (103 loc) · 4.43 KB
/
statusmail.en.pl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Added for Log and Status emails
%tr = (
%tr,
'statusmail status emails' => 'Status Emails',
'statusmail contacts' => 'Contacts',
'statusmail schedules' => 'Schedules',
'statusmail schedule name' => 'Name',
'statusmail contact name' => 'Name',
'statusmail email' => 'Email address',
'statusmail key' => 'Encryption Key',
'statusmail action' => 'Action',
'statusmail no contact name' => 'No Contact name specified',
'statusmail email invalid' => 'Invalid email address',
'statusmail keys' => 'Installed Encryption Key',
'statusmail keyid' => 'Encryption Key ID',
'statusmail fingerprint' => 'Fingerprint',
'statusmail key expires' => 'Expires',
'statusmail import' => 'Import',
'statusmail signing key' => 'Signing Key',
'statusmail no signing key' => 'Please generate a signing key',
'statusmail generate' => 'Generate',
'statusmail working' => 'Generating signing key',
'statusmail key remove failed' => 'Failed to remove signing key',
'statusmail invalid key' => 'Invalid PGP Key format',
'statusmail email subject' => 'Email subject',
'statusmail email to' => 'Send email to',
'statusmail day of month' => 'Days of month',
'statusmail day of week' => 'Days of Week',
'statusmail hour of day' => 'Hours',
'statusmail sunday' => 'Sun',
'statusmail monday' => 'Mon',
'statusmail tuesday' => 'Tue',
'statusmail wednesday' => 'Wed',
'statusmail thursday' => 'Thu',
'statusmail friday' => 'Fri',
'statusmail saturday' => 'Sat',
'statusmail email format' => 'Email format',
'statusmail import key failed' => 'Failed to import PGP key',
'statusmail email not enabled' => 'Not available: emails not enabled',
'statusmail no schedule name' => 'No schedule name specified',
'statusmail no email subject' => 'No email subject specified',
'statusmail no email addresses' => 'No email addresses specified',
'statusmail no schedule date' => 'No scheduled days to send message',
'statusmail no schedule time' => 'No scheduled time to send message',
'statusmail copy to clipboard' => 'Copy to clipboard',
'statusmail paste from clipboard' => 'Paste from clipboard',
'statusmail copied to clipboard' => 'Copied key to clipboard',
'statusmail system ps any' => 'any',
'statusmail system ps process status' => 'Process Status',
'statusmail update' => 'Updates',
'statusmail core' => 'Core',
'statusmail core update available' => 'Core update available',
'statusmail addon' => 'Addons',
'statusmail addon updates available' => 'Addon updates available',
'statusmail period covered' => 'Period covered',
'statusmail lines per item' => 'Lines per item',
'statusmail no period covered' => 'No period covered specified',
'statusmail no lines per item' => 'No lines per item specified',
'statusmail statistics' => 'Statistics',
'statusmail firewall min count' => 'Minimum count',
'statusmail firewall reason' => 'Reason',
'statusmail period' => 'Period',
'statusmail alerts' => 'Alerts',
'statusmail ips alert' => 'Alert',
'statusmail ips min priority' => 'Minimum priority',
'statusmail logins' => 'Logins',
'statusmail errors' => 'Errors',
'statusmail error' => 'Error',
'statusmail urlfilter min count' => 'Minimum count',
'statusmail kernel out of memory' => 'Out of Memory Killer',
'statusmail kernel SYN flood' => 'SYN Flood',
'statusmail kernel raid errors' => 'RAID errors',
'statusmail kernel segmentation fault' => 'Segmentation faults',
'statusmail executable' => 'Executable',
'statusmail kernel general protection fault' => 'General Protection Faults',
'statusmail kernel trap int3' => 'Trap INT3',
'statusmail kernel unaligned' => 'Unaligned errors',
'statusmail kernel FP Assists' => 'Floating-point assists',
'statusmail kernel errors' => 'Kernel errors',
'statusmail kernel edac messages' => 'EDAC Messages',
'statusmail message' => 'Message',
'statusmail execute' => 'Execute schedule now',
'statusmail ips update' => 'Updates',
'statusmail detail' => 'Level of detail',
'statusmail summary' => 'Summary',
'statusmail full' => 'Full',
'statusmail signatures' => 'Signatures: ',
'statusmail hardware' => 'Hardware',
'statusmail max free percent' => 'Maximum percentage free',
'statusmail disk access' => 'Disk access',
'statusmail disk temperature' => 'Disk temperature',
'statusmail blocklist update' => 'Updates',
'statusmail events' => 'Events',
'statusmail event' => 'Event',
'statusmail period from' => 'From',
'statusmail period to' => 'to',
'statusmail show' => 'Show',
'statusmail hide' => 'Hide',
'statusmail queued' => 'Queued',
'statusmail sent' => 'Sent',
'statusmail retries' => 'Retries',
'statusmail changes' => 'Changes'
);