cmd/tests: Add assoc tests.
[wine] / programs / winefile / Cs.rc
1 /* Hey, Emacs, open this file with -*- coding: cp1250 -*-
2  *
3  * WineFile
4  * Czech Language Support
5  *
6  * Copyright 2000 Martin Fuchs
7  * Copyright 2002 Steven Edwards
8  * Copyright 2002 Alexandre Julliard
9  * Copyright 2004 David Kredba
10  *
11  * This library is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public
13  * License as published by the Free Software Foundation; either
14  * version 2.1 of the License, or (at your option) any later version.
15  *
16  * This library is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19  * Lesser General Public License for more details.
20  *
21  * You should have received a copy of the GNU Lesser General Public
22  * License along with this library; if not, write to the Free Software
23  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24  */
25
26 #include "resource.h"
27
28 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
29
30 /* Czech strings in CP1250 */
31
32 IDD_SELECT_DESTINATION DIALOG 15, 13, 210, 63
33 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
34 CAPTION "Zvolte cíl"
35 FONT 8, "MS Shell Dlg"
36 {
37     CONTROL         "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
38     CONTROL         "&Cesta:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
39     EDITTEXT        201, 3, 29, 134, 12, ES_AUTOHSCROLL
40     DEFPUSHBUTTON   "OK", 1, 158, 6, 47, 14
41     PUSHBUTTON      "Zru\9ait", 2, 158, 23, 47, 14
42     PUSHBUTTON      "&Procházet", 254, 158, 43, 47, 14
43 }