winspool.drv: Convert the German resources to UTF-8.

oldstable
Michael Stefaniuc 2009-07-09 13:52:43 +02:00 committed by Alexandre Julliard
parent 6c24ec186c
commit 32f33a3e6d
1 changed files with 4 additions and 2 deletions

View File

@ -20,6 +20,8 @@
#include "wspool.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
FILENAME_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
@ -35,7 +37,7 @@ END
STRINGTABLE DISCARDABLE
{
IDS_CAPTION "Lokaler Anschluß"
IDS_FILE_EXISTS "Die Ausgabedatei existiert schon. Drücken Sie OK zum Überschreiben."
IDS_CAPTION "Lokaler Anschluß"
IDS_FILE_EXISTS "Die Ausgabedatei existiert schon. Drücken Sie OK zum Überschreiben."
IDS_CANNOT_OPEN "Die Ausgabedatei konnte nicht erzeugt werden."
}