summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/idiomas/php/cat/ayuda_cat.php')
-rw-r--r--admin/WebConsole/idiomas/php/cat/ayuda_cat.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/WebConsole/idiomas/php/cat/ayuda_cat.php b/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
index 5a861424..40607de3 100644
--- a/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
+++ b/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
@@ -6,6 +6,7 @@
// __________________________________________________
// Mensajes.
$TbMsg=array();
+$TbMsg["HELP_TITLE"]='Ayuda';
$TbMsg["MANUAL"]='Manual de usuario';
$TbMsg["API"]='Documentación de la API';
$TbMsg["CFG"]='Configuración de los clientes';
@@ -13,6 +14,6 @@ $TbMsg["CHANGELOG"]='Cambios en la versión:';
$TbMsg["USERMAIL"]='Lista de correos de usuarios';
$TbMsg["WEB"]='Web del proyecto: opengnsys.es';
$TbMsg["ABOUT"]='Acerca de OpenGnsys';
-$TbMsg["CHANGELOG_TITULO"]='Cambios en la versión: ';
-$TbMsg["ENGINE_TITULO"]='Configuración de los clientes';
-$TbMsg["ENGINE_SUBTITULO"]='Contenido de engine.cfg';
+$TbMsg["CHANGELOG_TITLE"]='Cambios en la versión: ';
+$TbMsg["ENGINE_TITLE"]='Configuración de los clientes';
+$TbMsg["ENGINE_SUBTITLE"]='Contenido de engine.cfg';