summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/cat/comandos/ejecutarscripts_cat.php
blob: cd0087eb344f16c6c1daabbc1ddf0ba6faef8c5e (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: ejecutarscripts_cat.php (Comandos)
//	Idioma: Català
//________________________________________________________________________________________________________
	if (empty ($TbMsg)) $TbMsg=array();
	$TbMsg[0]='Centros';
	$TbMsg[1]='Grupo de aulas';
	$TbMsg[2]='Aulas';
	$TbMsg[3]='Grupo de ordenadores';
	$TbMsg[4]='Ordenadores';
	$TbMsg[5]='Ejecutar script';
	$TbMsg[6]='Ámbito';
	$TbMsg[7]='Título';
	$TbMsg[8]='Description';
	$TbMsg[9]='Código del script';
	$TbMsg[10]='Datos a suministrar';

	$TbMsg["WDI11"]='Asistente de Despliegue de la imagen';
	$TbMsg["WDI12"]='Generar InstruccionOG';
	$TbMsg["WDI13"]='Elige si solo quieres almacenar la imagen en la Cache - UpdateCache  ';
	$TbMsg["WDI14"]='deployImage (update+restore)';
	$TbMsg["WDI15"]='updateCache (solo descarga)';
	$TbMsg["WDI16"]='opciones basicas';
	$TbMsg["WDI17"]='opciones multicast';
	$TbMsg["WDI18"]='opciones torrent';
	$TbMsg["WDI19"]='opciones unicast';
	$TbMsg["WDI20"]='Elige la particion del disco donde se restaurar la imagen:';
	$TbMsg["WDI21"]='Elige la imagen a distribuir:';
	$TbMsg["WDI22"]='--Selecciona imagen --';
	$TbMsg["WDI23"]='Elige el metodo de transferencia';

	$TbMsg["WDI24"]='puerto : ';
	$TbMsg["WDI25"]='direccion Mcast : ';
	$TbMsg["WDI26"]='modo      : ';
	$TbMsg["WDI27"]='velocidad   : ';
	$TbMsg["WDI28"]='nº Max. clientes      : ';
	$TbMsg["WDI29"]='Tiempo(seg) Max. Espera     : ';

	$TbMsg["WDI30"]='tiempo de semilla :';

	$TbMsg["WCRP31"]='Asistente Clonacion Particiones Remotas';
	$TbMsg["WCRP32"]='Elige equipo MASTER:';
	$TbMsg["WCRP33"]='Elige desde el Master la imagen o particion a enviar';
	$TbMsg["WCRP34"]='Elige la identificacion de la particion destino de los clientes:';
	$TbMsg["WCRP35"]='Elige el metodo de transferencia';
	$TbMsg["WCRP36"]='Elige herramienta de clonacion:';
	$TbMsg["WCRP37"]='Elige compresor para la herramienta de clonacion:';
?>