summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/principal/aulas.php
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2012-02-01 16:30:31 +0000
committerramon <ramongomez@us.es>2012-02-01 16:30:31 +0000
commit59e0a94e49ce5970beb0622879d84bebcff544aa (patch)
treef0d42961d64439a70441df39a7eaef6602bb05ce /admin/WebConsole/principal/aulas.php
parentcb94611b21d754a8416f2a3ee3603e949f85f2a5 (diff)
Versión 1.0.3, #483: Internacionalización de pantallas de configuración y aula.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2475 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/principal/aulas.php')
-rw-r--r--admin/WebConsole/principal/aulas.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/WebConsole/principal/aulas.php b/admin/WebConsole/principal/aulas.php
index c371991a..0cb1b8c6 100644
--- a/admin/WebConsole/principal/aulas.php
+++ b/admin/WebConsole/principal/aulas.php
@@ -579,7 +579,7 @@ function ContextualXMLAulas(){
$layerXML.='<ITEM';
$layerXML.=' subflotante="flo_asistentes_'.$LITAMBITO_AULAS.'"';
$layerXML.=' imgitem="../images/iconos/comandos.gif"';
- $layerXML.=' textoitem=Asistentes';
+ $layerXML.=' textoitem='.$TbMsg[38];
$layerXML.='></ITEM>';
$layerXML.='<ITEM';
@@ -765,7 +765,7 @@ function ContextualXMLGruposOrdenadores(){
$layerXML.='<ITEM';
$layerXML.=' subflotante="flo_asistentes_'.$LITAMBITO_GRUPOSORDENADORES.'"';
$layerXML.=' imgitem="../images/iconos/comandos.gif"';
- $layerXML.=' textoitem=Asistentes';
+ $layerXML.=' textoitem='.$TbMsg[38];
$layerXML.='></ITEM>';
@@ -891,7 +891,7 @@ function ContextualXMLOrdenadores(){
$layerXML.='<ITEM';
$layerXML.=' subflotante="flo_asistentes_'.$LITAMBITO_ORDENADORES.'"';
$layerXML.=' imgitem="../images/iconos/comandos.gif"';
- $layerXML.=' textoitem=Asistentes';
+ $layerXML.=' textoitem='.$TbMsg[38];
$layerXML.='></ITEM>';