diff options
author | Irina Gómez <irinagomez@us.es> | 2018-10-18 09:33:28 +0000 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2018-10-18 09:33:28 +0000 |
commit | 74210dfb8ef508d32dce2d81b64e463b3840cdaa (patch) | |
tree | 93cb6afdf2bfc3fb485f0ea6cc70213c0b78e4f7 /admin/WebConsole/idiomas | |
parent | 4dabcbe869e27e9ca166389731c647daa68e1649 (diff) |
#867 Página de ayuda: cambio estilo e índices de array de mensajes en inglés.
Diffstat (limited to 'admin/WebConsole/idiomas')
-rw-r--r-- | admin/WebConsole/idiomas/php/cat/ayuda_cat.php | 7 | ||||
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/ayuda_eng.php | 7 | ||||
-rw-r--r-- | admin/WebConsole/idiomas/php/esp/ayuda_esp.php | 8 |
3 files changed, 12 insertions, 10 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'; diff --git a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php index d42c6670..f0da7af5 100644 --- a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php +++ b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php @@ -6,6 +6,7 @@ // __________________________________________________ // Mensajes. $TbMsg=array(); +$TbMsg["HELP_TITLE"]='Help'; $TbMsg["MANUAL"]='User Manual'; $TbMsg["API"]='API documentation'; $TbMsg["CFG"]='Client configuration'; @@ -13,6 +14,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'; +$TbMsg["CHANGELOG_TITLE"]='Changes in the version: '; +$TbMsg["ENGINE_TITLE"]='Client configuration'; +$TbMsg["ENGINE_SUBTITLE"]='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 e01932ed..b45d1da7 100644 --- a/admin/WebConsole/idiomas/php/esp/ayuda_esp.php +++ b/admin/WebConsole/idiomas/php/esp/ayuda_esp.php @@ -6,7 +6,7 @@ // __________________________________________________ // Mensajes. $TbMsg=array(); -$TbMsg["AYUDA_TITULO"]='Ayuda'; +$TbMsg["HELP_TITLE"]='Ayuda'; $TbMsg["MANUAL"]='Manual de usuario'; $TbMsg["API"]='Documentación de la API'; $TbMsg["CFG"]='Configuración de los clientes'; @@ -14,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'; |