summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/javascripts/eng/comandos/comunescomandos_eng.js
blob: 3f13b558a829b4fbfceb7258c57d6e0885518196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//________________________________________________________________________________________________________
//
//	Fichero de idiomas javascripts: comunescomandos_eng.js (Común a todos los comandos)
//	Idioma: Inglés
//________________________________________________________________________________________________________
var CTbMsg=new Array;
CTbMsg[0]="WARNING.- Cancelled operation, you will might come back this screen in another moment to perform this command";
CTbMsg[1]="WARNING: An error occurs when attempt to register command";
CTbMsg[2]="The command has been successfully registered";
CTbMsg[3]="WARNING: An error occurred while trying to register this Command as a Procedure";
CTbMsg[4]="The command has been successfully registered as a Procedure";
CTbMsg[5]="WARNING: An error occurred while trying to register this Command as a Task";
CTbMsg[6]="The command has been successfully registered as a Task";
CTbMsg[7]="WARNING: An error occurs when attempt to register command";

CTbMsg[8]="WARNING: Choose one mode of execution at least";
CTbMsg[9]="WARNING: You must choose a way of immediate execution";
CTbMsg[10]="WARNING: You must choose a way of inclusion this command on procedure";
CTbMsg[11]="WARNING: You must specify the name of the new procedure where this command will be added";
CTbMsg[12]="WARNING: You should choose the procedure that will add this command";
CTbMsg[13]="WARNING: You must choose a way of inclusion this command on task executable";
CTbMsg[14]="WARNING: You must specify the name of the new task where this command will be added";
CTbMsg[15]="WARNING: You must choose the task that will add this command";
CTbMsg[16]="AVISO: si el código incluye reinicio o apagado, puede provocar que el cliente no inicie correctamente";
CTbMsg[17]="The command has been successfully registered, but there was some problems connecting repository REST API";