diff options
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"'; |