diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/ayuda_eng.php')
-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'; |