Skip to content

Commit 51d0146

Browse files
AntennipasiAntennipasi
authored andcommitted
Added more translations to monitor-module, mostly done now, couple annoyances left. merged changes with all languages.
1 parent 55eb00b commit 51d0146

File tree

12 files changed

+696
-104
lines changed

12 files changed

+696
-104
lines changed

interface/web/monitor/lib/lang/bg.lng

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,76 @@ $wb['no_data_updates_txt'] = 'No data about updates available at the moment. Ple
4545
$wb['no_data_raid_txt'] = 'No data about RAID available at the moment. Please check again later.';
4646
$wb['no_data_rkhunter_txt'] = 'No data about RKHunter available at the moment. Please check again later.';
4747
$wb['no_data_mailq_txt'] = 'No data Mailqueue available at the moment. Please check again later.';
48+
$wb['monitor_general_serverstate_txt'] = 'Server State';
49+
$wb['monitor_general_systemstate_txt'] = 'System State';
4850
$wb['monitor_diskusage_filesystem_txt'] = 'Filesystem';
4951
$wb['monitor_diskusage_type_txt'] = 'Type';
5052
$wb['monitor_diskusage_size_txt'] = 'Size';
5153
$wb['monitor_diskusage_used_txt'] = 'Used';
5254
$wb['monitor_diskusage_available_txt'] = 'Available';
5355
$wb['monitor_diskusage_usage_txt'] = 'Use%';
5456
$wb['monitor_diskusage_mounted_txt'] = 'Mounted on';
57+
$wb['monitor_logs_mail_txt'] = 'Mail - Log';
58+
$wb['monitor_logs_mailwarn_txt'] = 'Mail-Warn - Log';
59+
$wb['monitor_logs_mailerr_txt'] = 'Mail-Error - Log';
60+
$wb['monitor_logs_messages_txt'] = 'System Messages - Log';
61+
$wb['monitor_logs_ispccron_txt'] = 'ISPConfig Cron - Log';
62+
$wb['monitor_logs_freshclam_txt'] = 'Freshclam - Log';
63+
$wb['monitor_logs_clamav_txt'] = 'Clamav - Log';
64+
$wb['monitor_logs_ispc_txt'] = 'ISPConfig - Log';
5565
$wb['monitor_nomdadm_txt'] = 'mdadm is not installed or your Server has no supported RAID';
5666
$wb['monitor_norkhunter_txt'] = 'RKHunter is not installed, so there is no log data';
67+
$wb['monitor_serverstate_server_txt'] = 'Server';
68+
$wb['monitor_serverstate_state_txt'] = 'State';
69+
$wb['monitor_serverstate_unknown_txt'] = 'unknown';
70+
$wb['monitor_serverstate_info_txt'] = 'info';
71+
$wb['monitor_serverstate_warning_txt'] = 'warning';
72+
$wb['monitor_serverstate_critical_txt'] = 'critical';
73+
$wb['monitor_serverstate_error_txt'] = 'error';
74+
$wb['monitor_serverstate_moreinfo_txt'] = 'More information...';
75+
$wb['monitor_serverstate_more_txt'] = 'More...';
76+
$wb['monitor_serverstate_fclamok_txt'] = 'Your Virus-protection is ok';
77+
$wb['monitor_serverstate_fclamoutdated_txt'] = 'Your Virus-protection is OUTDATED!';
78+
$wb['monitor_serverstate_fclamunknown_txt'] = 'Freshclam: ???!';
79+
$wb['monitor_serverstate_hdok_txt'] = 'The state of your Hard-Disk space is ok';
80+
$wb['monitor_serverstate_hdgoingfull_txt'] = 'Your Hard-Disk space is going full';
81+
$wb['monitor_serverstate_hdnearlyfull_txt'] = 'Your Hard-Disk is nearly full';
82+
$wb['monitor_serverstate_hdveryfull_txt'] = 'Your Hard-Disk is very full';
83+
$wb['monitor_serverstate_hdfull_txt'] = 'Your Hard-Disk has no more space left';
84+
$wb['monitor_serverstate_hdunknown_txt'] = 'Hard-Disk: ???';
85+
$wb['monitor_serverstate_listok_txt'] = 'ok';
86+
$wb['monitor_serverstate_listinfo_txt'] = 'info';
87+
$wb['monitor_serverstate_listwarning_txt'] = 'warning';
88+
$wb['monitor_serverstate_listcritical_txt'] = 'critical';
89+
$wb['monitor_serverstate_listerror_txt'] = 'error';
90+
$wb['monitor_serverstate_listunknown_txt'] = 'unknown';
91+
$wb['monitor_serverstate_loadok_txt'] = 'Your Server load is ok';
92+
$wb['monitor_serverstate_loadheavy_txt'] = 'Your Server in under heavy load';
93+
$wb['monitor_serverstate_loadhigh_txt'] = 'Your Server in under high load';
94+
$wb['monitor_serverstate_loaghigher_txt'] = 'Your Server in under higher load';
95+
$wb['monitor_serverstate_loadhighest_txt'] = 'Your Server in under highest load';
96+
$wb['monitor_serverstate_loadunknown_txt'] = 'Server Load: ???';
97+
$wb['monitor_serverstate_mailqok_txt'] = 'Your Mailq load is ok';
98+
$wb['monitor_serverstate_mailqheavy_txt'] = 'Your Mailq in under heavy load';
99+
$wb['monitor_serverstate_mailqhigh_txt'] = 'Your Mailq in under high load';
100+
$wb['monitor_serverstate_mailqhigher_txt'] = 'Your Mailq in under higher load';
101+
$wb['monitor_serverstate_mailqhighest_txt'] = 'Your Mailq in under highest load';
102+
$wb['monitor_serverstate_mailqunknown_txt'] = 'Mailq: ???';
103+
$wb['monitor_serverstate_raidok_txt'] = 'Your RAID is ok';
104+
$wb['monitor_serverstate_raidresync_txt'] = 'Your RAID is in RESYNC mode';
105+
$wb['monitor_serverstate_raidfault_txt'] = 'Your RAID has one FAULT disk. Replace as soon as possible!';
106+
$wb['monitor_serverstate_raiderror_txt'] = 'Your RAID is not working anymore';
107+
$wb['monitor_serverstate_raidunknown_txt'] = 'RAID state: ???';
108+
$wb['monitor_serverstate_servicesonline_txt'] = 'All needed Services are online';
109+
$wb['monitor_serverstate_servicesoffline_txt'] = 'One or more needed Services are offline';
110+
$wb['monitor_serverstate_servicesunknown_txt'] = 'Services:???';
111+
$wb['monitor_serverstate_syslogok_txt'] = 'The System-Log is O.K.';
112+
$wb['monitor_serverstate_syslogwarning_txt'] = 'There are some warnings in your System-Log';
113+
$wb['monitor_serverstate_syslogerror_txt'] = 'There are errors in your System-Log';
114+
$wb['monitor_serverstate_syslogunknown_txt'] = 'sys-log:???';
115+
$wb['monitor_serverstate_updatesok_txt'] = 'Your System is up to date.';
116+
$wb['monitor_serverstate_updatesneeded_txt'] = 'One or more Components needs a update';
117+
$wb['monitor_serverstate_updatesunknown_txt'] = 'System-Update:???';
57118
$wb['monitor_services_online_txt'] = 'Online';
58119
$wb['monitor_services_offline_txt'] = 'Offline';
59120
$wb['monitor_services_web_txt'] = 'Web-Server:';
@@ -65,7 +126,9 @@ $wb['monitor_services_mydns_txt'] = 'myDNS-Server:';
65126
$wb['monitor_services_mysql_txt'] = 'mySQL-Server:';
66127
$wb['monitor_settings_datafromdate_txt'] = 'Data from: ';
67128
$wb['monitor_settings_datetimeformat_txt'] = 'Y-m-d H:i';
68-
$wb['monitor_settings_server_txt'] = 'Server: ';
129+
$wb['monitor_settings_refreshsq_txt'] = 'Refresh sequence:';
130+
$wb['monitor_settings_server_txt'] = 'Server';
131+
$wb['monitor_title_cpuinfo_txt'] = 'CPU Info';
69132
$wb['monitor_title_updatestate_txt'] = 'Update State';
70133
$wb['monitor_title_mailq_txt'] = 'Mailqueue';
71134
$wb['monitor_title_raidstate_txt'] = 'RAID-State';

