source: admin/WebConsole/idiomas/php/eng/comandos/opcionesacciones_eng.php @ d81fc6a

Last change on this file since d81fc6a was 91aaf03, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #499: Integrar versión 1.0.3 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@2695 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 824 bytes
Line 
1<?
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: opcionesacciones_eng.php (Comandos)
5//      Idioma: Ingles
6//________________________________________________________________________________________________________
7        $TbMsgAux=array();
8        $TbMsgAux[0]='Command Options  ';
9        $TbMsgAux[1]='Run now';
10        $TbMsgAux[2]='Add to Acctions queue  ';
11        $TbMsgAux[3]='No add to Acctions queue |  ';
12        $TbMsgAux[4]='Schedule command  ';
13        $TbMsgAux[5]='Save as procedure ';
14        $TbMsgAux[6]='Save as new procedure ';
15        $TbMsgAux[7]='Including in an existing procedure  ';
16        $TbMsgAux[8]='Execution order ';
17        $TbMsgAux[9]='Save as task ';
18        $TbMsgAux[10]='Save as a new task ' ;
19        $TbMsgAux[11]='Including in an existing task ' ;
20        $TbMsgAux[12]='Execution order';
21?>
Note: See TracBrowser for help on using the repository browser.