blob: 62b77bc0ee7429d4a458183f5d10c05257f66c6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: informacion_incrementales_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Software profiles';
$TbMsg[1]='Information about profiles';
$TbMsg[2]='Software profile';
$TbMsg[3]='Software profiles information';
$TbMsg[4]='Software components';
$TbMsg[5]='Profiles availables';
$TbMsg[6]='Hardware profiles supported';
?>
|