diff options
author | Irina Gomez <irinagomez@us.es> | 2018-05-15 11:27:51 +0000 |
---|---|---|
committer | Irina Gomez <irinagomez@us.es> | 2018-05-15 11:27:51 +0000 |
commit | beebc198fca5c11b9b6b2dbc867976268944a385 (patch) | |
tree | eda8d0646a707526f4007bc7252f960fdbe73bcd /admin/WebConsole/idiomas/php/eng/descargas_eng.php | |
parent | 61e5ebd8ebd70eeb1eeed4a1ed75fbd1f4a586eb (diff) |
#842 Consola: se revisan todos los ficheros de idioma en inglés.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/descargas_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/descargas_eng.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/descargas_eng.php b/admin/WebConsole/idiomas/php/eng/descargas_eng.php index b04ef2a7..cc8876be 100644 --- a/admin/WebConsole/idiomas/php/eng/descargas_eng.php +++ b/admin/WebConsole/idiomas/php/eng/descargas_eng.php @@ -1,12 +1,11 @@ <?php //______________________________________________________________ // -// Php language file: descargas_eng.php +// Php language file: descargas_eng.php // Language: English //______________________________________________________________ if (empty ($TbMsg)) $TbMsg=array(); $TbMsg['DOWNLOADS']="Available downloads"; -$TbMsg['NOFILES']="No files available"; +$TbMsg['NOFILES']="No available files"; // Warning: Do not leave characters out of PHP code. -?> |