blob: 8ef435968706012d4c85548f699dc642c88fbb41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: inventariohardware_eng.php (Comandos)
// Language: English
//________________________________________________________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg[0]='Centers';
$TbMsg[1]='Group of labs';
$TbMsg[2]='Labs';
$TbMsg[3]='Group of computers';
$TbMsg[4]='Computers';
$TbMsg[5]='Hardware Inventory';
$TbMsg[6]='Scope';
?>
|