. * --------------------------------------------------------------------- */ /** * @since 9.2 */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } class DeviceSimcardType extends CommonDeviceType { static function getTypeName($nb = 0) { return _n('Simcard type', 'Simcard types', $nb); } }