blob: 1c909508e5c9021abfdf2a16e209f95c74283889 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?
//________________________________________________________________________________________________________
//
// 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í';
?>
|