blob: 96767c0d3d3b23de2bdad83449b714f92fe636bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: configuracionordenador_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Computers configurations';
$TbMsg[1]='Computer features';
$TbMsg[2]='Name';
$TbMsg[3]='IP Address';
$TbMsg[4]='MAC Address';
$TbMsg[5]='Hardware profile';
$TbMsg[6]='Partition';
$TbMsg[7]='System name';
$TbMsg[8]='Size';
$TbMsg[9]='Data configuration';
?>
|