blob: ff3c9b7f7eb4eb80adb042a4fdcc2d5495fdb369 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?
//________________________________________________________________________________________________________
//
// 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"';
?>
|