blob: 409e5e42a53e7be2306c92dd20441ca6ce0f75e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
//______________________________________________________
//
// Php language file: acercade_eng.php
// Language: English
//______________________________________________________
// If exist TbMsg, we only add the new
if(!isset($TbMsg)){
$TbMsg=array();
}
$TbMsg["TITLE"]='Free and open-source application for OS deployment and management.';
$TbMsg["DESCRIPTION"]='OpenGnsys <em> (Open Genesis)</em> Project brings together the combined efforts of several Spanish Public Universities. OpenGnsys provides a set of free and open tools to managing and deploying OS. These tools supplies a complete, versatile and intuitive system to arrangement, installation and deployment of different OS.';
$TbMsg["LICENSE"]='OpenGnsys is a Free Software project. All code is licensed under ';
$TbMsg["LINK"]='Project Web:';
$TbMsg["CHANGE"]='Changes in: ';
$TbMsg["MANUAL"]='OpenGnsys manual ';
|