[Gpgoe-commits] r14 - in trunk: . po

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Apr 8 17:49:14 CEST 2006


Author: twoaday
Date: 2006-04-08 17:49:13 +0200 (Sat, 08 Apr 2006)
New Revision: 14

Added:
   trunk/mk-w32-dist.sh
Modified:
   trunk/AUTHORS
   trunk/TODO
   trunk/configure.ac
   trunk/po/de.po
   trunk/po/it.po
Log:


Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS	2006-04-07 15:52:03 UTC (rev 13)
+++ trunk/AUTHORS	2006-04-08 15:49:13 UTC (rev 14)
@@ -5,3 +5,4 @@
 
 Translators:
 [German]    Timo Schulz <twoaday at freakmail.de>
+[Italian]   Scire Salvatore

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2006-04-07 15:52:03 UTC (rev 13)
+++ trunk/TODO	2006-04-08 15:49:13 UTC (rev 14)
@@ -1,3 +1,10 @@
+* It would be much easier without the DLL loader.
+  But this means OE needs to load the directly into the address space.
+  The difficult issue is to find out at DllMain() if the process which
+  maps the DLL is actually OE.
 
+* check the gpgBinary entry or a generic check to make sure that
+  GPG is useable on the machine.
+  
 
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-04-07 15:52:03 UTC (rev 13)
+++ trunk/configure.ac	2006-04-08 15:49:13 UTC (rev 14)
@@ -7,7 +7,7 @@
 # Version number: Remember to change it immediately *after* a release.
 #                 Make sure to run  "svn up" before a "make dist".
 #                 Add a "-cvs" prefix for non-released code.
-AC_INIT(gpgoe, 0.7.0, twoaday at freakmail.de)
+AC_INIT(gpgoe, 0.7.1-cvs, twoaday at freakmail.de)
 
 NEED_GPGME_API=1
 NEED_GPGME_VERSION=1.1.0

Added: trunk/mk-w32-dist.sh
===================================================================
--- trunk/mk-w32-dist.sh	2006-04-07 15:52:03 UTC (rev 13)
+++ trunk/mk-w32-dist.sh	2006-04-08 15:49:13 UTC (rev 14)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+VER="0.7.1"
+
+mkdir gpgoe 2> /dev/null
+cp init/gpgoeinit.exe gpgoe/
+cp src/gpgoe.dll gpgoe/
+cp po/de.gmo gpgoe/de.mo
+cp po/it.gmo gpgoe/it.mo
+cp README gpgoe/README.txt
+i586-mingw32msvc-strip gpgoe/gpgoe.dll
+i586-mingw32msvc-strip gpgoe/gpgoeinit.exe
+rm -f gpgoe-$VER-exe.zip
+zip -Dr9 gpgoe-$VER-exe.zip gpgoe/
+rm -fr gpgoe/


Property changes on: trunk/mk-w32-dist.sh
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/po/de.po
===================================================================
--- trunk/po/de.po	2006-04-07 15:52:03 UTC (rev 13)
+++ trunk/po/de.po	2006-04-08 15:49:13 UTC (rev 14)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: GPGOE 0.6.0\n"
 "Report-Msgid-Bugs-To: winpt at freakmail.de\n"
-"POT-Creation-Date: 2006-04-06 16:45+0200\n"
+"POT-Creation-Date: 2006-04-07 17:36+0200\n"
 "PO-Revision-Date: 2006-03-24 22:40+0100\n"
 "Last-Translator: Timo Schulz <twoaday at freakmail.de>\n"
 "Language-Team: de <winpt-users at wald.intevation.org>\n"

Modified: trunk/po/it.po
===================================================================
--- trunk/po/it.po	2006-04-07 15:52:03 UTC (rev 13)
+++ trunk/po/it.po	2006-04-08 15:49:13 UTC (rev 14)
@@ -1,12 +1,16 @@
+# GPGOE Italian translation
+#
+# Copyright (C) 2006 Scire' Salvatore
 msgid ""
 msgstr ""
-"Project-Id-Version: GPGOE 0.7.0\n"
-"POT-Creation-Date: 2006-04-07 12:13+0100\n"
-"PO-Revision-Date: 2006-04-07 15:27+0100\n"
-"Last-Translator: Scirè Salvatore <salvatore.scire at fastwebnet.it>\n"
+"Project-Id-Version: GPGoe 0.7.0\n"
+"Report-Msgid-Bugs-To: winpt at freakmail.de\n"
+"POT-Creation-Date: 2006-04-07 17:36+0200\n"
+"PO-Revision-Date: 2006-04-08 13:19+0100\n"
+"Last-Translator: Scire' Salvatore <salvatore.scire at fastwebnet.it>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #: src/OECrypto.c:483
@@ -35,12 +39,11 @@
 "\n"
 "Please save the mail text in a file to use WinPT to import them."
 msgstr ""
