[Solved] Exif data problem
-
Pcfactory
- Phoca Newbie

- Posts: 8
- Joined: 25 Feb 2012, 18:54
[Solved] Exif data problem
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?

Last edited by Pcfactory on 20 Aug 2013, 22:14, edited 1 time in total.
- Benno
- Phoca Hero

- Posts: 9967
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Exif data problem
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
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
-
Pcfactory
- Phoca Newbie

- Posts: 8
- Joined: 25 Feb 2012, 18:54
Re: Exif data problem
Thank you very much.
- Benno
- Phoca Hero

- Posts: 9967
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: [Solved] Exif data problem
You're welcome!
Kind regards,
Benno
Kind regards,
Benno