In the file dutch.php from the admin-folder was a little mistake:

setlocale('LC_TIME', 'nl_NL.ISO_8859-1');

Should be:

setlocale(LC_TIME, 'nl_NL.ISO_8859-1');

I'll insterted the whole zip-file

More...