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

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since dfcc55a was 12603f8, checked in by ramon <ramongomez@…>, 10 years ago

Version 1.1: Integrar las últimas modificaciones incluidas en la versión 1.0.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@4631 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.7 KB
Line 
1//________________________________________________________________________________________________________
2//
3//      Fichero de idiomas javascripts: comunescomandos_eng.js (Común a todos los comandos)
4//      Idioma: Inglés
5//________________________________________________________________________________________________________
6var CTbMsg=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";
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.