Module: wine
Branch: master
Commit: 3d722816f2bd85e5ab02cf7a5662cb0a42b30911
URL: http://source.winehq.org/git/wine.git/?a=commit;h=3d722816f2bd85e5ab02cf7a5…
Author: Kovács András <andras(a)csevego.net>
Date: Mon Jun 28 23:33:15 2010 +0200
sane.ds: Add Hungarian translation.
---
dlls/sane.ds/Makefile.in | 1 +
dlls/sane.ds/sane_Hu.rc | 45 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/Makefile.in b/dlls/sane.ds/Makefile.in
index bf2070c..2ed1a59 100644
--- a/dlls/sane.ds/Makefile.in
+++ b/dlls/sane.ds/Makefile.in
@@ -21,6 +21,7 @@ RC_SRCS = \
sane_Es.rc \
sane_Fi.rc \
sane_Fr.rc \
+ sane_Hu.rc \
sane_It.rc \
sane_Ja.rc \
sane_Ko.rc \
diff --git a/dlls/sane.ds/sane_Hu.rc b/dlls/sane.ds/sane_Hu.rc
new file mode 100644
index 0000000..395671c
--- /dev/null
+++ b/dlls/sane.ds/sane_Hu.rc
@@ -0,0 +1,45 @@
+/*
+ * Hungarian resources for Twain
+ *
+ * Copyright 2010 Andras Kovács
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "resource.h"
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Lapolvasás"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "LAPOLVASÁS... Kérem várjon",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "px"
+ 2 "b"
+ 3 "mm"
+ 4 "dpi"
+ 5 "%"
+ 6 "ns"
+}
Module: wine
Branch: master
Commit: 11b84ce207d7dcc5ef18155498be5248d5d0b4d1
URL: http://source.winehq.org/git/wine.git/?a=commit;h=11b84ce207d7dcc5ef1815549…
Author: Kovács András <andras(a)csevego.net>
Date: Mon Jun 28 23:30:38 2010 +0200
mapi32: Add Hungarian translation.
---
dlls/mapi32/Hu.rc | 33 +++++++++++++++++++++++++++++++++
dlls/mapi32/Makefile.in | 1 +
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/dlls/mapi32/Hu.rc b/dlls/mapi32/Hu.rc
new file mode 100644
index 0000000..dac2f33
--- /dev/null
+++ b/dlls/mapi32/Hu.rc
@@ -0,0 +1,33 @@
+/*
+* MAPI32 Hungarian resources
+*
+* Copyright 2010 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+*
+*/
+
+#include "res.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ IDS_NO_MAPI_CLIENT, "A levélküldés sikertelen, mivel Önnek nincsen telepített MAPI levelezőkliense."
+ IDS_SEND_MAIL, "Levélküldés"
+}
diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in
index f416d5c..41140e5 100644
--- a/dlls/mapi32/Makefile.in
+++ b/dlls/mapi32/Makefile.in
@@ -19,6 +19,7 @@ RC_SRCS = \
En.rc \
Es.rc \
Fr.rc \
+ Hu.rc \
It.rc \
Ja.rc \
Ko.rc \
Module: wine
Branch: master
Commit: ecd981e39a112db2fa5546759cc0aabfd08660da
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ecd981e39a112db2fa5546759…
Author: Kovács András <andras(a)csevego.net>
Date: Mon Jun 28 23:29:05 2010 +0200
localspl: Add Hungarian translation.
---
dlls/localspl/Makefile.in | 1 +
dlls/localspl/spl_Hu.rc | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/dlls/localspl/Makefile.in b/dlls/localspl/Makefile.in
index 99e4c03..2980720 100644
--- a/dlls/localspl/Makefile.in
+++ b/dlls/localspl/Makefile.in
@@ -17,6 +17,7 @@ RC_SRCS = \
spl_En.rc \
spl_Es.rc \
spl_Fr.rc \
+ spl_Hu.rc \
spl_It.rc \
spl_Ja.rc \
spl_Ko.rc \
diff --git a/dlls/localspl/spl_Hu.rc b/dlls/localspl/spl_Hu.rc
new file mode 100644
index 0000000..912b3f6
--- /dev/null
+++ b/dlls/localspl/spl_Hu.rc
@@ -0,0 +1,32 @@
+/*
+ * Hungarian resources for localspl
+ *
+ * Copyright 2010 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "localspl_private.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_LOCALPORT "Helyi Port"
+ IDS_LOCALMONITOR "Helyi figyelő"
+}