blob: ec3f75c842929c5d8326ea22d7fd282ad4ad9296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: menuscliente_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"***WARNING.- You are accessing from a computer not allowed"';
$TbMsg[1]='"IP Address"';
$TbMsg[2]='NOT DETECTED ANY MENU FOR THIS CLIENT';
$TbMsg[3]='Shut down the computer';
?>
|