diff options
author | Irina Gomez <irinagomez@us.es> | 2018-05-15 11:27:51 +0000 |
---|---|---|
committer | Irina Gomez <irinagomez@us.es> | 2018-05-15 11:27:51 +0000 |
commit | beebc198fca5c11b9b6b2dbc867976268944a385 (patch) | |
tree | eda8d0646a707526f4007bc7252f960fdbe73bcd /admin/WebConsole/idiomas/php/eng/acercade_eng.php | |
parent | 61e5ebd8ebd70eeb1eeed4a1ed75fbd1f4a586eb (diff) |
#842 Consola: se revisan todos los ficheros de idioma en inglés.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/acercade_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/acercade_eng.php | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/acercade_eng.php b/admin/WebConsole/idiomas/php/eng/acercade_eng.php index 3aa7505f..409e5e42 100644 --- a/admin/WebConsole/idiomas/php/eng/acercade_eng.php +++ b/admin/WebConsole/idiomas/php/eng/acercade_eng.php @@ -1,21 +1,18 @@ <?php //______________________________________________________ // -// Fichero de idiomas php: acercade_eng.php -// Idioma: Ingles +// Php language file: acercade_eng.php +// Language: English //______________________________________________________ -// Si ya existe TbMsg, solo agregamos lo nuevo +// If exist TbMsg, we only add the new 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["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"]='Manual OpenGnsys '; - - -?> +$TbMsg["MANUAL"]='OpenGnsys manual '; |