blob: 9a06fe40604f71aefb286e93d35b8324a9aa879c (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: actualizar_cat.php
// Idioma: Catal�
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Aquest �mbit ha estat purgat correctament';
$TbMsg[1]='ATENCI�: Ha ocorregut alg�n problema al purgar l\'�mbit';
|