Module: wine
Branch: master
Commit: 153a16be727dfc5ae506ace5a9702f017b0e042e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=153a16be727dfc5ae506ace5a…
Author: Kovács András <andras(a)csevego.net>
Date: Mon Jun 28 23:28:24 2010 +0200
jscript: Add Hungarian translation.
---
dlls/jscript/Makefile.in | 1 +
dlls/jscript/jscript_Hu.rc | 50 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/dlls/jscript/Makefile.in b/dlls/jscript/Makefile.in
index 56cf824..332363a 100644
--- a/dlls/jscript/Makefile.in
+++ b/dlls/jscript/Makefile.in
@@ -11,6 +11,7 @@ RC_SRCS = \
jscript_En.rc \
jscript_Es.rc \
jscript_Fr.rc \
+ jscript_Hu.rc \
jscript_It.rc \
jscript_Ja.rc \
jscript_Ko.rc \
diff --git a/dlls/jscript/jscript_Hu.rc b/dlls/jscript/jscript_Hu.rc
new file mode 100644
index 0000000..133119e
--- /dev/null
+++ b/dlls/jscript/jscript_Hu.rc
@@ -0,0 +1,50 @@
+/*
+ * 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 "resource.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TO_PRIMITIVE "Hiba az objektum primitív típusra való konvertálásánál"
+ IDS_INVALID_CALL_ARG "Érvénytelen eljáráshívás vagy argmentum"
+ IDS_CREATE_OBJ_ERROR "Az automatizáló (automation) kiszolgáló nem tud objektumot létrehozni"
+ IDS_NO_PROPERTY "Az objektum nem támogatja ezt a tulajdonságot vagy metódust"
+ IDS_ARG_NOT_OPT "Az argumentum nem opcionális"
+ IDS_SYNTAX_ERROR "Szinttaktikai hiba"
+ IDS_SEMICOLON "Hiányzó ';'"
+ IDS_LBRACKET "Hiányzó '('"
+ IDS_RBRACKET "Hiányzó ')'"
+ IDS_UNTERMINATED_STR "Lezáratlan sztring konstans"
+ IDS_NOT_FUNC "Függvényt vártam"
+ IDS_NOT_DATE "'Az [object]' nem egy date (dátum) objektum"
+ IDS_NOT_NUM "Számot vártam"
+ IDS_OBJECT_EXPECTED "Objektumot vártam"
+ IDS_ILLEGAL_ASSIGN "Nem megengedett összerendelés"
+ IDS_UNDEFINED "A '|' nem definiált"
+ IDS_NOT_BOOL "Boolean (igaz-hamis) objektumot vártam"
+ IDS_JSCRIPT_EXPECTED "JScript objektumot vártam"
+ IDS_REGEXP_SYNTAX_ERROR "Szinttaktikai hiba a reguláris kifejezésben"
+ IDS_URI_INVALID_CHAR "A kódolandó URI érvénytelen karaktereket tartalmaz"
+ IDS_INVALID_LENGTH "A tömb hosszának egy véges pozitív egész számnak kell lennie"
+ IDS_ARRAY_EXPECTED "Tömb objektumot vártam"
+}
Module: wine
Branch: master
Commit: 908472416a8687c4e127c743cc93c8095c5e0d78
URL: http://source.winehq.org/git/wine.git/?a=commit;h=908472416a8687c4e127c743c…
Author: Kovács András <andras(a)csevego.net>
Date: Mon Jun 28 23:27:31 2010 +0200
gphoto2.ds: Add Hungarian translation.
---
dlls/gphoto2.ds/Makefile.in | 1 +
dlls/gphoto2.ds/gphoto2_Hu.rc | 59 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/dlls/gphoto2.ds/Makefile.in b/dlls/gphoto2.ds/Makefile.in
index 5cbde22..b588b61 100644
--- a/dlls/gphoto2.ds/Makefile.in
+++ b/dlls/gphoto2.ds/Makefile.in
@@ -19,6 +19,7 @@ RC_SRCS = \
gphoto2_En.rc \
gphoto2_Es.rc \
gphoto2_Fr.rc \
+ gphoto2_Hu.rc \
gphoto2_It.rc \
gphoto2_Ja.rc \
gphoto2_Ko.rc \
diff --git a/dlls/gphoto2.ds/gphoto2_Hu.rc b/dlls/gphoto2.ds/gphoto2_Hu.rc
new file mode 100644
index 0000000..a1e5b03
--- /dev/null
+++ b/dlls/gphoto2.ds/gphoto2_Hu.rc
@@ -0,0 +1,59 @@
+/*
+ * Hungarian resources for Twain
+ *
+ * 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 "resource.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+IDD_CAMERAUI DIALOG DISCARDABLE 0, 0, 372, 273
+STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE |
+ WS_CAPTION | WS_SYSMENU
+CAPTION "Fényképezőgépen lévő fájlok"
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "List1",IDC_LIST1,"SysListView32", LVS_ICON | WS_BORDER |
+WS_TABSTOP,7,7,358,229
+ DEFPUSHBUTTON "Kiválasztottak importálása",IDC_IMPORT,152,252,72,14
+ PUSHBUTTON "Előnézet",IDC_FETCH,7,252,64,14
+ PUSHBUTTON "Összes importálása",IDC_IMPORTALL,80,252,64,14
+ CONTROL "Ezen párbeszédablak kihagyása",IDC_SKIP,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,230,252,76,14
+ PUSHBUTTON "Kilépés",IDC_EXIT,315,252,50,14
+END
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Átvitel"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "Átvitel... Kérem várjon",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+IDD_CONNECTING DIALOG DISCARDABLE 0, 0, 280, 116
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU| WS_VISIBLE | DS_CENTER
+CAPTION "Átvitel a fényképezőgépre"
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "",IDC_BITMAP,"Static",SS_BITMAP|SS_CENTERIMAGE,4,4,110,110
+ LTEXT "Kapcsolódás a fényképezőgéphez... Kérem várjon",IDC_STATIC,128,58,
+ 116,8
+END
Module: wine
Branch: master
Commit: 28520d778836fcf2c3f38f5887a888d8dae6ba69
URL: http://source.winehq.org/git/wine.git/?a=commit;h=28520d778836fcf2c3f38f588…
Author: Kovács András <andras(a)csevego.net>
Date: Mon Jun 28 20:52:31 2010 +0200
cryptdlg: Add Hungarian translation.
---
dlls/cryptdlg/Makefile.in | 1 +
dlls/cryptdlg/cryptdlg_Hu.rc | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/dlls/cryptdlg/Makefile.in b/dlls/cryptdlg/Makefile.in
index 11dcc17..4e3a4bc 100644
--- a/dlls/cryptdlg/Makefile.in
+++ b/dlls/cryptdlg/Makefile.in
@@ -13,6 +13,7 @@ RC_SRCS = \
cryptdlg_De.rc \
cryptdlg_En.rc \
cryptdlg_Fr.rc \
+ cryptdlg_Hu.rc \
cryptdlg_It.rc \
cryptdlg_Ko.rc \
cryptdlg_Lt.rc \
diff --git a/dlls/cryptdlg/cryptdlg_Hu.rc b/dlls/cryptdlg/cryptdlg_Hu.rc
new file mode 100644
index 0000000..b603de6
--- /dev/null
+++ b/dlls/cryptdlg/cryptdlg_Hu.rc
@@ -0,0 +1,41 @@
+/*
+ * cryptdlg dll 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 "cryptres.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_CERT_POLICY "Tanusítvány szabályok"
+ IDS_POLICY_ID "Szabály azonosító: "
+ IDS_POLICY_QUALIFIER_INFO "Szabály minősítő információ"
+ IDS_POLICY_QUALIFIER_ID "Szabály minősítő Id="
+ IDS_CPS "CPS" /* Certification Practice Statement */
+ IDS_USER_NOTICE "Felhasználó figyelmeztetés"
+ IDS_QUALIFIER "Minősítő"
+ IDS_NOTICE_REF "Megjegyzési referencia"
+ IDS_ORGANIZATION "Szervezet="
+ IDS_NOTICE_NUM "Megjegyzés száma="
+ IDS_NOTICE_TEXT "Megjegyzés szövege="
+}
Module: wine
Branch: master
Commit: f8f3702f012e7e89cd695287324a4d6561f34eb0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=f8f3702f012e7e89cd6952873…
Author: Kovács András <andras(a)csevego.net>
Date: Mon Jun 28 20:48:33 2010 +0200
credui: Add Hungarian translation.
---
dlls/credui/Makefile.in | 1 +
dlls/credui/credui_Hu.rc | 55 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/dlls/credui/Makefile.in b/dlls/credui/Makefile.in
index e561162..aafe727 100644
--- a/dlls/credui/Makefile.in
+++ b/dlls/credui/Makefile.in
@@ -16,6 +16,7 @@ RC_SRCS = \
credui_En.rc \
credui_Es.rc \
credui_Fr.rc \
+ credui_Hu.rc \
credui_It.rc \
credui_Ko.rc \
credui_Lt.rc \
diff --git a/dlls/credui/credui_Hu.rc b/dlls/credui/credui_Hu.rc
new file mode 100644
index 0000000..f6ada49
--- /dev/null
+++ b/dlls/credui/credui_Hu.rc
@@ -0,0 +1,55 @@
+/*
+ * Hungarian language resource file for Credentials UI
+ *
+ * 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 "credui_resources.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+IDD_CREDDIALOG DIALOG DISCARDABLE 0, 0, 213, 149
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "IDS_TITLEFORMAT"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
+ 0,213,37
+ LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
+ LTEXT "&Felhasználónév:",-1,8,62,72,12,SS_CENTERIMAGE
+ CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
+ CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
+ LTEXT "&Jelszó:",-1,8,80,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
+ CONTROL "Je&lszó megjegyzése",IDC_SAVE,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
+ DEFPUSHBUTTON "OK",IDOK,97,128,50,14
+ PUSHBUTTON "Mégse",IDCANCEL,156,128,50,14
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TITLEFORMAT "Kapcsolódás: %s"
+ IDS_MESSAGEFORMAT "Kapcsolódás: %s"
+ IDS_INCORRECTPASSWORDTITLE "Bejelentkezés sikertelen"
+ IDS_INCORRECTPASSWORD "Kérem ellenőrizze a felhasználóneve\nés a jelszava helyességét."
+ IDS_CAPSLOCKONTITLE "A Caps Lock be van kapcsolva"
+ IDS_CAPSLOCKON "Ha Caps Lock be van kapcsolva, elképzelhető hogy hibásan írja be a jelszavát.\n\nNyomja meg a Caps Lock gombot a billentyűzetén a Caps Lock kikapcsolásához\nmielőtt megadja a jelszavát."
+}
Module: wine
Branch: master
Commit: 68c47bb48f2f21074d85e427439036c4c76f7654
URL: http://source.winehq.org/git/wine.git/?a=commit;h=68c47bb48f2f21074d85e4274…
Author: Kovács András <andras(a)csevego.net>
Date: Mon Jun 28 20:47:37 2010 +0200
browseui: Add Hungarian translation.
---
dlls/browseui/Makefile.in | 1 +
dlls/browseui/rsrc_Hu.rc | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/dlls/browseui/Makefile.in b/dlls/browseui/Makefile.in
index f45afe3..67e5dc9 100644
--- a/dlls/browseui/Makefile.in
+++ b/dlls/browseui/Makefile.in
@@ -20,6 +20,7 @@ RC_SRCS = \
rsrc_En.rc \
rsrc_Es.rc \
rsrc_Fr.rc \
+ rsrc_Hu.rc \
rsrc_It.rc \
rsrc_Ja.rc \
rsrc_Ko.rc \
diff --git a/dlls/browseui/rsrc_Hu.rc b/dlls/browseui/rsrc_Hu.rc
new file mode 100644
index 0000000..dfae776
--- /dev/null
+++ b/dlls/browseui/rsrc_Hu.rc
@@ -0,0 +1,42 @@
+/*
+ * 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 "resids.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ IDS_CANCELLING "Megszakítás..."
+}
+
+IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
+CAPTION ""
+FONT 8, "MS Shell Dlg"
+{
+ CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
+ LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
+ LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
+ CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
+ PUSHBUTTON "&Mégse", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
+ LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
+}