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

Last change on this file since 51c2318 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: 1.6 KB
Line 
1//________________________________________________________________________________________________________
2//
3//      Fichero de idiomas javascripts: comunescomandos_eng.js (Com�n a todos los comandos)
4//      Idioma: Ing�s
5//________________________________________________________________________________________________________
6CTbMsg=new Array;
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";
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";
21CTbMsg[13]="WARNING:  You must choose a way of inclusion this command on task executable";
22CTbMsg[14]="WARNING: You must specify the name of the new task where this command will be added";
23CTbMsg[15]="WARNING: You must choose the task that will add this command";
Note: See TracBrowser for help on using the repository browser.