Commit b1118096 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Paper dialog translated to German.

parent 09a17830
......@@ -26,3 +26,4 @@
#include "wps_En.rc"
#include "wps_Ru.rc"
#include "wps_Sk.rc"
#include "wps_De.rc"
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 &Gre:", -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment