blob: ebbe92e40dfddc3d27ff0a8598f0a22124b400b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?php
//________________________________________________________________________________________________________
//
// Php Language file: consolaremota_eng.php (Commands)
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Centers';
$TbMsg[1]='Classrooms group';
$TbMsg[2]='Classrooms';
$TbMsg[3]='Computer group';
$TbMsg[4]='Computers';
$TbMsg[5]='Turn off computers';
$TbMsg[6]='Scope';
$TbMsg[7]='Remote console';
$TbMsg[8]='WARNING: Please type the syntax in the text area to execute a command and press enter';
$TbMsg[9]='A remote console request has been sent to this scope; you can type commands into text area to receive echo in the output window';
$TbMsg[10]='WARNING: Error in remote console requesting to this scope';
$TbMsg[11]='Script code';
$TbMsg[12]='Remote echo ';
$TbMsg[13]='WARNING: You have chosen a scope for the remote console other than "computer". </br> Please, left click on a client and choose "Console echo" to display any client echo. </br>A new refreshed window will be opened where you can track the entered command or script.';
$TbMsg[14]="...Please wait. Sending script code";
$TbMsg[15]='...Script code sent. Please click on "Console Echo" to view any client echo, .';
|