summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2018-10-17 13:00:12 +0200
committerRamón M. Gómez <ramongomez@us.es>2018-10-17 13:00:48 +0200
commitaafe8f98297e8a27d6a8231eba2b99e208eb7005 (patch)
tree20be28653e964a680bdbd5f29854644e7c67b431 /admin/WebConsole/idiomas/php
parent1f75d139cf157096eb5999be4e4355b7986f7f96 (diff)
#867: Integrating commit {{{ba1f95c}}}.
Diffstat (limited to 'admin/WebConsole/idiomas/php')
-rw-r--r--admin/WebConsole/idiomas/php/cat/ayuda_cat.php7
-rw-r--r--admin/WebConsole/idiomas/php/eng/ayuda_eng.php7
-rw-r--r--admin/WebConsole/idiomas/php/esp/ayuda_esp.php7
3 files changed, 15 insertions, 6 deletions
diff --git a/admin/WebConsole/idiomas/php/cat/ayuda_cat.php b/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
index df74829d..5a861424 100644
--- a/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
+++ b/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
@@ -1,8 +1,8 @@
<?php
// __________________________________________________
//
-// Fichero de idiomas php: ayuda_esp.php
-// Idioma: Español
+// Fichero de idiomas php: ayuda_cat.php
+// Idioma: Catalán
// __________________________________________________
// Mensajes.
$TbMsg=array();
@@ -13,3 +13,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';
diff --git a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
index b65f5a6b..d42c6670 100644
--- a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
+++ b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
@@ -1,8 +1,8 @@
<?php
// __________________________________________________
//
-// Fichero de idiomas php: ayuda_esp.php
-// Idioma: Español
+// Fichero de idiomas php: ayuda_eng.php
+// Idioma: Inglés
// __________________________________________________
// Mensajes.
$TbMsg=array();
@@ -13,3 +13,6 @@ $TbMsg["CHANGELOG"]='Changes in the version:';
$TbMsg["USERMAIL"]=' User email list';
$TbMsg["WEB"]='Web of the project: opengnsys.es';
$TbMsg["ABOUT"]='About OpenGnsys';
+$TbMsg["CHANGELOG_TITULO"]='Changes in the version: ';
+$TbMsg["ENGINE_TITULO"]='Client configuration';
+$TbMsg["ENGINE_SUBTITULO"]='Content of engine.cfg';
diff --git a/admin/WebConsole/idiomas/php/esp/ayuda_esp.php b/admin/WebConsole/idiomas/php/esp/ayuda_esp.php
index e5a381f3..e01932ed 100644
--- a/admin/WebConsole/idiomas/php/esp/ayuda_esp.php
+++ b/admin/WebConsole/idiomas/php/esp/ayuda_esp.php
@@ -1,8 +1,8 @@
<?php
// __________________________________________________
//
-// Fichero de idiomas php: ayuda_esp.php
-// Idioma: Español
+// Fichero de idiomas php: ayuda_esp.php
+// Idioma: Español
// __________________________________________________
// Mensajes.
$TbMsg=array();
@@ -14,3 +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';