comctl_Cs.rc 3.5 KB
Newer Older
1 2
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
 *
David Kredba's avatar
David Kredba committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
 * Copyright 1999 Eric Kohl
 *
 * Czech resources for comctl32
 * 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
20
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
David Kredba's avatar
David Kredba committed
21 22 23 24
 */

LANGUAGE LANG_CZECH, SUBLANG_DEFAULT

25 26
/* Czech strings in CP1250 */

David Kredba's avatar
David Kredba committed
27
IDD_PROPSHEET DIALOG DISCARDABLE 0, 0, 220, 140
28
STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
29
CAPTION "Vlastnosti %s"
30
FONT 8, "MS Shell Dlg"
David Kredba's avatar
David Kredba committed
31 32 33
BEGIN
  DEFPUSHBUTTON "OK",     IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
  PUSHBUTTON    "Storno", IDCANCEL,58,122,50,14
34
  PUSHBUTTON    "&Pout", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
David Kredba's avatar
David Kredba committed
35 36 37 38 39 40 41 42
  PUSHBUTTON    "Npovda",   IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
  CONTROL       "Tab",    IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
END


IDD_WIZARD DIALOG DISCARDABLE 0, 0, 290, 159
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
CAPTION "Prvodce"
43
FONT 8, "MS Shell Dlg"
David Kredba's avatar
David Kredba committed
44 45
BEGIN
  PUSHBUTTON    "< &Zpt", IDC_BACK_BUTTON,71,138,50,14
46
  DEFPUSHBUTTON "&Dal >", IDC_NEXT_BUTTON,121,138,50,14
47
  DEFPUSHBUTTON "Dokonit",  IDC_FINISH_BUTTON,121,138,50,14
David Kredba's avatar
David Kredba committed
48 49 50 51 52 53 54 55 56 57 58
  PUSHBUTTON    "Storno",  IDCANCEL,178,138,50,14
  PUSHBUTTON    "Npovda",    IDHELP,235,138,50,14,WS_GROUP
  LTEXT         "",        IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
  CONTROL       "Tab",     IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
  LTEXT	        "",        IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
END


IDD_TBCUSTOMIZE DIALOG DISCARDABLE 10, 20, 357, 125
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Nastaven panelu"
59
FONT 8, "MS Shell Dlg"
David Kredba's avatar
David Kredba committed
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
BEGIN
  DEFPUSHBUTTON "&Zavt",     IDCANCEL,308,6,44,14
  PUSHBUTTON    "&Vchoz",     IDC_RESET_BTN,308,23,44,14
  PUSHBUTTON    "&Npovda",      IDC_HELP_BTN,308,40,44,14
  PUSHBUTTON    "Nahor&u",   IDC_MOVEUP_BTN,308,74,44,14
  PUSHBUTTON    "&Dol", IDC_MOVEDN_BTN,308,91,44,14
  LTEXT         "D&ostupn tlatka:", -1,4,5,84,10
  LISTBOX       IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  PUSHBUTTON    "Pid&at ->",    IDOK, 131, 42, 44, 14
  PUSHBUTTON    "<- Odeb&rat", IDC_REMOVE_BTN,131,62,44,14
  LTEXT         "&Tlatka panelu:", -1,182,5,78,10
  LISTBOX       IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
END

STRINGTABLE DISCARDABLE
{
    IDS_CLOSE    "Zavt"
}

STRINGTABLE DISCARDABLE
{
    IDM_TODAY    "Dnes:"
82
    IDM_GOTODAY  "Jdi na dneek"
David Kredba's avatar
David Kredba committed
83 84 85 86 87 88 89 90 91
}

STRINGTABLE DISCARDABLE
{
    IDS_SEPARATOR "Oddlova"
}

STRINGTABLE DISCARDABLE
{
92
    HKY_NONE "dn"
David Kredba's avatar
David Kredba committed
93
}