GNOME Bugzilla – Bug 325614
strings in e-task-widget.c need translator comments
Last modified: 2013-09-13 00:49:25 UTC
both strings need translator comments - what exactly is %s here? also add as a comment that %d is a number value between 0 and 100. or should the first one even remain untranslated? http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#use-comments #: ../widgets/misc/e-task-widget.c:208 #, c-format msgid "%s (...)" msgstr "%s (...)" #: ../widgets/misc/e-task-widget.c:213 #, c-format msgid "%s (%d%% complete)" msgstr "%s (zu %d%% abgeschlossen)" note that adding comments to translatable strings or marking translatable strings as untranslatable must not be announced according to http://mail.gnome.org/archives/desktop-devel-list/2005-February/msg00092.html.
Created attachment 71444 [details] [review] Translator comment added
except for some minor spelling issues ("e.g.", missing spaces between words), this looks good.
Created attachment 71516 [details] [review] Spacing corrected.Hope this is perfect.
yepp! :-)
oops.
committed to CVS HEAD/stable with a small fix: http://cvs.gnome.org/viewcvs/evolution/widgets/misc/e-task-widget.c?r1=1.4&r2=1.5 thanks.