summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/comandos/opcionesacciones_eng.php
blob: 6c944c91ff9fdd164fa3894d6a7df7138d3a52fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
//________________________________________________________________________________________________________
//
//	Fichero de idiomas php: opcionesacciones_eng.php (Comandos)
//	Idioma: Ingles
//________________________________________________________________________________________________________
	$TbMsgAux=array();
	$TbMsgAux[0]='Command Options  ';
	$TbMsgAux[1]='Run now';
	$TbMsgAux[2]='Add to Acctions queue  ';
	$TbMsgAux[3]='No add to Acctions queue |  ';
	$TbMsgAux[4]='Schedule command  ';
	$TbMsgAux[5]='Save as procedure ';
	$TbMsgAux[6]='Save as new procedure ';
	$TbMsgAux[7]='Including in an existing procedure  ';
	$TbMsgAux[8]='Execution order ';
	$TbMsgAux[9]='Save as task ';
	$TbMsgAux[10]='Save as a new task ' ;
	$TbMsgAux[11]='Including in an existing task ' ;
	$TbMsgAux[12]='Execution order';
?>