![]() |
|
error saving .po file - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Translating (https://forum.zenphoto.org/forum-8.html) +--- Thread: error saving .po file (/thread-4071.html) |
error saving .po file - fretzl - 15-11-2008 Still busy with Dutch update of Zenphoto-translation... When I try to save the translation I get this error:
here : zenphoto-2008-11-14-trunk/zp-core/admin-options.php:1094, php-formatmsgid "% of image" ` : zenphoto-2008-11-14-trunk/zp-core/plugins/flvplayer.php:62, php-formatmsgid "Size of the buffer in % before the video starts." Thanks error saving .po file - sbillard - 15-11-2008 Seems like there is a complaint about the percent sign. Perhaps you can translate it into a word instead. Not sure why it would complain about the percent sign since there is a space after it. Maybe acrylian can help as he has done translations. error saving .po file - acrylian - 15-11-2008 I have no idea, I did not encounter that error. What encoding do you use? error saving .po file - fretzl - 15-11-2008 I also first thought it was something to do with the percent sign but when I change that into a word I get this error:
I use the utf-8 encoding. error saving .po file - fretzl - 15-11-2008 Somehow the But when I leave the error saving .po file - fretzl - 15-11-2008 Got it ! Used a text editor and removed the [b]php-format[/b] part from ` : zenphoto-2008-11-14-trunk/zp-core/admin-options.php:1094, php-formatmsgid "% of image" It probably was expecting a php variable. Not sure though. error saving .po file - acrylian - 16-11-2008 Great, I just checked my German po-file and I don't have that php format part at all. Strange. error saving .po file - fretzl - 16-11-2008 Well..... not so great, sadly :( I can edit the po-file all I want but each time I open a new(nightly) version I run into the same problem with only those two strings. error saving .po file - acrylian - 16-11-2008 Hm, I had taken just a quick look. I indeed have that php format part in some of the messages, but I had to search for them. That must be indeed related to the printf/springf formatting we do with strings that contain variables. But I did not encounter the error you got. I have exactly that perference setting as told on the tutorial, so I have sadly no idea about it at all. My translation is currently at 98% so maybe I will encounter it but those two line I already have translated. error saving .po file - fretzl - 17-11-2008 No problems at all on a Windows PC !!! :-) error saving .po file - acrylian - 17-11-2008 Well...:-) |