Module: wine
Branch: master
Commit: f10025def198aadd4d60ce2123c847409e73c126
URL: http://source.winehq.org/git/wine.git/?a=commit;h=f10025def198aadd4d60ce212…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Sun May 30 10:59:05 2010 +0200
localui: Add Italian translation.
---
dlls/localui/Makefile.in | 1 +
dlls/localui/ui_It.rc | 60 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 0 deletions(-)
diff --git a/dlls/localui/Makefile.in b/dlls/localui/Makefile.in
index fc03f60..72e1e1d 100644
--- a/dlls/localui/Makefile.in
+++ b/dlls/localui/Makefile.in
@@ -14,6 +14,7 @@ RC_SRCS = \
ui_De.rc \
ui_En.rc \
ui_Fr.rc \
+ ui_It.rc \
ui_Ko.rc \
ui_Lt.rc \
ui_Nl.rc \
diff --git a/dlls/localui/ui_It.rc b/dlls/localui/ui_It.rc
new file mode 100644
index 0000000..822acbe
--- /dev/null
+++ b/dlls/localui/ui_It.rc
@@ -0,0 +1,60 @@
+/*
+ * Italian resources for localui
+ *
+ * Copyright 2007 Detlef Riekenberg
+ * Copyright 2010 Luca Bennati
+ *
+ * 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 "localui.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+ADDPORT_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
+STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
+CAPTION "Aggiungi una porta locale"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "&Inserisci il nome della porta da aggiungere:", -1, 7, 13, 194, 13, WS_VISIBLE
+ EDITTEXT ADDPORT_EDIT, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
+ PUSHBUTTON "Annulla", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
+END
+
+
+LPTCONFIG_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 220, 47
+STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
+CAPTION "Configura la porta LPT"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ GROUPBOX "Timeout (secondi)", LPTCONFIG_GROUP, 6, 6, 150, 35, BS_GROUPBOX
+ LTEXT "&Tentativi di trasmissione:", -1, 14, 22, 90, 13, WS_VISIBLE
+ EDITTEXT LPTCONFIG_EDIT, 112, 20, 32, 13, WS_VISIBLE | ES_NUMBER
+ DEFPUSHBUTTON "OK", IDOK, 164, 10, 50, 14, WS_VISIBLE
+ PUSHBUTTON "Annulla", IDCANCEL, 164, 27, 50, 14, WS_VISIBLE
+END
+
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_LOCALPORT "Porta locale"
+ IDS_INVALIDNAME "'%s' non è un nome di porta valido"
+ IDS_PORTEXISTS "La porta %s già esiste"
+ IDS_NOTHINGTOCONFIG "Questa porta non ha opzioni da configurare"
+}
Module: wine
Branch: master
Commit: 8d2025dd3410433c9ecaaee2b42446dfa5813bd3
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8d2025dd3410433c9ecaaee2b…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Sun May 30 10:52:55 2010 +0200
gphoto2.ds: Add Italian translation.
---
dlls/gphoto2.ds/Makefile.in | 1 +
dlls/gphoto2.ds/gphoto2_It.rc | 58 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/dlls/gphoto2.ds/Makefile.in b/dlls/gphoto2.ds/Makefile.in
index ef86304..691b6ec 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_It.rc \
gphoto2_Ko.rc \
gphoto2_Lt.rc \
gphoto2_Nl.rc \
diff --git a/dlls/gphoto2.ds/gphoto2_It.rc b/dlls/gphoto2.ds/gphoto2_It.rc
new file mode 100644
index 0000000..b685c1e
--- /dev/null
+++ b/dlls/gphoto2.ds/gphoto2_It.rc
@@ -0,0 +1,58 @@
+/*
+ * Italian resources for Twain
+ *
+ * Copyright 2006 CodeWeavers, Aric Stewart
+ * Copyright 2010 Luca Bennati
+ *
+ * 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_ITALIAN, SUBLANG_NEUTRAL
+
+IDD_CAMERAUI DIALOG DISCARDABLE 0, 0, 372, 273
+STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Files sulla videocamera"
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "List1",IDC_LIST1,"SysListView32", LVS_ICON | WS_BORDER | WS_TABSTOP,7,7,358,229
+ DEFPUSHBUTTON "Importa selezionati",IDC_IMPORT,152,252,72,14
+ PUSHBUTTON "Anteprima",IDC_FETCH,7,252,64,14
+ PUSHBUTTON "Importa tutti",IDC_IMPORTALL,80,252,64,14
+ CONTROL "Salta questa finestra",IDC_SKIP,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,230,252,76,14
+ PUSHBUTTON "Esci",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 "Trasferimento"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "Trasferimento... Aspetta un momento",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 "Connessione alla videocamera"
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "",IDC_BITMAP,"Static",SS_BITMAP|SS_CENTERIMAGE,4,4,110,110
+ LTEXT "Connessione alla videocamera... Aspetta un momento",IDC_STATIC,128,58,
+ 116,8
+END
Module: wine
Branch: master
Commit: 25dce78d4194f6ccf8863930c2bc8532ceae8556
URL: http://source.winehq.org/git/wine.git/?a=commit;h=25dce78d4194f6ccf8863930c…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Sun May 30 10:44:45 2010 +0200
localspl: Add Italian translation.
---
dlls/localspl/Makefile.in | 1 +
dlls/localspl/spl_It.rc | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/dlls/localspl/Makefile.in b/dlls/localspl/Makefile.in
index 1debddb..a9e37a4 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_It.rc \
spl_Ko.rc \
spl_Lt.rc \
spl_Nl.rc \
diff --git a/dlls/localspl/spl_It.rc b/dlls/localspl/spl_It.rc
new file mode 100644
index 0000000..6d5b75e
--- /dev/null
+++ b/dlls/localspl/spl_It.rc
@@ -0,0 +1,33 @@
+/*
+ * Italian resources for localspl
+ *
+ * Copyright 2005 Huw Davies
+ * Copyright 2006 Detlef Riekenberg
+ *
+ * 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_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_LOCALPORT "Porta locale"
+ IDS_LOCALMONITOR "Schermo locale"
+}
Module: wine
Branch: master
Commit: e15caca5c421868b6f9605ab42899d8bd1cae3e0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e15caca5c421868b6f9605ab4…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Sun May 30 10:33:24 2010 +0200
sane.ds: Add Italian translation.
---
dlls/sane.ds/Makefile.in | 1 +
dlls/sane.ds/sane_It.rc | 46 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/Makefile.in b/dlls/sane.ds/Makefile.in
index 1c065d9..bf2070c 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_It.rc \
sane_Ja.rc \
sane_Ko.rc \
sane_Lt.rc \
diff --git a/dlls/sane.ds/sane_It.rc b/dlls/sane.ds/sane_It.rc
new file mode 100644
index 0000000..307414a
--- /dev/null
+++ b/dlls/sane.ds/sane_It.rc
@@ -0,0 +1,46 @@
+/*
+ * Italian resources for Twain
+ *
+ * Copyright 2006 CodeWeavers, Aric Stewart
+ * Copyright 2010 Luca Bennati
+ *
+ * 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_ITALIAN, SUBLANG_NEUTRAL
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Scansione"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "SCANSIONE... Aspetta un momento",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: adc70a22ce1ce94857bd939864756894889ac1bd
URL: http://source.winehq.org/git/wine.git/?a=commit;h=adc70a22ce1ce94857bd93986…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Sun May 30 10:47:18 2010 +0200
iccvid: Add Italian translation.
---
dlls/iccvid/Makefile.in | 1 +
dlls/iccvid/iccvid_It.rc | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dlls/iccvid/Makefile.in b/dlls/iccvid/Makefile.in
index e0d98ff..5381d11 100644
--- a/dlls/iccvid/Makefile.in
+++ b/dlls/iccvid/Makefile.in
@@ -15,6 +15,7 @@ RC_SRCS = \
iccvid_Es.rc \
iccvid_Fr.rc \
iccvid_Hu.rc \
+ iccvid_It.rc \
iccvid_Ja.rc \
iccvid_Ko.rc \
iccvid_Lt.rc \
diff --git a/dlls/iccvid/iccvid_It.rc b/dlls/iccvid/iccvid_It.rc
new file mode 100644
index 0000000..fae6387
--- /dev/null
+++ b/dlls/iccvid/iccvid_It.rc
@@ -0,0 +1,30 @@
+/*
+ * Copyright 2005 Dmitry Timoshkov
+ *
+ * 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 "iccvid_private.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "Cinepak Video codec"
+ IDS_DESCRIPTION "Cinepak Video codec"
+}
Module: wine
Branch: master
Commit: 01ca426d95b55260d278e652a5340e7e380fcbbd
URL: http://source.winehq.org/git/wine.git/?a=commit;h=01ca426d95b55260d278e652a…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Sun May 30 10:40:29 2010 +0200
msvidc32: Add Italian translation.
---
dlls/msvidc32/Makefile.in | 1 +
dlls/msvidc32/msvidc32_It.rc | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dlls/msvidc32/Makefile.in b/dlls/msvidc32/Makefile.in
index 2fd71ec..7cb9142 100644
--- a/dlls/msvidc32/Makefile.in
+++ b/dlls/msvidc32/Makefile.in
@@ -14,6 +14,7 @@ RC_SRCS = \
msvidc32_En.rc \
msvidc32_Fr.rc \
msvidc32_Hu.rc \
+ msvidc32_It.rc \
msvidc32_Ja.rc \
msvidc32_Ko.rc \
msvidc32_Lt.rc \
diff --git a/dlls/msvidc32/msvidc32_It.rc b/dlls/msvidc32/msvidc32_It.rc
new file mode 100644
index 0000000..ade53ec
--- /dev/null
+++ b/dlls/msvidc32/msvidc32_It.rc
@@ -0,0 +1,30 @@
+/*
+ * Copyright 2005 Dmitry Timoshkov
+ *
+ * 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 "msvidc32_private.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "MS-CRAM"
+ IDS_DESCRIPTION "Wine Video 1 video codec"
+}