source: admin/WebConsole/idiomas/php/eng/nada_eng.php @ 8b1c92b

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-instalacion
Last change on this file since 8b1c92b was 3283bc7, checked in by Irina Gómez <irinagomez@…>, 6 years ago

#858: The tip of the day is shown only when entering the web console. change in style: align image center and maximum width for text.

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Php Language file: nada_esp.php
5//      Language: English
6//________________________________________________________________________________________________________
7        $TbMsg=array();
8        $TbMsg[0]="DEVICE USED TO ACCESS OPENGNSYS";
9        $TbMsg[1]="IP - Device";
10        $TbMsg[2]="Type - Device";
11        $TbMsg[3]="Operating System";
12        $TbMsg[4]="System Version";
13        $TbMsg[5]="Browser";
14        $TbMsg[6]="Browser Version";
15        $TbMsg["TIP"]="Consejo del día";
16
17        // Los mensajes pueden tener imágenes asociadas llamadas images/tipOfDay_N.png
18        $TipOfDay=Array();
19        $TipOfDay[0]="OpenGnsys client can create and restore images from all repositories in organization unit."
20        $TipOfDay[1]="OpenGnsys can manage UEFI computers form version 1.1.1 (Espeto)."
21        $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".
22                     "<ul>\n".
23                     "  <li>Download OpenGnsys last version.</li>\n".
24                     "  <li>User Manual</li>\n".
25                     "  <li>Installation documentation</li>\n".
26                     "  <li>Success stories</li>\n".
27                     "</ul>\n<br>\n";
28        $TipOfDay[3]="OpenGnsys allows users to install several ogLive, being able to select on each computer the one that best recognizes your hardware.";
29        $TipOfDay[4]="OpenGnsys allows independent hosting of images from different organizational units within the same repository.";
30        $TipOfDay[5]="For facilitate OpenGnsys migration, there are scripts to export and import data."
31        $TipOfDay[6]="RemotePC combines OpenGnsys with UDS to offer remote access to classroom computers outside teaching hours.";
32        $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>";
33        $TipOfDay[8]="The new OpenGnsys agent for the operating system allows users to send messages and execute commands on the computer."
34        $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.";
Note: See TracBrowser for help on using the repository browser.