Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2131 → Rev 2132

/web/acc/manager/lib/langues.php
109,19 → 109,19
$l_spoofing = "Adresse(s) MAC usurpée(s) (Watchdog)";
$l_virus = "Virus bloqué(s) (HAVP)";
$l_fail2ban = "Adresse(s) IP bloquée(s) (Fail2Ban)";
$l_filtering = "Filtrage";
$l_filtering = "Filtrage de domaines et antiviral ";
$l_filtering_none = "Aucun";
$l_filtering_havp = "Antivirus";
$l_filtering_havp_bl = "Blacklist + antivirus";
$l_filtering_havp_wl = "Whitelist + antivirus";
$l_filtering_havp = "Antivirus web";
$l_filtering_havp_bl = "Antivirus web + Blacklist";
$l_filtering_havp_wl = "Antivirus web + Whitelist";
$l_user_exists = "existe déjà !";
$l_group_desc = "<h2>Attributs Groupe</h2>";
$l_user_desc = "<h2>Attributs Utilisateur</h2>";
$l_proto="Profile de protocole de filtrage";
$l_proto_0="Aucun";
$l_proto_1="Navigation Web";
$l_proto_2="Navigation Web, Messagerie et Serveur distant";
$l_proto_3="Personnalisable";
$l_proto="Filtrage de protocoles réseau";
$l_proto_0="Aucun filtre";
$l_proto_1="Navigation Web (HTTP & HTTPS)";
$l_proto_2="Navigation Web + Messagerie + Accès distant";
$l_proto_3="Personnalisé";
break;
default :
//English
224,19 → 224,19
$l_spoofing = "MAC address spoofed (Watchdog)";
$l_virus = "Virus blocked (HAVP)";
$l_fail2ban = "IP address blocked (Fail2Ban)";
$l_filtering = "Filtering";
$l_filtering = "Antivirus & domain Filtering";
$l_filtering_none = "None";
$l_filtering_havp = "Antivirus";
$l_filtering_havp_bl = "Blacklist + antivirus";
$l_filtering_havp_wl = "Whitelist + antivirus";
$l_filtering_havp = "WEB Antivirus";
$l_filtering_havp_bl = "Blacklist + WEB antivirus";
$l_filtering_havp_wl = "Whitelist + WEB antivirus";
$l_user_exists = "already exists !";
$l_group_desc = "<h2>Group Attributes</h2>";
$l_user_desc = "<h2>User Attributes</h2>";
$l_proto="Protocol filtering";
$l_proto="Network protocols filtering";
$l_proto_0="None";
$l_proto_1="Web browsing";
$l_proto_2="Web browsing, Mail et server administration";
$l_proto_3="Custom";
$l_proto_1="Web browsing (HTTP & HTTPS)";
$l_proto_2="Web browsing, Mail et remote access";
$l_proto_3="Customized";
break;
}
?>