blob: ecfca0a1ae18097406156667f292f25a05e0ad19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
//________________________________________
//
// Php language file: avisos_esp.php
// Language: Español
//________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg["WARN_NAMELENGTH"]='WARNING: The hostname must not exceed 15 characters if you install Windows systems.';
$TbMsg["WARN_NETBOOT"]='ATENCIÓN: El equipo iniciará en local por defecto; usar NetBoot Avanzado para modificar su arranque.';
$TbMsg["WARN_REBOOTAFTER"]='WARNING: Client(s) will be automatically rebooted after executing the operation.';
?>
|