source: admin/WebConsole/idiomas/php/eng/estadisticas_eng.php @ 318b0a8

918-git-images-111dconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since 318b0a8 was 66bf79d, checked in by Ramón M. Gómez <ramongomez@…>, 5 years ago

#947: New web page with Organization Unit statistics obtained from de database.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?php
2//________________________________________________________
3//
4//      Php language file: estadisticas_eng.php
5//      Language: English
6//________________________________________________________
7if (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    ];
Note: See TracBrowser for help on using the repository browser.