. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } /// Class OperatingSystemServicePack class OperatingSystemArchitecture extends CommonDropdown { public $can_be_translated = false; static function getTypeName($nb = 0) { return _n('Operating system architecture', 'Operating system architectures', $nb); } }