c4642402606fee894fc439b8c724a87293bf7b11
[reactos.git] / reactos / dll / win32 / mpr / mpr_He.rc
1 /*
2 * MPR dll resources
3 *
4 * Copyright (C) 2004 Juan Lang
5 *
6 * Translated by Baruch Rutman
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * 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
21 */
22
23 #include "mprres.h"
24
25 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
26
27 STRINGTABLE
28 {
29 IDS_ENTIRENETWORK "הרשת כולה"
30 }
31
32 IDD_PROXYDLG DIALOG 36, 24, 250, 154
33 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
34 CAPTION "הזן סיסמת רשת"
35 FONT 8, "MS Shell Dlg"
36 {
37 LTEXT "נא הכנס את שם המתשמש והסיסמה שלך:", IDC_EXPLAIN, 40, 6, 150, 15
38 LTEXT "שרת מתווך (Proxy)", -1, 40, 26, 50, 10
39 /* LTEXT "Realm", -1, 40, 46, 50, 10 */
40 LTEXT "שם משתמש", -1, 40, 66, 50, 10
41 LTEXT "סיסמה", -1, 40, 86, 50, 10
42 LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
43 LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
44 EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
45 EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
46 CHECKBOX "זכור את הסיסמה (לא בטוח)", IDC_SAVEPASSWORD,
47 80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
48 PUSHBUTTON "אישור", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
49 PUSHBUTTON "ביטול", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
50 }