diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/imagenes_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/imagenes_eng.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/imagenes_eng.php b/admin/WebConsole/idiomas/php/eng/imagenes_eng.php new file mode 100644 index 00000000..015be0ba --- /dev/null +++ b/admin/WebConsole/idiomas/php/eng/imagenes_eng.php @@ -0,0 +1,19 @@ +<? +//________________________________________________________________________________________________________ +// +// Fichero de idiomas php: imagenes_eng.php +// Idioma: Ingés +//________________________________________________________________________________________________________ + $TbMsg=array(); + $TbMsg[0]='"New images group"'; + $TbMsg[1]='"Define new image"'; + $TbMsg[2]='"To put image"'; + $TbMsg[3]='"Rename"'; + $TbMsg[4]='"Remove images group"'; + $TbMsg[5]='"Image information"'; + $TbMsg[6]='"To move image"'; + $TbMsg[7]='"Properties"'; + $TbMsg[8]='"Remove Image"'; + $TbMsg[9]='"Images"'; + $TbMsg[10]='"Incrementals management"'; +?> |