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

opengnsys-1.0.6b
Last change on this file since f8a75f18 was de687e3, checked in by ramon <ramongomez@…>, 10 years ago

#673: Integrar código de la versión 1.0.6 en rama principal.

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

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[3ec149c]1//________________________________________________________________________________________________________
2//
[de687e3]3//      Fichero de idiomas javascripts: comunescomandos_eng.js (Común a todos los comandos)
4//      Idioma: Inglés
[3ec149c]5//________________________________________________________________________________________________________
[de687e3]6var CTbMsg=new Array;
[3ec149c]7CTbMsg[0]="WARNING.- Cancelled operation, you will might come back this screen in another moment to perform this command";
8CTbMsg[1]="WARNING: An error occurs when attempt to register command";
9CTbMsg[2]="The command has been successfully registered";
[91aaf03]10CTbMsg[3]="WARNING: An error occurred while trying to register this Command as a Procedure";
11CTbMsg[4]="The command has been successfully registered as a Procedure";
12CTbMsg[5]="WARNING: An error occurred while trying to register this Command as a Task";
13CTbMsg[6]="The command has been successfully registered as a Task";
14CTbMsg[7]="WARNING: An error occurs when attempt to register command";
15
16CTbMsg[8]="WARNING: Choose one mode of execution at least";
17CTbMsg[9]="WARNING: You must choose a way of immediate execution";
18CTbMsg[10]="WARNING: You must choose a way of inclusion this command on procedure";
19CTbMsg[11]="WARNING: You must specify the name of the new procedure where this command will be added";
20CTbMsg[12]="WARNING: You should choose the procedure that will add this command";
[de687e3]21CTbMsg[13]="WARNING: You must choose a way of inclusion this command on task executable";
[91aaf03]22CTbMsg[14]="WARNING: You must specify the name of the new task where this command will be added";
[de687e3]23CTbMsg[15]="WARNING: You must choose the task that will add this command";
24CTbMsg[16]="AVISO: si el código incluye reinicio o apagado, puede provocar que el cliente no inicie correctamente";
Note: See TracBrowser for help on using the repository browser.