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"