blob: 280bb9e0f5a96a90c3caafe5d11f99d1e8863b05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: perfilcomponente_soft_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Software profiles';
$TbMsg[1]='Components management ';
$TbMsg[2]='Software profile';
$TbMsg[3]='Component name';
$TbMsg[4]='(*)To include some component in this profile you must click in the corresponding checkbox.';
?>
|