blob: 8e934497eb2ed8698f04bea776e3fc05a11c3202 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: imagenincremental_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Imágenes';
$TbMsg[1]='Gestión de software incremental';
$TbMsg[2]='Imagen';
$TbMsg[3]='Nombre del software incremental';
$TbMsg[4]='(*)Para incluir algún software incremental en esta imagen debe hacer click sobre la casilla de verificación correspondiente.';
?>
|