blob: 10efdeb53b6f7a69adaad9469cf42ea12e771633 (
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
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: particionaryformatear_cat.php (Comandos)
// Idioma: Català
//________________________________________________________________________________________________________
$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]='';
$TbMsg[8]='Par';
$TbMsg[9]='Tipus';
$TbMsg[10]='Nom S.O.';
$TbMsg[11]='Grandària';
$TbMsg[12]='Operació';
$TbMsg[13]='Sense action';
$TbMsg[14]='Formatejar';
$TbMsg[15]='Ocultar';
$TbMsg[16]='Mostrar';
$TbMsg[17]='¡¡ Espai liure !!';
?>
|