blob: ae30c78dae982ffb3b2e32559985e3ef17a10227 (
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"';
?>
|