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 1bc24fb was
502daab,
checked in by irina <irinagomez@…>, 9 years ago
|
#751 Asistente particionado: en particions GPT se obliga a que la primera sea tipo EFI y se pone como tamaño de la misma 512Mb, pero se permite cambiarlo. Se muestra mensaje informativo.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4967 a21b9725-9963-47de-94b9-378ad31fedc9
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[70ed85d] | 1 | <?php |
---|
| 2 | //________________________________________ |
---|
| 3 | // |
---|
[502daab] | 4 | // Php language file: avisos_eng.php |
---|
| 5 | // Language: Inglés |
---|
[70ed85d] | 6 | //________________________________________ |
---|
| 7 | |
---|
| 8 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
[49313a5] | 9 | $TbMsg["WARN_NAMELENGTH"]='WARNING: The hostname must not exceed 15 characters if you install Windows systems.'; |
---|
[da05968] | 10 | $TbMsg["WARN_NETBOOT"]='ATENCIÓN: El equipo iniciará en local por defecto; usar NetBoot Avanzado para modificar su arranque.'; |
---|
[70ed85d] | 11 | $TbMsg["WARN_REBOOTAFTER"]='WARNING: Client(s) will be automatically rebooted after executing the operation.'; |
---|
[1a2fa9d8] | 12 | $TbMsg["WARN_NOTESOFMENU"]='NOTAS: Los menús personalizados tienen mayor prioridad que los menús automáticos.<br>Un menú personalizado se define introduciendo la URL de la página HTML que lo define.<br>Un menú automático se compone a partir de los procedimientos definidos.'; |
---|
[502daab] | 13 | $TbMsg["WARN_GPT"]='AVISO: Para tabla de particiones GPT es necesario que la primera partición sea tipo EFI <br>y se recomienda un tamaño en torno a 512Mb.'; |
---|
[70ed85d] | 14 | ?> |
---|
| 15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.