blob: 1bb76fadfa231c3b970e99798a5f5a33f93c1f2d (
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: enviarmensaje_esp.php (Comandos)
// Idioma: Español
//________________________________________________________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg[0]='Centros';
$TbMsg[1]='Grupo de aulas';
$TbMsg[2]='Aulas';
$TbMsg[3]='Grupo de ordenadores';
$TbMsg[4]='Ordenadores';
$TbMsg[5]='Enviar Mensaje';
$TbMsg[6]='Ámbito';
$TbMsg[7]='Título';
$TbMsg[8]='Descripción';
$TbMsg[9]=' Texto del mensaje ';
$TbMsg[10]='Datos a suministrar';
$TbMsg["OGAGENT"]="AVISO: Sólo se puede utilizar en los equipos que se haya iniciado la sesión <br>y tengan instalado en nuevo agente de OpenGnsys.";
$TbMsg["OPTION"]="AVISO: El nuevo agente, en esta versión, no permite utilizar la cola de acciones.";
|