Module: wine
Branch: master
Commit: 4cd6feffb4855f9607a4de61d8d9c3bab081b039
URL: http://source.winehq.org/git/wine.git/?a=commit;h=4cd6feffb4855f9607a4de61d…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Mon Feb 1 14:14:59 2010 +0100
wineconsole: Fix Italian translation.
---
programs/wineconsole/wineconsole_It.rc | 26 +++++++++++++++++++++-----
1 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/programs/wineconsole/wineconsole_It.rc b/programs/wineconsole/wineconsole_It.rc
index bc1f901..61b7b9d 100644
--- a/programs/wineconsole/wineconsole_It.rc
+++ b/programs/wineconsole/wineconsole_It.rc
@@ -18,26 +18,42 @@
#include "wineconsole_res.h"
+/*UTF-8*/
+#pragma code_page(65001)
+
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_EDIT, "&Modifica"
IDS_DEFAULT, "Imposta &Default"
-IDS_PROPERTIES, "&Propriet�"
+IDS_PROPERTIES, "&Proprietà"
IDS_MARK, "Mark&"
IDS_COPY, "&Copia"
IDS_PASTE, "&Incolla"
IDS_SELECTALL, "&Seleziona tutto"
IDS_SCROLL, "Sc&orri"
IDS_SEARCH, "C&erca"
-IDS_FNT_DISPLAY, "Il carattere � %ld pixel di larghezza e %ld pixel di altezza"
-IDS_FNT_PREVIEW_1, "Questa � una prova"
+IDS_FNT_DISPLAY, "Il carattere è %ld pixel di larghezza e %ld pixel di altezza"
+IDS_FNT_PREVIEW_1, "Questa è una prova"
IDS_FNT_PREVIEW_2, ""
IDS_DLG_TIT_DEFAULT, "Impostazioni di Default"
IDS_DLG_TIT_CURRENT, "Impostazioni correnti"
IDS_DLG_TIT_ERROR, "Errore di configurazione"
-IDS_DLG_ERR_SBWINSIZE, "Il buffer dello schermo deve essere pi� grande o uguale a quello della finestra"
+IDS_DLG_ERR_SBWINSIZE, "Il buffer dello schermo deve essere più grande o uguale a quello della finestra"
+
+IDS_CMD_INVALID_EVENT_ID "wineconsole: impossibile parse event id\n"
+IDS_CMD_INVALID_BACKEND "wineconsole: backend non valido\n"
+IDS_CMD_INVALID_OPTION "wineconsole: opzione della linea di comando non riconosciuta\n"
+IDS_CMD_ABOUT "Avvia un programma in una console Wine\n"
+IDS_CMD_LAUNCH_FAILED "wineconsole: Impossibile avviare %s.\n"\
+ "Il comando non è valido.\n"
+
+IDS_USAGE_HEADER "\nUso:\n wineconsole [opzioni] <comando>\n\nOpzioni:\n"
+IDS_USAGE_BACKEND " --backend={user|curses} Scegliere user farà aprire una nuova finestra, curses proverà\n"\
+ " ad inizializzare terminale corrente come una console Wine\n"
+IDS_USAGE_COMMAND " <comando> Il programma di Wine da lanciare in una console\n"
+IDS_USAGE_FOOTER "\nEsempio:\n wineconsole cmd\nAvvia il prompt dei comandi di Wine in una console Wine\n\n"
END
IDD_OPTION DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 140, 105
@@ -66,7 +82,7 @@ FONT 8, "MS Shell Dlg"
IDD_FONT DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 140, 105
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION " Caratteri "
+CAPTION " Carattere "
FONT 8, "MS Shell Dlg"
{
LTEXT "&Font", -1, 5, 5, 24, 8
Module: wine
Branch: master
Commit: d92b85de233936d72358430645e3158b3f3a7f85
URL: http://source.winehq.org/git/wine.git/?a=commit;h=d92b85de233936d7235843064…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Mon Feb 1 11:41:01 2010 +0100
uninstaller: Fix Italian translation.
---
programs/uninstaller/It.rc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/programs/uninstaller/It.rc b/programs/uninstaller/It.rc
index 3eaad1f..66d33be 100644
--- a/programs/uninstaller/It.rc
+++ b/programs/uninstaller/It.rc
@@ -20,9 +20,12 @@
#include "resource.h"
+/* UTF-8 */
+#pragma code_page(65001)
+
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE {
IDS_APPNAME, "Wine Disinstallazione Applicazioni"
-IDS_UNINSTALLFAILED, "Esecuzione del comando di disinstallazione '%s' � fallita, forse a causa di un eseguibile mancante.\r\nVuoi rimuovere dal registro la entry di disinstallazione?"
+IDS_UNINSTALLFAILED, "L'esecuzione del comando di disinstallazione '%s' è fallita, forse a causa di un eseguibile mancante.\r\nVuoi rimuovere dal registro la voce di disinstallazione?"
}
Module: wine
Branch: master
Commit: 691ac6faaf8b3e0b3d6eabb48f18cbd42a40a91f
URL: http://source.winehq.org/git/wine.git/?a=commit;h=691ac6faaf8b3e0b3d6eabb48…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Mon Feb 1 11:33:48 2010 +0100
progman: Fix Italian translation.
---
programs/progman/It.rc | 36 ++++++++++++++++++++++++++++++++----
1 files changed, 32 insertions(+), 4 deletions(-)
diff --git a/programs/progman/It.rc b/programs/progman/It.rc
index 9e3437d..7bd54d7 100644
--- a/programs/progman/It.rc
+++ b/programs/progman/It.rc
@@ -4,6 +4,7 @@
* Copyright 1996 Ulrich Schmid
* Copyright 2002 Sylvain Petreolle
* Copyright 2003 Ivan Leo Puoti
+ * 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
@@ -22,6 +23,9 @@
#include "progman.h"
+/*UTF-8*/
+#pragma code_page(65001)
+
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
@@ -32,7 +36,7 @@ MAIN_MENU MENU LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
MENUITEM "&Sposta...\tF7", PM_MOVE, GRAYED
MENUITEM "&Copia...\tF8", PM_COPY, GRAYED
MENUITEM "&Elimina\tEntf", PM_DELETE
- MENUITEM "&Propriet�...\tAlt+Invio", PM_ATTRIBUTES
+ MENUITEM "&Proprietà...\tAlt+Invio", PM_ATTRIBUTES
MENUITEM SEPARATOR
MENUITEM "&Esegui...", PM_EXECUTE
MENUITEM SEPARATOR
@@ -122,7 +126,7 @@ PUSHBUTTON "&Aiuto", PM_HELP, 185, 45, 60, 15, WS_TABST
DIALOG_GROUP DIALOG 0, 0, 230, 65
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Propriet� del gruppo di Programmi"
+CAPTION "Proprietà del gruppo di Programmi"
{
LTEXT "&Descrizione:", PM_DESCRIPTION_TXT, 05, 18, 50, 10
EDITTEXT PM_DESCRIPTION, 60, 18, 90, 15, WS_TABSTOP
@@ -138,7 +142,7 @@ PUSHBUTTON "&Aiuto", PM_HELP, 155, 45, 60, 15, WS_TABST
DIALOG_PROGRAM DIALOG 0, 0, 250, 105
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Propriet� del programma"
+CAPTION "Proprietà del programma"
{
LTEXT "&Descrizione:", PM_DESCRIPTION_TXT, 05, 10, 60, 10
EDITTEXT PM_DESCRIPTION, 80, 10, 90, 15, WS_TABSTOP
@@ -208,7 +212,7 @@ IDS_NOT_IMPLEMENTED, "Non implementato"
IDS_FILE_READ_ERROR_s, "Errore di lettura `%s'."
IDS_FILE_WRITE_ERROR_s, "Errore di scrittura `%s'."
IDS_GRPFILE_READ_ERROR_s, "\
-Il file di gruppo `%s' non puo' essere aperto.\n\
+Il file di gruppo `%s' non può essere aperto.\n\
Provare ad aprirlo in futuro?"
IDS_OUT_OF_MEMORY, "Memoria esaurita"
IDS_WINHELP_ERROR, "Guida non disponibile"
@@ -222,3 +226,27 @@ IDS_LIBRARIES_DLL, "Librerie (*.dll)"
IDS_SYMBOL_FILES, "File icona"
IDS_SYMBOLS_ICO, "Icone (*.ico)"
}
+
+STRINGTABLE DISCARDABLE LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+{
+IDS_LICENSE_CAPTION, "LICENZA"
+IDS_LICENSE,
+"Questo programma è software libero; puoi redistribuirlo e/o \
+modificarlo sotto i termini della GNU Lesser General Public \
+License come pubblicata dalla Free Software Foundation; sia la \
+versione 2.1 della LGPL, che (a tua scelta) una versione più nuova.\n\
+Questo programma è distribuito nella speranza che sarà utile, \
+ma SENZA ALCUNA GARANZIA; pure senza la garanzia implicita di \
+COMMERCIABILTÀ o ADEGUATEZZA PER UN PARTICOLARE SCOPO. Leggere la GNU \
+Lesser General Public License per più informazioni.\n\
+Dovresti aver ricevuto una copia della GNU Lesser General Public \
+License insieme a questo programma; sennò, scrivi alla Free Software \
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
+
+IDS_WARRANTY_CAPTION, "NESSUNA GARANZIA"
+IDS_WARRANTY,
+"Questo programma è distribuito nella speranza che sarà utile, \
+ma SENZA ALCUNA GARANZIA; pure senza la garanzia implicita di \
+COMMERCIABILTÀ o ADEGUATEZZA PER UN PARTICOLARE SCOPO. Leggere la GNU \
+Lesser General Public License per più informazioni."
+}
Module: wine
Branch: master
Commit: 45d311374745ed4bd1e2f1eaa5ce8f00c24f0586
URL: http://source.winehq.org/git/wine.git/?a=commit;h=45d311374745ed4bd1e2f1eaa…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Mon Feb 1 10:55:02 2010 +0100
winedbg: Add Italian translation.
---
programs/winedbg/Makefile.in | 1 +
programs/winedbg/rsrc_It.rc | 58 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/programs/winedbg/Makefile.in b/programs/winedbg/Makefile.in
index 1d92849..80ef47b 100644
--- a/programs/winedbg/Makefile.in
+++ b/programs/winedbg/Makefile.in
@@ -36,6 +36,7 @@ RC_SRCS = \
rsrc_En.rc \
rsrc_Es.rc \
rsrc_Fr.rc \
+ rsrc_It.rc \
rsrc_Ko.rc \
rsrc_Lt.rc \
rsrc_Nl.rc \
diff --git a/programs/winedbg/rsrc_It.rc b/programs/winedbg/rsrc_It.rc
new file mode 100644
index 0000000..29a8005
--- /dev/null
+++ b/programs/winedbg/rsrc_It.rc
@@ -0,0 +1,58 @@
+/*
+ * Italian Language Support
+ *
+ * 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
+
+IDM_DEBUG_POPUP MENU
+BEGIN
+ POPUP ""
+ BEGIN
+ MENUITEM "&Debug", ID_DEBUG
+ END
+END
+
+IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Errore del programma"
+FONT 8, "Tahoma"
+BEGIN
+ LTEXT "",IDC_STATIC_BG,0,0,273,52,WS_BORDER,0
+ LTEXT "Il programma %s ha incontrato un errore e deve \
+ chiudersi. Siamo spiacenti per l'inconveniente.",
+ IDC_STATIC_TXT1,27,10,224,30
+ LTEXT "Questo può essere causato da un problema nel programma o da una mancanza in Wine. \
+ Potresti voler vedere http://appdb.winehq.org per consigli su \
+ questa applicazione.\n\n\
+ Se questo problema non è presente sotto Windows e non è stato ancora riportato, \
+ puoi riportarlo a http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
+ DEFPUSHBUTTON "Chiudi", IDOK, 205, 151, 60, 16, WS_TABSTOP
+END
+
+STRINGTABLE
+BEGIN
+ IDS_AUTO_CAPTION "Crash di Wine"
+ IDS_INVALID_PARAMS "Errori interni - ricevuti parametri non validi"
+ IDS_UNIDENTIFIED "(non identificato)"
+END
Module: wine
Branch: master
Commit: 4c9f6b151de05636df296b6170834cc74126519d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=4c9f6b151de05636df296b617…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Mon Feb 1 10:46:46 2010 +0100
wineboot: Add Italian translation.
---
programs/wineboot/Makefile.in | 1 +
programs/wineboot/wineboot_It.rc | 40 ++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/Makefile.in b/programs/wineboot/Makefile.in
index 2109457..42c9ee2 100644
--- a/programs/wineboot/Makefile.in
+++ b/programs/wineboot/Makefile.in
@@ -18,6 +18,7 @@ RC_SRCS = \
wineboot_En.rc \
wineboot_Es.rc \
wineboot_Fr.rc \
+ wineboot_It.rc \
wineboot_Ja.rc \
wineboot_Ko.rc \
wineboot_Lt.rc \
diff --git a/programs/wineboot/wineboot_It.rc b/programs/wineboot/wineboot_It.rc
new file mode 100644
index 0000000..452f60a
--- /dev/null
+++ b/programs/wineboot/wineboot_It.rc
@@ -0,0 +1,40 @@
+/*
+ * WineBoot resources
+ *
+ * Copyright (C) 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_ENDTASK DIALOG DISCARDABLE 0, 0, 186, 71
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "In attesa del programma"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ DEFPUSHBUTTON "Annulla",IDCANCEL,129,49,50,15
+ PUSHBUTTON "Termina il processo",IDOK,51,49,71,15
+ LTEXT "Un log-off o uno spegimento simulato è in corso, ma questo programma non risponde.",
+ IDC_STATIC,7,7,172,19
+ LTEXT "Se termini il processo, rischi di perdere tutti i dati non salvati.",
+ IDC_STATIC,7,28,172,15
+END
Module: wine
Branch: master
Commit: 9069faac68e7716c5ae07a955c4288d393c1b523
URL: http://source.winehq.org/git/wine.git/?a=commit;h=9069faac68e7716c5ae07a955…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Mon Feb 1 10:40:55 2010 +0100
net: Add Italian translation.
---
programs/net/It.rc | 49 ++++++++++++++++++++++++++++++++++++++++++++++
programs/net/Makefile.in | 1 +
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/programs/net/It.rc b/programs/net/It.rc
new file mode 100644
index 0000000..3c026af
--- /dev/null
+++ b/programs/net/It.rc
@@ -0,0 +1,49 @@
+/*
+ * NET.EXE - Wine-compatible net program
+ * Italian language support
+ *
+ * Copyright (C) 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 "resources.h"
+
+/*UTF-8*/
+#pragma code_page(65001)
+
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+{
+ STRING_USAGE, "La sistassi di questo comando è:\n\nNET [ HELP | START | STOP | USE ]\n"
+ STRING_START_USAGE, "Specificare il nome del servizio da avviare.\n"
+ STRING_STOP_USAGE, "Specificare il nome del servizio da fermare.\n"
+ STRING_STOP_DEP, "Fermando il servizio dipendente: %s\n"
+ STRING_CANT_STOP, "Impossibile fermare il servizio %s\n"
+ STRING_NO_SCM, "Impossibile ottenere l'handle del service control manager.\n"
+ STRING_NO_SVCHANDLE, "Impossibile ottenere l'handle del service.\n"
+ STRING_START_SVC, "Il servizio %s sarà avviato.\n"
+ STRING_START_SVC_SUCCESS, "Il servizio %s è stato avviato con successo.\n"
+ STRING_START_SVC_FAIL, "Impossibile avviare il servizio %s.\n"
+ STRING_STOP_SVC, "Il servizio %s sarà fermato.\n"
+ STRING_STOP_SVC_SUCCESS, "Il servizio %s è stato fermato con successo.\n"
+ STRING_STOP_SVC_FAIL, "IMpossibile fermare il servizio %s.\n"
+ STRING_HELP_USAGE, "La sistassi di questo comando è:\n\nNET HELP comando\n -o-\nNET comando /HELP\n\n"\
+ " Comandi disponibili:\n NET HELP NET START NET STOP NET USE\n"
+ STRING_NO_ENTRIES, "Non ci sono elementi nella lista.\n"
+ STRING_USE_HEADER, "\nStato Locale Remoto\n---------------------------------------------------------------\n"
+ STRING_USE_ENTRY, "%s %S %S Risorse aperte: %lu\n"
+}
diff --git a/programs/net/Makefile.in b/programs/net/Makefile.in
index cf30dce..8a67b13 100644
--- a/programs/net/Makefile.in
+++ b/programs/net/Makefile.in
@@ -14,6 +14,7 @@ RC_SRCS = \
De.rc \
En.rc \
Fr.rc \
+ It.rc \
Ko.rc \
Lt.rc \
Nl.rc \