blob: 3720510b64110af34ada4424ef4fcadabfd57434 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
//________________________________________
//
// Php language file: avisos_esp.php
// Language: Español
//________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg["WARN_NETBOOT"]='WARNING: After accepting, executing Advanced NetBoot in the Lab to apply the changes.';
$TbMsg["WARN_REBOOTAFTER"]='WARNING: Client(s) will be automatically rebooted after executing the operation.';
?>
|