blob: 42d612991d559c6a510b518be929523ff0ef4d65 (
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_NAMELENGTH"]='WARNING: The hostname must not exceed 15 characters if you install Windows systems.';
$TbMsg["WARN_REBOOTAFTER"]='WARNING: Client(s) will be automatically rebooted after executing the operation.';
?>
|