Still busy with Dutch update of Zenphoto-translation...
When I try to save the translation I get this error:
`
"msgstr' is not a valid PHP format string,unlike "msgid".
Reason: In the directive number 1, the character "v" is not a valid conversion specifier.
`
This error occurs two times.
here
`
#: zenphoto-2008-11-14-trunk/zp-core/admin-options.php:1094
#, php-format
msgid "% of image"
msgstr "% van de afbeelding"
`
and here
`
#: zenphoto-2008-11-14-trunk/zp-core/plugins/flvplayer.php:62
#, php-format
msgid "Size of the buffer in % before the video starts."
msgstr "Grootte van de buffer in % voordat de video start."
`
Any ideas ?
Thanks