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