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