summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2018-11-27 14:01:49 +0100
committerRamón M. Gómez <ramongomez@us.es>2018-11-27 14:01:49 +0100
commit4f9b004d10d557ef46b1cd4616aa39c39d2567be (patch)
treea25530c04a2ccd4d7aeace52ba3d7719fab28c41 /admin/WebConsole/idiomas/php/eng
parent5f0c2dd54ff4b9702468691de5174728fb7b0e33 (diff)
#867: REST API documentacion added to help screen.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng')
-rw-r--r--admin/WebConsole/idiomas/php/eng/ayuda_eng.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
index f0da7af5..eaf1d084 100644
--- a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
+++ b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
@@ -5,11 +5,12 @@
// Idioma: Inglés
// __________________________________________________
// Mensajes.
-$TbMsg=array();
+if (empty ($TbMsg)) $TbMsg=array();
$TbMsg["HELP_TITLE"]='Help';
$TbMsg["MANUAL"]='User Manual';
-$TbMsg["API"]='API documentation';
+$TbMsg["API"]='Engine API documentation';
$TbMsg["CFG"]='Client configuration';
+$TbMsg["REST"]='REST API documentation';
$TbMsg["CHANGELOG"]='Changes in the version:';
$TbMsg["USERMAIL"]=' User email list';
$TbMsg["WEB"]='Web of the project: opengnsys.es';