_("Host name"), "cn" => _("Host name"), "rid" => _("RID (Windows UID)"), "description" => _("Host description"), "uidnumber" => _("UID number"), "gidnumber" => _("GID number") ); } } /** * Generates the list view. * * @package lists * @author Roland Gruber * */ class lamHostList extends lamList { /** * Constructor * * @param string $type account type * @return lamList list object */ function lamHostList($type) { parent::lamList($type); $this->labels = array( 'nav' => _("%s host(s) found"), 'error_noneFound' => _("No hosts found!"), 'newEntry' => _("New host"), 'deleteEntry' => _("Delete host"), 'createPDF' => _("Create PDF for selected host(s)"), 'createPDFAll' => _("Create PDF for all hosts")); } } ?>