blob: d42c66700228bbd792ce8b2c32cff86ea8ee9956 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
// __________________________________________________
//
// Fichero de idiomas php: ayuda_eng.php
// Idioma: Inglés
// __________________________________________________
// Mensajes.
$TbMsg=array();
$TbMsg["MANUAL"]='User Manual';
$TbMsg["API"]='API documentation';
$TbMsg["CFG"]='Client configuration';
$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_TITULO"]='Changes in the version: ';
$TbMsg["ENGINE_TITULO"]='Client configuration';
$TbMsg["ENGINE_SUBTITULO"]='Content of engine.cfg';
|