Line 107... |
Line 107... |
107 |
- les champs \"Nom et prénom\" et \"Adresse de courriel\" ne sont pas pris en compte.<br> ";
|
107 |
- les champs \"Nom et prénom\" et \"Adresse de courriel\" ne sont pas pris en compte.<br> ";
|
108 |
$l_createTicketsMSG = "Saisissez le nombre d\'utilisateurs à créer";
|
108 |
$l_createTicketsMSG = "Saisissez le nombre d\'utilisateurs à créer";
|
109 |
$l_spoofing = "Adresse(s) MAC usurpée(s) (Watchdog)";
|
109 |
$l_spoofing = "Adresse(s) MAC usurpée(s) (Watchdog)";
|
110 |
$l_virus = "Virus bloqué(s) (HAVP)";
|
110 |
$l_virus = "Virus bloqué(s) (HAVP)";
|
111 |
$l_fail2ban = "Adresse(s) IP bloquée(s) (Fail2Ban)";
|
111 |
$l_fail2ban = "Adresse(s) IP bloquée(s) (Fail2Ban)";
|
112 |
$l_filtering = "Filtrage";
|
112 |
$l_filtering = "Filtrage de domaines et antiviral ";
|
113 |
$l_filtering_none = "Aucun";
|
113 |
$l_filtering_none = "Aucun";
|
114 |
$l_filtering_havp = "Antivirus";
|
114 |
$l_filtering_havp = "Antivirus web";
|
115 |
$l_filtering_havp_bl = "Blacklist + antivirus";
|
115 |
$l_filtering_havp_bl = "Antivirus web + Blacklist";
|
116 |
$l_filtering_havp_wl = "Whitelist + antivirus";
|
116 |
$l_filtering_havp_wl = "Antivirus web + Whitelist";
|
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";
|
120 |
$l_proto="Filtrage de protocoles réseau";
|
121 |
$l_proto_0="Aucun";
|
121 |
$l_proto_0="Aucun filtre";
|
122 |
$l_proto_1="Navigation Web";
|
122 |
$l_proto_1="Navigation Web (HTTP & HTTPS)";
|
123 |
$l_proto_2="Navigation Web, Messagerie et Serveur distant";
|
123 |
$l_proto_2="Navigation Web + Messagerie + Accès distant";
|
124 |
$l_proto_3="Personnalisable";
|
124 |
$l_proto_3="Personnalisé";
|
125 |
break;
|
125 |
break;
|
126 |
default :
|
126 |
default :
|
127 |
//English
|
127 |
//English
|
128 |
$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";
|
129 |
$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 222... |
Line 222... |
222 |
- fields \"Surname and name\" and \"Email Address\" are not use.<br> ";
|
222 |
- fields \"Surname and name\" and \"Email Address\" are not use.<br> ";
|
223 |
$l_createTicketsMSG = "Enter the number of users to create";
|
223 |
$l_createTicketsMSG = "Enter the number of users to create";
|
224 |
$l_spoofing = "MAC address spoofed (Watchdog)";
|
224 |
$l_spoofing = "MAC address spoofed (Watchdog)";
|
225 |
$l_virus = "Virus blocked (HAVP)";
|
225 |
$l_virus = "Virus blocked (HAVP)";
|
226 |
$l_fail2ban = "IP address blocked (Fail2Ban)";
|
226 |
$l_fail2ban = "IP address blocked (Fail2Ban)";
|
227 |
$l_filtering = "Filtering";
|
227 |
$l_filtering = "Antivirus & domain Filtering";
|
228 |
$l_filtering_none = "None";
|
228 |
$l_filtering_none = "None";
|
229 |
$l_filtering_havp = "Antivirus";
|
229 |
$l_filtering_havp = "WEB Antivirus";
|
230 |
$l_filtering_havp_bl = "Blacklist + antivirus";
|
230 |
$l_filtering_havp_bl = "Blacklist + WEB antivirus";
|
231 |
$l_filtering_havp_wl = "Whitelist + antivirus";
|
231 |
$l_filtering_havp_wl = "Whitelist + WEB antivirus";
|
232 |
$l_user_exists = "already exists !";
|
232 |
$l_user_exists = "already exists !";
|
233 |
$l_group_desc = "<h2>Group Attributes</h2>";
|
233 |
$l_group_desc = "<h2>Group Attributes</h2>";
|
234 |
$l_user_desc = "<h2>User Attributes</h2>";
|
234 |
$l_user_desc = "<h2>User Attributes</h2>";
|
235 |
$l_proto="Protocol filtering";
|
235 |
$l_proto="Network protocols filtering";
|
236 |
$l_proto_0="None";
|
236 |
$l_proto_0="None";
|
237 |
$l_proto_1="Web browsing";
|
237 |
$l_proto_1="Web browsing (HTTP & HTTPS)";
|
238 |
$l_proto_2="Web browsing, Mail et server administration";
|
238 |
$l_proto_2="Web browsing, Mail et remote access";
|
239 |
$l_proto_3="Custom";
|
239 |
$l_proto_3="Customized";
|
240 |
break;
|
240 |
break;
|
241 |
}
|
241 |
}
|
242 |
?>
|
242 |
?>
|