interface/web/monitor/lib/lang/de.lng

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,76 @@ $wb['no_data_updates_txt'] = 'No data about updates available at the moment. Ple
4545
$wb['no_data_raid_txt'] = 'No data about RAID available at the moment. Please check again later.';
4646
$wb['no_data_rkhunter_txt'] = 'No data about RKHunter available at the moment. Please check again later.';
4747
$wb['no_data_mailq_txt'] = 'No data Mailqueue available at the moment. Please check again later.';
48+
$wb['monitor_general_serverstate_txt'] = 'Server State';
49+
$wb['monitor_general_systemstate_txt'] = 'System State';
4850
$wb['monitor_diskusage_filesystem_txt'] = 'Filesystem';
4951
$wb['monitor_diskusage_type_txt'] = 'Type';
5052
$wb['monitor_diskusage_size_txt'] = 'Size';
5153
$wb['monitor_diskusage_used_txt'] = 'Used';
5254
$wb['monitor_diskusage_available_txt'] = 'Available';
5355
$wb['monitor_diskusage_usage_txt'] = 'Use%';
5456
$wb['monitor_diskusage_mounted_txt'] = 'Mounted on';
57+
$wb['monitor_logs_mail_txt'] = 'Mail - Log';
58+
$wb['monitor_logs_mailwarn_txt'] = 'Mail-Warn - Log';
59+
$wb['monitor_logs_mailerr_txt'] = 'Mail-Error - Log';
60+
$wb['monitor_logs_messages_txt'] = 'System Messages - Log';
61+
$wb['monitor_logs_ispccron_txt'] = 'ISPConfig Cron - Log';
62+
$wb['monitor_logs_freshclam_txt'] = 'Freshclam - Log';
63+
$wb['monitor_logs_clamav_txt'] = 'Clamav - Log';
64+
$wb['monitor_logs_ispc_txt'] = 'ISPConfig - Log';
5565
$wb['monitor_nomdadm_txt'] = 'mdadm is not installed or your Server has no supported RAID';
5666
$wb['monitor_norkhunter_txt'] = 'RKHunter is not installed, so there is no log data';
67+
$wb['monitor_serverstate_server_txt'] = 'Server';
68+
$wb['monitor_serverstate_state_txt'] = 'State';
69+
$wb['monitor_serverstate_unknown_txt'] = 'unknown';
70+
$wb['monitor_serverstate_info_txt'] = 'info';
71+
$wb['monitor_serverstate_warning_txt'] = 'warning';
72+
$wb['monitor_serverstate_critical_txt'] = 'critical';
73+
$wb['monitor_serverstate_error_txt'] = 'error';
74+
$wb['monitor_serverstate_moreinfo_txt'] = 'More information...';
75+
$wb['monitor_serverstate_more_txt'] = 'More...';
76+
$wb['monitor_serverstate_fclamok_txt'] = 'Your Virus-protection is ok';
77+
$wb['monitor_serverstate_fclamoutdated_txt'] = 'Your Virus-protection is OUTDATED!';
78+
$wb['monitor_serverstate_fclamunknown_txt'] = 'Freshclam: ???!';
79+
$wb['monitor_serverstate_hdok_txt'] = 'The state of your Hard-Disk space is ok';
80+
$wb['monitor_serverstate_hdgoingfull_txt'] = 'Your Hard-Disk space is going full';
81+
$wb['monitor_serverstate_hdnearlyfull_txt'] = 'Your Hard-Disk is nearly full';
82+
$wb['monitor_serverstate_hdveryfull_txt'] = 'Your Hard-Disk is very full';
83+
$wb['monitor_serverstate_hdfull_txt'] = 'Your Hard-Disk has no more space left';
84+
$wb['monitor_serverstate_hdunknown_txt'] = 'Hard-Disk: ???';
85+
$wb['monitor_serverstate_listok_txt'] = 'ok';
86+
$wb['monitor_serverstate_listinfo_txt'] = 'info';
87+
$wb['monitor_serverstate_listwarning_txt'] = 'warning';
88+
$wb['monitor_serverstate_listcritical_txt'] = 'critical';
89+
$wb['monitor_serverstate_listerror_txt'] = 'error';
90+
$wb['monitor_serverstate_listunknown_txt'] = 'unknown';
91+
$wb['monitor_serverstate_loadok_txt'] = 'Your Server load is ok';
92+
$wb['monitor_serverstate_loadheavy_txt'] = 'Your Server in under heavy load';
93+
$wb['monitor_serverstate_loadhigh_txt'] = 'Your Server in under high load';
94+
$wb['monitor_serverstate_loaghigher_txt'] = 'Your Server in under higher load';
95+
$wb['monitor_serverstate_loadhighest_txt'] = 'Your Server in under highest load';
96+
$wb['monitor_serverstate_loadunknown_txt'] = 'Server Load: ???';
97+
$wb['monitor_serverstate_mailqok_txt'] = 'Your Mailq load is ok';
98+
$wb['monitor_serverstate_mailqheavy_txt'] = 'Your Mailq in under heavy load';
99+
$wb['monitor_serverstate_mailqhigh_txt'] = 'Your Mailq in under high load';
100+
$wb['monitor_serverstate_mailqhigher_txt'] = 'Your Mailq in under higher load';
101+
$wb['monitor_serverstate_mailqhighest_txt'] = 'Your Mailq in under highest load';
102+
$wb['monitor_serverstate_mailqunknown_txt'] = 'Mailq: ???';
103+
$wb['monitor_serverstate_raidok_txt'] = 'Your RAID is ok';
104+
$wb['monitor_serverstate_raidresync_txt'] = 'Your RAID is in RESYNC mode';
105+
$wb['monitor_serverstate_raidfault_txt'] = 'Your RAID has one FAULT disk. Replace as soon as possible!';
106+
$wb['monitor_serverstate_raiderror_txt'] = 'Your RAID is not working anymore';
107+
$wb['monitor_serverstate_raidunknown_txt'] = 'RAID state: ???';
108+
$wb['monitor_serverstate_servicesonline_txt'] = 'All needed Services are online';
109+
$wb['monitor_serverstate_servicesoffline_txt'] = 'One or more needed Services are offline';
110+
$wb['monitor_serverstate_servicesunknown_txt'] = 'Services:???';
111+
$wb['monitor_serverstate_syslogok_txt'] = 'The System-Log is O.K.';
112+
$wb['monitor_serverstate_syslogwarning_txt'] = 'There are some warnings in your System-Log';
113+
$wb['monitor_serverstate_syslogerror_txt'] = 'There are errors in your System-Log';
114+
$wb['monitor_serverstate_syslogunknown_txt'] = 'sys-log:???';
115+
$wb['monitor_serverstate_updatesok_txt'] = 'Your System is up to date.';
116+
$wb['monitor_serverstate_updatesneeded_txt'] = 'One or more Components needs a update';
117+
$wb['monitor_serverstate_updatesunknown_txt'] = 'System-Update:???';
57118
$wb['monitor_services_online_txt'] = 'Online';
58119
$wb['monitor_services_offline_txt'] = 'Offline';
59120
$wb['monitor_services_web_txt'] = 'Web-Server:';
@@ -65,7 +126,9 @@ $wb['monitor_services_mydns_txt'] = 'myDNS-Server:';
65126
$wb['monitor_services_mysql_txt'] = 'mySQL-Server:';
66127
$wb['monitor_settings_datafromdate_txt'] = 'Data from: ';
67128
$wb['monitor_settings_datetimeformat_txt'] = 'Y-m-d H:i';
68-
$wb['monitor_settings_server_txt'] = 'Server: ';
129+
$wb['monitor_settings_refreshsq_txt'] = 'Refresh sequence:';
130+
$wb['monitor_settings_server_txt'] = 'Server';
131+
$wb['monitor_title_cpuinfo_txt'] = 'CPU Info';
69132
$wb['monitor_title_updatestate_txt'] = 'Update State';
70133
$wb['monitor_title_mailq_txt'] = 'Mailqueue';
71134
$wb['monitor_title_raidstate_txt'] = 'RAID-State';

