source: admin/WebConsole/idiomas/php/cat/msgbrowser_cat.php @ a52f983

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 a52f983 was b6ec162, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#834: Remove all redundant PHP closing tags.

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: msgbrowser.php
5//      Idioma: Català
6//________________________________________________________________________________________________________
7
8// Literales de los mensajes del browser del cliente
9$TbMsg=array();
10        $TbMsg[0]='Índex del missatge NO identificat';
11        $TbMsg[1]='Actualitzant, si us plau esperi...';
12        $TbMsg[2]='Creant imatge, si us plau esperi...';
13        $TbMsg[3]='Restaurant imatge, si us plau esperi...';
14        $TbMsg[4]='Modificant taula de particions, si us plau esperi...';
15        $TbMsg[5]='Formatejant, si us plau esperi...';
16        $TbMsg[6]='Creant Inventari Hardware, si us plau esperi...';
17        $TbMsg[7]='Creant Inventari Software, si us plau esperi...';
18        $TbMsg[8]='Executant script, si us plau esperi...';
19        $TbMsg[9]='El procés de creació de imatge ha finalitzat correctament';
20        $TbMsg[10]='ATENCIÓ, ha ocorregut algun error en el procés de creació de imatge';
21        $TbMsg[11]='El procés de restauració imatge ha finalitzat correctament';
22        $TbMsg[12]='ATENCIÓ, ha ocorregut algun error en el procés de restauració de imatge';
23        $TbMsg[13]='El procés de particionat ha finalitzat correctament';
24        $TbMsg[14]='ATENCIÓ, ha ocorregut algun error en el procés de particionat';
25        $TbMsg[15]='El procés de formatejat ha finalitzat correctament';
26        $TbMsg[16]='ATENCIÓ, ha ocorregut algun error en el procés de formatejat';
27        $TbMsg[17]='El procés de Inventari Hardware ha finalitzat correctament';
28        $TbMsg[18]='ATENCIÓ, ha ocorregut algun error en el procés de Inventari Hardware';
29        $TbMsg[19]='El procés de Inventari Software ha finalitzat correctament';
30        $TbMsg[20]='ATENCIÓ, ha ocorregut algun error en el procés de Inventari Software';
31        $TbMsg[21]='El procés de execució del script bash ha finalitzat correctament';
32        $TbMsg[22]='ATENCIÓ, ha ocorregut algun error en el procés d\'execució del script bash';
33        $TbMsg[23]='ATENCIÓ';
34        $TbMsg[24]='NO UTILITZI NI APAGUI AQUEST ORDINADOR.';
35       
36
37
38
Note: See TracBrowser for help on using the repository browser.