<?php
//________________________________________________________
//
//	Php language file: estadisticas_eng.php
//	Language: English
//________________________________________________________
if (empty($TbMsg)) $TbMsg = [];
$TbMsg += [
    "TITLE_STATS" => 'Statístics of the Organizational Unit',
    "LABEL_LABS" => 'Defined labs',
    "LABEL_HASPROF" => "Labs with teacher's computer",
    "LABEL_REMOTELAB" => 'Labs with remote access enabled',
    "LABEL_CLIENTS" => 'Defined computers',
    "LABEL_HASCONFIG" => 'Computers with saved configuration',
    "LABEL_HASREPO" => 'Computers assigned to a repository',
    "LABEL_HASHARD" => "Computers with hardware profile",
    "LABEL_HASSERIAL" => 'Computers with serial number',
    "LABEL_REPOS" => 'Defined image repositories',
    "LABEL_IMAGES" => 'Defined images',
    "LABEL_MONOIMG" => 'Imágenes monolíticas',
    "LABEL_HASSOFT" => 'Images with software profile',
    "LABEL_REMOTEIMG" => 'Images with remote access enabled',
    "LABEL_OSES" => 'Different operating systems',
    "LABEL_MENUS" => 'Defined menus',
    "LABEL_PROCS" => 'Defined procedures',
    "LABEL_TASKS" => 'Defined tasks',
    "MSG_UNAVAILABLE" => 'Statistics are not available',
    ];