-"Questa mail contiene unoa o più chiavi pubbliche o segrete.\n"
+"Questa mail contiene unoa o più chiavi pubbliche o segrete.\n"
 "\n"
 "Salva il testo della mail in un file al fine di usare  WinPT per importarlo."
 
-#: src/OECrypto.c:643
-#: src/OEPassphraseCBDlg.c:109
+#: src/OECrypto.c:643 src/OEPassphraseCBDlg.c:109
 msgid "GPG Plug-in Info"
 msgstr "Info su GPG Plug-in "
 
@@ -60,20 +63,16 @@
 msgid "No keys found in the keyring"
 msgstr "Nessuna chiave trovata nel portachiavi"
 
-#: src/OEDlgEncrypt.c:161
-#: src/OEProc.c:300
+#: src/OEDlgEncrypt.c:161 src/OEProc.c:300
 msgid "GPG Plug-in Error"
 msgstr "Errore di GPG Plug-in"
 
-#: src/OEDlgEncrypt.c:164
-#: src/OEDlgVerify.c:146
-#: src/OEDlgViewer.c:88
+#: src/OEDlgEncrypt.c:164 src/OEDlgVerify.c:146 src/OEDlgViewer.c:88
 #: src/OEPassphraseCBDlg.c:81
 msgid "&OK"
 msgstr "&OK"
 
-#: src/OEDlgEncrypt.c:165
-#: src/OEPassphraseCBDlg.c:82
+#: src/OEDlgEncrypt.c:165 src/OEPassphraseCBDlg.c:82
 msgid "&Cancel"
 msgstr "&Annulla"
 
@@ -85,8 +84,7 @@
 msgid "Select Recipient for Encryption"
 msgstr "Seleziona Destinatario per Cifratura"
 
-#: src/OEDlgVerify.c:59
-#: src/OEDlgVerify.c:64
+#: src/OEDlgVerify.c:59 src/OEDlgVerify.c:64
 msgid "undefined"
 msgstr "Non definita"
 
@@ -102,9 +100,7 @@
 msgid "full"
 msgstr "piena"
 
-#: src/OEDlgVerify.c:75
-#: src/OEDlgVerify.c:79
-#: src/OEDlgVerify.c:80
+#: src/OEDlgVerify.c:75 src/OEDlgVerify.c:79 src/OEDlgVerify.c:80
 msgid "Invalid signature"
 msgstr "Stato della firma non valido"
 
@@ -152,7 +148,7 @@
 msgstr ""
 "Firma effettuata da  '%s' usando la ID chiave 0x%08X\r\n"
 "%s da \"%s\"\r\n"
-"Validità della chiave: %s"
+"Validità della chiave: %s"
 
 #: src/OEDlgVerify.c:147
 msgid "Signature Verification"
@@ -179,8 +175,7 @@
 "%s\n"
 "%s key, ID %s"
 
-#: src/OEPassphraseCBDlg.c:83
-#: src/OEPassphraseCBDlg.c:104
+#: src/OEPassphraseCBDlg.c:83 src/OEPassphraseCBDlg.c:104
 #: src/OEPassphraseCBDlg.c:108
 msgid "Please enter your passphrase"
 msgstr "Immetti la tua passphrase"
@@ -198,11 +193,10 @@
 "GPGOE is unable to secure attachments.\r\n"
 "As a result the data attached to this mail is NOT encrypted."
 msgstr ""
-"GPGOE non può gestire la sicurezza degli allegati.\r\n"
+"GPGOE non può gestire la sicurezza degli allegati.\r\n"
 "Per tale motivo gli allegati di questo messaggio NON sono cifrati."
 
-#: src/OEProc.c:79
-#: src/OEProc.c:96
+#: src/OEProc.c:79 src/OEProc.c:96
 msgid "GPG Plug-in Warning"
 msgstr "Avviso GPG Plug-in"
 
@@ -213,7 +207,7 @@
 "\r\n"
 "Error description: %s."
 msgstr ""
-"ATTENZIONE: Questo messaggio sarà inviato col testo in chiaro.\r\n"
+"ATTENZIONE: Questo messaggio sarà inviato col testo in chiaro.\r\n"
 "\r\n"
 "Descrizione dell'errore: %s."
 
@@ -225,4 +219,3 @@
 msgstr ""
 "decifra/verifica: %s\n"
 "%s"
-



More information about the Gpgoe-commits mailing list