Thai translation of notepad. Fix spelling in clock translations.
[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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21  */
22
23 MAIN_MENU MENU LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
24 {
25  POPUP "&Beállítások" {
26   MENUITEM "Ana&lóg", 0x100
27   MENUITEM "Digi&tális", 0x101
28   MENUITEM SEPARATOR
29   MENUITEM "&Betûtípus...", 0x103
30   MENUITEM SEPARATOR
31   MENUITEM "&Címsor nélkül", 0x105
32   MENUITEM SEPARATOR
33   MENUITEM "&Másodperc", 0x107
34   MENUITEM "&Dátum", 0x108
35  }
36  POPUP "Inf&ormáció..." {
37   MENUITEM "&Licenc", 0x109
38   MENUITEM "&SEMMI GARANCIA", 0x10A
39   MENUITEM "&Óra névjegy... ", 0x10B
40  }
41 }
42
43 STRINGTABLE DISCARDABLE LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
44 {
45 CLOCK,          "Óra"
46 MENU_ON_TOP,    "&Mindig legfelül"
47 }