blob: 409f52a72392729ec962efd0d1eb10822f20185e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: ejecutaracciones_eng.php
// Idioma: Ingles
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Centers';
$TbMsg[1]='Group of labs';
$TbMsg[2]='Lab';
$TbMsg[3]='Group of computers';
$TbMsg[4]='Computers';
$TbMsg[5]='Implementation of procedures';
$TbMsg[6]='Scope';
$TbMsg[7]='Procedures';
$TbMsg[8]='Procedures';
$TbMsg[9]='"Execute procedures"';
$TbMsg[10]='"Include as autoexec"';
?>
|