summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/esp/comandos/restaurarsoftincremental_esp.php
blob: e7b63c0a81cb31521f1f9cdf6f0e72b63242187e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
//________________________________________________________________________________________________________
//
//	Fichero de idiomas php: restaurarsoftincremental_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]='Restaurar Software Incremental  <br> (experimental)';
	$TbMsg[6]='Ámbito';
	$TbMsg[7]='Datos a suministrar';
	$TbMsg[8]='Par';
	$TbMsg[9]='Repositorio';
	$TbMsg[10]='Imagen';
	$TbMsg[11]='Opciones Adicionales';
	$TbMsg[12]='Desconocido';
	$TbMsg[13]='Caché';
	$TbMsg[14]='Ámbito';
	$TbMsg[15]='Ordenadores';	
	$TbMsg[16]='Desde';	
	$TbMsg[17]='';	
	$TbMsg[18]="DESAGRUPAR SEGÚN VALORES DISTINTOS DE:";
	$TbMsg[19]="Datos a suministrar";
	// Cabeceras de tabla de configuración
	$TbMsg[20]='Partición';
	$TbMsg[21]='S.O. Instalado';
	$TbMsg[22]='Tamaño';
	$TbMsg[23]='Datos de configuration';
	$TbMsg[24]='Tipo';
	$TbMsg[25]='Imagen';
	$TbMsg[26]='Perfil Software';
	$TbMsg[27]='S.F.';
	$TbMsg[28]='Ninguno';
	$TbMsg[29]='Desconocido';
	// Desagrupamiento
	$TbMsg[30]='Sistema de Ficheros';
	$TbMsg[31]='Nombre del S.O.';
	$TbMsg[32]='Tamaño de partición';
	$TbMsg[33]='Nombre de la Imagen ';
	$TbMsg[34]='Perfil software';
	// OPciones adicionales
	$TbMsg[35]='Borrar la Partición Previamente';	
	$TbMsg[36]='Copiar Imagen en cache';
	$TbMsg[37]='Borrarla previamente de la cache';	
	$TbMsg[38]='Software Incremental';	
	$TbMsg[39]='No borrar archivos en destino';
?>