source: admin/WebConsole/idiomas/php/eng/avisos_eng.php @ 09f40008

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 09f40008 was 49313a5, checked in by ramon <ramongomez@…>, 12 years ago

#551 #555: Mejoras en el formulario de propiedades de ordenador:

  • Mostrar aviso indicando que no se introduzca un nombre de equipo con más de 15 caracteres si dicho PC va a tener un sistema operativo Windows.
  • Ocultar cajas de selección de datos en la operación de eliminación de ordenador.
  • Centrar mensaje de ordenador aún no conectado cuando se añade un cliente nuevo.
  • Asegurar que por defecto no se incluye validación en un nuevo cliente.
  • Evirar avisos PHP y mejorar el código HTML.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3726 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 532 bytes
Line 
1<?php
2//________________________________________
3//
4//      Php language file: avisos_esp.php
5//      Language: Español
6//________________________________________
7
8if (empty ($TbMsg)) $TbMsg=array();
9$TbMsg["WARN_NAMELENGTH"]='WARNING: The hostname must not exceed 15 characters if you install Windows systems.';
10$TbMsg["WARN_NETBOOT"]='WARNING: After accepting, executing Advanced NetBoot in the Lab to apply the changes.';
11$TbMsg["WARN_REBOOTAFTER"]='WARNING: Client(s) will be automatically rebooted after executing the operation.';
12?>
13
Note: See TracBrowser for help on using the repository browser.