If I include "Alt Text / OnMouseOver" as an extra field, the field name for this in captionator is displayed as "AltText:" and is untranslatable. There is no msgid for AltText, even though there are several for "Alt Text / OnMouseOver".
This has been the case since at least 1.4.
Posts: 6818
What exactly is untranslateable ?
The string "Alt Text / OnMouseOver", or the content of this field ?
Jens
--
Last Gallery v1 Developer and v1 translation manager.
Posts: 144
I think the field name is somehow displayed on the page. I even looked into the source but can't find why the field name is displayed for this particular field, but for all others it displays strings. The net result is that there is one untraslated part on the page.
Posts: 6818
I still can not follow you.
Jens
--
Last Gallery v1 Developer and v1 translation manager.
Posts: 144
Below are lines [292..299] of captionator.php:
The following is a sample output from lines 297-298 in zh_CN, zh_TW, fr_FR, and de_DE:
So all languages will display the field name "AltText" before the textarea box instead of any translation because there is none for this string.
After the above analysis, I found the fix: Just like the special treatment to a field called "Title", add the same treatment to "AltText", between original lines 295 and 296:
Now the output changes with language and the page is fully translated.
Posts: 6818
Thanks. You found again a bug.
Fixed (in a slightly different way) for 1.6
Jens
--
Last Gallery v1 Developer and v1 translation manager.