clock: Update Swedish translation.
[wine] / programs / clock / Hu.rc
1 /*
2  * Clock (Hungarian resources)
3  *
4  * Copyright 1998 Marcel Baur
5  * Copyright 2002 Sylvain Petreolle
6  * Copyright 2002 Zoly Nagy
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 MAIN_MENU MENU LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
24 {
25  POPUP "&Beállítások" {
26   MENUITEM "Ana&lóg", IDM_ANALOG
27   MENUITEM "Digi&tális", IDM_DIGITAL
28   MENUITEM SEPARATOR
29   MENUITEM "&Betûtípus...", IDM_FONT
30   MENUITEM SEPARATOR
31   MENUITEM "&Címsor nélkül", IDM_NOTITLE
32   MENUITEM SEPARATOR
33   MENUITEM "&Másodperc", IDM_SECONDS
34   MENUITEM "&Dátum", IDM_DATE
35   MENUITEM SEPARATOR
36   MENUITEM "&Mindig legfelül", IDM_ONTOP
37  }
38  POPUP "Inf&ormáció" {
39   MENUITEM "&Licenc...", IDM_LICENSE
40   MENUITEM "&SEMMI GARANCIA...", IDM_NOWARRANTY
41   MENUITEM "&Óra névjegy...", IDM_ABOUT
42  }
43 }
44
45 STRINGTABLE DISCARDABLE LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
46 {
47 IDS_CLOCK, "Óra"
48 }