Subversion Repositories ALCASAR

Rev

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

Rev 2610 Rev 2613
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: network.php 2610 2018-08-22 16:31:17Z tom.houdayer $
2
# $Id: network.php 2613 2018-08-22 21:26:27Z tom.houdayer $
3
 
3
 
4
// written by steweb57, Rexy & Tom HOUDAYER
4
// written by steweb57, Rexy & Tom HOUDAYER
5
 
5
 
6
/********************
6
/********************
7
*  READ CONF FILES  *
7
*  READ CONF FILES  *
Line 127... Line 127...
127
	$l_current_certificate  = "Current certificate";
127
	$l_current_certificate  = "Current certificate";
128
	$l_validated		= "Validated by :";
128
	$l_validated		= "Validated by :";
129
	$l_empty		= "Empty";
129
	$l_empty		= "Empty";
130
	$l_yes			= "Yes";
130
	$l_yes			= "Yes";
131
	$l_no			= "No";
131
	$l_no			= "No";
132
	$l_ssl_title		= "Cypher the network flows between users and ALCASAR";
132
	$l_ssl_title		= "Cipher the network flows between users and ALCASAR";
133
	$l_cert_expiration	= "Expiration date:";
133
	$l_cert_expiration	= "Expiration date:";
134
	$l_cert_commonname	= "Common name:";
134
	$l_cert_commonname	= "Common name:";
135
	$l_cert_organization	= "Organization:";
135
	$l_cert_organization	= "Organization:";
136
	$l_upload_certificate	= "Importer un certificat";
136
	$l_upload_certificate	= "Importer un certificat";
137
	$l_le_integration	= "Let's Encrypt integration";
137
	$l_le_integration	= "Let's Encrypt integration";