blob: 5fb6c4e02ed56cdf73fc4626268ad90bd714318f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: sondeo_cat.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='';
$TbMsg[1]='ATENCIÓ: Ha ocorregut algun problema al consultar l\'estat del ordinadors';
?>
|