diff options
author | Irina Gómez <irinagomez@us.es> | 2018-10-11 08:29:30 +0000 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2018-10-11 08:29:30 +0000 |
commit | bb3f68933887950c3e7e51402896625a3455d8a5 (patch) | |
tree | 28057eeccd459054831f21680f69a40d6a2b542e /admin/WebConsole/idiomas/php/eng | |
parent | 2a0c332424296d966dfc5431c5e3fd9a0aab1995 (diff) |
#867 Se incluyen pagina para el manual de usuarios y ficheros de idiomas. La versión se toma del fichero VERSION.json
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/ayuda_eng.php | 15 | ||||
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/changelog_eng.php | 9 | ||||
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/engine_eng.php | 10 |
3 files changed, 34 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..b65f5a6b --- /dev/null +++ b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php @@ -0,0 +1,15 @@ +<?php +// __________________________________________________ +// +// Fichero de idiomas php: ayuda_esp.php +// Idioma: Español +// __________________________________________________ +// 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'; diff --git a/admin/WebConsole/idiomas/php/eng/changelog_eng.php b/admin/WebConsole/idiomas/php/eng/changelog_eng.php new file mode 100644 index 00000000..f7106fff --- /dev/null +++ b/admin/WebConsole/idiomas/php/eng/changelog_eng.php @@ -0,0 +1,9 @@ +<?php +// __________________________________________________ +// +// Fichero de idiomas php: changelog_esp.php +// Idioma: Español +// __________________________________________________ +// Mensajes. +$TbMsg=array(); +$TbMsg["CHANGELOG_TITULO"]='Changes in the version: '; diff --git a/admin/WebConsole/idiomas/php/eng/engine_eng.php b/admin/WebConsole/idiomas/php/eng/engine_eng.php new file mode 100644 index 00000000..64a1df6a --- /dev/null +++ b/admin/WebConsole/idiomas/php/eng/engine_eng.php @@ -0,0 +1,10 @@ +<?php +// __________________________________________________ +// +// Fichero de idiomas php: engine_esp.php +// Idioma: Español +// __________________________________________________ +// Mensajes. +$TbMsg=array(); +$TbMsg["ENGINE_TITULO"]='Client configuration'; +$TbMsg["ENGINE_SUBTITULO"]='Content of engine.cfg'; |