diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2018-10-17 13:00:12 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2018-10-17 13:00:48 +0200 |
commit | aafe8f98297e8a27d6a8231eba2b99e208eb7005 (patch) | |
tree | 20be28653e964a680bdbd5f29854644e7c67b431 /admin/WebConsole/idiomas/php/eng | |
parent | 1f75d139cf157096eb5999be4e4355b7986f7f96 (diff) |
#867: Integrating commit {{{ba1f95c}}}.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/ayuda_eng.php | 7 |
1 files changed, 5 insertions, 2 deletions
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'; |