Rev | Line | |
---|
[1602040] | 1 | <?php |
---|
| 2 | //______________________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fichero de idiomas php: acercade_eng.php |
---|
| 5 | // Idioma: Ingles |
---|
| 6 | //______________________________________________________ |
---|
| 7 | // Si ya existe TbMsg, solo agregamos lo nuevo |
---|
| 8 | if(!isset($TbMsg)){ |
---|
| 9 | $TbMsg=array(); |
---|
| 10 | } |
---|
| 11 | |
---|
| 12 | $TbMsg["TITLE"]='Free and open-source application for deployment and management of operating systems.'; |
---|
| 13 | $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.'; |
---|
| 14 | $TbMsg["LICENSE"]='OpenGnSys is a Free Software project. As such, all code is licensed under '; |
---|
| 15 | $TbMsg["LINK"]='Web project:'; |
---|
[fac0b87] | 16 | $TbMsg["CHANGE"]='Changes in: '; |
---|
| 17 | $TbMsg["MANUAL"]='Manual OpenGnSys '; |
---|
[1602040] | 18 | |
---|
| 19 | |
---|
| 20 | ?> |
---|
| 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.