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 23LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT 24 25STRINGTABLE 26{ 27 IDS_ENTIRENETWORK "הרשת כולה" 28} 29 30IDD_PROXYDLG DIALOGEX 36, 24, 228, 145 31STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU 32CAPTION "הזן סיסמת רשת" 33FONT 8, "MS Shell Dlg" 34{ 35 LTEXT "נא הכנס את שם המתשמש והסיסמה שלך:", IDC_EXPLAIN, 6, 6, 150, 18 36 LTEXT "שרת מתווך (Proxy)", -1, 6, 26, 60, 10 37/* LTEXT "Realm", -1, 6, 46, 60, 10 */ 38 LTEXT "שם משתמש", -1, 6, 66, 60, 10 39 LTEXT "סיסמה", -1, 6, 86, 60, 10 40 LTEXT "", IDC_PROXY, 70, 26, 150, 14, 0 41 LTEXT "", IDC_REALM, 70, 46, 150, 14, 0 42 EDITTEXT IDC_USERNAME, 70, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP 43 EDITTEXT IDC_PASSWORD, 70, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD 44 CHECKBOX "זכור את הסיסמה (לא בטוח)", IDC_SAVEPASSWORD, 45 70, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP 46 DEFPUSHBUTTON "אישור", IDOK, 114, 126, 50, 14, WS_GROUP | WS_TABSTOP 47 PUSHBUTTON "ביטול", IDCANCEL, 170, 126, 50, 14, WS_GROUP | WS_TABSTOP 48} 49