blob: aa43f0080c8b347e6265737eff44bd3aa4c5cd2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: incrementalcomponente_soft_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Softwares Incrementales';
$TbMsg[1]='Gestión de componentes software';
$TbMsg[2]='Software incremental';
$TbMsg[3]='Nombre del componente';
$TbMsg[4]='(*)Para incluir algún componente en este software incremental debe hacer click sobre la casilla de verificación correspondiente.';
?>
|