blob: af58abea420c13e062071f223e31590b9a38aba7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: informacion_procedimientos_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Parameters of the commands in Procedure';
$TbMsg[1]='Parameter';
$TbMsg[2]='Value';
?>
|