Subversion Repositories ALCASAR

Rev

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

Rev 1831 Rev 1883
Line 113... Line 113...
113
		$l_filtering_none = "Aucun";
113
		$l_filtering_none = "Aucun";
114
		$l_filtering_havp = "Antivirus";
114
		$l_filtering_havp = "Antivirus";
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>";
-
 
119
		$l_user_desc = "<h2>Attributs Utilisateur</h2>";
118
	break;
120
	break;
119
	default :
121
	default :
120
	//English
122
	//English
121
		$l_monday="monday"; $l_tuesday="tuesday"; $l_wednesday="wednesday"; $l_thursday="thursday"; $l_friday="friday"; $l_saturday="saturday"; $l_sunday="sunday";
123
		$l_monday="monday"; $l_tuesday="tuesday"; $l_wednesday="wednesday"; $l_thursday="thursday"; $l_friday="friday"; $l_saturday="saturday"; $l_sunday="sunday";
122
		$l_monthly="monthly";$l_weekly="weekly";$l_daily="daily";$l_by_session="by session";
124
		$l_monthly="monthly";$l_weekly="weekly";$l_daily="daily";$l_by_session="by session";
Line 221... Line 223...
221
		$l_filtering_none = "None";
223
		$l_filtering_none = "None";
222
		$l_filtering_havp = "Antivirus";
224
		$l_filtering_havp = "Antivirus";
223
		$l_filtering_havp_bl = "Blacklist + antivirus";
225
		$l_filtering_havp_bl = "Blacklist + antivirus";
224
		$l_filtering_havp_wl = "Whitelist + antivirus";
226
		$l_filtering_havp_wl = "Whitelist + antivirus";
225
		$l_user_exists = "already exists !";
227
		$l_user_exists = "already exists !";
-
 
228
		$l_group_desc = "<h2>Group Attributes</h2>";
-
 
229
		$l_user_desc = "<h2>User Attributes</h2>";
226
	break;
230
	break;
227
	}
231
	}
228
?>
232
?>