1<?php
2$lang["enable_add"] = "Automatically add users that meet criteria";
3$lang["enable_remove"] = "Automatically remove users that do not meet criteria";
4$lang["regex"] = "List of tests to add or remove users from groups. One test per line. Each line should have the following format:<br>&lt;group&gt;,&lt;attribute&gt;,&lt;regex test&gt;<br>Valid attributes are 'user', 'name', or 'mail'.<br>Regex test must include delimiters.";