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