diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/ayuda_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/ayuda_eng.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php new file mode 100644 index 00000000..d42c6670 --- /dev/null +++ b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php @@ -0,0 +1,18 @@ +<?php +// __________________________________________________ +// +// Fichero de idiomas php: ayuda_eng.php +// Idioma: Inglés +// __________________________________________________ +// Mensajes. +$TbMsg=array(); +$TbMsg["MANUAL"]='User Manual'; +$TbMsg["API"]='API documentation'; +$TbMsg["CFG"]='Client configuration'; +$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'; |