blob: 45f2f15293aafcfc41e545b7c0f6a15552a2cce8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: crearperfilsoftware_esp.php (Comandos)
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Centros';
$TbMsg[1]='Grupo de aulas';
$TbMsg[2]='Aulas';
$TbMsg[3]='Grupo de ordenadores';
$TbMsg[4]='Ordenadores';
$TbMsg[5]='Iniciar Sesión';
$TbMsg[6]='Ámbito';
$TbMsg[7]='Datos a suministrar';
$TbMsg[8]='Par';
$TbMsg[9]='Nombre S.O.';
$TbMsg[10]='Nombre de la Imagen ';
?>
|