Subversion Repositories ALCASAR

Rev

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

Rev 2717 Rev 2736
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: network.php 2717 2019-03-11 21:23:17Z tom.houdayer $
2
# $Id: network.php 2736 2019-05-28 22:06:08Z rexy $
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 73... Line 73...
73
	$l_current_certificate  = "Certificat actuel";
73
	$l_current_certificate  = "Certificat actuel";
74
	$l_validated		= "Validé par :";
74
	$l_validated		= "Validé par :";
75
	$l_empty		= "Vide";
75
	$l_empty		= "Vide";
76
	$l_yes			= "Oui";
76
	$l_yes			= "Oui";
77
	$l_no			= "Non";
77
	$l_no			= "Non";
78
	$l_ssl_title		= "Chiffrer les flux réseau entre les utilisateurs et ALCASAR";
78
	$l_ssl_title		= "Chiffrer les flux d'authentification entre les utilisateurs et ALCASAR";
79
	$l_cert_expiration	= "Date d'expiration :";
79
	$l_cert_expiration	= "Date d'expiration :";
80
	$l_cert_commonname	= "Nom commun :";
80
	$l_cert_commonname	= "Nom commun :";
81
	$l_cert_organization	= "Organisation :";
81
	$l_cert_organization	= "Organisation :";
82
	$l_upload_certificate	= "Importer un certificat";
82
	$l_upload_certificate	= "Importer un certificat";
83
	$l_le_integration	= "Intégration Let's Encrypt";
83
	$l_le_integration	= "Intégration Let's Encrypt";
Line 128... Line 128...
128
	$l_current_certificate  = "Current certificate";
128
	$l_current_certificate  = "Current certificate";
129
	$l_validated		= "Validated by :";
129
	$l_validated		= "Validated by :";
130
	$l_empty		= "Empty";
130
	$l_empty		= "Empty";
131
	$l_yes			= "Yes";
131
	$l_yes			= "Yes";
132
	$l_no			= "No";
132
	$l_no			= "No";
133
	$l_ssl_title		= "Cipher the network flows between users and ALCASAR";
133
	$l_ssl_title		= "Cipher authentication flows between users and ALCASAR";
134
	$l_cert_expiration	= "Expiration date:";
134
	$l_cert_expiration	= "Expiration date:";
135
	$l_cert_commonname	= "Common name:";
135
	$l_cert_commonname	= "Common name:";
136
	$l_cert_organization	= "Organization:";
136
	$l_cert_organization	= "Organization:";
137
	$l_upload_certificate	= "Importer un certificat";
137
	$l_upload_certificate	= "Importer un certificat";
138
	$l_le_integration	= "Let's Encrypt integration";
138
	$l_le_integration	= "Let's Encrypt integration";