source: admin/WebConsole/idiomas/php/cat/comandos/opcionesacciones_cat.php @ ecce978

Last change on this file since ecce978 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: 891 bytes
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: opcionesacciones_cat.php (Comandos)
5//      Idioma: Català
6//________________________________________________________________________________________________________
7        $TbMsgAux=array();
8        $TbMsgAux[0]='Opcions d\'Execució';
9        $TbMsgAux[1]='Executar inmediatament';
10        $TbMsgAux[2]='Incluir-ho en Cola d\'Accions';
11        $TbMsgAux[3]='No incluir-ho en Cola d\'Accions';
12        $TbMsgAux[4]='Programar comanda';
13        $TbMsgAux[5]='Guardar como a procediment';
14        $TbMsgAux[6]='Guardar como a nou procediment';
15        $TbMsgAux[7]='Incluir-ho en un procediment existent';
16        $TbMsgAux[8]='Ordre d\'execució';
17        $TbMsgAux[9]='Guardar como a tasca';
18        $TbMsgAux[10]='Guardar como a tasca nova' ;
19        $TbMsgAux[11]='Incluir-ho en una tasca existent' ;
20        $TbMsgAux[12]='Ordre d\'execució';
Note: See TracBrowser for help on using the repository browser.