blob: 3aa7505f349230660cc07c36f35c60c27bea6578 (
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: acercade_eng.php
// Idioma: Ingles
//______________________________________________________
// Si ya existe TbMsg, solo agregamos lo nuevo
if(!isset($TbMsg)){
$TbMsg=array();
}
$TbMsg["TITLE"]='Free and open-source application for deployment and management of operating systems.';
$TbMsg["DESCRIPTION"]='OpenGnsys <em> (Open Genesis)</em> Project brings together the combined efforts of several Spanish Public Universities. OpenGnsys provide a number of free and open tools for managing and deploying computers. These tools supplies a complete, versatile and intuitive sytem. This system allows the arrangement, installation and deployment of different operating systems.';
$TbMsg["LICENSE"]='OpenGnsys is a Free Software project. As such, all code is licensed under ';
$TbMsg["LINK"]='Web project:';
$TbMsg["CHANGE"]='Changes in: ';
$TbMsg["MANUAL"]='Manual OpenGnsys ';
?>
|