aboutsummaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog44
-rw-r--r--po/LINGUAS5
-rw-r--r--po/Makefile.in.in353
-rw-r--r--po/Makevars41
-rw-r--r--po/POTFILES.in36
-rw-r--r--po/Rules-quot42
-rw-r--r--po/boldquot.sed10
-rw-r--r--po/de.po1193
-rw-r--r--po/[email protected]25
-rw-r--r--po/[email protected]22
-rw-r--r--po/insert-header.sin23
-rw-r--r--po/quot.sed6
-rw-r--r--po/remove-potcdate.sed11
-rw-r--r--po/remove-potcdate.sin19
14 files changed, 0 insertions, 1830 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 97e68c730..000000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,44 +0,0 @@
-2004-04-06 Werner Koch <[email protected]>
-
- * Makevars (DOMAIN): Init from PACKAGE_GT
-
-2003-12-09 Werner Koch <[email protected]>
-
- * Makevars (MSGID_BUGS_ADDRESS): New.
-
-2003-04-29 Werner Koch <[email protected]>
-
- * LINUGAS: NEW.
-
-2003-04-29 gettextize <[email protected]>
-
- * Rules-quot: New file, from gettext-0.11.5.
- * boldquot.sed: New file, from gettext-0.11.5.
- * [email protected]: New file, from gettext-0.11.5.
- * [email protected]: New file, from gettext-0.11.5.
- * insert-header.sin: New file, from gettext-0.11.5.
- * quot.sed: New file, from gettext-0.11.5.
- * remove-potcdate.sin: New file, from gettext-0.11.5.
-
-2002-08-21 Werner Koch <[email protected]>
-
- * de.po: Updated the translation.
-
-2002-08-10 Werner Koch <[email protected]>
-
- * Makefile.in.in: Installed from gettext-0.10.40.
- * POTFILES.in: New.
- * de.po: New.
-
-
- Copyright 2002 Free Software Foundation, Inc.
-
- This file is free software; as a special exception the author gives
- unlimited permission to copy and/or distribute it, with or without
- modifications, as long as this notice is preserved.
-
- This file is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
- implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-
diff --git a/po/LINGUAS b/po/LINGUAS
deleted file mode 100644
index 2d1cafec8..000000000
--- a/po/LINGUAS
+++ /dev/null
@@ -1,5 +0,0 @@
-# Set of available languages.
-de
-
-
-
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
deleted file mode 100644
index 27b721aa8..000000000
--- a/po/Makefile.in.in
+++ /dev/null
@@ -1,353 +0,0 @@
-# Makefile for PO directory in any package using GNU gettext.
-# Copyright (C) 1995-1997, 2000-2003 by Ulrich Drepper <[email protected]>
-#
-# This file can be copied and used freely without restrictions. It can
-# be used in projects which are not available under the GNU General Public
-# License but which still want to provide support for the GNU gettext
-# functionality.
-# Please note that the actual code of GNU gettext is covered by the GNU
-# General Public License and is *not* in the public domain.
-
-PACKAGE = @PACKAGE@
-VERSION = @VERSION@
-
-SHELL = /bin/sh
-@SET_MAKE@
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-datadir = @datadir@
-localedir = $(datadir)/locale
-gettextsrcdir = $(datadir)/gettext/po
-
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
-
-GMSGFMT = @GMSGFMT@
-MSGFMT = @MSGFMT@
-XGETTEXT = @XGETTEXT@
-MSGMERGE = msgmerge
-MSGMERGE_UPDATE = @MSGMERGE@ --update
-MSGINIT = msginit
-MSGCONV = msgconv
-MSGFILTER = msgfilter
-
-POFILES = @POFILES@
-GMOFILES = @GMOFILES@
-UPDATEPOFILES = @UPDATEPOFILES@
-DUMMYPOFILES = @DUMMYPOFILES@
-DISTFILES.common = Makefile.in.in remove-potcdate.sin \
-$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3)
-DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
-$(POFILES) $(GMOFILES) \
-$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3)
-
-POTFILES = \
-
-CATALOGS = @CATALOGS@
-
-# Makevars gets inserted here. (Don't remove this line!)
-
-.SUFFIXES:
-.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update
-
-.po.mo:
- @echo "$(MSGFMT) -c -o $@ $<"; \
- $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@
-
-.po.gmo:
- @lang=`echo $* | sed -e 's,.*/,,'`; \
- test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
- echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
- cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
-
-.sin.sed:
- sed -e '/^#/d' $< > t-$@
- mv t-$@ $@
-
-
-all: all-@USE_NLS@
-
-all-yes: stamp-po
-all-no:
-
-# stamp-po is a timestamp denoting the last time at which the CATALOGS have
-# been loosely updated. Its purpose is that when a developer or translator
-# checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
-# "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
-# invocations of "make" will do nothing. This timestamp would not be necessary
-# if updating the $(CATALOGS) would always touch them; however, the rule for
-# $(POFILES) has been designed to not touch files that don't need to be
-# changed.
-stamp-po: $(srcdir)/$(DOMAIN).pot
- test -z "$(CATALOGS)" || $(MAKE) $(CATALOGS)
- @echo "touch stamp-po"
- @echo timestamp > stamp-poT
- @mv stamp-poT stamp-po
-
-# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
-# otherwise packages like GCC can not be built if only parts of the source
-# have been downloaded.
-
-# This target rebuilds $(DOMAIN).pot; it is an expensive operation.
-# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
-$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
- $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
- --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
- --files-from=$(srcdir)/POTFILES.in \
- --copyright-holder='$(COPYRIGHT_HOLDER)' \
- --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)'
- test ! -f $(DOMAIN).po || { \
- if test -f $(srcdir)/$(DOMAIN).pot; then \
- sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
- sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
- if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
- rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
- else \
- rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
- mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
- fi; \
- else \
- mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
- fi; \
- }
-
-# This rule has no dependencies: we don't need to update $(DOMAIN).pot at
-# every "make" invocation, only create it when it is missing.
-# Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
-$(srcdir)/$(DOMAIN).pot:
- $(MAKE) $(DOMAIN).pot-update
-
-# This target rebuilds a PO file if $(DOMAIN).pot has changed.
-# Note that a PO file is not touched if it doesn't need to be changed.
-$(POFILES): $(srcdir)/$(DOMAIN).pot
- @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
- test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
- echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
- cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
-
-
-install: install-exec install-data
-install-exec:
-install-data: install-data-@USE_NLS@
- if test "$(PACKAGE)" = "gettext-tools"; then \
- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
- for file in $(DISTFILES.common) Makevars.template; do \
- $(INSTALL_DATA) $(srcdir)/$$file \
- $(DESTDIR)$(gettextsrcdir)/$$file; \
- done; \
- for file in Makevars; do \
- rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
- done; \
- else \
- : ; \
- fi
-install-data-no: all
-install-data-yes: all
- $(mkinstalldirs) $(DESTDIR)$(datadir)
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
- $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
- echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
- for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
- if test -n "$$lc"; then \
- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
- link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
- mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
- (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
- for file in *; do \
- if test -f $$file; then \
- ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
- fi; \
- done); \
- rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
- else \
- if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
- :; \
- else \
- rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
- mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
- fi; \
- fi; \
- rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
- ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
- ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
- cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
- echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
- fi; \
- done; \
- done
-
-install-strip: install
-
-installdirs: installdirs-exec installdirs-data
-installdirs-exec:
-installdirs-data: installdirs-data-@USE_NLS@
- if test "$(PACKAGE)" = "gettext-tools"; then \
- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
- else \
- : ; \
- fi
-installdirs-data-no:
-installdirs-data-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
- if test -n "$$lc"; then \
- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
- link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
- mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
- (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
- for file in *; do \
- if test -f $$file; then \
- ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
- fi; \
- done); \
- rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
- else \
- if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
- :; \
- else \
- rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
- mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
- fi; \
- fi; \
- fi; \
- done; \
- done
-
-# Define this as empty until I found a useful application.
-installcheck:
-
-uninstall: uninstall-exec uninstall-data
-uninstall-exec:
-uninstall-data: uninstall-data-@USE_NLS@
- if test "$(PACKAGE)" = "gettext-tools"; then \
- for file in $(DISTFILES.common) Makevars.template; do \
- rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
- done; \
- else \
- : ; \
- fi
-uninstall-data-no:
-uninstall-data-yes:
- catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
- for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
- rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
- done; \
- done
-
-check: all
-
-info dvi ps pdf html tags TAGS ctags CTAGS ID:
-
-mostlyclean:
- rm -f remove-potcdate.sed
- rm -f stamp-poT
- rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
- rm -fr *.o
-
-clean: mostlyclean
-
-distclean: clean
- rm -f Makefile Makefile.in POTFILES *.mo
-
-maintainer-clean: distclean
- @echo "This command is intended for maintainers to use;"
- @echo "it deletes files that may require special tools to rebuild."
- rm -f stamp-po $(GMOFILES)
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-dist distdir:
- $(MAKE) update-po
- @$(MAKE) dist2
-# This is a separate target because 'update-po' must be executed before.
-dist2: $(DISTFILES)
- dists="$(DISTFILES)"; \
- if test "$(PACKAGE)" = "gettext-tools"; then \
- dists="$$dists Makevars.template"; \
- fi; \
- if test -f $(srcdir)/ChangeLog; then \
- dists="$$dists ChangeLog"; \
- fi; \
- for i in 0 1 2 3 4 5 6 7 8 9; do \
- if test -f $(srcdir)/ChangeLog.$$i; then \
- dists="$$dists ChangeLog.$$i"; \
- fi; \
- done; \
- if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
- for file in $$dists; do \
- if test -f $$file; then \
- cp -p $$file $(distdir); \
- else \
- cp -p $(srcdir)/$$file $(distdir); \
- fi; \
- done
-
-update-po: Makefile
- $(MAKE) $(DOMAIN).pot-update
- test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)
- $(MAKE) update-gmo
-
-# General rule for updating PO files.
-
-.nop.po-update:
- @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
- if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
- tmpdir=`pwd`; \
- echo "$$lang:"; \
- test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
- echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
- cd $(srcdir); \
- if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
- if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
- rm -f $$tmpdir/$$lang.new.po; \
- else \
- if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
- :; \
- else \
- echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
- exit 1; \
- fi; \
- fi; \
- else \
- echo "msgmerge for $$lang.po failed!" 1>&2; \
- rm -f $$tmpdir/$$lang.new.po; \
- fi
-
-$(DUMMYPOFILES):
-
-update-gmo: Makefile $(GMOFILES)
- @:
-
-Makefile: Makefile.in.in $(top_builddir)/config.status @POMAKEFILEDEPS@
- cd $(top_builddir) \
- && CONFIG_FILES=$(subdir)/[email protected] CONFIG_HEADERS= \
- $(SHELL) ./config.status
-
-force:
-
-# Tell versions [3.59,3.63) of GNU make not to export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/po/Makevars b/po/Makevars
deleted file mode 100644
index b99cd466c..000000000
--- a/po/Makevars
+++ /dev/null
@@ -1,41 +0,0 @@
-# Makefile variables for PO directory in any package using GNU gettext.
-
-# Usually the message domain is the same as the package name.
-DOMAIN = gnupg2
-
-# These two variables depend on the location of this directory.
-subdir = po
-top_builddir = ..
-
-# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
-
-# This is the copyright holder that gets inserted into the header of the
-# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
-# package. (Note that the msgstr strings, extracted from the package's
-# sources, belong to the copyright holder of the package.) Translators are
-# expected to transfer the copyright for their translations to this person
-# or entity, or to disclaim their copyright. The empty string stands for
-# the public domain; in this case the translators are expected to disclaim
-# their copyright.
-COPYRIGHT_HOLDER = Free Software Foundation, Inc.
-
-# This is the email address or URL to which the translators shall report
-# bugs in the untranslated strings:
-# - Strings which are not entire sentences, see the maintainer guidelines
-# in the GNU gettext documentation, section 'Preparing Strings'.
-# - Strings which use unclear terms or require additional context to be
-# understood.
-# - Strings which make invalid assumptions about notation of date, time or
-# money.
-# - Pluralisation problems.
-# - Incorrect English spelling.
-# - Incorrect formatting.
-# It can be your email address, or a mailing list address where translators
-# can write to without being subscribed, or the URL of a web page through
-# which the translators can contact you.
-MSGID_BUGS_ADDRESS = [email protected]
-
-# This is the list of locale categories, beyond LC_MESSAGES, for which the
-# message catalogs shall be used. It is usually empty.
-EXTRA_LOCALE_CATEGORIES =
diff --git a/po/POTFILES.in b/po/POTFILES.in
deleted file mode 100644
index ae54716ac..000000000
--- a/po/POTFILES.in
+++ /dev/null
@@ -1,36 +0,0 @@
-# List of files with translatable strings.
-
-agent/gpg-agent.c
-agent/protect-tool.c
-agent/divert-scd.c
-agent/genkey.c
-agent/query.c
-
-common/sysutils.c
-common/simple-pwquery.c
-
-jnlib/argparse.c
-jnlib/logging.c
-
-kbx/kbxutil.c
-
-scd/scdaemon.c
-
-sm/base64.c
-sm/call-agent.c
-sm/call-dirmngr.c
-sm/certdump.c
-sm/certlist.c
-sm/certchain.c
-sm/decrypt.c
-sm/delete.c
-sm/encrypt.c
-sm/gpgsm.c
-sm/import.c
-sm/keydb.c
-sm/keylist.c
-sm/sign.c
-sm/verify.c
-
-tools/gpgconf.c
-tools/gpgconf-comp.c
diff --git a/po/Rules-quot b/po/Rules-quot
deleted file mode 100644
index 5f46d237d..000000000
--- a/po/Rules-quot
+++ /dev/null
@@ -1,42 +0,0 @@
-# Special Makefile rules for English message catalogs with quotation marks.
-
-DISTFILES.common.extra1 = quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot
-
-.SUFFIXES: .insert-header .po-update-en
-
-
-.insert-header.po-update-en:
- @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
- if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
- tmpdir=`pwd`; \
- echo "$$lang:"; \
- ll=`echo $$lang | sed -e 's/@.*//'`; \
- LC_ALL=C; export LC_ALL; \
- cd $(srcdir); \
- if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
- if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
- rm -f $$tmpdir/$$lang.new.po; \
- else \
- if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
- :; \
- else \
- echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
- exit 1; \
- fi; \
- fi; \
- else \
- echo "creation of $$lang.po failed!" 1>&2; \
- rm -f $$tmpdir/$$lang.new.po; \
- fi
-
[email protected]: insert-header.sin
- sed -e '/^#/d' -e 's/HEADER/[email protected]/g' $(srcdir)/insert-header.sin > [email protected]
-
[email protected]: insert-header.sin
- sed -e '/^#/d' -e 's/HEADER/[email protected]/g' $(srcdir)/insert-header.sin > [email protected]
-
-mostlyclean: mostlyclean-quot
-mostlyclean-quot:
- rm -f *.insert-header
diff --git a/po/boldquot.sed b/po/boldquot.sed
deleted file mode 100644
index 4b937aa51..000000000
--- a/po/boldquot.sed
+++ /dev/null
@@ -1,10 +0,0 @@
-s/"\([^"]*\)"/“\1”/g
-s/`\([^`']*\)'/‘\1’/g
-s/ '\([^`']*\)' / ‘\1’ /g
-s/ '\([^`']*\)'$/ ‘\1’/g
-s/^'\([^`']*\)' /‘\1’ /g
-s/“”/""/g
-s/“/“/g
-s/”/”/g
-s/‘/‘/g
-s/’/’/g
diff --git a/po/de.po b/po/de.po
deleted file mode 100644
index 2cf41ddb0..000000000
--- a/po/de.po
+++ /dev/null
@@ -1,1193 +0,0 @@
-# German translation for GnuPG 1.9.x
-# Copyright (C) 2002, 2004 Free Software Foundation, Inc.
-# Werner Koch <[email protected]>, 2002.
-#
-#
-# Note that we use "gnupg2" as the domain to avoid conflicts with
-# already installed domains "gnupg" from GnuPG < 1.9.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: gnupg2 1.9.7\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2004-04-29 19:50+0200\n"
-"PO-Revision-Date: 2004-04-06 11:47+0200\n"
-"Last-Translator: Werner Koch <[email protected]>\n"
-"Language-Team: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: agent/gpg-agent.c:94 agent/protect-tool.c:92 scd/scdaemon.c:92
-msgid ""
-"@Options:\n"
-" "
-msgstr ""
-"@Optionen:\n"
-" "
-
-#: agent/gpg-agent.c:96 scd/scdaemon.c:94
-msgid "run in server mode (foreground)"
-msgstr "Im Server Modus ausf�hren"
-
-#: agent/gpg-agent.c:97 scd/scdaemon.c:95
-msgid "run in daemon mode (background)"
-msgstr "Im Daemon Modus ausf�hren"
-
-#: agent/gpg-agent.c:98 kbx/kbxutil.c:73 scd/scdaemon.c:96 sm/gpgsm.c:312
-#: tools/gpgconf.c:62
-msgid "verbose"
-msgstr "ausf�hrlich"
-
-#: agent/gpg-agent.c:99 kbx/kbxutil.c:74 scd/scdaemon.c:97 sm/gpgsm.c:313
-msgid "be somewhat more quiet"
-msgstr "etwas weniger Aussageb erzeugen"
-
-#: agent/gpg-agent.c:100 scd/scdaemon.c:98
-msgid "sh-style command output"
-msgstr "Ausgabe f�r /bin/sh"
-
-#: agent/gpg-agent.c:101 scd/scdaemon.c:99
-msgid "csh-style command output"
-msgstr "Ausgabe f�r /bin/csh"
-
-#: agent/gpg-agent.c:102
-msgid "|FILE|read options from FILE"
-msgstr "|DATEI|Konfigurationsoptionen aus DATEI lesen"
-
-#: agent/gpg-agent.c:107 scd/scdaemon.c:106
-msgid "do not detach from the console"
-msgstr "Im Vordergrund laufen lassen"
-
-#: agent/gpg-agent.c:108
-msgid "do not grab keyboard and mouse"
-msgstr "Tastatur und Maus nicht \"grabben\""
-
-#: agent/gpg-agent.c:109 scd/scdaemon.c:107 sm/gpgsm.c:315
-msgid "use a log file for the server"
-msgstr "Logausgaben in eine Datei umlenken"
-
-#: agent/gpg-agent.c:110
-msgid "do not allow multiple connections"
-msgstr "Nicht mehr als eine Verbindung erlauben"
-
-#: agent/gpg-agent.c:124
-msgid "ignore requests to change the TTY"
-msgstr "Ignoriere Anfragen, das TTY zu wechseln"
-
-#: agent/gpg-agent.c:126
-msgid "ignore requests to change the X display"
-msgstr "Ignoriere Anfragen, das X-Display zu wechseln"
-
-#: agent/gpg-agent.c:180 agent/protect-tool.c:124 scd/scdaemon.c:165
-#: sm/gpgsm.c:479 tools/gpgconf.c:85
-msgid "Please report bugs to <"
-msgstr "Fehlerberichte bitte an <"
-
-#: agent/gpg-agent.c:180 agent/protect-tool.c:124 scd/scdaemon.c:165
-#: sm/gpgsm.c:479 tools/gpgconf.c:85
-msgid ">.\n"
-msgstr ">.\n"
-
-#: agent/gpg-agent.c:183
-msgid "Usage: gpg-agent [options] (-h for help)"
-msgstr "Gebrauch: gpg-agent [Optionen] (-h f�r Hilfe)"
-
-#: agent/gpg-agent.c:185
-msgid ""
-"Syntax: gpg-agent [options] [command [args]]\n"
-"Secret key management for GnuPG\n"
-msgstr ""
-"Syntax: gpg-agent [Optionen] [Kommando [Argumente]]\n"
-"Verwaltung von geheimen Schl�ssel f�r GnuPG\n"
-
-#: agent/gpg-agent.c:256 scd/scdaemon.c:239 sm/gpgsm.c:602
-#, c-format
-msgid "invalid debug-level `%s' given\n"
-msgstr "ung�ltige Debugebene `%s' angegeben\n"
-
-#: agent/gpg-agent.c:414 agent/protect-tool.c:1035 kbx/kbxutil.c:230
-#: scd/scdaemon.c:352 sm/gpgsm.c:725
-#, c-format
-msgid "libgcrypt is too old (need %s, have %s)\n"
-msgstr ""
-"Die Bibliothek \"libgcrypt\" is zu alt (ben�tigt wird %s, vorhanden ist %s)\n"
-
-#: agent/gpg-agent.c:487 scd/scdaemon.c:432 sm/gpgsm.c:823
-#, c-format
-msgid "NOTE: no default option file `%s'\n"
-msgstr "Notiz: Voreingestellte Konfigurationsdatei `%s' fehlt\n"
-
-#: agent/gpg-agent.c:492 agent/gpg-agent.c:955 scd/scdaemon.c:437
-#: sm/gpgsm.c:827
-#, c-format
-msgid "option file `%s': %s\n"
-msgstr "Konfigurationsdatei `%s': %s\n"
-
-#: agent/gpg-agent.c:500 scd/scdaemon.c:445 sm/gpgsm.c:834
-#, c-format
-msgid "reading options from `%s'\n"
-msgstr "Optionen werden aus `%s' gelesen\n"
-
-#: agent/gpg-agent.c:641 scd/scdaemon.c:619
-msgid "please use the option `--daemon' to run the program in the background\n"
-msgstr ""
-"Bitte die Option `--daemon' nutzen um das Programm im Hintergund "
-"auszuf�hren\n"
-
-#: agent/gpg-agent.c:988 agent/gpg-agent.c:1022
-#, c-format
-msgid "can't create directory `%s': %s\n"
-msgstr "Das Verzeichniss `%s' kann nicht erstell werden: %s\n"
-
-#: agent/gpg-agent.c:991 agent/gpg-agent.c:1027
-#, c-format
-msgid "directory `%s' created\n"
-msgstr "Verzeichniss `%s' wurde erstellt\n"
-
-#: agent/protect-tool.c:127
-msgid "Usage: gpg-protect-tool [options] (-h for help)\n"
-msgstr "Gebrauch: gpg-protect-tool [Optionen] (-h f�r Hilfe)\n"
-
-#: agent/protect-tool.c:129
-msgid ""
-"Syntax: gpg-protect-tool [options] [args]]\n"
-"Secret key maintenance tool\n"
-msgstr ""
-"Syntax: gpg-protect-tool [Optionen] [Argumente]\n"
-"Werkzeug zum Bearbeiten von geheimen Schl�sseln\n"
-
-#: agent/protect-tool.c:1142
-msgid ""
-"Please enter the passphrase or the PIN\n"
-"needed to complete this operation."
-msgstr ""
-"Die Eingabe des Mantras (Passphrase) bzw. der PIN\n"
-"wird ben�tigt um diese Aktion auszuf�hren."
-
-#: agent/protect-tool.c:1145
-msgid "Passphrase:"
-msgstr "Passphrase:"
-
-#: agent/divert-scd.c:200
-#, c-format
-msgid "Please enter the PIN%s%s%s to unlock the card"
-msgstr "Bitte geben Sie die PIN%s%s%s ein um die Karte zu entsperren"
-
-#: agent/genkey.c:108
-#, c-format
-msgid "Please enter the passphrase to%0Ato protect your new key"
-msgstr ""
-"Bitte geben Sie das Mantra (Passphrase) ein%0Aum Ihren Schl�ssel zu sch�tzen"
-
-#: agent/genkey.c:110 agent/genkey.c:224
-msgid "Please re-enter this passphrase"
-msgstr "Bitte geben Sie das Mantra (Passphrase) noch einmal ein:"
-
-#: agent/genkey.c:131 agent/genkey.c:244
-msgid "does not match - try again"
-msgstr "Keine �bereinstimmung - bitte nochmal versuchen"
-
-#: agent/genkey.c:223
-msgid "Please enter the new passphrase"
-msgstr "Bitte geben Sie das Mantra (Passphrase) ein:"
-
-#: agent/query.c:268
-msgid ""
-"Please enter your PIN, so that the secret key can be unlocked for this "
-"session"
-msgstr ""
-"Bitte geben Sie Ihre PIN ein, so da� der geheime Schl�ssel benutzt werden "
-"kann"
-
-#: agent/query.c:271
-msgid ""
-"Please enter your passphrase, so that the secret key can be unlocked for "
-"this session"
-msgstr ""
-"Bitte geben Sie Ihr Mantra (Passphrase) ein, so da� der geheime Schl�ssel "
-"benutzt werden kann"
-
-#: agent/query.c:326 agent/query.c:338
-msgid "PIN too long"
-msgstr "Die PIN ist zu lang"
-
-#: agent/query.c:327
-msgid "Passphrase too long"
-msgstr "Das Matra (Passphrase) ist zu lang"
-
-#: agent/query.c:335
-msgid "Invalid characters in PIN"
-msgstr "Ung�ltige Zeichen in der PIN"
-
-#: agent/query.c:340
-msgid "PIN too short"
-msgstr "Die PIN ist zu kurz"
-
-#: agent/query.c:352
-msgid "Bad PIN"
-msgstr "Falsche PIN"
-
-#: agent/query.c:353
-msgid "Bad Passphrase"
-msgstr "Falsches Mantra (Passphrase)"
-
-#: agent/query.c:392
-msgid "Passphrase"
-msgstr "Mantra"
-
-#: common/sysutils.c:84
-#, c-format
-msgid "can't disable core dumps: %s\n"
-msgstr ""
-"Das Erstellen eines Speicherabzugs (core-dump) kann nicht verhindert werden: "
-"%s\n"
-
-#: common/sysutils.c:159
-#, c-format
-msgid "Warning: unsafe ownership on %s \"%s\"\n"
-msgstr "WARNUNG: Unsichere Besitzrechte f�r %s \"%s\"\n"
-
-#: common/sysutils.c:191
-#, c-format
-msgid "Warning: unsafe permissions on %s \"%s\"\n"
-msgstr "WARNUNG: Unsichere Zugriffsrechte f�r %s \"%s\"\n"
-
-#: common/simple-pwquery.c:272
-msgid "gpg-agent is not available in this session\n"
-msgstr "Der gpg-agent ist nicht verf�gbar\n"
-
-#: common/simple-pwquery.c:286 sm/call-agent.c:128
-msgid "malformed GPG_AGENT_INFO environment variable\n"
-msgstr "Die Variable GPG_AGENT_INFO ist fehlerhaft\n"
-
-#: common/simple-pwquery.c:298 sm/call-agent.c:140
-#, c-format
-msgid "gpg-agent protocol version %d is not supported\n"
-msgstr "Das gpg-agent Protocol %d wird nicht unterst�tzt\n"
-
-#: common/simple-pwquery.c:320
-#, c-format
-msgid "can't connect to `%s': %s\n"
-msgstr "Verbindung zu `%s' kann nicht aufgebaut werden: %s\n"
-
-#: common/simple-pwquery.c:331
-msgid "communication problem with gpg-agent\n"
-msgstr "Kommunikationsproblem mit gpg-agent\n"
-
-#: common/simple-pwquery.c:341
-msgid "problem setting the gpg-agent options\n"
-msgstr "Beim setzen der gpg-agent Optionen ist ein problem aufgetreten\n"
-
-#: common/simple-pwquery.c:473
-msgid "canceled by user\n"
-msgstr "Vom Benutzer abgebrochen\n"
-
-#: common/simple-pwquery.c:480
-msgid "problem with the agent\n"
-msgstr "Problem mit dem Agenten\n"
-
-#: jnlib/logging.c:547
-#, c-format
-msgid "you found a bug ... (%s:%d)\n"
-msgstr "Sie haben einen Bug (Softwarefehler) gefunden ... (%s:%d)\n"
-
-#: kbx/kbxutil.c:62 sm/gpgsm.c:223 tools/gpgconf.c:53
-msgid ""
-"@Commands:\n"
-" "
-msgstr ""
-"@Kommandos:\n"
-" "
-
-#: kbx/kbxutil.c:68 sm/gpgsm.c:258 tools/gpgconf.c:59
-msgid ""
-"@\n"
-"Options:\n"
-" "
-msgstr ""
-"@\n"
-"Optionen:\n"
-" "
-
-#: kbx/kbxutil.c:70 sm/gpgsm.c:260
-msgid "create ascii armored output"
-msgstr "Ausgabe mit ASCII H�lle wird erzeugt"
-
-#: kbx/kbxutil.c:72 sm/gpgsm.c:311 tools/gpgconf.c:61
-msgid "use as output file"
-msgstr "als Ausgabedatei benutzen"
-
-#: kbx/kbxutil.c:75 sm/gpgsm.c:320 tools/gpgconf.c:64
-msgid "do not make any changes"
-msgstr "Keine �nderungen durchf�hren"
-
-#: kbx/kbxutil.c:77
-msgid "set debugging flags"
-msgstr "Debug Flags setzen"
-
-#: kbx/kbxutil.c:78
-msgid "enable full debugging"
-msgstr "Alle Debug Flags setzen"
-
-#: kbx/kbxutil.c:99
-msgid "Please report bugs to "
-msgstr "Bite richten sie Berichte �ber Bugs (Softwarefehler) an "
-
-#: kbx/kbxutil.c:99
-msgid ".\n"
-msgstr ".\n"
-
-#: kbx/kbxutil.c:103
-msgid "Usage: kbxutil [options] [files] (-h for help)"
-msgstr "Gebrauch: kbxutil [Optionen] [Dateien] (-h f�r Hilfe)"
-
-#: kbx/kbxutil.c:106
-msgid ""
-"Syntax: kbxutil [options] [files]\n"
-"list, export, import Keybox data\n"
-msgstr ""
-"Syntax: kbxutil [Optionen] [Dateien]\n"
-"Anlistem exportieren und Importieren von KeyBox Dateien\n"
-
-#: scd/scdaemon.c:100 sm/gpgsm.c:332
-msgid "read options from file"
-msgstr "Konfigurationsoptionen aus Datei lesen"
-
-#: scd/scdaemon.c:105
-msgid "|N|set OpenSC debug level to N"
-msgstr "|N|Den OpenSC Debugstufe auf N setzen"
-
-#: scd/scdaemon.c:108
-msgid "|N|connect to reader at port N"
-msgstr "|N|Verbinde mit dem Leser auf Port N"
-
-#: scd/scdaemon.c:109
-msgid "|NAME|use NAME as ct-API driver"
-msgstr "|NAME|Benutze NAME als CT-API Treiber"
-
-#: scd/scdaemon.c:110
-msgid "|NAME|use NAME as PC/SC driver"
-msgstr "|NAME|Benutze NAME als PC/SC Treiber"
-
-#: scd/scdaemon.c:113
-msgid "do not use the internal CCID driver"
-msgstr "Den internen CCID Treiber nicht benutzen"
-
-#: scd/scdaemon.c:120
-msgid "do not use the OpenSC layer"
-msgstr "Den OpenSC basierten Kartenzugriff nicht nutzen"
-
-#: scd/scdaemon.c:125
-msgid "allow the use of admin card commands"
-msgstr "Erlaube die Benuztung von \"Admin\" Kommandos"
-
-#: scd/scdaemon.c:168
-msgid "Usage: scdaemon [options] (-h for help)"
-msgstr "Gebrauch: scdaemon [Optionen] (-h f�r Hilfe)"
-
-#: scd/scdaemon.c:170
-msgid ""
-"Syntax: scdaemon [options] [command [args]]\n"
-"Smartcard daemon for GnuPG\n"
-msgstr ""
-"Synatx: scdaemon [Optionen] [Kommando [Argumente]]\n"
-"Smartcard Daemon f�r GnuPG\n"
-
-#: sm/base64.c:315
-#, c-format
-msgid "invalid radix64 character %02x skipped\n"
-msgstr "Ung�ltiges Basis-64 Zeichen %02X wurde �bergangen\n"
-
-#: sm/call-agent.c:88
-msgid "no running gpg-agent - starting one\n"
-msgstr "Kein aktiver gpg-agent - es wird einer gestarted\n"
-
-#: sm/call-agent.c:151
-msgid "can't connect to the agent - trying fall back\n"
-msgstr "Verbindung zum gpg-agent nicht m�glich - Ersatzmethode wird versucht\n"
-
-#: sm/call-dirmngr.c:164
-msgid "no running dirmngr - starting one\n"
-msgstr "Kein aktiver Dirmngr - es wird einer gestartet\n"
-
-#: sm/call-dirmngr.c:202
-msgid "malformed DIRMNGR_INFO environment variable\n"
-msgstr "Die Variable DIRMNGR_INFO ist fehlerhaft\n"
-
-#: sm/call-dirmngr.c:214
-#, c-format
-msgid "dirmngr protocol version %d is not supported\n"
-msgstr "Die Dirmngr Protokollversion %d wird nicht unterst�tzt\n"
-
-#: sm/call-dirmngr.c:225
-msgid "can't connect to the dirmngr - trying fall back\n"
-msgstr ""
-"Verbindung zum Dirmngr kann nicht aufgebaut werden - Ersatzmethode wird "
-"versucht\n"
-
-#: sm/certdump.c:59 sm/certdump.c:142
-msgid "none"
-msgstr "keine"
-
-#: sm/certdump.c:151
-msgid "[none]"
-msgstr "[keine]"
-
-#: sm/certdump.c:490
-msgid "[Error - No name]"
-msgstr "[Fehler - Kein Name]"
-
-#: sm/certdump.c:499
-msgid "[Error - unknown encoding]"
-msgstr "[Fehler - Unbekannte Kodierung]"
-
-#: sm/certdump.c:503
-msgid "[Error - invalid encoding]"
-msgstr "[Fehler - Ung�ltige Kodierung]"
-
-#: sm/certdump.c:508
-msgid "[Error - invalid DN]"
-msgstr "[Fehler - Ung�ltiger DN]"
-
-#: sm/certdump.c:652
-#, c-format
-msgid ""
-"Please enter the passphrase to unlock the secret key for:\n"
-"\"%s\"\n"
-"S/N %s, ID %08lX, created %s"
-msgstr ""
-"Bitte geben Sie die Passphrase an, um den \n"
-"geheimen Schl�ssels von\n"
-"\"%s\"\n"
-"S/N %s, ID %08lX, erzeugt %s\n"
-"zu entsperren"
-
-#: sm/certlist.c:113
-msgid "no key usage specified - assuming all usages\n"
-msgstr ""
-"Schl�sselverwendungszweck nicht vorhanden - f�r alle Zwecke akzeptiert\n"
-
-#: sm/certlist.c:123 sm/keylist.c:224
-#, c-format
-msgid "error getting key usage information: %s\n"
-msgstr "Fehler beim holen der Schl�sselbenutzungsinformationen: %s\n"
-
-#: sm/certlist.c:133
-msgid "certificate should have not been used for certification\n"
-msgstr "Das Zertifikat h�tte nicht zum Zertifizieren benutzt werden sollen\n"
-
-#: sm/certlist.c:144
-msgid "certificate should have not been used for encryption\n"
-msgstr "Das Zertifikat hatte nicht zum Verschl�sseln benutzt werden sollen\n"
-
-#: sm/certlist.c:145
-msgid "certificate should have not been used for signing\n"
-msgstr "Das Zertifikat hatte nicht zum Signieren benutzt werden sollen\n"
-
-#: sm/certlist.c:146
-msgid "certificate is not usable for encryption\n"
-msgstr "Das Zertifikat kann nicht zum Verschl�sseln benutzt werden\n"
-
-#: sm/certlist.c:147
-msgid "certificate is not usable for signing\n"
-msgstr "Das Zertifikat kann nicht zum Signieren benutzt werden\n"
-
-#: sm/certchain.c:109
-#, c-format
-msgid "critical certificate extension %s is not supported"
-msgstr "Die kritische Zertifikaterweiterung %s wird nicht unterst�tzt"
-
-#: sm/certchain.c:131
-msgid "issuer certificate is not marked as a CA"
-msgstr "Das Herausgeberzertifikat ist nicht f�r eine CA gekennzeichnet"
-
-#: sm/certchain.c:169
-msgid "critical marked policy without configured policies"
-msgstr "kritische Richtlinie ohne konfigurierte Richtlinien"
-
-#: sm/certchain.c:185 sm/certchain.c:214
-msgid "note: non-critical certificate policy not allowed"
-msgstr "Notiz: Die unkritische Zertifikatrichtlinie ist nicht erlaubt"
-
-#: sm/certchain.c:189 sm/certchain.c:218
-msgid "certificate policy not allowed"
-msgstr "Die Zertifikatrichtlinie ist nicht erlaubt"
-
-#: sm/certchain.c:349
-msgid "looking up issuer at external location\n"
-msgstr "Der Herausgeber wird von einer externen Stelle gesucht\n"
-
-#: sm/certchain.c:367
-#, c-format
-msgid "number of issuers matching: %d\n"
-msgstr "Anzahl der �bereinstimmenden Heruasgeber: %d\n"
-
-#: sm/certchain.c:403 sm/certchain.c:561 sm/certchain.c:909 sm/decrypt.c:260
-#: sm/encrypt.c:341 sm/sign.c:324 sm/verify.c:107
-msgid "failed to allocated keyDB handle\n"
-msgstr "Ein keyDB Handle konnte nicht bereitgestellt werden\n"
-
-#: sm/certchain.c:492
-msgid "certificate has been revoked"
-msgstr "Das Zertifikat wurde widerrufen"
-
-#: sm/certchain.c:501
-msgid "no CRL found for certificate"
-msgstr "Keine CRL f�r das Zertifikat gefunden"
-
-#: sm/certchain.c:505
-msgid "the available CRL is too old"
-msgstr "Die vorhandene CRL ist zu alt"
-
-#: sm/certchain.c:507
-msgid "please make sure that the \"dirmngr\" is properly installed\n"
-msgstr ""
-"Bite vergewissern Sie sich das der \"dirmngr\" richtig installierrt ist\n"
-
-#: sm/certchain.c:512
-#, c-format
-msgid "checking the CRL failed: %s"
-msgstr "Die CRL konnte nicht gepr�ft werden: %s"
-
-#: sm/certchain.c:581
-msgid "no issuer found in certificate"
-msgstr "Im Zertifikat ist kein Herausgeber enthalten"
-
-#: sm/certchain.c:594
-#, c-format
-msgid "certificate with invalid validity: %s"
-msgstr "Zertifikat mit unzul�ssiger G�ltigkeit: %s"
-
-#: sm/certchain.c:610
-msgid "certificate not yet valid"
-msgstr "Das Zertifikat ist noch nicht g�ltig"
-
-#: sm/certchain.c:623
-msgid "certificate has expired"
-msgstr "Das Zertifikat ist abgelaufen"
-
-#: sm/certchain.c:660
-msgid "selfsigned certificate has a BAD signature"
-msgstr "Das eigenbeglaubigte Zertifikat hat eine FALSCHE Signatur"
-
-#: sm/certchain.c:674
-msgid "root certificate is not marked trusted"
-msgstr "Das Wurzelzertifikat ist nicht als vertrauensw�rdig markiert"
-
-#: sm/certchain.c:680
-#, c-format
-msgid "fingerprint=%s\n"
-msgstr "Fingerprint=%s\n"
-
-#: sm/certchain.c:685
-msgid "root certificate has now been marked as trusted\n"
-msgstr "Das Wurzelzertifikat wurde nun als vertrauensw�rdig markiert\n"
-
-#: sm/certchain.c:700
-#, c-format
-msgid "checking the trust list failed: %s\n"
-msgstr "Fehler beim Pr�fen der vertrauensw�rdigen Zertifikate: %s\n"
-
-#: sm/certchain.c:721 sm/import.c:145
-msgid "certificate chain too long\n"
-msgstr "Der Zertifikatkette ist zu lang\n"
-
-#: sm/certchain.c:733
-msgid "issuer certificate not found"
-msgstr "Herausgeberzertifikat nicht gefunden"
-
-#: sm/certchain.c:766
-msgid "certificate has a BAD signature"
-msgstr "Das Zertifikat hat eine FALSCHE Signatur"
-
-#: sm/certchain.c:789
-msgid "found another possible matching CA certificate - trying again"
-msgstr ""
-"Eine anderes m�glicherweise passendes CA-Zertifikat gefunden - versuche "
-"nochmal"
-
-#: sm/certchain.c:812
-#, c-format
-msgid "certificate chain longer than allowed by CA (%d)"
-msgstr "Die Zertifikatkette ist l�nger als von der CA erlaubt (%d)"
-
-#: sm/decrypt.c:127
-msgid ""
-"WARNING: message was encrypted with a weak key in the symmetric cipher.\n"
-msgstr ""
-"WARNUNG: Die Nachricht wurde mich einem schwachen Schl�ssel (Weak Key) "
-"erzeugt\n"
-
-#: sm/decrypt.c:325
-msgid "(this is the RC2 algorithm)\n"
-msgstr "(Dies ist der RC-2 Algorithmus)\n"
-
-#: sm/decrypt.c:327
-msgid "(this does not seem to be an encrypted message)\n"
-msgstr "(dies is wahrscheinlich keine verschl�sselte Nachricht)\n"
-
-#: sm/delete.c:51 sm/delete.c:102
-#, c-format
-msgid "certificate `%s' not found: %s\n"
-msgstr "Zertifikat `%s' nicht gefunden: %s\n"
-
-#: sm/delete.c:112 sm/keydb.c:1403 sm/keydb.c:1496
-#, c-format
-msgid "error locking keybox: %s\n"
-msgstr "Fehler beim Sperren der Keybox: %s\n"
-
-#: sm/delete.c:133
-#, c-format
-msgid "duplicated certificate `%s' deleted\n"
-msgstr "Doppeltes Zertifikat `%s' gel�scht\n"
-
-#: sm/delete.c:135
-#, c-format
-msgid "certificate `%s' deleted\n"
-msgstr "Zertifikat `%s' gel�scht\n"
-
-#: sm/delete.c:165
-#, c-format
-msgid "deleting certificate \"%s\" failed: %s\n"
-msgstr "Fehler beim L�schen des Zertifikats \"%s\": %s\n"
-
-#: sm/encrypt.c:120
-msgid "weak key created - retrying\n"
-msgstr "Schwacher Schl�ssel - es wird erneut versucht\n"
-
-#: sm/encrypt.c:332
-msgid "no valid recipients given\n"
-msgstr "Keine g�ltigen Empf�nger angegeben\n"
-
-#: sm/gpgsm.c:225
-msgid "|[FILE]|make a signature"
-msgstr "|[DATEI]|Erzeuge eine Signatur"
-
-#: sm/gpgsm.c:226
-msgid "|[FILE]|make a clear text signature"
-msgstr "|[DATEI]|Erzeuge eine Klartextsignatur"
-
-#: sm/gpgsm.c:227
-msgid "make a detached signature"
-msgstr "Erzeuge eine abgetrennte Signatur"
-
-#: sm/gpgsm.c:228
-msgid "encrypt data"
-msgstr "Verschl�ssele die Daten"
-
-#: sm/gpgsm.c:229
-msgid "encryption only with symmetric cipher"
-msgstr "Verschl�sselung nur mit symmetrischem Algrithmus"
-
-#: sm/gpgsm.c:230
-msgid "decrypt data (default)"
-msgstr "Enschl�ssele die Daten"
-
-#: sm/gpgsm.c:231
-msgid "verify a signature"
-msgstr "�berpr�fen einer Signatur"
-
-#: sm/gpgsm.c:233
-msgid "list keys"
-msgstr "Schl�ssel anzeigen"
-
-#: sm/gpgsm.c:234
-msgid "list external keys"
-msgstr "Externe Schl�ssel anzeigen"
-
-#: sm/gpgsm.c:235
-msgid "list secret keys"
-msgstr "Geheime Schl�ssel anzeigen"
-
-#: sm/gpgsm.c:236
-msgid "list certificate chain"
-msgstr "Schl�ssel mit Zertifikatekette anzeigen"
-
-#: sm/gpgsm.c:238
-msgid "list keys and fingerprints"
-msgstr "Schl�ssel und Fingerprint anzeigen"
-
-#: sm/gpgsm.c:239
-msgid "generate a new key pair"
-msgstr "Neues Schl�sselpaar erzeugen"
-
-#: sm/gpgsm.c:240
-msgid "remove key from the public keyring"
-msgstr "Schl�ssel aus dem �ffentlichen Schl�sselbund l�schen"
-
-#: sm/gpgsm.c:241
-msgid "export keys to a key server"
-msgstr "Schl�ssen an eine Schl�sselserver exportieren"
-
-#: sm/gpgsm.c:242
-msgid "import keys from a key server"
-msgstr "Schl�ssel von einem Schl�sselserver importieren"
-
-#: sm/gpgsm.c:243
-msgid "import certificates"
-msgstr "Zertifikate importieren"
-
-#: sm/gpgsm.c:244
-msgid "export certificates"
-msgstr "Zertifikate exportieren"
-
-#: sm/gpgsm.c:245
-msgid "register a smartcard"
-msgstr "Smartcard registrieren"
-
-#: sm/gpgsm.c:246
-msgid "run in server mode"
-msgstr "Im Server Modus ausf�hren"
-
-#: sm/gpgsm.c:247
-msgid "pass a command to the dirmngr"
-msgstr "Das Kommand an den Dirmngr durchreichen"
-
-#: sm/gpgsm.c:249
-msgid "invoke gpg-protect-tool"
-msgstr "Rufe das gpg-protect-tool auf"
-
-#: sm/gpgsm.c:250
-msgid "change a passphrase"
-msgstr "Das Mantra (Passphrase) �ndern"
-
-#: sm/gpgsm.c:262
-msgid "create base-64 encoded output"
-msgstr "Ausgabe im Basis-64 format erzeugen"
-
-#: sm/gpgsm.c:264
-msgid "assume input is in PEM format"
-msgstr "Eingabedaten sind im PEM Format"
-
-#: sm/gpgsm.c:266
-msgid "assume input is in base-64 format"
-msgstr "Eingabedaten sin im Basis-64 Format"
-
-#: sm/gpgsm.c:268
-msgid "assume input is in binary format"
-msgstr "Eingabedaten sind im Bin�rformat"
-
-#: sm/gpgsm.c:270
-msgid "|NAME|encrypt for NAME"
-msgstr "|NAME|Verschl�sseln f�r NAME"
-
-#: sm/gpgsm.c:273
-msgid "never consult a CRL"
-msgstr "Niemals eine CRL konsultieren"
-
-#: sm/gpgsm.c:278
-msgid "check validity using OCSP"
-msgstr "Die G�ltigkeit mittels OCSP pr�fen"
-
-#: sm/gpgsm.c:281
-msgid "|N|number of certificates to include"
-msgstr "|N|Sende N Zertifikate mit"
-
-#: sm/gpgsm.c:284
-msgid "|FILE|take policy information from FILE"
-msgstr "|DATEI|Richtlinieninformationen DATEI entnehmen"
-
-#: sm/gpgsm.c:287
-msgid "do not check certificate policies"
-msgstr "Zertikikatrichtlinien nicht �berpr�fen"
-
-#: sm/gpgsm.c:291
-msgid "fetch missing issuer certificates"
-msgstr "Fehlende Zertifikate automatisch holen"
-
-#: sm/gpgsm.c:295
-msgid "|NAME|use NAME as default recipient"
-msgstr "|NAME|Benutze NAME als voreingestellten Empf�nger"
-
-#: sm/gpgsm.c:297
-msgid "use the default key as default recipient"
-msgstr "Benuzte voreingestellten Schl�ssel als Standardempf�nger"
-
-#: sm/gpgsm.c:303
-msgid "use this user-id to sign or decrypt"
-msgstr "Benuzte diese Benutzer ID zum Signieren oder Entschl�sseln"
-
-#: sm/gpgsm.c:306
-msgid "|N|set compress level N (0 disables)"
-msgstr "|N|Benutze Komprimierungsstufe N"
-
-#: sm/gpgsm.c:308
-msgid "use canonical text mode"
-msgstr "Kanonischen Textmodus benutzen"
-
-#: sm/gpgsm.c:314
-msgid "don't use the terminal at all"
-msgstr "Das Terminal �berhaupt nicht benutzen"
-
-#: sm/gpgsm.c:317
-msgid "force v3 signatures"
-msgstr "Version 3 Signaturen erzwingen"
-
-#: sm/gpgsm.c:318
-msgid "always use a MDC for encryption"
-msgstr "Immer das MDC Verfahren zum verschl�sseln mitbenutzen"
-
-#: sm/gpgsm.c:323
-msgid "batch mode: never ask"
-msgstr "Stapelverarbeitungs Modus: Nie nachfragen"
-
-#: sm/gpgsm.c:324
-msgid "assume yes on most questions"
-msgstr "\"Ja\" auf die meisten Anfragen annehmen"
-
-#: sm/gpgsm.c:325
-msgid "assume no on most questions"
-msgstr "\"Nein\" auf die meisten Anfragen annehmen"
-
-#: sm/gpgsm.c:327
-msgid "add this keyring to the list of keyrings"
-msgstr "Diesen Keyring in die Liste der Keyrings aufnehmen"
-
-#: sm/gpgsm.c:328
-msgid "add this secret keyring to the list"
-msgstr "Diese geheimen Keyring in die Liste aufnehmen"
-
-#: sm/gpgsm.c:329
-msgid "|NAME|use NAME as default secret key"
-msgstr "|NAME|Benutze NAME als voreingestellten Schl�ssel"
-
-#: sm/gpgsm.c:330
-msgid "|HOST|use this keyserver to lookup keys"
-msgstr "|HOST|Benutze HOST als Schl�sselserver"
-
-#: sm/gpgsm.c:331
-msgid "|NAME|set terminal charset to NAME"
-msgstr "|NAME|Den Zeichensatz f�r das Terminal auf NAME setzen"
-
-#: sm/gpgsm.c:340
-msgid "|FD|write status info to this FD"
-msgstr "|FD|Statusinformationen auf Dateidescriptor FD schreiben"
-
-#: sm/gpgsm.c:347
-msgid "|FILE|load extension module FILE"
-msgstr "|DATEI|Das Erweiterungsmodul DATEI laden"
-
-#: sm/gpgsm.c:353
-msgid "|NAME|use cipher algorithm NAME"
-msgstr "|NAME|Den Verhscl�sselungsalgrithmus NAME benutzen"
-
-#: sm/gpgsm.c:355
-msgid "|NAME|use message digest algorithm NAME"
-msgstr "|NAME|Den Hashalgorithmus NAME benutzen"
-
-#: sm/gpgsm.c:357
-msgid "|N|use compress algorithm N"
-msgstr "|N|Den Kompressionsalgorithmus Nummer N benutzen"
-
-#: sm/gpgsm.c:365
-msgid ""
-"@\n"
-"(See the man page for a complete listing of all commands and options)\n"
-msgstr ""
-"@\n"
-"(Die \"man\" Seite beschreibt alle Kommands und Optionen)\n"
-
-#: sm/gpgsm.c:368
-msgid ""
-"@\n"
-"Examples:\n"
-"\n"
-" -se -r Bob [file] sign and encrypt for user Bob\n"
-" --clearsign [file] make a clear text signature\n"
-" --detach-sign [file] make a detached signature\n"
-" --list-keys [names] show keys\n"
-" --fingerprint [names] show fingerprints\n"
-msgstr ""
-"@\n"
-"Beispiele:\n"
-"\n"
-" -se -r Bob [Datei] Signieren und verschl�sseln f�r Benutzer Bob\\n\n"
-" --clearsign [Datei] Eine Klartextsignatur erzeugen\\n\n"
-" --detach-sign [Datei] Eine abgetrennte Signatur erzeugen\\n\n"
-" --list-keys [Namen] Schl�ssel anzeigenn\n"
-" --fingerprint [Namen] \"Fingerabdr�cke\" anzeigen\\n\n"
-
-#: sm/gpgsm.c:482
-msgid "Usage: gpgsm [options] [files] (-h for help)"
-msgstr "Gebrauch: gpgsm [Optionen] [Dateien] (-h f�r Hilfe)"
-
-#: sm/gpgsm.c:485
-msgid ""
-"Syntax: gpgsm [options] [files]\n"
-"sign, check, encrypt or decrypt using the S/MIME protocol\n"
-"default operation depends on the input data\n"
-msgstr ""
-"Gebrauch: gpgsm [Optionen] [Dateien]\n"
-"Signieren, pr�fen, ver- und entschl�sseln mittels S/MIME protocol\n"
-
-#: sm/gpgsm.c:492
-msgid ""
-"\n"
-"Supported algorithms:\n"
-msgstr ""
-"\n"
-"Unterst�tzte Algorithmen:\n"
-
-#: sm/gpgsm.c:573
-msgid "usage: gpgsm [options] "
-msgstr "Gebrauch: gpgsm [Optionen] "
-
-#: sm/gpgsm.c:639
-msgid "conflicting commands\n"
-msgstr "Widersprechende Kommandos\n"
-
-#: sm/gpgsm.c:655
-#, c-format
-msgid "can't encrypt to `%s': %s\n"
-msgstr "Verschl�sseln f�r `%s' nicht m�glich: %s\n"
-
-#: sm/gpgsm.c:730
-#, c-format
-msgid "libksba is too old (need %s, have %s)\n"
-msgstr "Die Bibliothek Libksba is nicht aktuell (ben�tige %s, habe %s)\n"
-
-#: sm/gpgsm.c:1169
-msgid "WARNING: program may create a core file!\n"
-msgstr "WARNUNG: Programm k�nnte eine core-dump-Datei schreiben!\n"
-
-#: sm/gpgsm.c:1181
-msgid "WARNING: running with faked system time: "
-msgstr "WARNUNG: Ausf�hrung mit gef�lschter Systemzeit: "
-
-#: sm/gpgsm.c:1201
-msgid "selected cipher algorithm is invalid\n"
-msgstr "Das ausgew�hlte Verschl�sselungsverfahren ist ung�ltig\n"
-
-#: sm/gpgsm.c:1209
-msgid "selected digest algorithm is invalid\n"
-msgstr "Das ausgew�hlte Hashverfahren ist ung�ltig\n"
-
-#: sm/gpgsm.c:1239
-#, c-format
-msgid "can't sign using `%s': %s\n"
-msgstr "Signieren mit `%s' nicht m�glich: %s\n"
-
-#: sm/gpgsm.c:1406
-msgid "this command has not yet been implemented\n"
-msgstr "Diee Kommando wurde noch nicht implementiert\n"
-
-#: sm/gpgsm.c:1629 sm/gpgsm.c:1662
-#, c-format
-msgid "can't open `%s': %s\n"
-msgstr "Datei `%s' kann nicht ge�ffnet werden: %s\n"
-
-#: sm/import.c:114
-#, c-format
-msgid "total number processed: %lu\n"
-msgstr "gesamte verarbeitete Anzahl: %lu\n"
-
-#: sm/import.c:117
-#, c-format
-msgid " imported: %lu"
-msgstr " importiert: %lu"
-
-#: sm/import.c:121
-#, c-format
-msgid " unchanged: %lu\n"
-msgstr " nicht ge�ndert: %lu\n"
-
-#: sm/import.c:123
-#, c-format
-msgid " not imported: %lu\n"
-msgstr " nicht importiert: %lu\n"
-
-#: sm/import.c:204
-msgid "error storing certificate\n"
-msgstr "Fehler beim speichern des Zertifikats\n"
-
-#: sm/import.c:211
-msgid "basic certificate checks failed - not imported\n"
-msgstr "Grundlegende Zertifikatpr�fungen fehlgeschlagen - nicht importiert\n"
-
-#: sm/import.c:396 sm/import.c:428
-#, c-format
-msgid "error importing certificate: %s\n"
-msgstr "Fehler beim Importieren des Zertifikats: %s\n"
-
-#: sm/import.c:457
-#, c-format
-msgid "error creating a pipe: %s\n"
-msgstr "Fehler beim Erzeugen einer \"Pipe\": %s\n"
-
-#: sm/import.c:465
-#, c-format
-msgid "error forking process: %s\n"
-msgstr "Fehler beim \"Forken\" des Prozess: %s\n"
-
-#: sm/import.c:562 sm/import.c:587
-#, c-format
-msgid "error creating temporary file: %s\n"
-msgstr "Fehler beim Erstellen einer tempor�ren Datei: %s\n"
-
-#: sm/import.c:570
-#, c-format
-msgid "error writing to temporary file: %s\n"
-msgstr "Fehler beim Schreiben auf eine tempor�re Datei: %s\n"
-
-#: sm/import.c:579
-#, c-format
-msgid "error reading input: %s\n"
-msgstr "Fehler beim Lesen der Eingabe: %s\n"
-
-#: sm/import.c:649
-#, c-format
-msgid "waiting for protect-tool to terminate failed: %s\n"
-msgstr ""
-"Das Warten auf die Beendigung des protect-tools ist fehlgeschlagen: %s\n"
-
-#: sm/import.c:652
-#, c-format
-msgid "error running `%s': probably not installed\n"
-msgstr "Feler bei Ausf�hrung von `%s': wahrscheinlich nicht installiert\n"
-
-#: sm/import.c:654
-#, c-format
-msgid "error running `%s': exit status %d\n"
-msgstr "Fehler bei Ausf�hrung von `%s': Endestatus %d\n"
-
-#: sm/import.c:657
-#, c-format
-msgid "error running `%s': terminated\n"
-msgstr "Fehler beim Ausf�hren von `%s': beendet\n"
-
-#: sm/keydb.c:189
-#, c-format
-msgid "error creating keybox `%s': %s\n"
-msgstr "Die \"Keybox\" `%s' konnte nicht erstellt werden: %s\n"
-
-#: sm/keydb.c:192
-msgid "you may want to start the gpg-agent first\n"
-msgstr "Sie sollten zuerst den gpg-agent starten\n"
-
-#: sm/keydb.c:197
-#, c-format
-msgid "keybox `%s' created\n"
-msgstr "Die \"Keybox\" `%s' wurde erstellt\n"
-
-#: sm/keydb.c:220
-#, c-format
-msgid "can't create lock for `%s'\n"
-msgstr "Datei `%s' konnte nicht gesperrt werden\n"
-
-#: sm/keydb.c:1327 sm/keydb.c:1389
-msgid "failed to get the fingerprint\n"
-msgstr "Kann den Fingerprint nicht ermitteln\n"
-
-#: sm/keydb.c:1334 sm/keydb.c:1396
-msgid "failed to allocate keyDB handle\n"
-msgstr "Kann keinen KeyDB Handler bereitstellen\n"
-
-#: sm/keydb.c:1351
-#, c-format
-msgid "problem looking for existing certificate: %s\n"
-msgstr "Problem bei der Suche nach vorhandenem Zertifikat: %s\n"
-
-#: sm/keydb.c:1359
-#, c-format
-msgid "error finding writable keyDB: %s\n"
-msgstr "Fehler bei der Suche nach einer schreibbaren KeyDB: %s\n"
-
-#: sm/keydb.c:1367
-#, c-format
-msgid "error storing certificate: %s\n"
-msgstr "Fehler beim Speichern des Zertifikats: %s\n"
-
-#: sm/keydb.c:1411
-#, c-format
-msgid "problem re-searching certificate: %s\n"
-msgstr "Problem bei Wiederfinden des Zertifikats: %s\n"
-
-#: sm/keydb.c:1420 sm/keydb.c:1508
-#, c-format
-msgid "error getting stored flags: %s\n"
-msgstr "Fehler beim Holen der gespeicherten Flags: %s\n"
-
-#: sm/keydb.c:1429 sm/keydb.c:1519
-#, c-format
-msgid "error storing flags: %s\n"
-msgstr "Fehler beim Speichern der Flags: %s\n"
-
-#: sm/verify.c:387
-msgid "Signature made "
-msgstr "Signatur erzeugt am "
-
-#: sm/verify.c:391
-msgid "[date not given]"
-msgstr "[Datum nicht vorhanden]"
-
-#: sm/verify.c:392
-#, c-format
-msgid " using certificate ID %08lX\n"
-msgstr "mittels Zertifikat ID %08lX\n"
-
-#: sm/verify.c:505
-msgid "Good signature from"
-msgstr "Korrekte Signatur von"
-
-#: sm/verify.c:506
-msgid " aka"
-msgstr " alias"
-
-#: tools/gpgconf.c:55
-msgid "list all components"
-msgstr "Liste aller Komponenten"
-
-#: tools/gpgconf.c:56
-msgid "|COMPONENT|list options"
-msgstr "|KOMPONENTE|Zeige die Optionen an"
-
-#: tools/gpgconf.c:57
-msgid "|COMPONENT|change options"
-msgstr "|KOMPONENTE|�ndere die Optionen"
-
-#: tools/gpgconf.c:63
-msgid "quiet"
-msgstr "Weniger Ausgaben"
-
-#: tools/gpgconf.c:65
-msgid "activate changes at runtime, if possible"
-msgstr "Aktiviere �nderungen zur Laufzeit; falls m�glich"
-
-#: tools/gpgconf.c:88
-msgid "Usage: gpgconf [options] (-h for help)"
-msgstr "Gebrauch: gpgconf [Optionen] (-h f�r Hilfe)"
-
-#: tools/gpgconf.c:91
-msgid ""
-"Syntax: gpgconf [options]\n"
-"Manage configuration options for tools of the GnuPG system\n"
-msgstr ""
-"Syntax: gpgconf {Optionen]\n"
-"Verwalte Konfigurationsoptionen f�r Programme des GnuPG Systems\n"
-
-#: tools/gpgconf.c:180
-msgid "usage: gpgconf [options] "
-msgstr "Gebrauch: gpgconf [Optionen] "
-
-#: tools/gpgconf.c:181
-msgid "Need one component argument"
-msgstr "Ben�tige ein Komponenten Argument"
-
-#: tools/gpgconf.c:190
-msgid "Component not found"
-msgstr "Komponente nicht gefunden"
-
-#~ msgid "Enter passphrase:"
-#~ msgstr "Bitte das Mantra (Passphrase) eingeben:"
-
-#~ msgid "[error]"
-#~ msgstr "[Fehler]"
-
-#~ msgid "no key usage specified - accepted for encryption\n"
-#~ msgstr ""
-#~ "Schl�sselverwendungszweck nicht vorhanden - wird zum Verschl�sseln "
-#~ "akzeptiert\n"
-
-#~ msgid " skipped new keys: %lu\n"
-#~ msgstr " �bersprungene Schl�ssel: %lu\n"
diff --git a/po/[email protected] b/po/[email protected]
deleted file mode 100644
index fedb6a06d..000000000
--- a/po/[email protected]
+++ /dev/null
@@ -1,25 +0,0 @@
-# All this catalog "translates" are quotation characters.
-# The msgids must be ASCII and therefore cannot contain real quotation
-# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
-# and double quote (0x22). These substitutes look strange; see
-# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
-#
-# This catalog translates grave accent (0x60) and apostrophe (0x27) to
-# left single quotation mark (U+2018) and right single quotation mark (U+2019).
-# It also translates pairs of apostrophe (0x27) to
-# left single quotation mark (U+2018) and right single quotation mark (U+2019)
-# and pairs of quotation mark (0x22) to
-# left double quotation mark (U+201C) and right double quotation mark (U+201D).
-#
-# When output to an UTF-8 terminal, the quotation characters appear perfectly.
-# When output to an ISO-8859-1 terminal, the single quotation marks are
-# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
-# grave/acute accent (by libiconv), and the double quotation marks are
-# transliterated to 0x22.
-# When output to an ASCII terminal, the single quotation marks are
-# transliterated to apostrophes, and the double quotation marks are
-# transliterated to 0x22.
-#
-# This catalog furthermore displays the text between the quotation marks in
-# bold face, assuming the VT100/XTerm escape sequences.
-#
diff --git a/po/[email protected] b/po/[email protected]
deleted file mode 100644
index a9647fc35..000000000
--- a/po/[email protected]
+++ /dev/null
@@ -1,22 +0,0 @@
-# All this catalog "translates" are quotation characters.
-# The msgids must be ASCII and therefore cannot contain real quotation
-# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
-# and double quote (0x22). These substitutes look strange; see
-# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
-#
-# This catalog translates grave accent (0x60) and apostrophe (0x27) to
-# left single quotation mark (U+2018) and right single quotation mark (U+2019).
-# It also translates pairs of apostrophe (0x27) to
-# left single quotation mark (U+2018) and right single quotation mark (U+2019)
-# and pairs of quotation mark (0x22) to
-# left double quotation mark (U+201C) and right double quotation mark (U+201D).
-#
-# When output to an UTF-8 terminal, the quotation characters appear perfectly.
-# When output to an ISO-8859-1 terminal, the single quotation marks are
-# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
-# grave/acute accent (by libiconv), and the double quotation marks are
-# transliterated to 0x22.
-# When output to an ASCII terminal, the single quotation marks are
-# transliterated to apostrophes, and the double quotation marks are
-# transliterated to 0x22.
-#
diff --git a/po/insert-header.sin b/po/insert-header.sin
deleted file mode 100644
index b26de01f6..000000000
--- a/po/insert-header.sin
+++ /dev/null
@@ -1,23 +0,0 @@
-# Sed script that inserts the file called HEADER before the header entry.
-#
-# At each occurrence of a line starting with "msgid ", we execute the following
-# commands. At the first occurrence, insert the file. At the following
-# occurrences, do nothing. The distinction between the first and the following
-# occurrences is achieved by looking at the hold space.
-/^msgid /{
-x
-# Test if the hold space is empty.
-s/m/m/
-ta
-# Yes it was empty. First occurrence. Read the file.
-r HEADER
-# Output the file's contents by reading the next line. But don't lose the
-# current line while doing this.
-g
-N
-bb
-:a
-# The hold space was nonempty. Following occurrences. Do nothing.
-x
-:b
-}
diff --git a/po/quot.sed b/po/quot.sed
deleted file mode 100644
index 0122c4631..000000000
--- a/po/quot.sed
+++ /dev/null
@@ -1,6 +0,0 @@
-s/"\([^"]*\)"/“\1”/g
-s/`\([^`']*\)'/‘\1’/g
-s/ '\([^`']*\)' / ‘\1’ /g
-s/ '\([^`']*\)'$/ ‘\1’/g
-s/^'\([^`']*\)' /‘\1’ /g
-s/“”/""/g
diff --git a/po/remove-potcdate.sed b/po/remove-potcdate.sed
deleted file mode 100644
index edb38d704..000000000
--- a/po/remove-potcdate.sed
+++ /dev/null
@@ -1,11 +0,0 @@
-/^"POT-Creation-Date: .*"$/{
-x
-s/P/P/
-ta
-g
-d
-bb
-:a
-x
-:b
-}
diff --git a/po/remove-potcdate.sin b/po/remove-potcdate.sin
deleted file mode 100644
index 2436c49e7..000000000
--- a/po/remove-potcdate.sin
+++ /dev/null
@@ -1,19 +0,0 @@
-# Sed script that remove the POT-Creation-Date line in the header entry
-# from a POT file.
-#
-# The distinction between the first and the following occurrences of the
-# pattern is achieved by looking at the hold space.
-/^"POT-Creation-Date: .*"$/{
-x
-# Test if the hold space is empty.
-s/P/P/
-ta
-# Yes it was empty. First occurrence. Remove the line.
-g
-d
-bb
-:a
-# The hold space was nonempty. Following occurrences. Do nothing.
-x
-:b
-}