1 | <?php |
---|
2 | //____________________________________________________ |
---|
3 | // |
---|
4 | // Fitxer d'idiomes php: configuraciones_cat.php |
---|
5 | // Idioma: Català |
---|
6 | //____________________________________________________ |
---|
7 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
8 | $TbMsg[0]='Configuracions'; |
---|
9 | $TbMsg[1]='Àmbit'; |
---|
10 | $TbMsg[2]="Aules"; |
---|
11 | $TbMsg[3]="Grup d\'Ordinadors"; |
---|
12 | $TbMsg[4]="Ordinadors"; |
---|
13 | |
---|
14 | $TbMsg[5]="Nom"; |
---|
15 | $TbMsg[6]="Ubicació"; |
---|
16 | $TbMsg[7]="Canó"; |
---|
17 | $TbMsg[8]="Pissarra"; |
---|
18 | $TbMsg[9]="Aforament"; |
---|
19 | $TbMsg[10]="URL Imatge"; |
---|
20 | $TbMsg[11]="Menú"; |
---|
21 | $TbMsg[12]="Comentaris"; |
---|
22 | $TbMsg[13]="Ordinadors"; |
---|
23 | |
---|
24 | $TbMsg[14]="Nom"; |
---|
25 | $TbMsg[15]="Direcció IP"; |
---|
26 | $TbMsg[16]="Direcció MAC"; |
---|
27 | $TbMsg[17]="Perfil Hardware"; |
---|
28 | |
---|
29 | $TbMsg[18]="DES-AGRUPAR SEGONS VALORS DIFERENTS DE:"; |
---|
30 | $TbMsg[19]="Dades a subministrar"; |
---|
31 | |
---|
32 | $TbMsg[20]='Partició'; |
---|
33 | $TbMsg[21]='S.O. Instal·lat'; |
---|
34 | $TbMsg[22]='Grandària'; |
---|
35 | $TbMsg[23]='Dades de configuració'; |
---|
36 | $TbMsg[24]='Tipus'; |
---|
37 | $TbMsg[25]='Imatge'; |
---|
38 | $TbMsg[26]='Perfil Software'; |
---|
39 | $TbMsg[27]='S.F.'; |
---|
40 | $TbMsg[28]='Cap'; |
---|
41 | $TbMsg[29]='Desconegut'; |
---|
42 | |
---|
43 | $TbMsg[30]='Sistema de Fitxers'; |
---|
44 | $TbMsg[31]='Nom del S.O.'; |
---|
45 | $TbMsg[32]='Grandària de partició'; |
---|
46 | $TbMsg[33]='Nom de la Imatge '; |
---|
47 | $TbMsg[34]='Perfil software'; |
---|
48 | $TbMsg[35]='Disc'; |
---|
49 | $TbMsg[36]='Particions Primàries'; |
---|
50 | $TbMsg[37]='Particions Lògiques'; |
---|
51 | $TbMsg[38]='Menor espai lliure (KB)'; |
---|
52 | $TbMsg[39]='Personalitzar'; |
---|
53 | $TbMsg[40]='Sense modificar grandària'; |
---|
54 | $TbMsg[41]='Generar Instrucció OG'; |
---|
55 | $TbMsg["CONFIG_PARTTABLE"]='Tabla de particions'; |
---|
56 | |
---|
57 | $TbMsg[42]='Variable'; |
---|
58 | $TbMsg["CONFIG_NOCONFIG"]='Sense configuració: client no connectat al servidor.'; |
---|
59 | $TbMsg[44]='Equip sense Perfil de Hardware'; |
---|
60 | $TbMsg[45]='Afegeixi Perfil per obtenir dades'; |
---|
61 | $TbMsg[495]='Data/Caché'; |
---|
62 | $TbMsg[4951]='Caché lliure'; |
---|
63 | |
---|
64 | $TbMsg["SECT_SESSIONS"]='Sesiones'; |
---|
65 | $TbMsg["SESS_DATETIME"]='Fecha y Hora'; |
---|
66 | $TbMsg["SESS_OPERATION"]='Operación'; |
---|
67 | $TbMsg["SESS_OPSYS"]='Sistema Operativo'; |
---|
68 | $TbMsg["SESS_USER"]='Usuario'; |
---|
69 | $TbMsg["SESS_NOSESSIONS"]='No hay sesiones registradas.'; |
---|
70 | |
---|