Ok, here are the results of the Dutch Translator.
There is one problem, I hope I've solved correct:
The plural in dutch for "video" is "video's" (with a single quote).
So I've changed:
$cfg['locale']['videos'] = 'videos';
$cfg['locale']['newVideos'] = "video's";
into:
$cfg['locale']['videos'] = "video's";
$cfg['locale']['newVideos'] = "nieuwe video's";
I've changed the single quote in front of the word into a double quote, so I can use the single quote in the word "video's".
And I've corrected the next:
# new pictures label (as in '2 new videos') into # new videos label.
Ok, that's it. I hope everything is correct.
Edit by jhollin1138: Removed attachment, translation included in v1.0.2 7/15/2005