_("Domain SID"), "sambadomainname" => _("Domain name") ); } } /** * Generates the list view. * * @package lists * @author Roland Gruber * */ class lamSmbDomainList extends lamList { /** * Constructor * * @param string $type account type * @return lamList list object */ function __construct($type) { parent::__construct($type); $this->labels = array( 'nav' => _("%s domain(s) found"), 'error_noneFound' => _("No domains found!"), 'newEntry' => _("New domain"), 'deleteEntry' => _("Delete domain(s)")); } } ?>