blob: b6f3d68d90edf290d4ecee05fa9755d21aaf0802 (
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
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: ejecutarscripts_cat.php (Comandos)
// Idioma: Català
//________________________________________________________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg[0]='Centres';
$TbMsg[1]='Grupo d\'aules';
$TbMsg[2]='Aules';
$TbMsg[3]='Grup d\'ordinadors';
$TbMsg[4]='Ordinadors';
$TbMsg[5]='Enviar Mensaje';
$TbMsg[6]='Àmbit';
$TbMsg[7]='Títol';
$TbMsg[8]='Descripció';
$TbMsg[9]=' Texto del mensaje ';
$TbMsg[10]='Dades a subministrar';
$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.";
?>
|