ddb6fbdbc86a7a59d454925748765976f77eca7d
[reactos.git] / reactos / apps / utils / getfirefox / Hu.rc
1 /*
2 * PROJECT: ReactOS utilities
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: apps/utils/getfirefox/En.rc
5 * PURPOSE: English resources
6 * COPYRIGHT: Copyright 2004 Mike McCormack for CodeWeavers
7 * Copyright 2005 Ge van Geldorp (gvg@reactos.org)
8 * Copyright 2005 Robert Horvath (talley@cubeclub.hu) - Hungarian translation
9 */
10 /*
11 * Based on Wine dlls/shdocvw/En.rc
12 *
13 * This library is free software; you can redistribute it and/or
14 * modify it under the terms of the GNU Lesser General Public
15 * License as published by the Free Software Foundation; either
16 * version 2.1 of the License, or (at your option) any later version.
17 *
18 * This library is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 * Lesser General Public License for more details.
22 *
23 * You should have received a copy of the GNU Lesser General Public
24 * License along with this library; if not, write to the Free Software
25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 */
27
28 LANGUAGE LANG_HUNGARIAN, SUBLANG_NEUTRAL
29
30 IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
31 STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
32 CAPTION "A Firefox letöltése"
33 FONT 8, "MS Shell Dlg"
34 {
35 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
36 LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
37 CHECKBOX "A \"Szerezd meg a Firefoxot\" elvátolítása a Start Menübõl befejezés után", IDC_REMOVE,
38 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
39 PUSHBUTTON "Mégse", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
40 }
41
42 STRINGTABLE
43 BEGIN
44 IDS_START_MENU_NAME "Szerezd meg Firefoxot"
45 END