summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/cat/comandos/crearperfilsoftware_cat.php
blob: 55205ecfcb4937669dec3c2691c9e8e235daef87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
//________________________________________________________________________________________________________
//
//	Fichero de idiomas php: crearperfilsoftware_cat.php (Comandos)
//	Idioma: Català 
//________________________________________________________________________________________________________
	$TbMsg=array();
	$TbMsg[0]='Creació d\'Imatge';
	$TbMsg[1]='Característiques de l\'ordinador';
	$TbMsg[2]='Nom';
	$TbMsg[3]='Direcció IP';
	$TbMsg[4]='Direcció MAC';
	$TbMsg[5]='Perfil Hardware';
	$TbMsg[6]='Dades a subministrar';
	$TbMsg[7]='';
	$TbMsg[8]='Par';
	$TbMsg[9]='Nom S.O.';
	$TbMsg[10]='Descripció de la Imatge ';
	$TbMsg[11]='Repositori de destí';

?>