. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } /// Class PrinterType class PrinterType extends CommonDropdown { static function getTypeName($nb = 0) { return _n('Printer type', 'Printer types', $nb); } static function getFieldLabel() { return _n('Type', 'Types', 1); } }