diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/nada_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/nada_eng.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/nada_eng.php b/admin/WebConsole/idiomas/php/eng/nada_eng.php index ac5e504a..b998688d 100644 --- a/admin/WebConsole/idiomas/php/eng/nada_eng.php +++ b/admin/WebConsole/idiomas/php/eng/nada_eng.php @@ -12,3 +12,23 @@ $TbMsg[4]="System Version"; $TbMsg[5]="Browser"; $TbMsg[6]="Browser Version"; + $TbMsg["TIP"]="Consejo del día"; + + // Los mensajes pueden tener imágenes asociadas llamadas images/tipOfDay_N.png + $TipOfDay=Array(); + $TipOfDay[0]="OpenGnsys client can create and restore images from all repositories in organization unit." + $TipOfDay[1]="OpenGnsys can manage UEFI computers form version 1.1.1 (Espeto)." + $TipOfDay[2]="<a href='https://opengnsys.es' class='help_menu' target='blank'>New OpenGnsys website</a> aimed at the user, where you will easily find: \n". + "<ul>\n". + " <li>Download OpenGnsys last version.</li>\n". + " <li>User Manual</li>\n". + " <li>Installation documentation</li>\n". + " <li>Success stories</li>\n". + "</ul>\n<br>\n"; + $TipOfDay[3]="OpenGnsys allows users to install several ogLive, being able to select on each computer the one that best recognizes your hardware."; + $TipOfDay[4]="OpenGnsys allows independent hosting of images from different organizational units within the same repository."; + $TipOfDay[5]="For facilitate OpenGnsys migration, there are scripts to export and import data." + $TipOfDay[6]="RemotePC combines OpenGnsys with UDS to offer remote access to classroom computers outside teaching hours."; + $TipOfDay[7]="<b>Course Online</b><p>All members of organizations that are federated in the RedIRIS Identity Service can access the course 'OpenGnsys Basic Course 1.1.0' in the <a href='https://docencia-net.cv.uma.es' class='help_menu' target='blank'>Training Platform of the Docencia-Net group.</p>"; + $TipOfDay[8]="The new OpenGnsys agent for the operating system allows users to send messages and execute commands on the computer." + $TipOfDay[9]="On the OpenGnsys web project you can find <a href='https://opengnsys.es/trac/wiki/EjemploPracticos' class='help_menu' target='blank'>practical examples and recipes</a>, such as the postconfiguration required for Windows activation with KMS."; |