blob: 3ffb74959f949a14c899ad5bf2e2e528c5dc2bac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
//________________________________________________________________________________________________________
//
// 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";
|