blob: 1e3c435bf1ccf1ae2baa246ca62b38b953b516f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: informacion_perfileshard_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Perfiles hardware';
$TbMsg[1]='Information sobre Perfiles hardware';
$TbMsg[2]='Perfil hardware';
$TbMsg[3]='Información Perfil hardware';
$TbMsg[4]='Imágenes compatibles';
$TbMsg[5]='Componentes software';
$TbMsg[6]='Componentes hardware ';
$TbMsg[7]='Ordenades con este perfil';
$TbMsg[8]='Comentarios';
$TbMsg[9]='Partición';
$TbMsg[10]='Comentarios';
|