Subversion Repositories ALCASAR

Rev

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

Rev 871 Rev 885
Line 32... Line 32...
32
	$l_domain		= "Noms de domaine";
32
	$l_domain		= "Noms de domaine";
33
	$l_comment_explain	= "Lien affiché dans 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_trusted_equipments	= "Equipements de consultation de confiance";
37
	$l_comment		= "Commentaires";
38
	$l_comment		= "Commentaires";
38
	$l_trusted_domain_explain = "Gérez ici les noms de domaine Internet pouvant être joints sans authentification";
39
	$l_trusted_domain_explain = "Gérez ici les noms de domaine Internet pouvant être joints sans authentification";
-
 
40
	$l_trusted_equipments_explain	= "Pour gérer les équipements du réseau de consultation pouvant accéder à Internet sans aêtre interceptés : lisez la documentation d'exploitation (ch.4.7c)";
39
	$l_trusted_ip_explain	= "Gérez ici les adresses IP de systèmes ou de réseaux pouvant être joints sans authentification";
41
	$l_trusted_ip_explain	= "Gérez ici les adresses IP de systèmes ou de réseaux pouvant être joints sans authentification";
40
	$l_submit		= "Enregistrer";
42
	$l_submit		= "Enregistrer";
41
	$l_add_to_list		= "Ajouter à la liste";
43
	$l_add_to_list		= "Ajouter à la liste";
42
	$l_apply		= "Appliquer les changements";
44
	$l_apply		= "Appliquer les changements";
43
}
45
}
Line 47... Line 49...
47
	$l_domain		= "Domain names";
49
	$l_domain		= "Domain names";
48
	$l_comment_explain	= "Link displayed in intercept page";
50
	$l_comment_explain	= "Link displayed in intercept page";
49
	$l_comment_explain2	= "Let empty to not display link";
51
	$l_comment_explain2	= "Let empty to not display link";
50
	$l_remove		= "Remove from list";
52
	$l_remove		= "Remove from list";
51
	$l_trusted_ip		= "Trusted Internet domain and IP addresses";
53
	$l_trusted_ip		= "Trusted Internet domain and IP addresses";
-
 
54
	$l_trusted_equipments	= "Trusted consultation equipements";
-
 
55
	$l_trusted_equipments_explain	= "To manage consultation equipments allowed to be connected to Internet withoout interception, read exploitation documentation (ch.4.7c)";
52
	$l_comment		= "Comments";
56
	$l_comment		= "Comments";
53
	$l_trusted_domain_explain = "Manage Internet domain names that can be joined without authentication";
57
	$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";
58
	$l_trusted_ip_explain	= "Manage systems or networks IP addresses that can be joined without authentication";
55
	$l_submit		= "Submit";
59
	$l_submit		= "Submit";
56
	$l_add_to_list		= "Add to list";
60
	$l_add_to_list		= "Add to list";
Line 235... Line 239...
235
<td><input type='submit' value='<?echo"$l_add_to_list";?>'></td>
239
<td><input type='submit' value='<?echo "$l_add_to_list";?>'></td>
236
</tr></table>
240
</tr></table>
237
</form>
241
</form>
238
</td></tr>
242
</td></tr>
239
</table>
243
</table>
240
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
244
<table width="100%" border="0" cellspacing="0" cellpadding="0">
241
	<tr><th><?php echo $l_trusted_ip ;?></th></tr>
245
	<tr><th><?php echo "$l_trusted_ip" ;?></th></tr>
242
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
246
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
243
</TABLE>
-
 
244
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
-
 
245
</TABLE>
247
</table>
246
<table width="100%" border=1 cellspacing=0 cellpadding=1>
248
<table width="100%" border=1 cellspacing=0 cellpadding=1>
247
<tr><td colspan=2 align="center">
249
<tr><td colspan=2 align="center">
248
<?
250
<?
249
echo "$l_trusted_ip_explain</td></tr>";
251
echo "$l_trusted_ip_explain</td></tr>";
250
echo "<tr><td align='center' valign='middle'>";
252
echo "<tr><td align='center' valign='middle'>";
Line 293... Line 295...
293
<td><input type='submit' value='<?echo"$l_add_to_list";?>'></td>
295
<td><input type='submit' value='<?echo "$l_add_to_list";?>'></td>
294
</tr></table>
296
</tr></table>
295
</form>
297
</form>
296
</td></tr>
298
</td></tr>
297
</table>
299
</table>
-
 
300
<table width="100%" border="0" cellspacing="0" cellpadding="0">
-
 
301
	<tr><th><?php echo "$l_trusted_equipments";?></th></tr>
-
 
302
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
-
 
303
</table>
-
 
304
<table width="100%" border=1 cellspacing=0 cellpadding=1>
-
 
305
<tr><td colspan=2 align="center">
-
 
306
<?echo "$l_trusted_equipments_explain";?>
-
 
307
</td></tr>
-
 
308
</table>
298
</BODY>
309
</BODY>
299
</HTML>
310
</HTML>