44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
|
|
*
|
|
* WineFile
|
|
* Czech Language Support
|
|
*
|
|
* Copyright 2000 Martin Fuchs
|
|
* Copyright 2002 Steven Edwards
|
|
* Copyright 2002 Alexandre Julliard
|
|
* Copyright 2004 David Kredba
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
*/
|
|
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
|
|
|
/* Czech strings in CP1250 */
|
|
|
|
IDD_SELECT_DESTINATION DIALOG 15, 13, 210, 63
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Zvolte cíl"
|
|
FONT 8, "MS Shell Dlg"
|
|
{
|
|
CONTROL "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
|
|
CONTROL "&Cesta:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
|
|
EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL
|
|
DEFPUSHBUTTON "OK", 1, 158, 6, 47, 14
|
|
PUSHBUTTON "Zrušit", 2, 158, 23, 47, 14
|
|
PUSHBUTTON "&Procházet", 254, 158, 43, 47, 14
|
|
}
|