diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-12-18 16:58:31 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-12-18 16:58:31 +0100 |
commit | 66bf79d4b7cd5adadecf1497288e92f4b9789861 (patch) | |
tree | 5d47b5ede4527a018069f1d27641e13c2d96bbe4 /admin/WebConsole/idiomas/php/eng | |
parent | d6a008427c1710bedd527029596e0fb397ed54dd (diff) |
#947: New web page with Organization Unit statistics obtained from de database.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/estadisticas_eng.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/estadisticas_eng.php b/admin/WebConsole/idiomas/php/eng/estadisticas_eng.php new file mode 100644 index 00000000..40d71b3c --- /dev/null +++ b/admin/WebConsole/idiomas/php/eng/estadisticas_eng.php @@ -0,0 +1,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', + ]; |