blob: d47d5d35c250a0cc94f03ba24203996cfe267937 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: nada_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="USED TO ACCESS DEVICE OPENGNSYS";
$TbMsg[1]="IP - Device";
$TbMsg[2]="Type - Device";
$TbMsg[3]="Operating System";
$TbMsg[4]="System Version";
$TbMsg[5]="Browser";
$TbMsg[6]="Browser Version";
?>
|