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, 4 insertions, 3 deletions
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'; |