interface/web/monitor/lib/lang/en.lng

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,49 @@ $wb['monitor_serverstate_warning_txt'] = 'warning';
7272
$wb['monitor_serverstate_critical_txt'] = 'critical';
7373
$wb['monitor_serverstate_error_txt'] = 'error';
7474
$wb['monitor_serverstate_moreinfo_txt'] = 'More information...';
75+
$wb['monitor_serverstate_more_txt'] = 'More...';
76+
$wb['monitor_serverstate_fclamok_txt'] = 'Your Virus-protection is ok';
77+
$wb['monitor_serverstate_fclamoutdated_txt'] = 'Your Virus-protection is OUTDATED!';
78+
$wb['monitor_serverstate_fclamunknown_txt'] = 'Freshclam: ???!';
79+
$wb['monitor_serverstate_hdok_txt'] = 'The state of your Hard-Disk space is ok';
80+
$wb['monitor_serverstate_hdgoingfull_txt'] = 'Your Hard-Disk space is going full';
81+
$wb['monitor_serverstate_hdnearlyfull_txt'] = 'Your Hard-Disk is nearly full';
82+
$wb['monitor_serverstate_hdveryfull_txt'] = 'Your Hard-Disk is very full';
83+
$wb['monitor_serverstate_hdfull_txt'] = 'Your Hard-Disk has no more space left';
84+
$wb['monitor_serverstate_hdunknown_txt'] = 'Hard-Disk: ???';
85+
$wb['monitor_serverstate_listok_txt'] = 'ok';
86+
$wb['monitor_serverstate_listinfo_txt'] = 'info';
87+
$wb['monitor_serverstate_listwarning_txt'] = 'warning';
88+
$wb['monitor_serverstate_listcritical_txt'] = 'critical';
89+
$wb['monitor_serverstate_listerror_txt'] = 'error';
90+
$wb['monitor_serverstate_listunknown_txt'] = 'unknown';
91+
$wb['monitor_serverstate_loadok_txt'] = 'Your Server load is ok';
92+
$wb['monitor_serverstate_loadheavy_txt'] = 'Your Server in under heavy load';
93+
$wb['monitor_serverstate_loadhigh_txt'] = 'Your Server in under high load';
94+
$wb['monitor_serverstate_loaghigher_txt'] = 'Your Server in under higher load';
95+
$wb['monitor_serverstate_loadhighest_txt'] = 'Your Server in under highest load';
96+
$wb['monitor_serverstate_loadunknown_txt'] = 'Server Load: ???';
97+
$wb['monitor_serverstate_mailqok_txt'] = 'Your Mailq load is ok';
98+
$wb['monitor_serverstate_mailqheavy_txt'] = 'Your Mailq in under heavy load';
99+
$wb['monitor_serverstate_mailqhigh_txt'] = 'Your Mailq in under high load';
100+
$wb['monitor_serverstate_mailqhigher_txt'] = 'Your Mailq in under higher load';
101+
$wb['monitor_serverstate_mailqhighest_txt'] = 'Your Mailq in under highest load';
102+
$wb['monitor_serverstate_mailqunknown_txt'] = 'Mailq: ???';
103+
$wb['monitor_serverstate_raidok_txt'] = 'Your RAID is ok';
104+
$wb['monitor_serverstate_raidresync_txt'] = 'Your RAID is in RESYNC mode';
105+
$wb['monitor_serverstate_raidfault_txt'] = 'Your RAID has one FAULT disk. Replace as soon as possible!';
106+
$wb['monitor_serverstate_raiderror_txt'] = 'Your RAID is not working anymore';
107+
$wb['monitor_serverstate_raidunknown_txt'] = 'RAID state: ???';
108+
$wb['monitor_serverstate_servicesonline_txt'] = 'All needed Services are online';
109+
$wb['monitor_serverstate_servicesoffline_txt'] = 'One or more needed Services are offline';
110+
$wb['monitor_serverstate_servicesunknown_txt'] = 'Services:???';
111+
$wb['monitor_serverstate_syslogok_txt'] = 'The System-Log is O.K.';
112+
$wb['monitor_serverstate_syslogwarning_txt'] = 'There are some warnings in your System-Log';
113+
$wb['monitor_serverstate_syslogerror_txt'] = 'There are errors in your System-Log';
114+
$wb['monitor_serverstate_syslogunknown_txt'] = 'sys-log:???';
115+
$wb['monitor_serverstate_updatesok_txt'] = 'Your System is up to date.';
116+
$wb['monitor_serverstate_updatesneeded_txt'] = 'One or more Components needs a update';
117+
$wb['monitor_serverstate_updatesunknown_txt'] = 'System-Update:???';
75118
$wb['monitor_services_online_txt'] = 'Online';
76119
$wb['monitor_services_offline_txt'] = 'Offline';
77120
$wb['monitor_services_web_txt'] = 'Web-Server:';
@@ -84,7 +127,8 @@ $wb['monitor_services_mysql_txt'] = 'mySQL-Server:';
84127
$wb['monitor_settings_datafromdate_txt'] = 'Data from: ';
85128
$wb['monitor_settings_datetimeformat_txt'] = 'Y-m-d H:i';
86129
$wb['monitor_settings_refreshsq_txt'] = 'Refresh sequence:';
87-
$wb['monitor_settings_server_txt'] = 'Server: ';
130+
$wb['monitor_settings_server_txt'] = 'Server';
131+
$wb['monitor_title_cpuinfo_txt'] = 'CPU Info';
88132
$wb['monitor_title_updatestate_txt'] = 'Update State';
89133
$wb['monitor_title_mailq_txt'] = 'Mailqueue';
90134
$wb['monitor_title_raidstate_txt'] = 'RAID-State';

0 commit comments

Comments
 (0)