blob: 365420b83da800ce40511d08c41d2fc7859b16c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: informacion_imagenes_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Imágenes';
$TbMsg[1]='Information sobre imagenes';
$TbMsg[2]='Imagen';
$TbMsg[3]='Información de la Imagen';
$TbMsg[4]='Componentes software';
$TbMsg[5]='Software incremental';
$TbMsg[6]='Perfil Software';
$TbMsg[7]='Ordenadores con esta imagen';
$TbMsg[8]='Partición';
$TbMsg[9]='Comentarios';
?>
|