[Gpg4win-commits] r1060 - in trunk: . po src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Dec 1 16:00:49 CET 2008


Author: emanuel
Date: 2008-12-01 16:00:46 +0100 (Mon, 01 Dec 2008)
New Revision: 1060

Modified:
   trunk/ChangeLog
   trunk/po/de.po
   trunk/src/gpg4win-src.nsi
   trunk/src/gpg4win.nsi
Log:
PRETTY_PACKAGE changed to Gpg4win; About Gpg4win message changed;
Added Outlook 2007 to GpgOL description.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-12-01 12:54:09 UTC (rev 1059)
+++ trunk/ChangeLog	2008-12-01 15:00:46 UTC (rev 1060)
@@ -1,5 +1,12 @@
 2008-12-01  Emanuel Schuetze  <emanuel.schuetze at intevation.de>
 
+	* src/gpg4win.nsi, src/gpg4win-src.nsi: PRETTY_PACKAGE changed 
+	  to Gpg4win
+	* po/de.po: About Gpg4win message changed; Added Outlook 2007 to
+	GpgOL description
+
+2008-12-01  Emanuel Schuetze  <emanuel.schuetze at intevation.de>
+
 	* packages/packages.current: Update kleopatra and kdelibs.
 
 2008-11-28  Colin Leroy  <colin at colino.net>

Modified: trunk/po/de.po
===================================================================
--- trunk/po/de.po	2008-12-01 12:54:09 UTC (rev 1059)
+++ trunk/po/de.po	2008-12-01 15:00:46 UTC (rev 1060)
@@ -33,8 +33,10 @@
 "advanced key management facility and is compliant with the proposed OpenPGP "
 "Internet standard as described in RFC2440."
 msgstr ""
-"GnuPG ist das Werkzeug aus dem GNU Projekt zur sicheren Kommunikation sowie "
-"zum sicheren Speichern von Daten."
+"Gpg4win ist ein Installationspaket für Windows zur Nutzung von E-Mail- und "
+"Datei-Verschlüsselung unter Verwendung der Kernkomponente GnuPG für Windows. "
+"Die beiden relevanten kryptographischen Standards OpenPGP und S/MIME werden "
+"unterstützt. Gpg4win und die in Gpg4win enthaltene Software sind Freie Software."
 
 #: src/gpg4win.nsi:125
 msgctxt "T_AboutGpg4winVersion"
@@ -464,7 +466,7 @@
 msgctxt "DESC_SEC_gpgol"
 msgid "GnuPG for Outlook"
 msgstr ""
-"GnuPG für Outlook (GpgOL) is eine Erweiterung für Outlook 2003, die "
+"GnuPG für Outlook (GpgOL) is eine Erweiterung für Outlook 2003 und 2007, die "
 "verwendet wird um Nachrichten mit OpenPGP oder S/MIME zu verschlüsseln."
 
 #: src/inst-kleopatra.nsi:302

Modified: trunk/src/gpg4win-src.nsi
===================================================================
--- trunk/src/gpg4win-src.nsi	2008-12-01 12:54:09 UTC (rev 1059)
+++ trunk/src/gpg4win-src.nsi	2008-12-01 15:00:46 UTC (rev 1060)
@@ -33,7 +33,7 @@
 # NOTE: Please keep the capitalization of PRETTY_PACKAGE_SHORT as it is
 # used as registry key.
 !define PACKAGE "${_PACKAGE}-src"
-!define PRETTY_PACKAGE "GnuPG for Windows Sources"
+!define PRETTY_PACKAGE "Gpg4win Sources"
 !define PRETTY_PACKAGE_SHORT "GPG4WinSrc"
 !define VERSION "${_VERSION}"
 !define PROD_VERSION "${_BUILD_FILEVERSION}"

Modified: trunk/src/gpg4win.nsi
===================================================================
--- trunk/src/gpg4win.nsi	2008-12-01 12:54:09 UTC (rev 1059)
+++ trunk/src/gpg4win.nsi	2008-12-01 15:00:46 UTC (rev 1060)
@@ -54,7 +54,7 @@
 # NOTE: Please keep the capitalization of PRETTY_PACKAGE_SHORT as it is
 # used as registry key.
 !define PACKAGE "${_PACKAGE}"
-!define PRETTY_PACKAGE "GnuPG for Windows"
+!define PRETTY_PACKAGE "Gpg4win"
 !define PRETTY_PACKAGE_SHORT "GPG4Win"
 !define VERSION "${_VERSION}"
 !define PROD_VERSION "${_BUILD_FILEVERSION}"



More information about the Gpg4win-commits mailing list