blob: cb1c488fa1b1e6d55f4877a8acd2397b2fb490c4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: actualizar_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='This environment has been successfully purged';
$TbMsg[1]='WARNING: Having some problem to purge this environment';
?>
|