_("Group name"), 'description' => _('Description'), 'membernisnetgroup' => _('Subgroups'), 'nisnetgrouptriple' => _('Members') ); } } /** * Generates the list view. * * @package lists * @author Roland Gruber * */ class lamNetgroupList extends lamList { /** * Constructor * * @param string $type account type * @return lamList list object */ function __construct($type) { parent::__construct($type); $this->labels = array( 'nav' => _("%s group(s) found"), 'error_noneFound' => _("No groups found!"), 'newEntry' => _("New group"), 'deleteEntry' => _("Delete group(s)")); } } ?>