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
|
Rev | Line | |
---|
[bb3f689] | 1 | <?php |
---|
| 2 | // __________________________________________________ |
---|
| 3 | // |
---|
[aafe8f9] | 4 | // Fichero de idiomas php: ayuda_eng.php |
---|
| 5 | // Idioma: Inglés |
---|
[bb3f689] | 6 | // __________________________________________________ |
---|
| 7 | // Mensajes. |
---|
[4f9b004] | 8 | if (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.