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