Subversion Repositories ALCASAR

Rev

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

Rev 870 Rev 871
Line 28... Line 28...
28
	$Language = strtolower(substr(chop($Langue[0]),0,2)); }
28
	$Language = strtolower(substr(chop($Langue[0]),0,2)); }
29
if($Language == 'fr'){
29
if($Language == 'fr'){
30
	$l_error_open_file	= "Erreur d'ouverture du fichier";
30
	$l_error_open_file	= "Erreur d'ouverture du fichier";
31
	$l_trusted_domain	= "Noms de domaine Internet de confiance";
31
	$l_trusted_domain	= "Noms de domaine Internet de confiance";
32
	$l_domain		= "Noms de domaine";
32
	$l_domain		= "Noms de domaine";
33
	$l_comment_explain	= "Lien de la page d'interception";
33
	$l_comment_explain	= "Lien affiché dans la page d'interception";
34
	$l_comment_explain2	= "Laissez vide si non affiché";
34
	$l_comment_explain2	= "Laissez vide si non affiché";
35
	$l_remove		= "Retirer de la liste";
35
	$l_remove		= "Retirer de la liste";
36
	$l_trusted_ip		= "adresses IP de confiance";
36
	$l_trusted_ip		= "adresses IP de confiance";
37
	$l_comment		= "Commentaires";
37
	$l_comment		= "Commentaires";
38
	$l_trusted_domain_explain = "Gérez ici les noms de domaine Internet pouvant être joints sans authentification";
38
	$l_trusted_domain_explain = "Gérez ici les noms de domaine Internet pouvant être joints sans authentification";
Line 43... Line 43...
43
}
43
}
44
else {
44
else {
45
	$l_error_open_file	= "File open error";
45
	$l_error_open_file	= "File open error";
46
	$l_trusted_domain	= "Trusted Internet domain names";
46
	$l_trusted_domain	= "Trusted Internet domain names";
47
	$l_domain		= "Domain names";
47
	$l_domain		= "Domain names";
48
	$l_comment_explain	= "Link showed in intercep page";
48
	$l_comment_explain	= "Link displayed in intercept page";
49
	$l_comment_explain2	= "Let empty for no link";
49
	$l_comment_explain2	= "Let empty to not display link";
50
	$l_remove		= "Remove from list";
50
	$l_remove		= "Remove from list";
51
	$l_trusted_ip		= "Trusted Internet domain and IP addresses";
51
	$l_trusted_ip		= "Trusted Internet domain and IP addresses";
52
	$l_comment		= "Comments";
52
	$l_comment		= "Comments";
53
	$l_trusted_domain_explain = "Manage Internet domain names that can be joined without authentication";
53
	$l_trusted_domain_explain = "Manage Internet domain names that can be joined without authentication";
54
	$l_trusted_ip_explain	= "Manage systems or networks IP addresses that can be joined without authentication";
54
	$l_trusted_ip_explain	= "Manage systems or networks IP addresses that can be joined without authentication";