Module: wine
Branch: master
Commit: ac11288bc29b52cf4891adacb1dd745ef96be3ac
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ac11288bc29b52cf4891adacb…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Sun May 30 10:28:38 2010 +0200
cryptdlg: Add Italian translation.
---
dlls/cryptdlg/Makefile.in | 1 +
dlls/cryptdlg/cryptdlg_It.rc | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/dlls/cryptdlg/Makefile.in b/dlls/cryptdlg/Makefile.in
index 9e306fe..177d81a 100644
--- a/dlls/cryptdlg/Makefile.in
+++ b/dlls/cryptdlg/Makefile.in
@@ -12,6 +12,7 @@ RC_SRCS = \
cryptdlg_De.rc \
cryptdlg_En.rc \
cryptdlg_Fr.rc \
+ cryptdlg_It.rc \
cryptdlg_Ko.rc \
cryptdlg_Lt.rc \
cryptdlg_Nl.rc \
diff --git a/dlls/cryptdlg/cryptdlg_It.rc b/dlls/cryptdlg/cryptdlg_It.rc
new file mode 100644
index 0000000..da6a5d0
--- /dev/null
+++ b/dlls/cryptdlg/cryptdlg_It.rc
@@ -0,0 +1,42 @@
+/*
+ * cryptdlg dll resources
+ *
+ * Copyright 2008 Juan Lang
+ * 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 "cryptres.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_CERT_POLICY "Policy del certificato"
+ IDS_POLICY_ID "Identificatore della policy: "
+ IDS_POLICY_QUALIFIER_INFO "Informazioni sul qualificatore della policy"
+ IDS_POLICY_QUALIFIER_ID "Id qualificatore della policy="
+ IDS_CPS "CPS" /* Certification Practice Statement */
+ IDS_USER_NOTICE "Notifica dell'utente"
+ IDS_QUALIFIER "Qualificatore"
+ IDS_NOTICE_REF "Riferimento della notifica"
+ IDS_ORGANIZATION "Organizzazione="
+ IDS_NOTICE_NUM "Numero della notifica="
+ IDS_NOTICE_TEXT "Testo della notifica="
+}
Module: wine
Branch: master
Commit: 0e1e826fcf72c56c1e65113c38ffb908b9bcdb1a
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0e1e826fcf72c56c1e65113c3…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Sun May 30 00:06:12 2010 +0200
oledlg: Update Italian translation.
---
dlls/oledlg/oledlg_It.rc | 47 ++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 45 insertions(+), 2 deletions(-)
diff --git a/dlls/oledlg/oledlg_It.rc b/dlls/oledlg/oledlg_It.rc
index 91e43b2..fb5ea32 100644
--- a/dlls/oledlg/oledlg_It.rc
+++ b/dlls/oledlg/oledlg_It.rc
@@ -19,11 +19,14 @@
#include "resource.h"
+/* UTF-8 */
+#pragma code_page(65001)
+
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Insersci oggetto"
+CAPTION "Inserisci oggetto"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
@@ -53,6 +56,46 @@ STRINGTABLE DISCARDABLE
IDS_RESULTOBJDESC "Inserisci un nuovo oggetto %s nel documento"
IDS_RESULTFILEOBJDESC "Inserisci i contenuti del file come un oggetto nel documento in modo da poterlo attivare usando il programma che lo ha creato."
IDS_BROWSE "Esplora"
- IDS_NOTOLEMOD "Il file non sembra essere un module OLE valido. Impossibile registrare il controllo OLE."
+ IDS_NOTOLEMOD "Il file non sembra essere un modulo OLE valido. Impossibile registrare il controllo OLE."
IDS_NOTOLEMODCAPTION "Aggiungi Controllo"
}
+
+IDD_PASTESPECIAL4 DIALOG DISCARDABLE 3, 15, 293, 140
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Incolla Speciale"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Sorgente:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
+ CONTROL "&Incolla", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
+ 6, 38, 55, 10
+ CONTROL "Incolla &Collegamento", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
+ 6, 63, 55, 10
+ LTEXT "&Come:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
+ LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
+ LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
+ LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
+ CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
+ CONTROL "Annulla", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
+ CONTROL "&Aiuto", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
+ CONTROL "&Mostra come icona", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
+ CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
+ CONTROL "Cambia &icona...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
+ CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
+ CONTROL "<< testo qua >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
+ CONTROL "Result", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
+ CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_PS_PASTE_DATA "Inserisce i contenuti degli appunti nel tuo documento come %s."
+ IDS_PS_PASTE_OBJECT "Inserisce i contenuti degli appunti nel tuo documento permettendoti di attivarlo usando %s."
+ IDS_PS_PASTE_OBJECT_AS_ICON "Inserisce i contenuti degli appunti nel tuo documento permettendoti di attivarlo usando %s. Sarà mostrato come un'icona."
+ IDS_PS_PASTE_LINK_DATA "Inserisce i contenuti degli appunti nel tuo documento come %s. I dati sono collegati al file sorgente in modo che i cambiamenti in quello si riflettano sul tuo documento."
+ IDS_PS_PASTE_LINK_OBJECT "Inserisce un'immagine degli appunti nel tuo documento. L'immagine è collegata al file sorgente in modo che i cambiamenti in quello si riflettano sul tuo documento."
+ IDS_PS_PASTE_LINK_OBJECT_AS_ICON "Inserisce una scorciatoia che punta alla locazione dei contenuti degli appunti. La scorciatoia è collegata al file sorgente in modo che i cambiamenti in quello si riflettano sul tuo documento."
+ IDS_PS_NON_OLE "Inserisce i contenuti degli appunti nel tuo documento."
+ IDS_PS_UNKNOWN_TYPE "Tipo Sconosciuto"
+ IDS_PS_UNKNOWN_SRC "Sorgente Sconosciuta"
+ IDS_PS_UNKNOWN_APP "il programma che lo ha creato"
+}