source: admin/WebConsole/idiomas/php/eng/ayuda_eng.php @ e32794a

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since e32794a was 4f9b004, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#867: REST API documentacion added to help screen.

  • Property mode set to 100644
File size: 742 bytes
Line 
1<?php
2// __________________________________________________
3//
4//      Fichero de idiomas php: ayuda_eng.php
5//      Idioma: Inglés
6// __________________________________________________
7// Mensajes.
8if (empty ($TbMsg)) $TbMsg=array();
9$TbMsg["HELP_TITLE"]='Help';
10$TbMsg["MANUAL"]='User Manual';
11$TbMsg["API"]='Engine API documentation';
12$TbMsg["CFG"]='Client configuration';
13$TbMsg["REST"]='REST API documentation';
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';
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.