source: admin/WebConsole/idiomas/php/cat/comandos/configurar_cat.php @ cd1f048

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since cd1f048 was b2651a6, checked in by ramon <ramongomez@…>, 12 years ago

#601: Integrar código del ticket:601 en rama de desarrollo.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3807 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.3 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Fitxer d'idiomes php: configurar_cat.php (Comandos)
5//      Idioma: Català
6//________________________________________________________________________________________________________
7        if (empty ($TbMsg)) $TbMsg=array();
8        $TbMsg[0]='Centres';
9        $TbMsg[1]='Grup d\'aules';
10        $TbMsg[2]='Aules';
11        $TbMsg[3]='Grup d\'ordinadors';
12        $TbMsg[4]='Ordinadors';
13        $TbMsg[5]='Particionar i Formatejar';
14        $TbMsg[6]='Àmbit';
15        $TbMsg[7]='Partició oculta';
16        $TbMsg[8]='Par';
17        $TbMsg[9]='';
18        $TbMsg[10]='';
19        $TbMsg[11]='';
20        $TbMsg[12]='Operació';
21        $TbMsg[13]='Sense acció';
22        $TbMsg[14]='Formatejar';
23        $TbMsg[15]='Ocultar';
24        $TbMsg[16]='Mostrar';
25        $TbMsg[17]=' Espai lliure !!';
26       
27        $TbMsg[18]="DES-AGRUPAR SEGONS VALORS DIFERENTS DE:";
28        $TbMsg[19]="Dades a subministrar";
29
30        // Cabeceras de tabla de configuración
31        $TbMsg[20]='Partició';
32        $TbMsg[21]='S.O. Instal·lat';
33        $TbMsg[22]='Grandària';
34        $TbMsg[23]='Dades de configuració';
35        $TbMsg[24]='Tipus';
36        $TbMsg[25]='Imatge';
37        $TbMsg[26]='Perfil Software';
38        $TbMsg[27]='S.F.';
39        $TbMsg[28]='Cap';
40        $TbMsg[29]='Desconegut';
41        // Desagrupamiento
42        $TbMsg[30]='Sistema de Fitxers';
43        $TbMsg[31]='Nom del S.O.';
44        $TbMsg[32]='Grandària de partició';
45        $TbMsg[33]='Nom de la Imatge ';
46        $TbMsg[34]='Perfil Software';
47?>
Note: See TracBrowser for help on using the repository browser.