<?php
$lang['menu'] = 'AutoGroup';

// custom language strings for the plugin
$lang['nosupport']     = 'User management not available, unable to manage groups.';
$lang['update_ok'] = 'Groups updated for user %s:<br>In: %s<br>Out: %s';

// Used by settings.class.php
$lang['not_3_parts']   = 'Requires 3 parts separated by commas.<br>%s<br>Line:%s';
$lang['bad_attribute'] = 'Valid attributes as the second item are "user", "name", and "mail".<br>%s<br>Line:%s';
$lang['bad_regex'] = 'The regex supplied in the third item is not valid.<br>%s<br>Line:%s';
