<?php
// __________________________________________________
//
//      Fichero de idiomas php: ayuda_eng.php 
//      Idioma: Inglés
// __________________________________________________
// Mensajes.
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg["HELP_TITLE"]='Help';
$TbMsg["OU_STATS"]='Statistics of the Organizational Unit';
$TbMsg["MANUAL"]='User Manual';
$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';
$TbMsg["ABOUT"]='About OpenGnsys';
$TbMsg["CHANGELOG_TITLE"]='Changes in the version: ';
$TbMsg["ENGINE_TITLE"]='Client configuration';
$TbMsg["ENGINE_SUBTITLE"]='Content of engine.cfg';
