wineps: Czech language resources encoding fix.

This commit is contained in:
Petr Tesarik 2006-02-13 13:28:25 +01:00 committed by Alexandre Julliard
parent a7e9edfa57
commit 7beacaf8e9
1 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,5 @@
/*
/* 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 "Papír"
@ -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 vý¹ku", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
CONTROL "&Na výšku", 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 |