mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
6afbc8f483
svn path=/branches/reactos-yarotows/; revision=45219
12 lines
303 B
Text
12 lines
303 B
Text
#include "resource.h"
|
|
/*
|
|
* Translated into German.
|
|
* By Rouven Wessling 2005 pentiumforever@gmail.com
|
|
*/
|
|
|
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DllNotLoaded, "LoadLibrary laden von '%s' fehlgeschlagen"
|
|
IDS_MissingEntry, "Fehlender Eintrag:%s\nIn %s"
|
|
END
|