blob: 04c55a7344356615b59da49677514c76fc39dc9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: informacion_perfileshard_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Acciones';
$TbMsg[1]='Procedimientos';
$TbMsg[2]='Información sobre Procedimientos';
$TbMsg[3]='Tareas';
$TbMsg[4]='Información sobre Tareas';
$TbMsg[5]='Información';
$TbMsg[6]='Sin parámetros';
?>
|