Subversion Repositories ALCASAR

Rev

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

Rev 2810 Rev 2841
Line 112... Line 112...
112
		- l'identifiant et le mot de passe sont générés aléatoirement,<br>
112
		- l'identifiant et le mot de passe sont générés aléatoirement,<br>
113
		- les champs \"Nom et prénom\" et \"Adresse de courriel\" ne sont pas pris en compte.<br> ";
113
		- les champs \"Nom et prénom\" et \"Adresse de courriel\" ne sont pas pris en compte.<br> ";
114
		$l_createTicketsMSG = "Saisissez le nombre d\'utilisateurs à créer";
114
		$l_createTicketsMSG = "Saisissez le nombre d\'utilisateurs à créer";
115
		$l_filtering = "Filtrage de domaines et antiviral ";
115
		$l_filtering = "Filtrage de domaines et antiviral ";
116
		$l_filtering_none = "Aucun";
116
		$l_filtering_none = "Aucun";
117
		$l_filtering_havp = "Antivirus web";
117
		$l_filtering_av = "Antivirus web";
118
		$l_filtering_havp_bl = "Antivirus web + Blacklist";
118
		$l_filtering_av_bl = "Antivirus web + Blacklist";
119
		$l_filtering_havp_wl = "Antivirus web + Whitelist";
119
		$l_filtering_av_wl = "Antivirus web + Whitelist";
120
		$l_user_exists = "existe déjà !";
120
		$l_user_exists = "existe déjà !";
121
		$l_created = "a été correctement créé";
121
		$l_created = "a été correctement créé";
122
		$l_removed = "a été supprimé";
122
		$l_removed = "a été supprimé";
123
		$l_group_desc = "<h2>Attributs Groupe</h2>";
123
		$l_group_desc = "<h2>Attributs Groupe</h2>";
124
		$l_user_desc = "<h2>Attributs Utilisateur</h2>";
124
		$l_user_desc = "<h2>Attributs Utilisateur</h2>";
Line 238... Line 238...
238
		- username and password are randomly generated,<br>
238
		- username and password are randomly generated,<br>
239
		- fields \"Surname and name\" and \"Email Address\" are not use.<br> ";
239
		- fields \"Surname and name\" and \"Email Address\" are not use.<br> ";
240
		$l_createTicketsMSG = "Enter the number of users to create";
240
		$l_createTicketsMSG = "Enter the number of users to create";
241
		$l_filtering = "Antivirus & domain Filtering";
241
		$l_filtering = "Antivirus & domain Filtering";
242
		$l_filtering_none = "None";
242
		$l_filtering_none = "None";
243
		$l_filtering_havp = "WEB Antivirus";
243
		$l_filtering_av = "WEB Antivirus";
244
		$l_filtering_havp_bl = "Blacklist + WEB antivirus";
244
		$l_filtering_av_bl = "Blacklist + WEB antivirus";
245
		$l_filtering_havp_wl = "Whitelist + WEB antivirus";
245
		$l_filtering_av_wl = "Whitelist + WEB antivirus";
246
		$l_user_exists = "already exists !";
246
		$l_user_exists = "already exists !";
247
		$l_created = "has been correctly created";
247
		$l_created = "has been correctly created";
248
		$l_removed = "has been removed";
248
		$l_removed = "has been removed";
249
		$l_group_desc = "<h2>Group Attributes</h2>";
249
		$l_group_desc = "<h2>Group Attributes</h2>";
250
		$l_user_desc = "<h2>User Attributes</h2>";
250
		$l_user_desc = "<h2>User Attributes</h2>";