Paper dialog translated to German.

This commit is contained in:
Marcus Meissner 2001-05-07 18:13:13 +00:00 committed by Alexandre Julliard
parent 09a17830ac
commit b1118096bb
2 changed files with 17 additions and 0 deletions

View File

@ -26,3 +26,4 @@
#include "wps_En.rc"
#include "wps_Ru.rc"
#include "wps_Sk.rc"
#include "wps_De.rc"

16
dlls/wineps/wps_De.rc Normal file
View File

@ -0,0 +1,16 @@
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
CAPTION "Papier"
FONT 8, "Helv"
{
LTEXT "Papier &Größe:", -1, 10, 6, 100, 8
LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
WS_TABSTOP
GROUPBOX "Ausrichtung", -1, 10, 80, 200, 50
CONTROL "&Hochformat", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
WS_TABSTOP, 20, 90, 60, 10
CONTROL "&Querformat", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
20, 110, 60, 10
}