Commit 7beacaf8 authored by Petr Tesarik's avatar Petr Tesarik Committed by Alexandre Julliard

wineps: Czech language resources encoding fix.

parent a7e9edfa
/*
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
*
* Czech resources for wineps
* Copyright 2000 Huw D M Davies
* Copyright 2004 David Kredba
......@@ -20,6 +21,8 @@
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
/* Czech strings in CP1250 */
PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
CAPTION "Papr"
......@@ -29,9 +32,9 @@ FONT 8, "MS Shell Dlg"
LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
WS_TABSTOP
GROUPBOX "Orientace", -1, 10, 80, 200, 50
CONTROL "&Na vku", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
CONTROL "&Na vku", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
WS_TABSTOP, 20, 90, 60, 10
CONTROL "N&a ku", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
CONTROL "N&a ku", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
20, 110, 60, 10
LTEXT "Oboustrann:", IDD_DUPLEX_NAME, 10, 140, 100, 8
COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
......
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