blob: 454c9a7ccb75d91e9b4a026d2c47c10bb026a6c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: ejecutarscripts_eng.php (Comandos)
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Centers';
$TbMsg[1]='Group of labs';
$TbMsg[2]='Labs';
$TbMsg[3]='Group of computers';
$TbMsg[4]='Computers';
$TbMsg[5]='Perfom Script';
$TbMsg[6]='Environment';
$TbMsg[7]='Title';
$TbMsg[8]='Description';
$TbMsg[9]='Rembo-C code';
$TbMsg[10]='Code file';
?>
|