ChangeSet ID: 23587
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: wineowner(a)winehq.org 2006/03/15 16:26:56
Modified files:
include : winehq.conf
wwn : wn20060313_308.xml
Added files:
news : 2006031501.xml
Log message:
News about Wine 0.9.10
Patch: http://cvs.winehq.org/patch.py?id=23587
Old revision New revision Changes Path
1.33 1.34 +1 -1 lostwages/include/winehq.conf
Added 1.1 +0 -0 lostwages/news/2006031501.xml
1.1 1.2 +1 -1 lostwages/wwn/wn20060313_308.xml
Index: lostwages/include/winehq.conf
diff -u -p lostwages/include/winehq.conf:1.33 lostwages/include/winehq.conf:1.34
--- lostwages/include/winehq.conf:1.33 15 Mar 2006 22:26:56 -0000
+++ lostwages/include/winehq.conf 15 Mar 2006 22:26:56 -0000
@@ -29,7 +29,7 @@ news_xml_path: news
wwn_xml_path: wwn
# Snapshot Date
-snapshot_date: 0.9.9
+snapshot_date: 0.9.10
# Current RH Packages Snapshot Date
snapshot_date_rh: 0.9.2
Index: lostwages/news/2006031501.xml
diff -u -p /dev/null lostwages/news/2006031501.xml:1.1
--- /dev/null 15 Mar 2006 22:26:56 -0000
+++ lostwages/news/2006031501.xml 15 Mar 2006 22:26:56 -0000
@@ -0,0 +1,22 @@
+<news>
+ <date>March 15, 2006</date>
+ <title>Wine 0.9.10 Released</title>
+ <body>
+<p>
+Wine 0.9.10 was released yesterday. In it you'll find:
+<ul>
+ <li>Improved ESD audio driver.</li>
+ <li>More Web browser improvements in mshtml and wininet.</li>
+ <li>Direct3D fixes and preparation for ddraw code migration.</li>
+ <li>Explorer process now managing the desktop window.</li>
+</ul></p>
+<p>
+ Binary packages are in the process of being built, but the source is
+ <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.10.tar.bz2">available
+ now</a>. You can find out more about this release in the
+ <a href="?announce=1.114">announcement</a>. Check out our
+ <a href="/site/download">download page</a> for packages for your favorite
+ distribution.
+</p>
+ </body>
+</news>
Index: lostwages/wwn/wn20060313_308.xml
diff -u -p lostwages/wwn/wn20060313_308.xml:1.1 lostwages/wwn/wn20060313_308.xml:1.2
--- lostwages/wwn/wn20060313_308.xml:1.1 15 Mar 2006 22:26:56 -0000
+++ lostwages/wwn/wn20060313_308.xml 15 Mar 2006 22:26:56 -0000
@@ -187,7 +187,7 @@ back to Wine.) Right now that appears t
with development being done behind closed doors can lead to wasteful
duplication. </p><p>
-Even after the problem Jeremy mentioned are solved, there's likely to
+Even after the problems Jeremy mentioned are solved, there's likely to
be some integration issues. One problem that gets mentioned quite a
bit concerns what kind of display driver to use. OSX doesn't install X Windows
by default, so it would be nice to have a native Quartz display driver.
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"
Module: wine
Branch: refs/heads/master
Commit: 7ad51eab0bc9c109f7deff02d6ab3c86426755e5
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7ad51eab0bc9c109f7deff0…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
msvidc32: Added Hungarian translation.
---
dlls/msvidc32/msvidc32_Hu.rc | 25 +++++++++++++++++++++++++
dlls/msvidc32/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 dlls/msvidc32/msvidc32_Hu.rc
diff --git a/dlls/msvidc32/msvidc32_Hu.rc b/dlls/msvidc32/msvidc32_Hu.rc
new file mode 100644
index 0000000..aedb766
--- /dev/null
+++ b/dlls/msvidc32/msvidc32_Hu.rc
@@ -0,0 +1,25 @@
+/*
+ * 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
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "WINE-MS-CRAM"
+ IDS_DESCRIPTION "Wine Video 1 video kodek"
+}
diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc
index faf9221..4106294 100644
--- a/dlls/msvidc32/rsrc.rc
+++ b/dlls/msvidc32/rsrc.rc
@@ -21,6 +21,7 @@
#include "msvidc32_De.rc"
#include "msvidc32_En.rc"
+#include "msvidc32_Hu.rc"
#include "msvidc32_Ko.rc"
#include "msvidc32_No.rc"
#include "msvidc32_Tr.rc"
Module: wine
Branch: refs/heads/master
Commit: 3295589151fbbd4ab080bb0abd854e109f392a94
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=3295589151fbbd4ab080bb0…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
msvfw32: Added Hungarian translation.
---
dlls/msvfw32/msvfw32_Hu.rc | 51 ++++++++++++++++++++++++++++++++++++++++++++
dlls/msvfw32/rsrc.rc | 1 +
2 files changed, 52 insertions(+), 0 deletions(-)
create mode 100644 dlls/msvfw32/msvfw32_Hu.rc
diff --git a/dlls/msvfw32/msvfw32_Hu.rc b/dlls/msvfw32/msvfw32_Hu.rc
new file mode 100644
index 0000000..1f1e88e
--- /dev/null
+++ b/dlls/msvfw32/msvfw32_Hu.rc
@@ -0,0 +1,51 @@
+/*
+ * 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
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 187, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Video t�m�r�t�s"
+FONT 8, "MS Shell Dlg"
+{
+ DEFPUSHBUTTON "OK",IDOK,129,2,49,14
+ PUSHBUTTON "M�gse",IDCANCEL,129,18,49,14
+
+ LTEXT "&T�m�r�t�:",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "Be�ll�&t�s...",882,129,36,49,14
+ PUSHBUTTON "&About...",883,129,52,49,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "T�m�r�t�si min�s�&g:",886,9,34,80,8
+
+ CONTROL "&Kulcs k�pkocka minden",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "k�pkock�nk�nt",889,103,62,26,10
+
+ CONTROL "A&dat ar�ny",894,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "KB/sec",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "Teljes k�pkock�k (t�m�r�tetlen)"
+}
diff --git a/dlls/msvfw32/rsrc.rc b/dlls/msvfw32/rsrc.rc
index a1ae285..579019e 100644
--- a/dlls/msvfw32/rsrc.rc
+++ b/dlls/msvfw32/rsrc.rc
@@ -22,6 +22,7 @@
#include "msvfw32_De.rc"
#include "msvfw32_En.rc"
+#include "msvfw32_Hu.rc"
#include "msvfw32_Ko.rc"
#include "msvfw32_No.rc"
#include "msvfw32_Tr.rc"
Module: wine
Branch: refs/heads/master
Commit: 359a9dc073899644c0b21ef0ef7a10ca55e77ab9
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=359a9dc073899644c0b21ef…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
msrle32: Added Hungarian translation.
---
dlls/msrle32/msrle_Hu.rc | 28 ++++++++++++++++++++++++++++
dlls/msrle32/rsrc.rc | 1 +
2 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 dlls/msrle32/msrle_Hu.rc
diff --git a/dlls/msrle32/msrle_Hu.rc b/dlls/msrle32/msrle_Hu.rc
new file mode 100644
index 0000000..cb64106
--- /dev/null
+++ b/dlls/msrle32/msrle_Hu.rc
@@ -0,0 +1,28 @@
+/*
+ * Hungarian resource file for MS-RLE
+ *
+ * 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
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "WINE-MS-RLE"
+ IDS_DESCRIPTION "Wine MS-RLE video kodek"
+ IDS_ABOUT "Wine MS-RLE video kodek\nCopyright 2002, Michael Gnnewig"
+}
diff --git a/dlls/msrle32/rsrc.rc b/dlls/msrle32/rsrc.rc
index 9079d6c..a17747f 100644
--- a/dlls/msrle32/rsrc.rc
+++ b/dlls/msrle32/rsrc.rc
@@ -37,6 +37,7 @@
#include "msrle_En.rc"
#include "msrle_Es.rc"
#include "msrle_Fr.rc"
+#include "msrle_Hu.rc"
#include "msrle_It.rc"
#include "msrle_Ja.rc"
#include "msrle_Ko.rc"
Module: wine
Branch: refs/heads/master
Commit: fb7921a1d36e37b95d81210a310ca5e0ce740ef7
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=fb7921a1d36e37b95d81210…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
msi: Added Hungarian translation.
---
dlls/msi/msi.rc | 1 +
dlls/msi/msi_Hu.rc | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 0 deletions(-)
create mode 100644 dlls/msi/msi_Hu.rc
diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc
index 2bacb82..5895e55 100644
--- a/dlls/msi/msi.rc
+++ b/dlls/msi/msi.rc
@@ -33,6 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "msi_Es.rc"
#include "msi_Fi.rc"
#include "msi_Fr.rc"
+#include "msi_Hu.rc"
#include "msi_Ko.rc"
#include "msi_Nl.rc"
#include "msi_No.rc"
diff --git a/dlls/msi/msi_Hu.rc b/dlls/msi/msi_Hu.rc
new file mode 100644
index 0000000..9f76ef1
--- /dev/null
+++ b/dlls/msi/msi_Hu.rc
@@ -0,0 +1,33 @@
+/*
+ * Hungarian resources for MSI
+ *
+ * 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
+
+STRINGTABLE DISCARDABLE
+{
+ 5 "%s �tvonal nem tal�lhat�"
+ 9 "helyezze be a lemezt: %s"
+ 10 "rossz param�terek"
+ 11 "adja meg melyik mappa tartalmazza ezt: %s"
+ 12 "hi�nyz� tulajdons�g a telep�t�si forr�shoz"
+ 13 "hi�nyz� tulajdons�g a h�l�zati meghajt�hoz"
+ 14 "tulajdons�g innen:"
+ 15 "v�lassza ki, melyik mappa tartalmazza ezt: %s"
+}
Module: wine
Branch: refs/heads/master
Commit: 01b21ee1746b5b2514c5c9b859b27030cd9017f1
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=01b21ee1746b5b2514c5c9b…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
iccvid: Added Hungarian translation.
---
dlls/iccvid/iccvid_Hu.rc | 25 +++++++++++++++++++++++++
dlls/iccvid/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 dlls/iccvid/iccvid_Hu.rc
diff --git a/dlls/iccvid/iccvid_Hu.rc b/dlls/iccvid/iccvid_Hu.rc
new file mode 100644
index 0000000..b54dfe7
--- /dev/null
+++ b/dlls/iccvid/iccvid_Hu.rc
@@ -0,0 +1,25 @@
+/*
+ * 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
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "Cinepak Video kodek"
+ IDS_DESCRIPTION "Cinepak Video kodek"
+}
diff --git a/dlls/iccvid/rsrc.rc b/dlls/iccvid/rsrc.rc
index 6dbd568..08f606a 100644
--- a/dlls/iccvid/rsrc.rc
+++ b/dlls/iccvid/rsrc.rc
@@ -21,6 +21,7 @@
#include "iccvid_De.rc"
#include "iccvid_En.rc"
+#include "iccvid_Hu.rc"
#include "iccvid_Ko.rc"
#include "iccvid_No.rc"
#include "iccvid_Tr.rc"
Module: wine
Branch: refs/heads/master
Commit: 6d9399ac70cac41343777c76c2a451f0ebb16223
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6d9399ac70cac41343777c7…
Author: András Kovács <andras(a)csevego.net>
Date: Mon Mar 6 12:47:11 2006 +0100
hhctrl.ocx: Added Hungarian translation.
---
dlls/hhctrl.ocx/Hu.rc | 58 +++++++++++++++++++++++++++++++++++++++++++++
dlls/hhctrl.ocx/hhctrl.rc | 1 +
2 files changed, 59 insertions(+), 0 deletions(-)
create mode 100644 dlls/hhctrl.ocx/Hu.rc
diff --git a/dlls/hhctrl.ocx/Hu.rc b/dlls/hhctrl.ocx/Hu.rc
new file mode 100644
index 0000000..8830734
--- /dev/null
+++ b/dlls/hhctrl.ocx/Hu.rc
@@ -0,0 +1,58 @@
+/*
+ * HTML Help resources
+ * Hungarian Language Support
+ *
+ * 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
+
+STRINGTABLE
+BEGIN
+ IDS_CONTENTS "&Tartalom"
+ IDS_INDEX "I&ndex"
+ IDS_SEARCH "&Keres�s"
+ IDS_FAVORITES "Kedven&cek"
+END
+
+STRINGTABLE
+BEGIN
+ IDTB_EXPAND "Megjelen�t�s"
+ IDTB_CONTRACT "Elrejt�s"
+ IDTB_STOP "Meg�ll�t�s"
+ IDTB_REFRESH "Friss�t�s"
+ IDTB_BACK "Vissza"
+ IDTB_HOME "Kezd�lap"
+ IDTB_SYNC "Szink."
+ IDTB_PRINT "Nyomtat�s"
+ IDTB_OPTIONS "Opci�k"
+ IDTB_FORWARD "El�re"
+ IDTB_NOTES "IDTB_NOTES"
+ IDTB_BROWSE_FWD "IDTB_BROWSE_FWD"
+ IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
+ IDTB_CONTENTS "IDTB_CONTENTS"
+ IDTB_INDEX "IDTB_INDEX"
+ IDTB_SEARCH "IDTB_SEARCH"
+ IDTB_HISTORY "IDTB_HISTORY"
+ IDTB_FAVORITES "IDTB_FAVORITES"
+ IDTB_JUMP1 "Jump1"
+ IDTB_JUMP2 "Jump2"
+ IDTB_CUSTOMIZE "Testreszab�s"
+ IDTB_ZOOM "Zoom"
+ IDTB_TOC_NEXT "IDTB_TOC_NEXT"
+ IDTB_TOC_PREV "IDTB_TOC_PREV"
+END
diff --git a/dlls/hhctrl.ocx/hhctrl.rc b/dlls/hhctrl.ocx/hhctrl.rc
index 18c1d13..0c7a08b 100644
--- a/dlls/hhctrl.ocx/hhctrl.rc
+++ b/dlls/hhctrl.ocx/hhctrl.rc
@@ -33,6 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "De.rc"
#include "En.rc"
#include "Fi.rc"
+#include "Hu.rc"
#include "Ko.rc"
#include "Nl.rc"
#include "No.rc"