fantu
2008-11-16 cea3d0962ab62e95d63f86366ea65b52fedd1534
commit | author | age
381908 1 <?php
T 2
986414 3 $wb["Server online since"] = "Server online since";
F 4 $wb["Users online"] = "Users Online";
5 $wb["System load 1 minute"] = "System load 1 minute";
6 $wb["System load 5 minutes"] = "System load 5 minutes";
7 $wb["System load 15 minutes"] = "System load 15 minutes";
8 $wb['Server Load'] = 'Server Load';
9 $wb['Disk usage'] = 'Disk usage';
8aeb9f 10 $wb['Memory usage'] = 'Memory usage';
T 11 $wb['CPU'] = 'CPU';
12 $wb['Services'] = 'Services';
13 $wb['System'] = 'System';
14 $wb['Mail log'] = 'Mail log';
15 $wb['Mail warn'] = 'Mail warn';
16 $wb['Mail err'] = 'Mail err';
17 $wb['Messages'] = 'Messages';
18 $wb['Freshclam'] = 'Freshclam';
19 $wb['Clamav'] = 'Clamav';
20 $wb['ISPConfig'] = 'ISPConfig';
b3c1ca 21 $wb['no_data_serverload_txt'] = 'No data about the server load available at the moment. Please check again later.';
T 22 $wb['no_data_memusage_txt'] = 'No data about the memory usage available at the moment. Please check again later.';
23 $wb['no_data_diskusage_txt'] = 'No data about the disk usage available at the moment. Please check again later.';
24 $wb['no_data_cpuinfo_txt'] = 'No data about the CPU available at the moment. Please check again later.';
25 $wb['no_data_services_txt'] = 'No data about the services available at the moment. Please check again later.';
26 $wb['no_logdata_txt'] = 'No log data available at the moment. Please check again later.';
986414 27 $wb['Monitoring'] = 'Monitoring';
F 28 $wb['Server to Monitor'] = 'Server to Monitor';
29 $wb['System-Information'] = 'System-Information';
30 $wb['Logfiles'] = 'Logfiles';
705d27 31 $wb['CPU info'] = 'CPU info';
F 32 $wb['Status of services'] = 'Status of services';
33 $wb['System Monitor'] = 'System Monitor';
cea3d0 34 $wb['No Refresh'] = 'No Refresh';
F 35 $wb["minutes"] = "minutes";
381908 36
T 37 ?>