[66bf79d] | 1 | <?php |
---|
| 2 | //________________________________________________________ |
---|
| 3 | // |
---|
| 4 | // Php language file: estadisticas_eng.php |
---|
| 5 | // Language: English |
---|
| 6 | //________________________________________________________ |
---|
| 7 | if (empty($TbMsg)) $TbMsg = []; |
---|
| 8 | $TbMsg += [ |
---|
| 9 | "TITLE_STATS" => 'Statístics of the Organizational Unit', |
---|
| 10 | "LABEL_LABS" => 'Defined labs', |
---|
| 11 | "LABEL_HASPROF" => "Labs with teacher's computer", |
---|
| 12 | "LABEL_REMOTELAB" => 'Labs with remote access enabled', |
---|
| 13 | "LABEL_CLIENTS" => 'Defined computers', |
---|
| 14 | "LABEL_HASCONFIG" => 'Computers with saved configuration', |
---|
| 15 | "LABEL_HASREPO" => 'Computers assigned to a repository', |
---|
| 16 | "LABEL_HASHARD" => "Computers with hardware profile", |
---|
| 17 | "LABEL_HASSERIAL" => 'Computers with serial number', |
---|
| 18 | "LABEL_REPOS" => 'Defined image repositories', |
---|
| 19 | "LABEL_IMAGES" => 'Defined images', |
---|
| 20 | "LABEL_MONOIMG" => 'Imágenes monolíticas', |
---|
| 21 | "LABEL_HASSOFT" => 'Images with software profile', |
---|
| 22 | "LABEL_REMOTEIMG" => 'Images with remote access enabled', |
---|
| 23 | "LABEL_OSES" => 'Different operating systems', |
---|
| 24 | "LABEL_MENUS" => 'Defined menus', |
---|
| 25 | "LABEL_PROCS" => 'Defined procedures', |
---|
| 26 | "LABEL_TASKS" => 'Defined tasks', |
---|
| 27 | "MSG_UNAVAILABLE" => 'Statistics are not available', |
---|
| 28 | ]; |
---|