mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
11 lines
272 B
Text
11 lines
272 B
Text
#include "resource.h"
|
|
/*
|
|
* Translation done by Vertaald door Eric Janssen
|
|
*/
|
|
|
|
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DllNotLoaded, "LoadLibrary kon '%s' niet laden"
|
|
IDS_MissingEntry, "Entry point:%s\n niet gevonden In %s"
|
|
END
|