Part 1 of X of trying to end up with all this SUBLANG mess
[reactos.git] / reactos / dll / win32 / shdocvw / Hu.rc
1 /*
2 * Copyright 2004 Mike McCormack for CodeWeavers
3 * Copyright 2005 Risko Gergely
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
20 LANGUAGE LANG_HUNGARIAN, SUBLANG_NEUTRAL
21
22 100 DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 62
23 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
24 CAPTION "A Mozilla Active X vezérlõ letöltése"
25 FONT 8, "MS Shell Dlg"
26 {
27 CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
28 LTEXT "", 104, 10, 30, 200, 10, SS_CENTER
29 PUSHBUTTON "Mégse", IDCANCEL, 85, 44, 50, 15, WS_GROUP | WS_TABSTOP
30 }
31
32 STRINGTABLE
33 BEGIN
34 1001 "Ez az alkalmazás ActiveX támogatást igényel, de nincs \n" \
35 "feltelepítve a Mozilla Active X vezérlõ." \
36 "Szeretnéd letölteni és telepíteni?"
37 END