1<?php 2$lang['menu'] = 'AutoGroup'; 3 4// custom language strings for the plugin 5$lang['nosupport'] = 'User management not available, unable to manage groups.'; 6$lang['update_ok'] = 'Groups updated for user %s:<br>In: %s<br>Out: %s'; 7 8// Used by settings.class.php 9$lang['not_3_parts'] = 'Requires 3 parts separated by commas.<br>%s<br>Line:%s'; 10$lang['bad_attribute'] = 'Valid attributes as the second item are "user", "name", and "mail".<br>%s<br>Line:%s'; 11$lang['bad_regex'] = 'The regex supplied in the third item is not valid.<br>%s<br>Line:%s'; 12