summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/consolaremota_eng.php
blob: b6a8c4f537744f2ff398027d49014fb8cdba9b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
//________________________________________________________________________________________________________
//
//	Fichero de idiomas php: consolaremota_eng.php (Comandos)
//	Idioma: Ingles
//________________________________________________________________________________________________________
	$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]='Environment';	
	$TbMsg[7]='Remote console';
	$TbMsg[8]='WARNING: To execute a command, type the syntax in the textarea and press enter';
	$TbMsg[9]='The remote console request is send to this environment, you can write command into textarea to receive the echo in the output window';
	$TbMsg[10]='WARNING: There is something wrong with the remote console request to this environment';
	$TbMsg[11]='Script code';
	$TbMsg[12]='Remote echo ';
	$TbMsg[13]='WARNING: You select a remote console environment  distinct of "computer". </br> To view the client echo, press over pc with right boton and select "Console echo". </br>This opens a window that automatically refreshes where you can track the command / script entered.';
	$TbMsg[14]="...Wait, please. It's sending  the script code";
	$TbMsg[15]='...It has sent the script code. To view the client echo, press over pc with right boton and select "Console echo".';
?>