* Remove deprecated resource file loading and memory attributes (http://msdn.microsof...
[reactos.git] / reactos / dll / cpl / inetcpl / lang / He.rc
1 /*
2 * Hebrew resources for the Internet control panel applet
3 *
4 * Copyright 2010 Detlef Riekenberg
5 * Copyright 2010 Yaron Shahrabani <sh.yaron@gmail.com>
6 *
7 * Updated by Baruch Rutman
8 *
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
13 *
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
18 *
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 *
23 */
24
25 #include "inetcpl.h"
26
27 #pragma code_page(65001)
28
29 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
30
31 /* "General" propsheet */
32 IDD_GENERAL DIALOG 0, 0, 320, 220
33 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
34 EXSTYLE WS_EX_LAYOUTRTL
35 FONT 8, "MS Shell Dlg"
36 CAPTION "כללי"
37 BEGIN
38
39 GROUPBOX " דף הבית ", IDC_STATIC, 4, 4, 312, 52
40 LTEXT "באפשרותך לבחור את הכתובת שתשמש כדף הבית שלך.",
41 IDC_STATIC, 58, 10, 252, 10
42 EDITTEXT IDC_HOME_EDIT, 58, 22, 252, 12, WS_VISIBLE | ES_AUTOHSCROLL
43 PUSHBUTTON "העמוד ה&נוכחי", IDC_HOME_CURRENT, 58, 36, 80, 14
44 PUSHBUTTON "עמוד &בררת המחדל", IDC_HOME_DEFAULT, 144, 36, 80, 14
45 PUSHBUTTON "עמוד &ריק", IDC_HOME_BLANK, 230, 36, 80, 14
46 GROUPBOX " היסטורית גלישה ", IDC_STATIC, 4, 60, 312, 46
47 LTEXT "הינך יכול למחוק את המטמון, עוגיות, היסוריה ועוד ...",
48 IDC_STATIC, 58, 72, 252, 10
49 PUSHBUTTON "מחק קבצים...", IDC_HISTORY_DELETE, 144, 86, 80, 14
50 PUSHBUTTON "הגדרות...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
51
52 END
53
54 /* "Content" propsheet */
55 IDD_CONTENT DIALOG 0, 0, 320, 220
56 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
57 EXSTYLE WS_EX_LAYOUTRTL
58 FONT 8, "MS Shell Dlg"
59 CAPTION "תוכן"
60 BEGIN
61
62 GROUPBOX " אישורים ", IDC_STATIC, 4, 4, 312, 50
63 LTEXT "אישורים משמשים כדי לזהות אותך וגם כדי לזהות רשויות ומפיצים.",
64 IDC_STATIC, 58, 14, 252, 18
65 PUSHBUTTON "אישורים...", IDC_CERT, 146, 34, 80, 14
66 PUSHBUTTON "מפיצים...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
67
68 END
69
70 STRINGTABLE
71 BEGIN
72 IDS_CPL_NAME "הגדרות אינטרנט"
73 IDS_CPL_INFO "הגדר את דפדפן האינטרנט של Wine והגדרות קשורות."
74 IDS_SEC_SETTINGS "הגדרת אבטחה לאזור זה: "
75 IDS_SEC_LEVEL0 "מותאמת"
76 IDS_SEC_LEVEL1 "מאוד נמוכה"
77 IDS_SEC_LEVEL2 "נמוכה"
78 IDS_SEC_LEVEL3 "בינונית"
79 IDS_SEC_LEVEL4 "בינונית -גבוהה"
80 IDS_SEC_LEVEL5 "גבוהה"
81 END