mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
winspool.drv: Convert the German resources to UTF-8.
This commit is contained in:
parent
6c24ec186c
commit
32f33a3e6d
1 changed files with 4 additions and 2 deletions
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue