source: admin/WebConsole/idiomas/php/eng/ayuda_eng.php @ 7d14d26

Last change on this file since 7d14d26 was 4f9b004, checked in by Ramón M. Gómez <ramongomez@…>, 7 years ago

#867: REST API documentacion added to help screen.

  • Property mode set to 100644
File size: 742 bytes
RevLine 
[bb3f689]1<?php
2// __________________________________________________
3//
[aafe8f9]4//      Fichero de idiomas php: ayuda_eng.php
5//      Idioma: Inglés
[bb3f689]6// __________________________________________________
7// Mensajes.
[4f9b004]8if (empty ($TbMsg)) $TbMsg=array();
[74210df]9$TbMsg["HELP_TITLE"]='Help';
[bb3f689]10$TbMsg["MANUAL"]='User Manual';
[4f9b004]11$TbMsg["API"]='Engine API documentation';
[bb3f689]12$TbMsg["CFG"]='Client configuration';
[4f9b004]13$TbMsg["REST"]='REST API documentation';
[bb3f689]14$TbMsg["CHANGELOG"]='Changes in the version:';
15$TbMsg["USERMAIL"]=' User email list';
16$TbMsg["WEB"]='Web of the project: opengnsys.es';
17$TbMsg["ABOUT"]='About OpenGnsys';
[74210df]18$TbMsg["CHANGELOG_TITLE"]='Changes in the version: ';
19$TbMsg["ENGINE_TITLE"]='Client configuration';
20$TbMsg["ENGINE_SUBTITLE"]='Content of engine.cfg';
Note: See TracBrowser for help on using the repository browser.