mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 22:54:25 +08:00
17 lines
361 B
Plaintext
17 lines
361 B
Plaintext
#include "resource.h"
|
|
/*
|
|
* Translated into German.
|
|
* By Rouven Wessling 2005 pentiumforever@gmail.com
|
|
*/
|
|
|
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|
STRINGTABLE DISCARDABLE
|
|
{
|
|
|
|
IDS_Copy, "ReactOS Dateiexpansionsprogramm Version 1.0\n\
|
|
Copyright Victor Schneider 1997\n\n\
|
|
Verwendung: %s infile [outfile]\n"
|
|
|
|
IDS_FAILS "LZCopy fehlgeschlagen: Rückgabe ist %ld\n"
|
|
}
|