clock: Make some variables static.
[wine] / programs / clock / He.rc
1 /*
2  * Clock (Hebrew resources)
3  *
4  * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  * Copyright 2010 Yaron Shahrabani <sh.yaron@gmail.com>
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 "clock_res.h"
24
25 #pragma code_page(65001)
26
27 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
28
29 MAIN_MENU MENU
30 {
31  POPUP "&מאפיינים" {
32   MENUITEM "&אנלוגי", IDM_ANALOG
33   MENUITEM "&דיגיטלי", IDM_DIGITAL
34   MENUITEM SEPARATOR
35   MENUITEM "&גופן...", IDM_FONT
36   MENUITEM SEPARATOR
37   MENUITEM "&ללא שורת כותרת", IDM_NOTITLE
38   MENUITEM SEPARATOR
39   MENUITEM "&שניות", IDM_SECONDS
40   MENUITEM "&תאריך", IDM_DATE
41   MENUITEM SEPARATOR
42   MENUITEM "תמיד &עליון", IDM_ONTOP
43  }
44  POPUP "&פרטים" {
45   MENUITEM "על &אודות השעון...", IDM_ABOUT
46  }
47 }
48
49 STRINGTABLE
50 {
51 IDS_CLOCK, "שעון"
52 }