blob: 146576ece5fcba6768fce986ff127afd5049178b (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: conmutar_cat.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Aquest àmbit ha commutat correctament';
$TbMsg[1]='ATENCIÓ: Ha hagut algun problema al conmutar l\'àmbit';
?>
|