From 7e35246cb537c9b415dc266115ffe6dbfd435813 Mon Sep 17 00:00:00 2001
From: Antennipasi <Antennipasi@ispconfig3>
Date: Fri, 02 Jan 2009 17:26:12 -0500
Subject: [PATCH] Added more translations to monitor-module.

---
 interface/web/monitor/lib/lang/en.lng |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/interface/web/monitor/lib/lang/en.lng b/interface/web/monitor/lib/lang/en.lng
index 4401bb5..c3fc8ec 100644
--- a/interface/web/monitor/lib/lang/en.lng
+++ b/interface/web/monitor/lib/lang/en.lng
@@ -12,6 +12,10 @@
 $wb['no_data_diskusage_txt'] = 'No data about the disk usage available at the moment. Please check again later.';
 $wb['no_data_cpuinfo_txt'] = 'No data about the CPU available at the moment. Please check again later.';
 $wb['no_data_services_txt'] = 'No data about the services available at the moment. Please check again later.';
+$wb['no_data_updates_txt'] = 'No data about updates available at the moment. Please check again later.';
+$wb['no_data_raid_txt'] = 'No data about RAID available at the moment. Please check again later.';
+$wb['no_data_rkhunter_txt'] = 'No data about RKHunter available at the moment. Please check again later.';
+$wb['no_data_mailq_txt'] = 'No data Mailqueue available at the moment. Please check again later.';
 $wb['no_logdata_txt'] = 'No log data available at the moment. Please check again later.';
 $wb['Monitoring'] = 'Monitoring';
 $wb['Server to Monitor'] = 'Server to Monitor';
@@ -41,4 +45,30 @@
 $wb['Show ISPConfig-Log'] = 'Show ISPConfig-Log';
 $wb['Show RKHunter-Log'] = 'Show RKHunter-Log';
 $wb['Show Jobqueue'] = 'Show Jobqueue';
-?>
\ No newline at end of file
+$wb['monitor_diskusage_filesystem_txt'] = 'Filesystem';
+$wb['monitor_diskusage_type_txt'] = 'Type';
+$wb['monitor_diskusage_size_txt'] = 'Size';
+$wb['monitor_diskusage_used_txt'] = 'Used';
+$wb['monitor_diskusage_available_txt'] = 'Available';
+$wb['monitor_diskusage_usage_txt'] = 'Use%';
+$wb['monitor_diskusage_mounted_txt'] = 'Mounted on';
+$wb['monitor_nomdadm_txt'] = 'mdadm is not installed or your Server has no supported RAID';
+$wb['monitor_norkhunter_txt'] = 'RKHunter is not installed, so there is no log data';
+$wb['monitor_services_online_txt'] = 'Online';
+$wb['monitor_services_offline_txt'] = 'Offline';
+$wb['monitor_services_web_txt'] = 'Web-Server:';
+$wb['monitor_services_ftp_txt'] = 'FTP-Server:';
+$wb['monitor_services_smtp_txt'] = 'SMTP-Server:';
+$wb['monitor_services_pop_txt'] = 'POP3-Server:';
+$wb['monitor_services_imap_txt'] = 'IMAP-Server:';
+$wb['monitor_services_mydns_txt'] = 'myDNS-Server:';
+$wb['monitor_services_mysql_txt'] = 'mySQL-Server:';
+$wb['monitor_settings_datafromdate_txt'] = 'Data from: ';
+$wb['monitor_settings_datetimeformat_txt'] = 'Y-m-d H:i';
+$wb['monitor_settings_server_txt'] = 'Server: ';
+$wb['monitor_title_updatestate_txt'] = 'Update State';
+$wb['monitor_title_mailq_txt'] = 'Mailqueue';
+$wb['monitor_title_raidstate_txt'] = 'RAID-State';
+$wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-Log';
+$wb['monitor_updates_nosupport_txt'] = 'Your distribution is not supported for this monitoring';
+?>

--
Gitblit v1.9.1