blob: 4ddb3e8cdac5b19aee980cb016079b38f68c98df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: nada_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="DISPOSITIU UTILITZAT PER ACCEDIR A OPENGNSYS";
$TbMsg[1]="IP - Dispositiu";
$TbMsg[2]="Tipus - Dispositiu";
$TbMsg[3]="Sistema Operatiu";
$TbMsg[4]="Versió Sistema";
$TbMsg[5]="Navegador";
$TbMsg[6]="Versió Navegador";
?>
|