[0ccb7c7] | 1 | <?php |
---|
[3ec149c] | 2 | //________________________________________________________________________________________________________ |
---|
| 3 | // |
---|
[0ccb7c7] | 4 | // Fichero de idiomas php: ejecutarscripts_cat.php (Comandos) |
---|
| 5 | // Idioma: Català |
---|
[3ec149c] | 6 | //________________________________________________________________________________________________________ |
---|
[0ccb7c7] | 7 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
[d358d08] | 8 | $TbMsg[0]='Centres'; |
---|
| 9 | $TbMsg[1]='Grupo d\'aules'; |
---|
| 10 | $TbMsg[2]='Aules'; |
---|
| 11 | $TbMsg[3]='Grup d\'ordinadors'; |
---|
| 12 | $TbMsg[4]='Ordinadors'; |
---|
| 13 | $TbMsg[5]='Executar script'; |
---|
| 14 | $TbMsg[6]='Àmbit'; |
---|
| 15 | $TbMsg[7]='Títol'; |
---|
| 16 | $TbMsg[8]='Descripció'; |
---|
| 17 | $TbMsg[9]='Codi del script'; |
---|
| 18 | $TbMsg[10]='Dades a subministrar'; |
---|
| 19 | $TbMsg[11]='Eliminar Imatge de la Cache de Client'; |
---|
[69650cb] | 20 | |
---|
[d358d08] | 21 | $TbMsg["WDI11"]='Asistent de Desplegament de la imatge'; |
---|
| 22 | $TbMsg["WDI12"]='Generar Instrucció OG'; |
---|
| 23 | $TbMsg["WDI13"]='Escull si només vols emmagatzemar la imatge en la Cache - UpdateCache '; |
---|
[69650cb] | 24 | $TbMsg["WDI14"]='deployImage (update+restore)'; |
---|
[d358d08] | 25 | $TbMsg["WDI15"]='updateCache (només descarrega)'; |
---|
| 26 | $TbMsg["WDI16"]='opcions básiques'; |
---|
| 27 | $TbMsg["WDI17"]='opcions multicast'; |
---|
| 28 | $TbMsg["WDI18"]='opcions torrent'; |
---|
| 29 | $TbMsg["WDI19"]='opcions unicast'; |
---|
| 30 | $TbMsg["WDI20"]='Escull la partició del disc on es restaurarà la imatge:'; |
---|
| 31 | $TbMsg["WDI21"]='Escull la imatge a distribuir:'; |
---|
| 32 | $TbMsg["WDI22"]='--Selecciona imatge --'; |
---|
| 33 | $TbMsg["WDI23"]='Escull el mètode de transferència'; |
---|
[69650cb] | 34 | |
---|
[d358d08] | 35 | $TbMsg["WDI24"]='port : '; |
---|
| 36 | $TbMsg["WDI25"]='direcció Mcast : '; |
---|
| 37 | $TbMsg["WDI26"]='mode : '; |
---|
| 38 | $TbMsg["WDI27"]='velocitat : '; |
---|
| 39 | $TbMsg["WDI28"]='nº Máx. clients : '; |
---|
| 40 | $TbMsg["WDI29"]='Temps Máx. Espera (seg) : '; |
---|
[69650cb] | 41 | |
---|
[d358d08] | 42 | $TbMsg["WDI30"]='temps de llavor :'; |
---|
[69650cb] | 43 | |
---|
[d358d08] | 44 | $TbMsg["WCRP31"]='Assistent Clonació Particions Remotes'; |
---|
| 45 | $TbMsg["WCRP32"]='Escull equip MASTER:'; |
---|
| 46 | $TbMsg["WCRP33"]='Escull des de el Master la imatge o partició a enviar'; |
---|
| 47 | $TbMsg["WCRP34"]='Escull la identificació de la partició destí dels clients:'; |
---|
| 48 | $TbMsg["WCRP35"]='Escull el mètode de transferència'; |
---|
| 49 | $TbMsg["WCRP36"]='Escull eina de clonació:'; |
---|
| 50 | $TbMsg["WCRP37"]='Escull compressor per l\'eina de clonació:'; |
---|
[69650cb] | 51 | ?> |
---|
| 52 | |
---|