| Line 115... |
Line 115... |
| 115 |
$l_filtering_havp_bl = "Blacklist + antivirus";
|
115 |
$l_filtering_havp_bl = "Blacklist + antivirus";
|
| 116 |
$l_filtering_havp_wl = "Whitelist + antivirus";
|
116 |
$l_filtering_havp_wl = "Whitelist + antivirus";
|
| 117 |
$l_user_exists = "existe déjà !";
|
117 |
$l_user_exists = "existe déjà !";
|
| 118 |
$l_group_desc = "<h2>Attributs Groupe</h2>";
|
118 |
$l_group_desc = "<h2>Attributs Groupe</h2>";
|
| 119 |
$l_user_desc = "<h2>Attributs Utilisateur</h2>";
|
119 |
$l_user_desc = "<h2>Attributs Utilisateur</h2>";
|
| - |
|
120 |
$l_proto="Profile de protocole de filtrage";
|
| - |
|
121 |
$l_proto_0="Aucun";
|
| - |
|
122 |
$l_proto_1="Navigation Web";
|
| - |
|
123 |
$l_proto_2="Navigation Web, Messagerie et Serveur distant";
|
| - |
|
124 |
$l_proto_3="Personnalisable";
|
| 120 |
break;
|
125 |
break;
|
| 121 |
default :
|
126 |
default :
|
| 122 |
//English
|
127 |
//English
|
| 123 |
$l_monday="monday"; $l_tuesday="tuesday"; $l_wednesday="wednesday"; $l_thursday="thursday"; $l_friday="friday"; $l_saturday="saturday"; $l_sunday="sunday";
|
128 |
$l_monday="monday"; $l_tuesday="tuesday"; $l_wednesday="wednesday"; $l_thursday="thursday"; $l_friday="friday"; $l_saturday="saturday"; $l_sunday="sunday";
|
| 124 |
$l_monthly="monthly";$l_weekly="weekly";$l_daily="daily";$l_by_session="by session";
|
129 |
$l_monthly="monthly";$l_weekly="weekly";$l_daily="daily";$l_by_session="by session";
|
| Line 225... |
Line 230... |
| 225 |
$l_filtering_havp_bl = "Blacklist + antivirus";
|
230 |
$l_filtering_havp_bl = "Blacklist + antivirus";
|
| 226 |
$l_filtering_havp_wl = "Whitelist + antivirus";
|
231 |
$l_filtering_havp_wl = "Whitelist + antivirus";
|
| 227 |
$l_user_exists = "already exists !";
|
232 |
$l_user_exists = "already exists !";
|
| 228 |
$l_group_desc = "<h2>Group Attributes</h2>";
|
233 |
$l_group_desc = "<h2>Group Attributes</h2>";
|
| 229 |
$l_user_desc = "<h2>User Attributes</h2>";
|
234 |
$l_user_desc = "<h2>User Attributes</h2>";
|
| - |
|
235 |
$l_proto="Protocol filtering";
|
| - |
|
236 |
$l_proto_0="None";
|
| - |
|
237 |
$l_proto_1="Web browsing";
|
| - |
|
238 |
$l_proto_2="Web browsing, Mail et server administration";
|
| - |
|
239 |
$l_proto_3="Custom";
|
| 230 |
break;
|
240 |
break;
|
| 231 |
}
|
241 |
}
|
| 232 |
?>
|
242 |
?>
|