summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
blob: 21d0befa51d272a5f4b6360e6e5a26ed8a14ce65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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';