[WININET]
[reactos.git] / reactos / dll / win32 / wininet / lang / wininet_Cs.rc
1 /* Hey, Emacs, open this file with -*- coding: cp1250 -*-
2 *
3 * Czech resources for wininet
4 * Copyright 2003 Mike McCormack for CodeWeavers
5 * Copyright 2004 David Kredba
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * 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
20 */
21
22 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
23
24 STRINGTABLE
25 {
26 IDS_LANCONNECTION "LAN Connection"
27 IDS_CERT_CA_INVALID "The certificate is issued by an unknown or untrusted publisher."
28 IDS_CERT_DATE_INVALID "The date on the certificate is invalid."
29 IDS_CERT_CN_INVALID "The name on the certificate does not match the site."
30 IDS_CERT_ERRORS "There is at least one unspecified security problem with this certificate."
31 }
32
33 IDD_PROXYDLG DIALOG 36, 24, 220, 146
34 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
35 CAPTION "Zadání sí\9dového hesla"
36 FONT 8, "MS Shell Dlg"
37 {
38 LTEXT "Prosím zadejte své u\9eiv. jméno a heslo:", -1, 6, 6, 210, 15
39 LTEXT "Proxy", -1, 6, 26, 50, 18
40 LTEXT "Plné jméno", -1, 6, 46, 50, 18
41 LTEXT "U\9eivatel", -1, 6, 66, 50, 18
42 LTEXT "Heslo", -1, 6, 86, 50, 18
43 LTEXT "", IDC_PROXY, 60, 26, 150, 14, 0
44 LTEXT "", IDC_REALM, 60, 46, 150, 14, 0
45 EDITTEXT IDC_USERNAME, 60, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
46 EDITTEXT IDC_PASSWORD, 60, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
47 CHECKBOX "&Ulo\9eit toto heslo (nebezpeèné) ?", IDC_SAVEPASSWORD,
48 60, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
49 PUSHBUTTON "OK", IDOK, 90, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
50 PUSHBUTTON "Storno", IDCANCEL, 154, 126, 56, 14, WS_GROUP | WS_TABSTOP
51 }
52
53 IDD_AUTHDLG DIALOG 36, 24, 220, 146
54 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
55 CAPTION "Authentication Required"
56 FONT 8, "MS Shell Dlg"
57 {
58 LTEXT "Please enter your username and password:", -1, 6, 6, 210, 15
59 LTEXT "Server", -1, 6, 26, 50, 18
60 LTEXT "Realm", -1, 6, 46, 50, 18
61 LTEXT "User", -1, 6, 66, 50, 18
62 LTEXT "Password", -1, 6, 86, 50, 18
63 LTEXT "", IDC_SERVER, 60, 26, 150, 14, 0
64 LTEXT "", IDC_REALM, 60, 46, 150, 14, 0
65 EDITTEXT IDC_USERNAME, 60, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
66 EDITTEXT IDC_PASSWORD, 60, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
67 CHECKBOX "&Save this password (insecure)", IDC_SAVEPASSWORD,
68 60, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
69 PUSHBUTTON "OK", IDOK, 90, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
70 PUSHBUTTON "Cancel", IDCANCEL, 154, 126, 56, 14, WS_GROUP | WS_TABSTOP
71 }
72
73 IDD_INVCERTDLG DIALOG 3, 24, 250, 86
74 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
75 CAPTION "Security Warning"
76 FONT 8, "MS Shell Dlg"
77 {
78 LTEXT "There is a problem with the certificate for this site.", -1, 40, 6, 200, 20
79 LTEXT "", IDC_CERT_ERROR, 40, 26, 200, 20
80 LTEXT "Do you want to continue anyway?", -1, 40, 46, 200, 20
81 PUSHBUTTON "Yes", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
82 PUSHBUTTON "No", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
83 }