blob: ae73e175b0efdca69d0c2ccfca8407ca8a0f9deb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
//________________________________________________________________________________________________________
//
// 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.';
?>
|