source: admin/WebConsole/idiomas/javascripts/eng/comandos/comunescomandos_eng.js

lgromero-new-oglive
Last change on this file was cc3fea5, checked in by Irina Gómez <irinagomez@…>, 7 years ago

#842 Consola: se revisan todos los ficheros de javascript de idioma en inglés.

  • Property mode set to 100644
File size: 1.7 KB
Line 
1//________________________________________________________________________________________________________
2//
3//    Javascript language file: comunescomandos_eng.js
4//    Language: English
5//________________________________________________________________________________________________________
6var CTbMsg=new Array;
7CTbMsg[0]="WARNING: Canceled operation, you can return at any time on this screen to execute this command again";
8CTbMsg[1]="WARNING: Error sending this command";
9CTbMsg[2]="Command has been sent successfully";
10CTbMsg[3]="WARNING: Error registering this Command as a Procedure";
11CTbMsg[4]="The command has been registered successfully as a Procedure";
12CTbMsg[5]="WARNING: Error registering this Command as a Task";
13CTbMsg[6]="Command has been registered successfully as a Task";
14CTbMsg[7]="WARNING: Error trying to register command action";
15CTbMsg[8]="WARNING: You must choose at least one execution mode";
16CTbMsg[9]="WARNING: You must choose one immediate execution mode";
17CTbMsg[10]="WARNING: You must choose a way of including this command into a Procedure";
18CTbMsg[11]="WARNING: You must specify a name for the new procedure where this command will be added.";
19CTbMsg[12]="WARNING: You must choose the procedure where this command will be added";
20CTbMsg[13]="WARNING: You must choose a way of including this command into an executable task";
21CTbMsg[14]="WARNING: You must specify a name for the new task where this command will be added";
22CTbMsg[15]="WARNING: You must choose the task where this command will be added";
23CTbMsg[16]="WARNING: If the code contains reboot or shutdown, the client might not boot successfully";
24CTbMsg[17]="Command has been sent successfully, but there was some problems connecting API REST Repository";
Note: See TracBrowser for help on using the repository browser.