Subversion Repositories ALCASAR

Rev

Rev 1548 | Rev 1574 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1548 Rev 1572
Line 46... Line 46...
46
	$l_service_restart 	= "Restart";
46
	$l_service_restart 	= "Restart";
47
	$l_service_status 	= "Status";
47
	$l_service_status 	= "Status";
48
	$l_service_status_img_ok= "Running";
48
	$l_service_status_img_ok= "Running";
49
	$l_service_status_img_ko= "Stopped";
49
	$l_service_status_img_ko= "Stopped";
50
	$l_service_action 	= "Actions";
50
	$l_service_action 	= "Actions";
51
	$l_radiusd		= "Authentication and authorisation serveur";
51
	$l_radiusd		= "Authentication and authorisation server";
52
	$l_chilli		= "Interception gateway";
52
	$l_chilli		= "Interception gateway";
53
	$l_dansguardian		= "URL and WEB content filter";
53
	$l_dansguardian		= "URL and WEB content filter";
54
	$l_mysqld		= "User database server";
54
	$l_mysqld		= "User database server";
55
	$l_httpd		= "WEB server (ALCASAR Control Center)";
55
	$l_httpd		= "WEB server (ALCASAR Control Center)";
56
	$l_sshd			= "Secure remote access";
56
	$l_sshd			= "Secure remote access";
57
	$l_freshclam		= "WEB antivirus update (every 2 hours)";
57
	$l_freshclam		= "Antivirus update process (every 2 hours)";
58
	$l_ntpd			= "Network time";
58
	$l_ntpd			= "Network time server";
59
	$l_havp			= "Antivirus Proxy 1";
59
	$l_havp			= "Antivirus Proxy";
60
	$l_tinyproxy		= "Light HTTP Proxy";
60
	$l_tinyproxy		= "Light HTTP Proxy";
61
	$l_dnsmasq		= "DNS and DHCP server";
61
	$l_dnsmasq		= "DNS and DHCP server";
62
	$l_dnsmasq_blacklist	= "DNS server for the Blacklist";
62
	$l_dnsmasq_blacklist	= "DNS server for the Blacklist";
63
	$l_dnsmasq_whitelist	= "DNS server for the Whitelist";
63
	$l_dnsmasq_whitelist	= "DNS server for the Whitelist";
64
	$l_dnsmasq_blackhole	= "DNS server (blackhole)";
64
	$l_dnsmasq_blackhole	= "DNS server (blackhole)";
65
	$l_ulogd_ssh		= "SSH access logging process";
65
	$l_ulogd_ssh		= "SSH access logging process";
66
	$l_ulogd_ext_access	= "Extern access attempts logging processs";
66
	$l_ulogd_ext_access	= "Extern access attempts logging process";
67
	$l_ulogd_traceability	= "Filtering WEB access logging process";
67
	$l_ulogd_traceability	= "Filtering WEB access logging process";
68
}
68
}
69
 
69
 
70
/****************************************************************
70
/****************************************************************
71
*	CONSTANTES AVEC CHEMINS DES FICHIERS DE CONFIGURATION	*
71
*	CONSTANTES AVEC CHEMINS DES FICHIERS DE CONFIGURATION	*