blob: 7405b81d12a60d9a97827120171506330ad05c1c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
//________________________________________________________________________________________________________
//
// 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';
?>
|