blob: 02dc078f2780075f71c0b612b9361d6cc4fc2533 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: procedimientoscomandos_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Mangement Commands of a Procedure';
$TbMsg[1]='Includes Commands';
$TbMsg[2]='Procedure';
$TbMsg[3]='Command name';
$TbMsg[4]='Ord.';
$TbMsg[5]='Parameter';
$TbMsg[6]='Value';
$TbMsg[7]='(*)To exclude some command from this procedure you must click in the corresponding checkbox';
?>
|