1 /* Hey, Emacs, open this file with -*- coding: cp1250 -*-
4 * Czech Language Support
6 * Copyright 2000 Martin Fuchs
7 * Copyright 2002 Steven Edwards
8 * Copyright 2002 Alexandre Julliard
9 * Copyright 2004 David Kredba
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.
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.
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
28 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
30 /* Czech strings in CP1250 */
32 IDD_SELECT_DESTINATION DIALOG 15, 13, 210, 63
33 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
35 FONT 8, "MS Shell Dlg"
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šit", 2, 158, 23, 47, 14
42 PUSHBUTTON "&Procházet", 254, 158, 43, 47, 14