diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/purgar_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/purgar_eng.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/purgar_eng.php b/admin/WebConsole/idiomas/php/eng/purgar_eng.php index 39a6f81a..d2cdfb14 100644 --- a/admin/WebConsole/idiomas/php/eng/purgar_eng.php +++ b/admin/WebConsole/idiomas/php/eng/purgar_eng.php @@ -1,10 +1,9 @@ <?php //________________________________________________________________________________________________________ // -// Fichero de idiomas php: actualizar_eng.php -// Idioma: Ingés +// Php language file: actualizar_eng.php +// Language: English //________________________________________________________________________________________________________ $TbMsg=array(); - $TbMsg[0]='This environment has been successfully purged'; - $TbMsg[1]='WARNING: Having some problem to purge this environment'; -?>
\ No newline at end of file + $TbMsg[0]='This scope has been successfully purged'; + $TbMsg[1]='WARNING: Errors found purging this scope'; |