My work is just never done :). Usually I don't do tech support outside my domain, but this is simple, so I don't mind (I helped tommy with the same problem).
Ignore what tommy said...because there are alot of LC_ things in the mainfile.
What you want to look for is this:
Code:
setlocale ("LC_TIME", "$locale");
Now, replace that with this
Code:
setlocale (LC_TIME, $locale);
And keep searching through the document to make sure you got all of faulty peices, and if you find more, simply change them like you did the first.
You will need to do this also in the Journals module, Jokes module (if you have one), Downloads Module, and (i think) Reviews module.