[043e67d] | 1 | <?php |
---|
[c4252df] | 2 | //________________________________________________________________________________________________________ |
---|
| 3 | // |
---|
[beebc19] | 4 | // Php Language file: nada_esp.php |
---|
| 5 | // Language: English |
---|
[c4252df] | 6 | //________________________________________________________________________________________________________ |
---|
| 7 | $TbMsg=array(); |
---|
[beebc19] | 8 | $TbMsg[0]="DEVICE USED TO ACCESS OPENGNSYS"; |
---|
[c4252df] | 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"; |
---|
[c1bee01a] | 15 | $TbMsg["TIP"]="Consejo del día"; |
---|
| 16 | |
---|
| 17 | // Los mensajes pueden tener imágenes asociadas llamadas images/tipOfDay_N.png |
---|
| 18 | $TipOfDay=Array(); |
---|
[daf9bcc] | 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)."; |
---|
[3283bc7] | 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". |
---|
[c1bee01a] | 22 | "<ul>\n". |
---|
[3283bc7] | 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". |
---|
[c1bee01a] | 27 | "</ul>\n<br>\n"; |
---|
[3283bc7] | 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."; |
---|
[daf9bcc] | 30 | $TipOfDay[5]="For facilitate OpenGnsys migration, there are scripts to export and import data."; |
---|
[3283bc7] | 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>"; |
---|
[daf9bcc] | 33 | $TipOfDay[8]="The new OpenGnsys agent for the operating system allows users to send messages and execute commands on the computer."; |
---|
[3283bc7] | 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."; |
---|
[daf9bcc] | 35 | $TipOfDay[10]="OpenGnsys support Nvme disks, you must use ogLive bionic 5.0."; |
---|
| 36 | $TipOfDay[11]="To avoid multicast transfer conflicts, it is necessary to configure different multicast ports in the properties of each class."; |
---|
| 37 | $TipOfDay[12]="You can define nice priority to seed torrent files in <br> /etc/default/opengnsys. The recommended values are:\n". |
---|
| 38 | "<ul>\n". |
---|
| 39 | " <li> 8 for Admin Server or Repo without Torrent.</li>\n". |
---|
| 40 | " <li> 0 for Admin Server and Repo with Torrent.</li>\n". |
---|
| 41 | " <li>-8 for Repo with Torrent.</li>\n". |
---|
| 42 | "</ul>\n<br>\n"; |
---|