mpr_Cs.rc 1.95 KB
Newer Older
1 2
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
 *
David Kredba's avatar
David Kredba committed
3 4
 * Czech MPR dll resources
 * Copyright (C) 2004 Juan Lang
David Kredba's avatar
David Kredba committed
5
 * Copyright (C) 2004, 2005 David Kredba
David Kredba's avatar
David Kredba committed
6 7 8 9 10 11 12 13 14 15 16 17 18
 *
 * 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
19
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
David Kredba's avatar
David Kredba committed
20 21 22 23
 */

LANGUAGE LANG_CZECH, SUBLANG_DEFAULT

24 25
/* Czech strings in CP1250 */

David Kredba's avatar
David Kredba committed
26 27
STRINGTABLE DISCARDABLE
{
28
    IDS_ENTIRENETWORK "Cel s"
David Kredba's avatar
David Kredba committed
29
}
David Kredba's avatar
David Kredba committed
30 31 32

IDD_PROXYDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
33
CAPTION "Zadn sovho hesla"
David Kredba's avatar
David Kredba committed
34 35
FONT 8, "MS Shell Dlg"
{
36
 LTEXT "Prosm zadejte sv uivatelsk jmno a heslo:", IDC_EXPLAIN, 40, 6, 150, 15
David Kredba's avatar
David Kredba committed
37 38
 LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
39
 LTEXT "Uivatel", -1, 40, 66, 50, 10
David Kredba's avatar
David Kredba committed
40 41 42 43 44
 LTEXT "Heslo", -1, 40, 86, 50, 10
 LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0
 LTEXT "" IDC_REALM, 80, 46, 150, 14, 0
 EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
 EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
45
 CHECKBOX "&Uloit toto heslo (Nen bezpen) ?", IDC_SAVEPASSWORD,
David Kredba's avatar
David Kredba committed
46 47
           80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
 PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
48
 PUSHBUTTON "Zruit", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
David Kredba's avatar
David Kredba committed
49
}