blob: 7abf81c80c40a6811506f89ef3fee12a32fc6000 (
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 refreshed';
$TbMsg[1]='WARNING: Having some problem to refresh this environment';
?>
|