8010c0ceaae81f5b738a43041ea200ce4ef6ca97
[reactos.git] / reactos / dll / win32 / hhctrl.ocx / lang / He.rc
1 /*
2 * HTML Help resources
3 * Hebrew Language Support
4 *
5 * Copyright 2005 James Hawkins
6 *
7 * Translated 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 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
25
26 STRINGTABLE
27 BEGIN
28 IDS_CONTENTS "תוכ&ן"
29 IDS_INDEX "&אינקס"
30 IDS_SEARCH "&חפש"
31 IDS_FAVORITES "מועדפים"
32
33 IDS_HIDETABS "Hide &Tabs"
34 IDS_SHOWTABS "Show &Tabs"
35 END
36
37 STRINGTABLE
38 BEGIN
39 IDTB_EXPAND "הראה"
40 IDTB_CONTRACT "החבא"
41 IDTB_STOP "עצור"
42 IDTB_REFRESH "רענן"
43 IDTB_BACK "אחורה"
44 IDTB_HOME "בית"
45 IDTB_SYNC "סנכרון"
46 IDTB_PRINT "הדפס"
47 IDTB_OPTIONS "אפשרויות"
48 IDTB_FORWARD "קדימה"
49 END
50
51 MENU_POPUP MENU
52 {
53 POPUP "" /* Options */
54 {
55 MENUITEM "", IDTB_EXPAND
56 MENUITEM "S&ync", IDTB_SYNC
57 MENUITEM "&Back", IDTB_BACK
58 MENUITEM "&Forward", IDTB_FORWARD
59 MENUITEM "&Home", IDTB_HOME
60 MENUITEM "&Stop", IDTB_STOP
61 MENUITEM "&Refresh", IDTB_REFRESH
62 MENUITEM "&Print...", IDTB_PRINT
63 }
64 }