summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/estadisticas_eng.php
blob: 40d71b3c347b16cbc1f83ed819d1a5a0d7d85be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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',
    ];