
Hi all, I'm working over polish translation (about 70% done). Today i've found phrase that could not be translated - maybe there are more that this one, but actually i know only one: Action: dailly checkdbs run Message: reason for pending posts eg. "Post by non-member to a members-only list" In code: bin/checkdbs, line 114, there is: when, sender, subject, reason, text, msgdata = mlist.GetRecord(id) date = time.ctime(when) pending.append(_("""\ From: %(sender)s on %(date)s Subject: %(subject)s Cause: %(reason)s""")) As we see none of "when, sender, subject, reason, text, msgdata" are beeing translated. I agree, that translation of sender or subject is unwated, but variables 'date' and 'reason' should be translated. Does any other noticed this bug? Or maybe i'm wrong ? Greatings from Poland BArtek ps. My Mailman is 2.1.1