Page 1 of 1
[Solved] Exif data problem
Posted: 20 Aug 2013, 11:58
by Pcfactory
Hello everyone, I have a problem with the display of EXIF data of the images. I try to explain, instead of translating the field I am shown the name of the field (COM_PHOCAGALLERY_FILE_FILENAME). I looked in the file of Italian translation and translation there, but it is shown to me. What should I do?

Re: Exif data problem
Posted: 20 Aug 2013, 19:51
by Benno
Hi,
yes there is a problem inside the italian translation.
You should change:
COM_PHOCAGALLERY_FILE.FILENAME="Nome del file"
to
COM_PHOCAGALLERY_FILE_FILENAME="Nome del file"
That must be done with all strings. No dots, only underscores left of = are allowed.
Kind regards,
Benno
Re: Exif data problem
Posted: 20 Aug 2013, 22:14
by Pcfactory
Thank you very much.
Re: [Solved] Exif data problem
Posted: 20 Aug 2013, 22:47
by Benno
You're welcome!
Kind regards,
Benno