- dutch translation by Eric Janssen (janssuhhh@gmail.com)

See issue #1989 for more details.

svn path=/trunk/; revision=25515
This commit is contained in:
Johannes Anderwald 2007-01-18 20:22:56 +00:00
parent 36a8eccf27
commit 62b03bfff8
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#include "resource.h"
/*
* Moved all hardcoded strings to En.rc.
* By Magnus Olsen 2005 magnus@itkonsult-olsen.com
* Translation done by Vertaald door Eric Janssen
*/
LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
STRINGTABLE DISCARDABLE
{
IDS_DllNotLoaded, "LoadLibrary kon '%s' niet laden"
IDS_MissingEntry, "Entry point:%s\n niet gevonden In %s"
}

View file

@ -11,4 +11,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "lang/ru-RU.rc"
#include "lang/el-GR.rc"
#include "lang/nb-NO.rc"
#include "lang/nl-NL.rc"
#include "lang/uk-UA.rc"