blob: 1b6102a3a127fdae0d77b96f53efe1a141af911f (
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
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: configurar_cat.php (Comandos)
// Idioma: Català
//________________________________________________________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg[0]='Centres';
$TbMsg[1]='Grup d\'aules';
$TbMsg[2]='Aules';
$TbMsg[3]='Grup d\'ordinadors';
$TbMsg[4]='Ordinadors';
$TbMsg[5]='Particionar i Formatejar';
$TbMsg[6]='Àmbit';
$TbMsg[7]='Partició oculta';
$TbMsg[8]='Par';
$TbMsg[9]='';
$TbMsg[10]='';
$TbMsg[11]='';
$TbMsg[12]='Operació';
$TbMsg[13]='Sense acció';
$TbMsg[14]='Formatejar';
$TbMsg[15]='Ocultar';
$TbMsg[16]='Mostrar';
$TbMsg[17]=' Espai lliure !!';
$TbMsg[18]="DES-AGRUPAR SEGONS VALORS DIFERENTS DE:";
$TbMsg[19]="Dades a subministrar";
// Cabeceras de tabla de configuración
$TbMsg[20]='Partició';
$TbMsg[21]='S.O. Instal·lat';
$TbMsg[22]='Grandària';
$TbMsg[23]='Dades de configuració';
$TbMsg[24]='Tipus';
$TbMsg[25]='Imatge';
$TbMsg[26]='Perfil Software';
$TbMsg[27]='S.F.';
$TbMsg[28]='Cap';
$TbMsg[29]='Desconegut';
// Desagrupamiento
$TbMsg[30]='Sistema de Fitxers';
$TbMsg[31]='Nom del S.O.';
$TbMsg[32]='Grandària de partició';
$TbMsg[33]='Nom de la Imatge ';
$TbMsg[34]='Perfil Software';
$TbMsg["HD"]='Disco';
|