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/imagenes_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/imagenes_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/imagenes_eng.php | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/imagenes_eng.php b/admin/WebConsole/idiomas/php/eng/imagenes_eng.php index 0d93401f..9b9a3119 100644 --- a/admin/WebConsole/idiomas/php/eng/imagenes_eng.php +++ b/admin/WebConsole/idiomas/php/eng/imagenes_eng.php @@ -1,22 +1,21 @@ <?php //________________________________________________________________________________________________________ // -// Fichero de idiomas php: imagenes_eng.php -// Idioma: English +// Php language file: imagenes_eng.php +// Language: English //________________________________________________________________________________________________________ $TbMsg=array(); - $TbMsg[0]='"New group of images"'; + $TbMsg[0]='"New Images group"'; $TbMsg[1]='"Define new image"'; - $TbMsg[2]='"To put image"'; + $TbMsg[2]='"Set image"'; $TbMsg[3]='"Rename"'; - $TbMsg[4]='"Remove group of images"'; + $TbMsg[4]='"Delete Images group"'; $TbMsg[5]='"Image information"'; - $TbMsg[6]='"To move image"'; + $TbMsg[6]='"Move image"'; $TbMsg[7]='"Properties"'; - $TbMsg[8]='"Remove Image"'; + $TbMsg[8]='"Delete Image"'; $TbMsg[9]='"Images"'; - $TbMsg[10]='"Incrementals management"'; - $TbMsg[11]='"Monolithic Image"'; - $TbMsg[12]='"Base Image"'; - $TbMsg[13]='"Incremental Image"'; -?> + $TbMsg[10]='"Incremental Images Management"'; + $TbMsg[11]='"Monolithic Images"'; + $TbMsg[12]='"Base Images"'; + $TbMsg[13]='"Incremental Images"'; |