* Sync up to trunk head (r64716).
[reactos.git] / 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 #pragma code_page(65001)
26
27 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
28
29 STRINGTABLE
30 BEGIN
31 IDS_CPL_NAME "הגדרות אינטרנט"
32 IDS_CPL_INFO "הגדר את דפדפן האינטרנט של Wine והגדרות קשורות."
33 IDS_SEC_SETTINGS "הגדרת אבטחה לאזור זה: "
34 IDS_SEC_LEVEL0 "מותאמת"
35 IDS_SEC_LEVEL1 "מאוד נמוכה"
36 IDS_SEC_LEVEL2 "נמוכה"
37 IDS_SEC_LEVEL3 "בינונית"
38 IDS_SEC_LEVEL4 "בינונית -גבוהה"
39 IDS_SEC_LEVEL5 "גבוהה"
40 END
41
42 /* "General" propsheet */
43 IDD_GENERAL DIALOG 0, 0, 320, 220
44 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
45 EXSTYLE WS_EX_LAYOUTRTL
46 FONT 8, "MS Shell Dlg"
47 CAPTION "כללי"
48 BEGIN
49
50 GROUPBOX " דף הבית ", IDC_STATIC, 4, 4, 312, 56
51 LTEXT "באפשרותך לבחור את הכתובת שתשמש כדף הבית שלך.",
52 IDC_STATIC, 10, 14, 300, 10
53 EDITTEXT IDC_HOME_EDIT, 10, 26, 300, 12, WS_VISIBLE | ES_AUTOHSCROLL
54 PUSHBUTTON "העמוד ה&נוכחי", IDC_HOME_CURRENT, 58, 42, 80, 14
55 PUSHBUTTON "עמוד &בררת המחדל", IDC_HOME_DEFAULT, 144, 42, 80, 14
56 PUSHBUTTON "עמוד &ריק", IDC_HOME_BLANK, 230, 42, 80, 14
57 GROUPBOX "היסטורית גלישה ", IDC_STATIC, 4, 66, 312, 42
58 LTEXT "הינך יכול למחוק את המטמון, עוגיות, היסוריה ועוד ...",
59 IDC_STATIC, 10, 76, 300, 10
60 PUSHBUTTON "מחק קבצים...", IDC_HISTORY_DELETE, 144, 90, 80, 14
61 PUSHBUTTON "הגדרות...", IDC_HISTORY_SETTINGS, 230, 90, 80, 14
62
63 END
64
65 /* "Delete browsing history" dialog */
66 IDD_DELETE_HISTORY DIALOG 0, 0, 250, 250
67 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
68 FONT 8, "MS Shell Dlg"
69 CAPTION "Delete browsing history"
70 BEGIN
71
72 AUTOCHECKBOX "Temporary internet files\nCached copies of web pages, images and certificates.",
73 IDC_DELETE_TEMP_FILES, 10, 8, 230, 40, BS_TOP | BS_MULTILINE
74 AUTOCHECKBOX "Cookies\nFiles saved on your computer by websites, which store things like user preferences and login information.",
75 IDC_DELETE_COOKIES, 10, 48, 230, 40, BS_TOP | BS_MULTILINE
76 AUTOCHECKBOX "History\nList of websites you have accessed.",
77 IDC_DELETE_HISTORY, 10, 88, 230, 40, BS_TOP | BS_MULTILINE
78 AUTOCHECKBOX "Form data\nUsernames and other information you have entered into forms.",
79 IDC_DELETE_FORM_DATA, 10, 128, 230, 40, BS_TOP | BS_MULTILINE
80 AUTOCHECKBOX "Passwords\nSaved passwords you have entered into forms.",
81 IDC_DELETE_PASSWORDS, 10, 168, 230, 40, BS_TOP | BS_MULTILINE
82 DEFPUSHBUTTON "Cancel", IDCANCEL, 185, 230, 60, 15, WS_GROUP
83 PUSHBUTTON "Delete", IDOK, 120, 230, 60, 15, WS_GROUP
84
85 END
86
87 /* "Security" propsheet */
88 IDD_SECURITY DIALOG 0, 0, 320, 220
89 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
90 FONT 8, "MS Shell Dlg"
91 CAPTION "Security"
92 BEGIN
93
94 CONTROL "", IDC_SEC_LISTVIEW, "SysListView32",
95 LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_VSCROLL,
96 4, 4, 312, 58
97 LTEXT "", IDC_SEC_ZONE_INFO, 4, 68, 312, 20
98 GROUPBOX "", IDC_SEC_GROUP, 4, 88, 312, 126
99 CONTROL "", IDC_SEC_TRACKBAR, "msctls_trackbar32",
100 TBS_VERT | TBS_AUTOTICKS | TBS_BOTH | TBS_REVERSED, 8, 98, 32, 100
101 LTEXT "", IDC_SEC_LEVEL, 48, 102, 180, 12
102 LTEXT "", IDC_SEC_LEVEL_INFO, 48, 114, 260, 80
103 END
104
105 /* "Content" propsheet */
106 IDD_CONTENT DIALOG 0, 0, 320, 220
107 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
108 EXSTYLE WS_EX_LAYOUTRTL
109 FONT 8, "MS Shell Dlg"
110 CAPTION "תוכן"
111 BEGIN
112
113 GROUPBOX "אישורים ", IDC_STATIC, 4, 4, 312, 50
114 LTEXT "אישורים משמשים כדי לזהות אותך וגם כדי לזהות רשויות ומפיצים.",
115 IDC_STATIC, 58, 14, 252, 18
116 PUSHBUTTON "אישורים...", IDC_CERT, 146, 34, 80, 14
117 PUSHBUTTON "מפיצים...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
118
119 END