Module: wine
Branch: refs/heads/master
Commit: dc2bceda7bcd1533a05c6ce25ce9439008c3ff30
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=dc2bceda7bcd1533a05c6ce…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
wineps: Added Hungarian translation.
---
dlls/wineps/rsrc.rc | 1 +
dlls/wineps/wps_Hu.rc | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 0 deletions(-)
create mode 100644 dlls/wineps/wps_Hu.rc
diff --git a/dlls/wineps/rsrc.rc b/dlls/wineps/rsrc.rc
index 1b54c08..dd203f1 100644
--- a/dlls/wineps/rsrc.rc
+++ b/dlls/wineps/rsrc.rc
@@ -45,6 +45,7 @@
#include "wps_En.rc"
#include "wps_Es.rc"
#include "wps_Fr.rc"
+#include "wps_Hu.rc"
#include "wps_It.rc"
#include "wps_Ja.rc"
#include "wps_Ko.rc"
diff --git a/dlls/wineps/wps_Hu.rc b/dlls/wineps/wps_Hu.rc
new file mode 100644
index 0000000..c315db5
--- /dev/null
+++ b/dlls/wineps/wps_Hu.rc
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2006 Andras Kovacs
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
+STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
+CAPTION "Pap�r"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Pap�r &m�ret:", -1, 10, 6, 100, 8
+ LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
+ WS_TABSTOP
+ GROUPBOX "�r�sir�ny", -1, 10, 80, 200, 50
+ CONTROL "&F�gg�leges", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
+ WS_TABSTOP, 20, 90, 60, 10
+ CONTROL "&V�zszintes", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
+ 20, 110, 60, 10
+ LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8
+ COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
+ WS_TABSTOP
+}
Module: wine
Branch: refs/heads/master
Commit: d1df8a85c1a0b5c53a935d655b2f642842272fa8
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d1df8a85c1a0b5c53a935d6…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
shlwapi: Added Hungarian translation.
---
dlls/shlwapi/shlwapi.rc | 1 +
dlls/shlwapi/shlwapi_Hu.rc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
create mode 100644 dlls/shlwapi/shlwapi_Hu.rc
diff --git a/dlls/shlwapi/shlwapi.rc b/dlls/shlwapi/shlwapi.rc
index 8e219c2..b566177 100644
--- a/dlls/shlwapi/shlwapi.rc
+++ b/dlls/shlwapi/shlwapi.rc
@@ -29,6 +29,7 @@
#include "shlwapi_En.rc"
#include "shlwapi_Es.rc"
#include "shlwapi_Fi.rc"
+#include "shlwapi_Hu.rc"
#include "shlwapi_Ko.rc"
#include "shlwapi_Nl.rc"
#include "shlwapi_No.rc"
diff --git a/dlls/shlwapi/shlwapi_Hu.rc b/dlls/shlwapi/shlwapi_Hu.rc
new file mode 100644
index 0000000..78101e2
--- /dev/null
+++ b/dlls/shlwapi/shlwapi_Hu.rc
@@ -0,0 +1,35 @@
+/*
+ * Hungarian resources for shlwapi
+ *
+ * Copyright 2006 Andras Kovacs
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Hiba!"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20
+ LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8
+ CHECKBOX "Ne jelen�&tse meg ezt az �zenetet ism�t", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&OK" IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&M�gse" IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Igen" IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Nem" IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+}
Module: wine
Branch: refs/heads/master
Commit: 841c12fa2f5ef9737192bd88ddc1b67ce894c6ea
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=841c12fa2f5ef9737192bd8…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
shdocvw: Added Hungarian translation.
---
dlls/shdocvw/Hu.rc | 36 ++++++++++++++++++++++++++++++++++++
dlls/shdocvw/shdocvw.rc | 1 +
2 files changed, 37 insertions(+), 0 deletions(-)
create mode 100644 dlls/shdocvw/Hu.rc
diff --git a/dlls/shdocvw/Hu.rc b/dlls/shdocvw/Hu.rc
new file mode 100644
index 0000000..42b60b8
--- /dev/null
+++ b/dlls/shdocvw/Hu.rc
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2006 Andras Kovacs
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+100 DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 62
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Mozilla Active X vez�rl� let�lt�se"
+FONT 8, "MS Shell Dlg"
+{
+ CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
+ LTEXT "", 104, 10, 30, 200, 10, SS_CENTER
+ PUSHBUTTON "M�gse", IDCANCEL, 85, 44, 50, 15, WS_GROUP | WS_TABSTOP
+}
+
+STRINGTABLE
+BEGIN
+ 1001 "Ez az alkalmaz�s egy ActiveX b�ng�sz� objektumot k�r,\n" \
+ "de a Mozilla Active X vez�rl� jelenleg nincs telep�tve." \
+ "Szeretn� let�lteni, �s ut�na telep�teni?"
+END
diff --git a/dlls/shdocvw/shdocvw.rc b/dlls/shdocvw/shdocvw.rc
index 0ab4668..d27991b 100644
--- a/dlls/shdocvw/shdocvw.rc
+++ b/dlls/shdocvw/shdocvw.rc
@@ -29,6 +29,7 @@
#include "Es.rc"
#include "Fi.rc"
#include "Fr.rc"
+#include "Hu.rc"
#include "Ko.rc"
#include "Nl.rc"
#include "No.rc"
Module: wine
Branch: refs/heads/master
Commit: 09aa66879dbfdaf04cc2012c705ad78df1dc87dd
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=09aa66879dbfdaf04cc2012…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
setupapi: Added Hungarian translation.
---
dlls/setupapi/Hu.rc | 34 ++++++++++++++++++++++++++++++++++
dlls/setupapi/setupapi.rc | 1 +
2 files changed, 35 insertions(+), 0 deletions(-)
create mode 100644 dlls/setupapi/Hu.rc
diff --git a/dlls/setupapi/Hu.rc b/dlls/setupapi/Hu.rc
new file mode 100644
index 0000000..632a368
--- /dev/null
+++ b/dlls/setupapi/Hu.rc
@@ -0,0 +1,34 @@
+/*
+ * Hungarian resources for SETUPAPI
+ *
+ * Copyright 2006 Andras Kovacs
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "F�jlok m�sol�sa..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "M�gse", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+ LTEXT "Forr�s:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
+ LTEXT "C�l:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
diff --git a/dlls/setupapi/setupapi.rc b/dlls/setupapi/setupapi.rc
index faeb43a..615f9db 100644
--- a/dlls/setupapi/setupapi.rc
+++ b/dlls/setupapi/setupapi.rc
@@ -31,6 +31,7 @@
#include "Es.rc"
#include "Fi.rc"
#include "Fr.rc"
+#include "Hu.rc"
#include "It.rc"
#include "Ja.rc"
#include "Ko.rc"
Module: wine
Branch: refs/heads/master
Commit: ed42a4c42699ed3a8eeee14e821a99d58a8428d4
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ed42a4c42699ed3a8eeee14…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
serialui: Added Hungarian translation.
---
dlls/serialui/Hu.rc | 41 +++++++++++++++++++++++++++++++++++++++++
dlls/serialui/serialui_rc.rc | 1 +
2 files changed, 42 insertions(+), 0 deletions(-)
create mode 100644 dlls/serialui/Hu.rc
diff --git a/dlls/serialui/Hu.rc b/dlls/serialui/Hu.rc
new file mode 100644
index 0000000..5640bff
--- /dev/null
+++ b/dlls/serialui/Hu.rc
@@ -0,0 +1,41 @@
+/*
+ * Copyright 2006 Andras Kovacs
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 160, 159
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
+CAPTION "Tulajdons�gok: "
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Baud R�ta", 0,5,20,55,10
+ COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Parit�s", 0,5,40,55,10
+ COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "�raml�s-vez�rl�s", 0,5,60,55,10
+ COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Adatbitek", 0,5,80,55,10
+ COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Stopbitek", 0,5,100,55,10
+ COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ DEFPUSHBUTTON "OK", IDOK,30,138,50,14
+ PUSHBUTTON "M�gse", IDCANCEL,85,138,50,14
+ /* these two buttons are for testing Get/SetDefaultCommConfig */
+ /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */
+ /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */
+END
diff --git a/dlls/serialui/serialui_rc.rc b/dlls/serialui/serialui_rc.rc
index 28beecc..5ba59f0 100644
--- a/dlls/serialui/serialui_rc.rc
+++ b/dlls/serialui/serialui_rc.rc
@@ -28,6 +28,7 @@
#include "Es.rc"
#include "Fi.rc"
#include "Fr.rc"
+#include "Hu.rc"
#include "It.rc"
#include "Ja.rc"
#include "Ko.rc"
Module: wine
Branch: refs/heads/master
Commit: b888034d629e4c40b7c250468193927eadbc5b38
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b888034d629e4c40b7c2504…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
oledlg: Added Hungarian translation.
---
dlls/oledlg/oledlg_Hu.rc | 55 ++++++++++++++++++++++++++++++++++++++++++++++
dlls/oledlg/rsrc.rc | 1 +
2 files changed, 56 insertions(+), 0 deletions(-)
create mode 100644 dlls/oledlg/oledlg_Hu.rc
diff --git a/dlls/oledlg/oledlg_Hu.rc b/dlls/oledlg/oledlg_Hu.rc
new file mode 100644
index 0000000..1d2b854
--- /dev/null
+++ b/dlls/oledlg/oledlg_Hu.rc
@@ -0,0 +1,55 @@
+/*
+ * Copyright 2006 Andras Kovacs
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Objektum besz�r�sa"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Obktum t�pus:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "M�gse",IDCANCEL,221,24,66,14
+ GROUPBOX "Eredm�ny",IDC_RESULT,7,103,208,41
+ CONTROL "�j l�trehoz�sa",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "Vez�rl� l�trehoz�sa",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "L�trehoz�s f�jlb�l",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "Vez�rl� hozz�&ad�sa...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "Megjelen�t�s ikonk�nt",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "Tall�z...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "F�jl:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
+ EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_RESULTOBJDESC "�j %s objektum behelyez�se az �n dokumentum�ba"
+ IDS_RESULTFILEOBJDESC "K�rem illesssze be a f�jl tartalm�t, mint objektumot a dokumentum�ba, azzal a programmal amivel l�trehozta."
+ IDS_BROWSE "Tall�z�s"
+ IDS_NOTOLEMOD "A f�jl �gy t�nik nem egy �rv�nyes OLE modul. Nem tudom regisztr�lni az OLE vez�rl�t."
+ IDS_NOTOLEMODCAPTION "Vez�rl� hozz�ad�sa"
+}
diff --git a/dlls/oledlg/rsrc.rc b/dlls/oledlg/rsrc.rc
index 614a563..ea14a82 100644
--- a/dlls/oledlg/rsrc.rc
+++ b/dlls/oledlg/rsrc.rc
@@ -36,6 +36,7 @@
#include "oledlg_En.rc"
#include "oledlg_Es.rc"
#include "oledlg_Fr.rc"
+#include "oledlg_Hu.rc"
#include "oledlg_It.rc"
#include "oledlg_Ja.rc"
#include "oledlg_Ko.rc"