source: admin/WebConsole/idiomas/php/eng/acercade_eng.php @ ab4ab39

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since ab4ab39 was 006e950, checked in by irina <irinagomez@…>, 11 years ago

#616 Correccion idioma en la consola: gestion objeto imagen y "a cerca de"

git-svn-id: https://opengnsys.es/svn/branches/version1.0@4219 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 903 bytes
Line 
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
8if(!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:';
16
17
18?>
19
Note: See TracBrowser for help on using the repository browser.