[svn] GpgEX - r14 - in trunk: . po
svn author marcus
cvs at cvs.gnupg.org
Tue Sep 11 00:37:33 CEST 2007
Author: marcus
Date: 2007-09-11 00:37:03 +0200 (Tue, 11 Sep 2007)
New Revision: 14
Added:
trunk/po/de.po
Modified:
trunk/ChangeLog
trunk/Makefile.am
trunk/po/LINGUAS
Log:
2007-09-11 Marcus Brinkmann <marcus at g10code.de>
* po/de.po: New file.
* po/LINGUAS: Add de.
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add
--with-libassuan-prefix and --with-gpg-error-prefix.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-09-05 14:41:42 UTC (rev 13)
+++ trunk/ChangeLog 2007-09-10 22:37:03 UTC (rev 14)
@@ -1,3 +1,10 @@
+2007-09-11 Marcus Brinkmann <marcus at g10code.de>
+
+ * po/de.po: New file.
+ * po/LINGUAS: Add de.
+ * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add
+ --with-libassuan-prefix and --with-gpg-error-prefix.
+
2007-09-04 Marcus Brinkmann <marcus at g10code.de>
* m4/libassuan.m4, m4/gpg-error.m4: New files.
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2007-09-05 14:41:42 UTC (rev 13)
+++ trunk/Makefile.am 2007-09-10 22:37:03 UTC (rev 14)
@@ -15,6 +15,8 @@
AUTOMAKE_OPTIONS = dist-bzip2
# Because we can only build the w32 version e need to help automake here a bit.
DISTCHECK_CONFIGURE_FLAGS = --host=i586-mingw32msvc --build=i686-pc-linux-gnu \
+ --with-libassuan-prefix=@prefix@ \
+ --with-gpg-error-prefix=@prefix@ \
--prefix=@prefix@
EXTRA_DIST = autogen.sh
Modified: trunk/po/LINGUAS
===================================================================
--- trunk/po/LINGUAS 2007-09-05 14:41:42 UTC (rev 13)
+++ trunk/po/LINGUAS 2007-09-10 22:37:03 UTC (rev 14)
@@ -1,2 +1,2 @@
# Set of available languages.
-
+de
Added: trunk/po/de.po
===================================================================
--- trunk/po/de.po 2007-09-05 14:41:42 UTC (rev 13)
+++ trunk/po/de.po 2007-09-10 22:37:03 UTC (rev 14)
@@ -0,0 +1,41 @@
+# German translations for gpgex package.
+# Copyright (C) 2007 g10 Code GmbH
+# This file is distributed under the same license as the gpgex package.
+# Marcus Brinkmann <marcus at g10code.com>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gpgex 0.0.0-svn10\n"
+"Report-Msgid-Bugs-To: bug-gpgex at g10code.com\n"
+"POT-Creation-Date: 2007-09-10 22:59+0200\n"
+"PO-Revision-Date: 2007-09-10 23:05+0200\n"
+"Last-Translator: Marcus Brinkmann <marcus at g10code.com>\n"
+"Language-Team: German\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/client.cc:136
+msgid "Can not access Kleopatra, see log file for details"
+msgstr "Kann nicht auf Kleopatra zugreifen, siehe Protokolldatei fuer Details"
+
+#: src/gpgex.h:42
+msgid "Help on GpgEX"
+msgstr "Hilfe zu GpgEX"
+
+#: src/gpgex.h:43
+msgid "Decrypt and verify"
+msgstr "Entschlüsseln und verifizieren"
+
+#: src/gpgex.h:44
+msgid "Sign and encrypt"
+msgstr "Verschlüsseln und signieren"
+
+#: src/gpgex.h:45
+msgid "Zertifikate importieren"
+msgstr ""
+
+#: src/gpgex.cc:274
+msgid "Mehr GpgEX Optionen"
+msgstr ""
More information about the Gnupg-commits
mailing list