From b6e60beb2402347d30d8ec4a9a6c5f69d2789e90 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 25 Oct 2003 16:27:24 +0000 Subject: [PATCH] New. --- m4/ChangeLog | 23 + m4/Makefile | 326 +++ m4/Makefile.am | 1 + m4/Makefile.in | 326 +++ m4/codeset.m4 | 23 + m4/gettext.m4 | 415 +++ m4/glibc21.m4 | 32 + m4/iconv.m4 | 103 + m4/intdiv0.m4 | 72 + m4/inttypes-pri.m4 | 32 + m4/inttypes.m4 | 27 + m4/inttypes_h.m4 | 28 + m4/isc-posix.m4 | 26 + m4/lcmessage.m4 | 32 + m4/lib-ld.m4 | 110 + m4/lib-link.m4 | 551 ++++ m4/lib-prefix.m4 | 155 + m4/nls.m4 | 49 + m4/po.m4 | 197 ++ m4/progtest.m4 | 91 + m4/stdint_h.m4 | 28 + m4/uintmax_t.m4 | 32 + m4/ulonglong.m4 | 23 + po/ChangeLog | 15 + po/LINGUAS | 18 + po/Makefile.in.in | 323 ++- po/Makevars | 42 + po/Rules-quot | 42 + po/boldquot.sed | 10 + po/de.po | 504 ++-- po/en@boldquot.gmo | Bin 0 -> 110250 bytes po/en@boldquot.header | 25 + po/en@boldquot.insert-header | 12 + po/en@boldquot.po | 5209 ++++++++++++++++++++++++++++++++++ po/en@quot.gmo | Bin 0 -> 109082 bytes po/en@quot.header | 22 + po/en@quot.insert-header | 12 + po/en@quot.po | 5194 +++++++++++++++++++++++++++++++++ po/insert-header.sin | 23 + po/quot.sed | 6 + po/remove-potcdate.sed | 11 + po/remove-potcdate.sin | 19 + po/stamp-po | 1 + 43 files changed, 13834 insertions(+), 356 deletions(-) create mode 100644 m4/ChangeLog create mode 100644 m4/Makefile create mode 100644 m4/Makefile.am create mode 100644 m4/Makefile.in create mode 100644 m4/codeset.m4 create mode 100644 m4/gettext.m4 create mode 100644 m4/glibc21.m4 create mode 100644 m4/iconv.m4 create mode 100644 m4/intdiv0.m4 create mode 100644 m4/inttypes-pri.m4 create mode 100644 m4/inttypes.m4 create mode 100644 m4/inttypes_h.m4 create mode 100644 m4/isc-posix.m4 create mode 100644 m4/lcmessage.m4 create mode 100644 m4/lib-ld.m4 create mode 100644 m4/lib-link.m4 create mode 100644 m4/lib-prefix.m4 create mode 100644 m4/nls.m4 create mode 100644 m4/po.m4 create mode 100644 m4/progtest.m4 create mode 100644 m4/stdint_h.m4 create mode 100644 m4/uintmax_t.m4 create mode 100644 m4/ulonglong.m4 create mode 100644 po/LINGUAS create mode 100644 po/Makevars create mode 100644 po/Rules-quot create mode 100644 po/boldquot.sed create mode 100644 po/en@boldquot.gmo create mode 100644 po/en@boldquot.header create mode 100644 po/en@boldquot.insert-header create mode 100644 po/en@boldquot.po create mode 100644 po/en@quot.gmo create mode 100644 po/en@quot.header create mode 100644 po/en@quot.insert-header create mode 100644 po/en@quot.po create mode 100644 po/insert-header.sin create mode 100644 po/quot.sed create mode 100644 po/remove-potcdate.sed create mode 100644 po/remove-potcdate.sin create mode 100644 po/stamp-po diff --git a/m4/ChangeLog b/m4/ChangeLog new file mode 100644 index 000000000..220a16012 --- /dev/null +++ b/m4/ChangeLog @@ -0,0 +1,23 @@ +2003-10-25 gettextize + + * codeset.m4: New file, from gettext-0.12.1. + * gettext.m4: New file, from gettext-0.12.1. + * glibc21.m4: New file, from gettext-0.12.1. + * iconv.m4: New file, from gettext-0.12.1. + * intdiv0.m4: New file, from gettext-0.12.1. + * inttypes.m4: New file, from gettext-0.12.1. + * inttypes_h.m4: New file, from gettext-0.12.1. + * inttypes-pri.m4: New file, from gettext-0.12.1. + * isc-posix.m4: New file, from gettext-0.12.1. + * lcmessage.m4: New file, from gettext-0.12.1. + * lib-ld.m4: New file, from gettext-0.12.1. + * lib-link.m4: New file, from gettext-0.12.1. + * lib-prefix.m4: New file, from gettext-0.12.1. + * nls.m4: New file, from gettext-0.12.1. + * po.m4: New file, from gettext-0.12.1. + * progtest.m4: New file, from gettext-0.12.1. + * stdint_h.m4: New file, from gettext-0.12.1. + * uintmax_t.m4: New file, from gettext-0.12.1. + * ulonglong.m4: New file, from gettext-0.12.1. + * Makefile.am: New file. + diff --git a/m4/Makefile b/m4/Makefile new file mode 100644 index 000000000..674d4a9cd --- /dev/null +++ b/m4/Makefile @@ -0,0 +1,326 @@ +# Makefile.in generated by automake 1.7.6 from Makefile.am. +# m4/Makefile. Generated from Makefile.in by configure. + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program 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. + + + +srcdir = . +top_srcdir = .. + +pkgdatadir = $(datadir)/gnupg +pkglibdir = $(libdir)/gnupg +pkgincludedir = $(includedir)/gnupg +top_builddir = .. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = /usr/bin/install -c +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_triplet = i686-pc-linux-gnu +ACLOCAL = ${SHELL} /home/wk/proj/gnupg13/scripts/missing --run aclocal-1.7 +ALLOCA = +AMDEP_FALSE = # +AMDEP_TRUE = +AMTAR = ${SHELL} /home/wk/proj/gnupg13/scripts/missing --run tar +AR = ar +AUTOCONF = ${SHELL} /home/wk/proj/gnupg13/scripts/missing --run autoconf +AUTOHEADER = ${SHELL} /home/wk/proj/gnupg13/scripts/missing --run autoheader +AUTOMAKE = ${SHELL} /home/wk/proj/gnupg13/scripts/missing --run automake-1.7 +AWK = gawk +BUILD_INCLUDED_LIBINTL = no +CAPLIBS = +CATOBJEXT = .gmo +CC = gcc +CCDEPMODE = depmode=gcc +CFLAGS = -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes +CPP = gcc -E +CPPFLAGS = +CROSS_COMPILING_FALSE = +CROSS_COMPILING_TRUE = # +CYGPATH_W = echo +DATADIRNAME = share +DEFS = -DHAVE_CONFIG_H +DEPDIR = .deps +DLLIBS = -ldl +DOCBOOK_TO_MAN = yes +DOCBOOK_TO_TEXI = yes +ECHO_C = +ECHO_N = -n +ECHO_T = +EGREP = grep -E +ENABLE_CARD_SUPPORT_FALSE = # +ENABLE_CARD_SUPPORT_TRUE = +ENABLE_LOCAL_ZLIB_FALSE = +ENABLE_LOCAL_ZLIB_TRUE = # +EXEEXT = +FAQPROG = faqprog.pl +GENCAT = gencat +GETOPT = +GLIBC21 = yes +GMSGFMT = /usr/bin/msgfmt +GPGKEYS_HKP = gpgkeys_hkp +GPGKEYS_LDAP = gpgkeys_ldap +GPGKEYS_MAILTO = gpgkeys_mailto +HAVE_DOCBOOK_TO_MAN_FALSE = # +HAVE_DOCBOOK_TO_MAN_TRUE = +HAVE_DOCBOOK_TO_TEXI_FALSE = # +HAVE_DOCBOOK_TO_TEXI_TRUE = +HAVE_DOSISH_SYSTEM_FALSE = +HAVE_DOSISH_SYSTEM_TRUE = # +IDEA_O = idea-stub.o +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_PROGRAM = ${INSTALL} +INSTALL_SCRIPT = ${INSTALL} +INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s +INSTOBJEXT = .mo +INTLBISON = bison +INTLLIBS = +INTLOBJS = +INTL_LIBTOOL_SUFFIX_PREFIX = +LDAPLIBS = -lldap +LDFLAGS = +LIBICONV = +LIBINTL = +LIBOBJS = +LIBS = +LIBUSB_LIBS = -lusb +LTLIBICONV = +LTLIBINTL = +LTLIBOBJS = +MAINT = +MAINTAINER_MODE_FALSE = # +MAINTAINER_MODE_TRUE = +MAKEINFO = ${SHELL} /home/wk/proj/gnupg13/scripts/missing --run makeinfo +MKINSTALLDIRS = $(top_builddir)/scripts/mkinstalldirs +MPI_EXTRA_ASM_OBJS = +MPI_OPT_FLAGS = +MPI_SFLAGS = +MSGFMT = /usr/bin/msgfmt +MSGMERGE = /usr/bin/msgmerge +NETLIBS = +NM = /usr/bin/nm -B +OBJEXT = o +PACKAGE = gnupg +PACKAGE_BUGREPORT = bug-gnupg@gnu.org +PACKAGE_NAME = gnupg +PACKAGE_STRING = gnupg 1.3.4-cvs +PACKAGE_TARNAME = gnupg +PACKAGE_VERSION = 1.3.4-cvs +PATH_SEPARATOR = : +PERL = /usr/bin/perl +POSUB = po +RANLIB = ranlib +REGEX_O = +SENDMAIL = /usr/sbin/sendmail +SET_MAKE = +SHA512_O = sha512.o +SHELL = /bin/sh +SRVLIBS = -lresolv +STRIP = +USE_INCLUDED_LIBINTL = no +USE_NLS = yes +VERSION = 1.3.4-cvs +W32LIBS = +WORKING_FAQPROG_FALSE = # +WORKING_FAQPROG_TRUE = +XGETTEXT = /usr/bin/xgettext +ZLIBS = -lz +ac_ct_AR = ar +ac_ct_CC = gcc +ac_ct_RANLIB = ranlib +ac_ct_STRIP = +am__fastdepCC_FALSE = +am__fastdepCC_TRUE = # +am__include = include +am__leading_dot = . +am__quote = +bindir = ${exec_prefix}/bin +build = i686-pc-linux-gnu +build_alias = +build_cpu = i686 +build_os = linux-gnu +build_vendor = pc +datadir = ${prefix}/share +exec_prefix = ${prefix} +host = i686-pc-linux-gnu +host_alias = +host_cpu = i686 +host_os = linux-gnu +host_vendor = pc +includedir = ${prefix}/include +infodir = ${prefix}/info +install_sh = /home/wk/proj/gnupg13/scripts/install-sh +libdir = ${exec_prefix}/lib +libexecdir = ${exec_prefix}/libexec +localstatedir = ${prefix}/var +mandir = ${prefix}/man +oldincludedir = /usr/include +prefix = /usr/local +program_transform_name = s,x,x, +sbindir = ${exec_prefix}/sbin +sharedstatedir = ${prefix}/com +sysconfdir = ${prefix}/etc +target = i686-pc-linux-gnu +target_alias = +target_cpu = i686 +target_os = linux-gnu +target_vendor = pc +EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 +subdir = m4 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DIST_COMMON = ChangeLog Makefile.am Makefile.in +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu m4/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +uninstall-info-am: +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile + +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am info info-am install \ + install-am install-data install-data-am install-exec \ + install-exec-am install-info install-info-am install-man \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/m4/Makefile.am b/m4/Makefile.am new file mode 100644 index 000000000..2924f6774 --- /dev/null +++ b/m4/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 diff --git a/m4/Makefile.in b/m4/Makefile.in new file mode 100644 index 000000000..22712c738 --- /dev/null +++ b/m4/Makefile.in @@ -0,0 +1,326 @@ +# Makefile.in generated by automake 1.7.6 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program 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. + +@SET_MAKE@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ +CAPLIBS = @CAPLIBS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@ +CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLIBS = @DLLIBS@ +DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ +DOCBOOK_TO_TEXI = @DOCBOOK_TO_TEXI@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ENABLE_CARD_SUPPORT_FALSE = @ENABLE_CARD_SUPPORT_FALSE@ +ENABLE_CARD_SUPPORT_TRUE = @ENABLE_CARD_SUPPORT_TRUE@ +ENABLE_LOCAL_ZLIB_FALSE = @ENABLE_LOCAL_ZLIB_FALSE@ +ENABLE_LOCAL_ZLIB_TRUE = @ENABLE_LOCAL_ZLIB_TRUE@ +EXEEXT = @EXEEXT@ +FAQPROG = @FAQPROG@ +GENCAT = @GENCAT@ +GETOPT = @GETOPT@ +GLIBC21 = @GLIBC21@ +GMSGFMT = @GMSGFMT@ +GPGKEYS_HKP = @GPGKEYS_HKP@ +GPGKEYS_LDAP = @GPGKEYS_LDAP@ +GPGKEYS_MAILTO = @GPGKEYS_MAILTO@ +HAVE_DOCBOOK_TO_MAN_FALSE = @HAVE_DOCBOOK_TO_MAN_FALSE@ +HAVE_DOCBOOK_TO_MAN_TRUE = @HAVE_DOCBOOK_TO_MAN_TRUE@ +HAVE_DOCBOOK_TO_TEXI_FALSE = @HAVE_DOCBOOK_TO_TEXI_FALSE@ +HAVE_DOCBOOK_TO_TEXI_TRUE = @HAVE_DOCBOOK_TO_TEXI_TRUE@ +HAVE_DOSISH_SYSTEM_FALSE = @HAVE_DOSISH_SYSTEM_FALSE@ +HAVE_DOSISH_SYSTEM_TRUE = @HAVE_DOSISH_SYSTEM_TRUE@ +IDEA_O = @IDEA_O@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLBISON = @INTLBISON@ +INTLLIBS = @INTLLIBS@ +INTLOBJS = @INTLOBJS@ +INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ +LDAPLIBS = @LDAPLIBS@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBUSB_LIBS = @LIBUSB_LIBS@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MPI_EXTRA_ASM_OBJS = @MPI_EXTRA_ASM_OBJS@ +MPI_OPT_FLAGS = @MPI_OPT_FLAGS@ +MPI_SFLAGS = @MPI_SFLAGS@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +NETLIBS = @NETLIBS@ +NM = @NM@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PERL = @PERL@ +POSUB = @POSUB@ +RANLIB = @RANLIB@ +REGEX_O = @REGEX_O@ +SENDMAIL = @SENDMAIL@ +SET_MAKE = @SET_MAKE@ +SHA512_O = @SHA512_O@ +SHELL = @SHELL@ +SRVLIBS = @SRVLIBS@ +STRIP = @STRIP@ +USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +W32LIBS = @W32LIBS@ +WORKING_FAQPROG_FALSE = @WORKING_FAQPROG_FALSE@ +WORKING_FAQPROG_TRUE = @WORKING_FAQPROG_TRUE@ +XGETTEXT = @XGETTEXT@ +ZLIBS = @ZLIBS@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 +subdir = m4 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DIST_COMMON = ChangeLog Makefile.am Makefile.in +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu m4/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +uninstall-info-am: +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile + +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am info info-am install \ + install-am install-data install-data-am install-exec \ + install-exec-am install-info install-info-am install-man \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/m4/codeset.m4 b/m4/codeset.m4 new file mode 100644 index 000000000..59535ebcf --- /dev/null +++ b/m4/codeset.m4 @@ -0,0 +1,23 @@ +# codeset.m4 serial AM1 (gettext-0.10.40) +dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +AC_DEFUN([AM_LANGINFO_CODESET], +[ + AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, + [AC_TRY_LINK([#include ], + [char* cs = nl_langinfo(CODESET);], + am_cv_langinfo_codeset=yes, + am_cv_langinfo_codeset=no) + ]) + if test $am_cv_langinfo_codeset = yes; then + AC_DEFINE(HAVE_LANGINFO_CODESET, 1, + [Define if you have and nl_langinfo(CODESET).]) + fi +]) diff --git a/m4/gettext.m4 b/m4/gettext.m4 new file mode 100644 index 000000000..16070b40a --- /dev/null +++ b/m4/gettext.m4 @@ -0,0 +1,415 @@ +# gettext.m4 serial 20 (gettext-0.12) +dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +dnl Macro to add for using GNU gettext. + +dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). +dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The +dnl default (if it is not specified or empty) is 'no-libtool'. +dnl INTLSYMBOL should be 'external' for packages with no intl directory, +dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. +dnl If INTLSYMBOL is 'use-libtool', then a libtool library +dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, +dnl depending on --{enable,disable}-{shared,static} and on the presence of +dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library +dnl $(top_builddir)/intl/libintl.a will be created. +dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext +dnl implementations (in libc or libintl) without the ngettext() function +dnl will be ignored. If NEEDSYMBOL is specified and is +dnl 'need-formatstring-macros', then GNU gettext implementations that don't +dnl support the ISO C 99 formatstring macros will be ignored. +dnl INTLDIR is used to find the intl libraries. If empty, +dnl the value `$(top_builddir)/intl/' is used. +dnl +dnl The result of the configuration is one of three cases: +dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled +dnl and used. +dnl Catalog format: GNU --> install in $(datadir) +dnl Catalog extension: .mo after installation, .gmo in source tree +dnl 2) GNU gettext has been found in the system's C library. +dnl Catalog format: GNU --> install in $(datadir) +dnl Catalog extension: .mo after installation, .gmo in source tree +dnl 3) No internationalization, always use English msgid. +dnl Catalog format: none +dnl Catalog extension: none +dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. +dnl The use of .gmo is historical (it was needed to avoid overwriting the +dnl GNU format catalogs when building on a platform with an X/Open gettext), +dnl but we keep it in order not to force irrelevant filename changes on the +dnl maintainers. +dnl +AC_DEFUN([AM_GNU_GETTEXT], +[ + dnl Argument checking. + ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , + [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT +])])])])]) + ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , + [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT +])])])]) + define(gt_included_intl, ifelse([$1], [external], [no], [yes])) + define(gt_libtool_suffix_prefix, ifelse([$1], [use-libtool], [l], [])) + + AC_REQUIRE([AM_PO_SUBDIRS])dnl + ifelse(gt_included_intl, yes, [ + AC_REQUIRE([AM_INTL_SUBDIR])dnl + ]) + + dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) + + dnl Sometimes libintl requires libiconv, so first search for libiconv. + dnl Ideally we would do this search only after the + dnl if test "$USE_NLS" = "yes"; then + dnl if test "$gt_cv_func_gnugettext_libc" != "yes"; then + dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT + dnl the configure script would need to contain the same shell code + dnl again, outside any 'if'. There are two solutions: + dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. + dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. + dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not + dnl documented, we avoid it. + ifelse(gt_included_intl, yes, , [ + AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) + ]) + + dnl Set USE_NLS. + AM_NLS + + ifelse(gt_included_intl, yes, [ + BUILD_INCLUDED_LIBINTL=no + USE_INCLUDED_LIBINTL=no + ]) + LIBINTL= + LTLIBINTL= + POSUB= + + dnl If we use NLS figure out what method + if test "$USE_NLS" = "yes"; then + gt_use_preinstalled_gnugettext=no + ifelse(gt_included_intl, yes, [ + AC_MSG_CHECKING([whether included gettext is requested]) + AC_ARG_WITH(included-gettext, + [ --with-included-gettext use the GNU gettext library included here], + nls_cv_force_use_gnu_gettext=$withval, + nls_cv_force_use_gnu_gettext=no) + AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) + + nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" + if test "$nls_cv_force_use_gnu_gettext" != "yes"; then + ]) + dnl User does not insist on using GNU NLS library. Figure out what + dnl to use. If GNU gettext is available we use this. Else we have + dnl to fall back to GNU NLS library. + + dnl Add a version number to the cache macros. + define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1))) + define([gt_cv_func_gnugettext_libc], [gt_cv_func_gnugettext]gt_api_version[_libc]) + define([gt_cv_func_gnugettext_libintl], [gt_cv_func_gnugettext]gt_api_version[_libintl]) + + AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc, + [AC_TRY_LINK([#include +]ifelse([$2], [need-formatstring-macros], +[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION +#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) +#endif +changequote(,)dnl +typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; +changequote([,])dnl +], [])[extern int _nl_msg_cat_cntr; +extern int *_nl_domain_bindings;], + [bindtextdomain ("", ""); +return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings], + gt_cv_func_gnugettext_libc=yes, + gt_cv_func_gnugettext_libc=no)]) + + if test "$gt_cv_func_gnugettext_libc" != "yes"; then + dnl Sometimes libintl requires libiconv, so first search for libiconv. + ifelse(gt_included_intl, yes, , [ + AM_ICONV_LINK + ]) + dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL + dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) + dnl because that would add "-liconv" to LIBINTL and LTLIBINTL + dnl even if libiconv doesn't exist. + AC_LIB_LINKFLAGS_BODY([intl]) + AC_CACHE_CHECK([for GNU gettext in libintl], + gt_cv_func_gnugettext_libintl, + [gt_save_CPPFLAGS="$CPPFLAGS" + CPPFLAGS="$CPPFLAGS $INCINTL" + gt_save_LIBS="$LIBS" + LIBS="$LIBS $LIBINTL" + dnl Now see whether libintl exists and does not depend on libiconv. + AC_TRY_LINK([#include +]ifelse([$2], [need-formatstring-macros], +[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION +#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) +#endif +changequote(,)dnl +typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; +changequote([,])dnl +], [])[extern int _nl_msg_cat_cntr; +extern +#ifdef __cplusplus +"C" +#endif +const char *_nl_expand_alias ();], + [bindtextdomain ("", ""); +return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], + gt_cv_func_gnugettext_libintl=yes, + gt_cv_func_gnugettext_libintl=no) + dnl Now see whether libintl exists and depends on libiconv. + if test "$gt_cv_func_gnugettext_libintl" != yes && test -n "$LIBICONV"; then + LIBS="$LIBS $LIBICONV" + AC_TRY_LINK([#include +]ifelse([$2], [need-formatstring-macros], +[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION +#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) +#endif +changequote(,)dnl +typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; +changequote([,])dnl +], [])[extern int _nl_msg_cat_cntr; +extern +#ifdef __cplusplus +"C" +#endif +const char *_nl_expand_alias ();], + [bindtextdomain ("", ""); +return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], + [LIBINTL="$LIBINTL $LIBICONV" + LTLIBINTL="$LTLIBINTL $LTLIBICONV" + gt_cv_func_gnugettext_libintl=yes + ]) + fi + CPPFLAGS="$gt_save_CPPFLAGS" + LIBS="$gt_save_LIBS"]) + fi + + dnl If an already present or preinstalled GNU gettext() is found, + dnl use it. But if this macro is used in GNU gettext, and GNU + dnl gettext is already preinstalled in libintl, we update this + dnl libintl. (Cf. the install rule in intl/Makefile.in.) + if test "$gt_cv_func_gnugettext_libc" = "yes" \ + || { test "$gt_cv_func_gnugettext_libintl" = "yes" \ + && test "$PACKAGE" != gettext-runtime \ + && test "$PACKAGE" != gettext-tools; }; then + gt_use_preinstalled_gnugettext=yes + else + dnl Reset the values set by searching for libintl. + LIBINTL= + LTLIBINTL= + INCINTL= + fi + + ifelse(gt_included_intl, yes, [ + if test "$gt_use_preinstalled_gnugettext" != "yes"; then + dnl GNU gettext is not found in the C library. + dnl Fall back on included GNU gettext library. + nls_cv_use_gnu_gettext=yes + fi + fi + + if test "$nls_cv_use_gnu_gettext" = "yes"; then + dnl Mark actions used to generate GNU NLS library. + BUILD_INCLUDED_LIBINTL=yes + USE_INCLUDED_LIBINTL=yes + LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV" + LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV" + LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` + fi + + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + dnl Mark actions to use GNU gettext tools. + CATOBJEXT=.gmo + fi + ]) + + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + AC_DEFINE(ENABLE_NLS, 1, + [Define to 1 if translation of program messages to the user's native language + is requested.]) + else + USE_NLS=no + fi + fi + + AC_MSG_CHECKING([whether to use NLS]) + AC_MSG_RESULT([$USE_NLS]) + if test "$USE_NLS" = "yes"; then + AC_MSG_CHECKING([where the gettext function comes from]) + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if test "$gt_cv_func_gnugettext_libintl" = "yes"; then + gt_source="external libintl" + else + gt_source="libc" + fi + else + gt_source="included intl directory" + fi + AC_MSG_RESULT([$gt_source]) + fi + + if test "$USE_NLS" = "yes"; then + + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if test "$gt_cv_func_gnugettext_libintl" = "yes"; then + AC_MSG_CHECKING([how to link with libintl]) + AC_MSG_RESULT([$LIBINTL]) + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) + fi + + dnl For backward compatibility. Some packages may be using this. + AC_DEFINE(HAVE_GETTEXT, 1, + [Define if the GNU gettext() function is already present or preinstalled.]) + AC_DEFINE(HAVE_DCGETTEXT, 1, + [Define if the GNU dcgettext() function is already present or preinstalled.]) + fi + + dnl We need to process the po/ directory. + POSUB=po + fi + + ifelse(gt_included_intl, yes, [ + dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL + dnl to 'yes' because some of the testsuite requires it. + if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then + BUILD_INCLUDED_LIBINTL=yes + fi + + dnl Make all variables we use known to autoconf. + AC_SUBST(BUILD_INCLUDED_LIBINTL) + AC_SUBST(USE_INCLUDED_LIBINTL) + AC_SUBST(CATOBJEXT) + + dnl For backward compatibility. Some configure.ins may be using this. + nls_cv_header_intl= + nls_cv_header_libgt= + + dnl For backward compatibility. Some Makefiles may be using this. + DATADIRNAME=share + AC_SUBST(DATADIRNAME) + + dnl For backward compatibility. Some Makefiles may be using this. + INSTOBJEXT=.mo + AC_SUBST(INSTOBJEXT) + + dnl For backward compatibility. Some Makefiles may be using this. + GENCAT=gencat + AC_SUBST(GENCAT) + + dnl For backward compatibility. Some Makefiles may be using this. + if test "$USE_INCLUDED_LIBINTL" = yes; then + INTLOBJS="\$(GETTOBJS)" + fi + AC_SUBST(INTLOBJS) + + dnl Enable libtool support if the surrounding package wishes it. + INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix + AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX) + ]) + + dnl For backward compatibility. Some Makefiles may be using this. + INTLLIBS="$LIBINTL" + AC_SUBST(INTLLIBS) + + dnl Make all documented variables known to autoconf. + AC_SUBST(LIBINTL) + AC_SUBST(LTLIBINTL) + AC_SUBST(POSUB) +]) + + +dnl Checks for all prerequisites of the intl subdirectory, +dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS, +dnl USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL. +AC_DEFUN([AM_INTL_SUBDIR], +[ + AC_REQUIRE([AC_PROG_INSTALL])dnl + AC_REQUIRE([AM_MKINSTALLDIRS])dnl + AC_REQUIRE([AC_PROG_CC])dnl + AC_REQUIRE([AC_CANONICAL_HOST])dnl + AC_REQUIRE([AC_PROG_RANLIB])dnl + AC_REQUIRE([AC_ISC_POSIX])dnl + AC_REQUIRE([AC_HEADER_STDC])dnl + AC_REQUIRE([AC_C_CONST])dnl + AC_REQUIRE([AC_C_INLINE])dnl + AC_REQUIRE([AC_TYPE_OFF_T])dnl + AC_REQUIRE([AC_TYPE_SIZE_T])dnl + AC_REQUIRE([AC_FUNC_ALLOCA])dnl + AC_REQUIRE([AC_FUNC_MMAP])dnl + AC_REQUIRE([jm_GLIBC21])dnl + AC_REQUIRE([gt_INTDIV0])dnl + AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])dnl + AC_REQUIRE([gt_HEADER_INTTYPES_H])dnl + AC_REQUIRE([gt_INTTYPES_PRI])dnl + + AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ +stdlib.h string.h unistd.h sys/param.h]) + AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \ +geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \ +strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \ +__fsetlocking]) + + AM_ICONV + AM_LANGINFO_CODESET + if test $ac_cv_header_locale_h = yes; then + AM_LC_MESSAGES + fi + + dnl intl/plural.c is generated from intl/plural.y. It requires bison, + dnl because plural.y uses bison specific features. It requires at least + dnl bison-1.26 because earlier versions generate a plural.c that doesn't + dnl compile. + dnl bison is only needed for the maintainer (who touches plural.y). But in + dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put + dnl the rule in general Makefile. Now, some people carelessly touch the + dnl files or have a broken "make" program, hence the plural.c rule will + dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not + dnl present or too old. + AC_CHECK_PROGS([INTLBISON], [bison]) + if test -z "$INTLBISON"; then + ac_verc_fail=yes + else + dnl Found it, now check the version. + AC_MSG_CHECKING([version of bison]) +changequote(<<,>>)dnl + ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` + case $ac_prog_version in + '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; + 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) +changequote([,])dnl + ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; + *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; + esac + AC_MSG_RESULT([$ac_prog_version]) + fi + if test $ac_verc_fail = yes; then + INTLBISON=: + fi +]) + + +dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) +AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) diff --git a/m4/glibc21.m4 b/m4/glibc21.m4 new file mode 100644 index 000000000..9c9f3db30 --- /dev/null +++ b/m4/glibc21.m4 @@ -0,0 +1,32 @@ +# glibc21.m4 serial 2 (fileutils-4.1.3, gettext-0.10.40) +dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +# Test for the GNU C Library, version 2.1 or newer. +# From Bruno Haible. + +AC_DEFUN([jm_GLIBC21], + [ + AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, + ac_cv_gnu_library_2_1, + [AC_EGREP_CPP([Lucky GNU user], + [ +#include +#ifdef __GNU_LIBRARY__ + #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) + Lucky GNU user + #endif +#endif + ], + ac_cv_gnu_library_2_1=yes, + ac_cv_gnu_library_2_1=no) + ] + ) + AC_SUBST(GLIBC21) + GLIBC21="$ac_cv_gnu_library_2_1" + ] +) diff --git a/m4/iconv.m4 b/m4/iconv.m4 new file mode 100644 index 000000000..c5f357982 --- /dev/null +++ b/m4/iconv.m4 @@ -0,0 +1,103 @@ +# iconv.m4 serial AM4 (gettext-0.11.3) +dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], +[ + dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) + + dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV + dnl accordingly. + AC_LIB_LINKFLAGS_BODY([iconv]) +]) + +AC_DEFUN([AM_ICONV_LINK], +[ + dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and + dnl those with the standalone portable GNU libiconv installed). + + dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV + dnl accordingly. + AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) + + dnl Add $INCICONV to CPPFLAGS before performing the following checks, + dnl because if the user has installed libiconv and not disabled its use + dnl via --without-libiconv-prefix, he wants to use it. The first + dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed. + am_save_CPPFLAGS="$CPPFLAGS" + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) + + AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [ + am_cv_func_iconv="no, consider installing GNU libiconv" + am_cv_lib_iconv=no + AC_TRY_LINK([#include +#include ], + [iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd);], + am_cv_func_iconv=yes) + if test "$am_cv_func_iconv" != yes; then + am_save_LIBS="$LIBS" + LIBS="$LIBS $LIBICONV" + AC_TRY_LINK([#include +#include ], + [iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd);], + am_cv_lib_iconv=yes + am_cv_func_iconv=yes) + LIBS="$am_save_LIBS" + fi + ]) + if test "$am_cv_func_iconv" = yes; then + AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.]) + fi + if test "$am_cv_lib_iconv" = yes; then + AC_MSG_CHECKING([how to link with libiconv]) + AC_MSG_RESULT([$LIBICONV]) + else + dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV + dnl either. + CPPFLAGS="$am_save_CPPFLAGS" + LIBICONV= + LTLIBICONV= + fi + AC_SUBST(LIBICONV) + AC_SUBST(LTLIBICONV) +]) + +AC_DEFUN([AM_ICONV], +[ + AM_ICONV_LINK + if test "$am_cv_func_iconv" = yes; then + AC_MSG_CHECKING([for iconv declaration]) + AC_CACHE_VAL(am_cv_proto_iconv, [ + AC_TRY_COMPILE([ +#include +#include +extern +#ifdef __cplusplus +"C" +#endif +#if defined(__STDC__) || defined(__cplusplus) +size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); +#else +size_t iconv(); +#endif +], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") + am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) + am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` + AC_MSG_RESULT([$]{ac_t:- + }[$]am_cv_proto_iconv) + AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, + [Define as const if the declaration of iconv() needs const.]) + fi +]) diff --git a/m4/intdiv0.m4 b/m4/intdiv0.m4 new file mode 100644 index 000000000..55dddcf1c --- /dev/null +++ b/m4/intdiv0.m4 @@ -0,0 +1,72 @@ +# intdiv0.m4 serial 1 (gettext-0.11.3) +dnl Copyright (C) 2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +AC_DEFUN([gt_INTDIV0], +[ + AC_REQUIRE([AC_PROG_CC])dnl + AC_REQUIRE([AC_CANONICAL_HOST])dnl + + AC_CACHE_CHECK([whether integer division by zero raises SIGFPE], + gt_cv_int_divbyzero_sigfpe, + [ + AC_TRY_RUN([ +#include +#include + +static void +#ifdef __cplusplus +sigfpe_handler (int sig) +#else +sigfpe_handler (sig) int sig; +#endif +{ + /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */ + exit (sig != SIGFPE); +} + +int x = 1; +int y = 0; +int z; +int nan; + +int main () +{ + signal (SIGFPE, sigfpe_handler); +/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ +#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP) + signal (SIGTRAP, sigfpe_handler); +#endif +/* Linux/SPARC yields signal SIGILL. */ +#if defined (__sparc__) && defined (__linux__) + signal (SIGILL, sigfpe_handler); +#endif + + z = x / y; + nan = y / y; + exit (1); +} +], gt_cv_int_divbyzero_sigfpe=yes, gt_cv_int_divbyzero_sigfpe=no, + [ + # Guess based on the CPU. + case "$host_cpu" in + alpha* | i[34567]86 | m68k | s390*) + gt_cv_int_divbyzero_sigfpe="guessing yes";; + *) + gt_cv_int_divbyzero_sigfpe="guessing no";; + esac + ]) + ]) + case "$gt_cv_int_divbyzero_sigfpe" in + *yes) value=1;; + *) value=0;; + esac + AC_DEFINE_UNQUOTED(INTDIV0_RAISES_SIGFPE, $value, + [Define if integer division by zero raises signal SIGFPE.]) +]) diff --git a/m4/inttypes-pri.m4 b/m4/inttypes-pri.m4 new file mode 100644 index 000000000..fd007c312 --- /dev/null +++ b/m4/inttypes-pri.m4 @@ -0,0 +1,32 @@ +# inttypes-pri.m4 serial 1 (gettext-0.11.4) +dnl Copyright (C) 1997-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +# Define PRI_MACROS_BROKEN if exists and defines the PRI* +# macros to non-string values. This is the case on AIX 4.3.3. + +AC_DEFUN([gt_INTTYPES_PRI], +[ + AC_REQUIRE([gt_HEADER_INTTYPES_H]) + if test $gt_cv_header_inttypes_h = yes; then + AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], + gt_cv_inttypes_pri_broken, + [ + AC_TRY_COMPILE([#include +#ifdef PRId32 +char *p = PRId32; +#endif +], [], gt_cv_inttypes_pri_broken=no, gt_cv_inttypes_pri_broken=yes) + ]) + fi + if test "$gt_cv_inttypes_pri_broken" = yes; then + AC_DEFINE_UNQUOTED(PRI_MACROS_BROKEN, 1, + [Define if exists and defines unusable PRI* macros.]) + fi +]) diff --git a/m4/inttypes.m4 b/m4/inttypes.m4 new file mode 100644 index 000000000..ab370ffe0 --- /dev/null +++ b/m4/inttypes.m4 @@ -0,0 +1,27 @@ +# inttypes.m4 serial 1 (gettext-0.11.4) +dnl Copyright (C) 1997-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +# Define HAVE_INTTYPES_H if exists and doesn't clash with +# . + +AC_DEFUN([gt_HEADER_INTTYPES_H], +[ + AC_CACHE_CHECK([for inttypes.h], gt_cv_header_inttypes_h, + [ + AC_TRY_COMPILE( + [#include +#include ], + [], gt_cv_header_inttypes_h=yes, gt_cv_header_inttypes_h=no) + ]) + if test $gt_cv_header_inttypes_h = yes; then + AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H, 1, + [Define if exists and doesn't clash with .]) + fi +]) diff --git a/m4/inttypes_h.m4 b/m4/inttypes_h.m4 new file mode 100644 index 000000000..f342eba39 --- /dev/null +++ b/m4/inttypes_h.m4 @@ -0,0 +1,28 @@ +# inttypes_h.m4 serial 5 (gettext-0.12) +dnl Copyright (C) 1997-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +# Define HAVE_INTTYPES_H_WITH_UINTMAX if exists, +# doesn't clash with , and declares uintmax_t. + +AC_DEFUN([jm_AC_HEADER_INTTYPES_H], +[ + AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h, + [AC_TRY_COMPILE( + [#include +#include ], + [uintmax_t i = (uintmax_t) -1;], + jm_ac_cv_header_inttypes_h=yes, + jm_ac_cv_header_inttypes_h=no)]) + if test $jm_ac_cv_header_inttypes_h = yes; then + AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1, + [Define if exists, doesn't clash with , + and declares uintmax_t. ]) + fi +]) diff --git a/m4/isc-posix.m4 b/m4/isc-posix.m4 new file mode 100644 index 000000000..1319dd1c7 --- /dev/null +++ b/m4/isc-posix.m4 @@ -0,0 +1,26 @@ +# isc-posix.m4 serial 2 (gettext-0.11.2) +dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +# This file is not needed with autoconf-2.53 and newer. Remove it in 2005. + +# This test replaces the one in autoconf. +# Currently this macro should have the same name as the autoconf macro +# because gettext's gettext.m4 (distributed in the automake package) +# still uses it. Otherwise, the use in gettext.m4 makes autoheader +# give these diagnostics: +# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX +# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX + +undefine([AC_ISC_POSIX]) + +AC_DEFUN([AC_ISC_POSIX], + [ + dnl This test replaces the obsolescent AC_ISC_POSIX kludge. + AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) + ] +) diff --git a/m4/lcmessage.m4 b/m4/lcmessage.m4 new file mode 100644 index 000000000..ffd4008b8 --- /dev/null +++ b/m4/lcmessage.m4 @@ -0,0 +1,32 @@ +# lcmessage.m4 serial 3 (gettext-0.11.3) +dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995. + +# Check whether LC_MESSAGES is available in . + +AC_DEFUN([AM_LC_MESSAGES], +[ + AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, + [AC_TRY_LINK([#include ], [return LC_MESSAGES], + am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) + if test $am_cv_val_LC_MESSAGES = yes; then + AC_DEFINE(HAVE_LC_MESSAGES, 1, + [Define if your file defines LC_MESSAGES.]) + fi +]) diff --git a/m4/lib-ld.m4 b/m4/lib-ld.m4 new file mode 100644 index 000000000..11d0ce773 --- /dev/null +++ b/m4/lib-ld.m4 @@ -0,0 +1,110 @@ +# lib-ld.m4 serial 2 (gettext-0.12) +dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl Subroutines of libtool.m4, +dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision +dnl with libtool.m4. + +dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. +AC_DEFUN([AC_LIB_PROG_LD_GNU], +[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, +[# I'd rather use --version here, but apparently some GNU ld's only accept -v. +if $LD -v 2>&1 &5; then + acl_cv_prog_gnu_ld=yes +else + acl_cv_prog_gnu_ld=no +fi]) +with_gnu_ld=$acl_cv_prog_gnu_ld +]) + +dnl From libtool-1.4. Sets the variable LD. +AC_DEFUN([AC_LIB_PROG_LD], +[AC_ARG_WITH(gnu-ld, +[ --with-gnu-ld assume the C compiler uses GNU ld [default=no]], +test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no) +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by GCC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]* | [A-Za-z]:[\\/]*)] + [re_direlt='/[^/][^/]*/\.\./'] + # Canonicalize the path of ld + ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(acl_cv_path_LD, +[if test -z "$LD"; then + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + acl_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some GNU ld's only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then + test "$with_gnu_ld" != no && break + else + test "$with_gnu_ld" != yes && break + fi + fi + done + IFS="$ac_save_ifs" +else + acl_cv_path_LD="$LD" # Let the user override the test with a path. +fi]) +LD="$acl_cv_path_LD" +if test -n "$LD"; then + AC_MSG_RESULT($LD) +else + AC_MSG_RESULT(no) +fi +test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) +AC_LIB_PROG_LD_GNU +]) diff --git a/m4/lib-link.m4 b/m4/lib-link.m4 new file mode 100644 index 000000000..eeb200d26 --- /dev/null +++ b/m4/lib-link.m4 @@ -0,0 +1,551 @@ +# lib-link.m4 serial 4 (gettext-0.12) +dnl Copyright (C) 2001-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and +dnl the libraries corresponding to explicit and implicit dependencies. +dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and +dnl augments the CPPFLAGS variable. +AC_DEFUN([AC_LIB_LINKFLAGS], +[ + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) + define([Name],[translit([$1],[./-], [___])]) + define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], + [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) + AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ + AC_LIB_LINKFLAGS_BODY([$1], [$2]) + ac_cv_lib[]Name[]_libs="$LIB[]NAME" + ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" + ac_cv_lib[]Name[]_cppflags="$INC[]NAME" + ]) + LIB[]NAME="$ac_cv_lib[]Name[]_libs" + LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" + INC[]NAME="$ac_cv_lib[]Name[]_cppflags" + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) + AC_SUBST([LIB]NAME) + AC_SUBST([LTLIB]NAME) + dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the + dnl results of this search when this library appears as a dependency. + HAVE_LIB[]NAME=yes + undefine([Name]) + undefine([NAME]) +]) + +dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode) +dnl searches for libname and the libraries corresponding to explicit and +dnl implicit dependencies, together with the specified include files and +dnl the ability to compile and link the specified testcode. If found, it +dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and +dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and +dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs +dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. +AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], +[ + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) + define([Name],[translit([$1],[./-], [___])]) + define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], + [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) + + dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME + dnl accordingly. + AC_LIB_LINKFLAGS_BODY([$1], [$2]) + + dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, + dnl because if the user has installed lib[]Name and not disabled its use + dnl via --without-lib[]Name-prefix, he wants to use it. + ac_save_CPPFLAGS="$CPPFLAGS" + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) + + AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ + ac_save_LIBS="$LIBS" + LIBS="$LIBS $LIB[]NAME" + AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) + LIBS="$ac_save_LIBS" + ]) + if test "$ac_cv_lib[]Name" = yes; then + HAVE_LIB[]NAME=yes + AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) + AC_MSG_CHECKING([how to link with lib[]$1]) + AC_MSG_RESULT([$LIB[]NAME]) + else + HAVE_LIB[]NAME=no + dnl If $LIB[]NAME didn't lead to a usable library, we don't need + dnl $INC[]NAME either. + CPPFLAGS="$ac_save_CPPFLAGS" + LIB[]NAME= + LTLIB[]NAME= + fi + AC_SUBST([HAVE_LIB]NAME) + AC_SUBST([LIB]NAME) + AC_SUBST([LTLIB]NAME) + undefine([Name]) + undefine([NAME]) +]) + +dnl Determine the platform dependent parameters needed to use rpath: +dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator, +dnl hardcode_direct, hardcode_minus_L. +AC_DEFUN([AC_LIB_RPATH], +[ + AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS + AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld + AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host + AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir + AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ + CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ + ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh + . ./conftest.sh + rm -f ./conftest.sh + acl_cv_rpath=done + ]) + wl="$acl_cv_wl" + libext="$acl_cv_libext" + shlibext="$acl_cv_shlibext" + hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" + hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" + hardcode_direct="$acl_cv_hardcode_direct" + hardcode_minus_L="$acl_cv_hardcode_minus_L" + dnl Determine whether the user wants rpath handling at all. + AC_ARG_ENABLE(rpath, + [ --disable-rpath do not hardcode runtime library paths], + :, enable_rpath=yes) +]) + +dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and +dnl the libraries corresponding to explicit and implicit dependencies. +dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. +AC_DEFUN([AC_LIB_LINKFLAGS_BODY], +[ + define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], + [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) + dnl By default, look in $includedir and $libdir. + use_additional=yes + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + AC_LIB_ARG_WITH([lib$1-prefix], +[ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib + --without-lib$1-prefix don't search for lib$1 in includedir and libdir], +[ + if test "X$withval" = "Xno"; then + use_additional=no + else + if test "X$withval" = "X"; then + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + else + additional_includedir="$withval/include" + additional_libdir="$withval/lib" + fi + fi +]) + dnl Search the library and its dependencies in $additional_libdir and + dnl $LDFLAGS. Using breadth-first-seach. + LIB[]NAME= + LTLIB[]NAME= + INC[]NAME= + rpathdirs= + ltrpathdirs= + names_already_handled= + names_next_round='$1 $2' + while test -n "$names_next_round"; do + names_this_round="$names_next_round" + names_next_round= + for name in $names_this_round; do + already_handled= + for n in $names_already_handled; do + if test "$n" = "$name"; then + already_handled=yes + break + fi + done + if test -z "$already_handled"; then + names_already_handled="$names_already_handled $name" + dnl See if it was already located by an earlier AC_LIB_LINKFLAGS + dnl or AC_LIB_HAVE_LINKFLAGS call. + uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` + eval value=\"\$HAVE_LIB$uppername\" + if test -n "$value"; then + if test "$value" = yes; then + eval value=\"\$LIB$uppername\" + test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" + eval value=\"\$LTLIB$uppername\" + test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" + else + dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined + dnl that this library doesn't exist. So just drop it. + : + fi + else + dnl Search the library lib$name in $additional_libdir and $LDFLAGS + dnl and the already constructed $LIBNAME/$LTLIBNAME. + found_dir= + found_la= + found_so= + found_a= + if test $use_additional = yes; then + if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then + found_dir="$additional_libdir" + found_so="$additional_libdir/lib$name.$shlibext" + if test -f "$additional_libdir/lib$name.la"; then + found_la="$additional_libdir/lib$name.la" + fi + else + if test -f "$additional_libdir/lib$name.$libext"; then + found_dir="$additional_libdir" + found_a="$additional_libdir/lib$name.$libext" + if test -f "$additional_libdir/lib$name.la"; then + found_la="$additional_libdir/lib$name.la" + fi + fi + fi + fi + if test "X$found_dir" = "X"; then + for x in $LDFLAGS $LTLIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + case "$x" in + -L*) + dir=`echo "X$x" | sed -e 's/^X-L//'` + if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then + found_dir="$dir" + found_so="$dir/lib$name.$shlibext" + if test -f "$dir/lib$name.la"; then + found_la="$dir/lib$name.la" + fi + else + if test -f "$dir/lib$name.$libext"; then + found_dir="$dir" + found_a="$dir/lib$name.$libext" + if test -f "$dir/lib$name.la"; then + found_la="$dir/lib$name.la" + fi + fi + fi + ;; + esac + if test "X$found_dir" != "X"; then + break + fi + done + fi + if test "X$found_dir" != "X"; then + dnl Found the library. + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" + if test "X$found_so" != "X"; then + dnl Linking with a shared library. We attempt to hardcode its + dnl directory into the executable's runpath, unless it's the + dnl standard /usr/lib. + if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then + dnl No hardcoding is needed. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + else + dnl Use an explicit option to hardcode DIR into the resulting + dnl binary. + dnl Potentially add DIR to ltrpathdirs. + dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $found_dir" + fi + dnl The hardcoding into $LIBNAME is system dependent. + if test "$hardcode_direct" = yes; then + dnl Using DIR/libNAME.so during linking hardcodes DIR into the + dnl resulting binary. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + else + if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then + dnl Use an explicit option to hardcode DIR into the resulting + dnl binary. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + dnl Potentially add DIR to rpathdirs. + dnl The rpathdirs will be appended to $LIBNAME at the end. + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $found_dir" + fi + else + dnl Rely on "-L$found_dir". + dnl But don't add it if it's already contained in the LDFLAGS + dnl or the already constructed $LIBNAME + haveit= + for x in $LDFLAGS $LIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" + fi + if test "$hardcode_minus_L" != no; then + dnl FIXME: Not sure whether we should use + dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" + dnl here. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + else + dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH + dnl here, because this doesn't fit in flags passed to the + dnl compiler. So give up. No hardcoding. This affects only + dnl very old systems. + dnl FIXME: Not sure whether we should use + dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" + dnl here. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" + fi + fi + fi + fi + else + if test "X$found_a" != "X"; then + dnl Linking with a static library. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" + else + dnl We shouldn't come here, but anyway it's good to have a + dnl fallback. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" + fi + fi + dnl Assume the include files are nearby. + additional_includedir= + case "$found_dir" in + */lib | */lib/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` + additional_includedir="$basedir/include" + ;; + esac + if test "X$additional_includedir" != "X"; then + dnl Potentially add $additional_includedir to $INCNAME. + dnl But don't add it + dnl 1. if it's the standard /usr/include, + dnl 2. if it's /usr/local/include and we are using GCC on Linux, + dnl 3. if it's already present in $CPPFLAGS or the already + dnl constructed $INCNAME, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_includedir" != "X/usr/include"; then + haveit= + if test "X$additional_includedir" = "X/usr/local/include"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + for x in $CPPFLAGS $INC[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-I$additional_includedir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_includedir"; then + dnl Really add $additional_includedir to $INCNAME. + INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" + fi + fi + fi + fi + fi + dnl Look for dependencies. + if test -n "$found_la"; then + dnl Read the .la file. It defines the variables + dnl dlname, library_names, old_library, dependency_libs, current, + dnl age, revision, installed, dlopen, dlpreopen, libdir. + save_libdir="$libdir" + case "$found_la" in + */* | *\\*) . "$found_la" ;; + *) . "./$found_la" ;; + esac + libdir="$save_libdir" + dnl We use only dependency_libs. + for dep in $dependency_libs; do + case "$dep" in + -L*) + additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` + dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. + dnl But don't add it + dnl 1. if it's the standard /usr/lib, + dnl 2. if it's /usr/local/lib and we are using GCC on Linux, + dnl 3. if it's already present in $LDFLAGS or the already + dnl constructed $LIBNAME, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_libdir" != "X/usr/lib"; then + haveit= + if test "X$additional_libdir" = "X/usr/local/lib"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + haveit= + for x in $LDFLAGS $LIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + dnl Really add $additional_libdir to $LIBNAME. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" + fi + fi + haveit= + for x in $LDFLAGS $LTLIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + dnl Really add $additional_libdir to $LTLIBNAME. + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" + fi + fi + fi + fi + ;; + -R*) + dir=`echo "X$dep" | sed -e 's/^X-R//'` + if test "$enable_rpath" != no; then + dnl Potentially add DIR to rpathdirs. + dnl The rpathdirs will be appended to $LIBNAME at the end. + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $dir" + fi + dnl Potentially add DIR to ltrpathdirs. + dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $dir" + fi + fi + ;; + -l*) + dnl Handle this in the next round. + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` + ;; + *.la) + dnl Handle this in the next round. Throw away the .la's + dnl directory; it is already contained in a preceding -L + dnl option. + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` + ;; + *) + dnl Most likely an immediate library name. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" + ;; + esac + done + fi + else + dnl Didn't find the library; assume it is in the system directories + dnl known to the linker and runtime loader. (All the system + dnl directories known to the linker should also be known to the + dnl runtime loader, otherwise the system is severely misconfigured.) + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" + fi + fi + fi + done + done + if test "X$rpathdirs" != "X"; then + if test -n "$hardcode_libdir_separator"; then + dnl Weird platform: only the last -rpath option counts, the user must + dnl pass all path elements in one option. We can arrange that for a + dnl single library, but not when more than one $LIBNAMEs are used. + alldirs= + for found_dir in $rpathdirs; do + alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" + done + dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl. + acl_save_libdir="$libdir" + libdir="$alldirs" + eval flag=\"$hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" + else + dnl The -rpath options are cumulative. + for found_dir in $rpathdirs; do + acl_save_libdir="$libdir" + libdir="$found_dir" + eval flag=\"$hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" + done + fi + fi + if test "X$ltrpathdirs" != "X"; then + dnl When using libtool, the option that works for both libraries and + dnl executables is -R. The -R options are cumulative. + for found_dir in $ltrpathdirs; do + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" + done + fi +]) + +dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, +dnl unless already present in VAR. +dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes +dnl contains two or three consecutive elements that belong together. +AC_DEFUN([AC_LIB_APPENDTOVAR], +[ + for element in [$2]; do + haveit= + for x in $[$1]; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X$element"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + [$1]="${[$1]}${[$1]:+ }$element" + fi + done +]) diff --git a/m4/lib-prefix.m4 b/m4/lib-prefix.m4 new file mode 100644 index 000000000..26874b267 --- /dev/null +++ b/m4/lib-prefix.m4 @@ -0,0 +1,155 @@ +# lib-prefix.m4 serial 3 (gettext-0.12.2) +dnl Copyright (C) 2001-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and +dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't +dnl require excessive bracketing. +ifdef([AC_HELP_STRING], +[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], +[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) + +dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed +dnl to access previously installed libraries. The basic assumption is that +dnl a user will want packages to use other packages he previously installed +dnl with the same --prefix option. +dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate +dnl libraries, but is otherwise very convenient. +AC_DEFUN([AC_LIB_PREFIX], +[ + AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) + AC_REQUIRE([AC_PROG_CC]) + AC_REQUIRE([AC_CANONICAL_HOST]) + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + dnl By default, look in $includedir and $libdir. + use_additional=yes + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + AC_LIB_ARG_WITH([lib-prefix], +[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib + --without-lib-prefix don't search for libraries in includedir and libdir], +[ + if test "X$withval" = "Xno"; then + use_additional=no + else + if test "X$withval" = "X"; then + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + else + additional_includedir="$withval/include" + additional_libdir="$withval/lib" + fi + fi +]) + if test $use_additional = yes; then + dnl Potentially add $additional_includedir to $CPPFLAGS. + dnl But don't add it + dnl 1. if it's the standard /usr/include, + dnl 2. if it's already present in $CPPFLAGS, + dnl 3. if it's /usr/local/include and we are using GCC on Linux, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_includedir" != "X/usr/include"; then + haveit= + for x in $CPPFLAGS; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-I$additional_includedir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test "X$additional_includedir" = "X/usr/local/include"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + if test -d "$additional_includedir"; then + dnl Really add $additional_includedir to $CPPFLAGS. + CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" + fi + fi + fi + fi + dnl Potentially add $additional_libdir to $LDFLAGS. + dnl But don't add it + dnl 1. if it's the standard /usr/lib, + dnl 2. if it's already present in $LDFLAGS, + dnl 3. if it's /usr/local/lib and we are using GCC on Linux, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_libdir" != "X/usr/lib"; then + haveit= + for x in $LDFLAGS; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test "X$additional_libdir" = "X/usr/local/lib"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + dnl Really add $additional_libdir to $LDFLAGS. + LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" + fi + fi + fi + fi + fi +]) + +dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, +dnl acl_final_exec_prefix, containing the values to which $prefix and +dnl $exec_prefix will expand at the end of the configure script. +AC_DEFUN([AC_LIB_PREPARE_PREFIX], +[ + dnl Unfortunately, prefix and exec_prefix get only finally determined + dnl at the end of configure. + if test "X$prefix" = "XNONE"; then + acl_final_prefix="$ac_default_prefix" + else + acl_final_prefix="$prefix" + fi + if test "X$exec_prefix" = "XNONE"; then + acl_final_exec_prefix='${prefix}' + else + acl_final_exec_prefix="$exec_prefix" + fi + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" + prefix="$acl_save_prefix" +]) + +dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the +dnl variables prefix and exec_prefix bound to the values they will have +dnl at the end of the configure script. +AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], +[ + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + $1 + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" +]) diff --git a/m4/nls.m4 b/m4/nls.m4 new file mode 100644 index 000000000..36bc49317 --- /dev/null +++ b/m4/nls.m4 @@ -0,0 +1,49 @@ +# nls.m4 serial 1 (gettext-0.12) +dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +AC_DEFUN([AM_NLS], +[ + AC_MSG_CHECKING([whether NLS is requested]) + dnl Default is enabled NLS + AC_ARG_ENABLE(nls, + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) + AC_MSG_RESULT($USE_NLS) + AC_SUBST(USE_NLS) +]) + +AC_DEFUN([AM_MKINSTALLDIRS], +[ + dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly + dnl find the mkinstalldirs script in another subdir but $(top_srcdir). + dnl Try to locate it. + MKINSTALLDIRS= + if test -n "$ac_aux_dir"; then + case "$ac_aux_dir" in + /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; + *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; + esac + fi + if test -z "$MKINSTALLDIRS"; then + MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" + fi + AC_SUBST(MKINSTALLDIRS) +]) diff --git a/m4/po.m4 b/m4/po.m4 new file mode 100644 index 000000000..861e3dec3 --- /dev/null +++ b/m4/po.m4 @@ -0,0 +1,197 @@ +# po.m4 serial 1 (gettext-0.12) +dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +dnl Checks for all prerequisites of the po subdirectory. +AC_DEFUN([AM_PO_SUBDIRS], +[ + AC_REQUIRE([AC_PROG_MAKE_SET])dnl + AC_REQUIRE([AC_PROG_INSTALL])dnl + AC_REQUIRE([AM_MKINSTALLDIRS])dnl + AC_REQUIRE([AM_NLS])dnl + + dnl Perform the following tests also if --disable-nls has been given, + dnl because they are needed for "make dist" to work. + + dnl Search for GNU msgfmt in the PATH. + dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. + dnl The second test excludes FreeBSD msgfmt. + AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, + [$ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && + (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], + :) + AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) + + dnl Search for GNU xgettext 0.12 or newer in the PATH. + dnl The first test excludes Solaris xgettext and early GNU xgettext versions. + dnl The second test excludes FreeBSD xgettext. + AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, + [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && + (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], + :) + dnl Remove leftover from FreeBSD xgettext call. + rm -f messages.po + + dnl Search for GNU msgmerge 0.11 or newer in the PATH. + AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, + [$ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1], :) + + dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. + dnl Test whether we really found GNU msgfmt. + if test "$GMSGFMT" != ":"; then + dnl If it is no GNU msgfmt we define it as : so that the + dnl Makefiles still can work. + if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && + (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then + : ; + else + GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` + AC_MSG_RESULT( + [found $GMSGFMT program is not GNU msgfmt; ignore it]) + GMSGFMT=":" + fi + fi + + dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. + dnl Test whether we really found GNU xgettext. + if test "$XGETTEXT" != ":"; then + dnl If it is no GNU xgettext we define it as : so that the + dnl Makefiles still can work. + if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && + (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then + : ; + else + AC_MSG_RESULT( + [found xgettext program is not GNU xgettext; ignore it]) + XGETTEXT=":" + fi + dnl Remove leftover from FreeBSD xgettext call. + rm -f messages.po + fi + + AC_OUTPUT_COMMANDS([ + for ac_file in $CONFIG_FILES; do + # Support "outfile[:infile[:infile...]]" + case "$ac_file" in + *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; + esac + # PO directories have a Makefile.in generated from Makefile.in.in. + case "$ac_file" in */Makefile.in) + # Adjust a relative srcdir. + ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` + ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" + ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` + # In autoconf-2.13 it is called $ac_given_srcdir. + # In autoconf-2.50 it is called $srcdir. + test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" + case "$ac_given_srcdir" in + .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; + /*) top_srcdir="$ac_given_srcdir" ;; + *) top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then + rm -f "$ac_dir/POTFILES" + test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" + cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" + POMAKEFILEDEPS="POTFILES.in" + # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend + # on $ac_dir but don't depend on user-specified configuration + # parameters. + if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then + # The LINGUAS file contains the set of available languages. + if test -n "$OBSOLETE_ALL_LINGUAS"; then + test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" + fi + ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` + # Hide the ALL_LINGUAS assigment from automake. + eval 'ALL_LINGUAS''=$ALL_LINGUAS_' + POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" + else + # The set of available languages was given in configure.in. + eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' + fi + case "$ac_given_srcdir" in + .) srcdirpre= ;; + *) srcdirpre='$(srcdir)/' ;; + esac + POFILES= + GMOFILES= + UPDATEPOFILES= + DUMMYPOFILES= + for lang in $ALL_LINGUAS; do + POFILES="$POFILES $srcdirpre$lang.po" + GMOFILES="$GMOFILES $srcdirpre$lang.gmo" + UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" + DUMMYPOFILES="$DUMMYPOFILES $lang.nop" + done + # CATALOGS depends on both $ac_dir and the user's LINGUAS + # environment variable. + INST_LINGUAS= + if test -n "$ALL_LINGUAS"; then + for presentlang in $ALL_LINGUAS; do + useit=no + if test "%UNSET%" != "$LINGUAS"; then + desiredlanguages="$LINGUAS" + else + desiredlanguages="$ALL_LINGUAS" + fi + for desiredlang in $desiredlanguages; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + INST_LINGUAS="$INST_LINGUAS $presentlang" + fi + done + fi + CATALOGS= + if test -n "$INST_LINGUAS"; then + for lang in $INST_LINGUAS; do + CATALOGS="$CATALOGS $lang.gmo" + done + fi + test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" + sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" + for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do + if test -f "$f"; then + case "$f" in + *.orig | *.bak | *~) ;; + *) cat "$f" >> "$ac_dir/Makefile" ;; + esac + fi + done + fi + ;; + esac + done], + [# Capture the value of obsolete ALL_LINGUAS because we need it to compute + # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it + # from automake. + eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' + # Capture the value of LINGUAS because we need it to compute CATALOGS. + LINGUAS="${LINGUAS-%UNSET%}" + ]) +]) diff --git a/m4/progtest.m4 b/m4/progtest.m4 new file mode 100644 index 000000000..8fe527cec --- /dev/null +++ b/m4/progtest.m4 @@ -0,0 +1,91 @@ +# progtest.m4 serial 3 (gettext-0.12) +dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1996. + +# Search path for a program which passes the given test. + +dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, +dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) +AC_DEFUN([AM_PATH_PROG_WITH_TEST], +[ +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Find out how to test for executable files. Don't use a zero-byte file, +# as systems may use methods other than mode bits to determine executability. +cat >conf$$.file <<_ASEOF +#! /bin/sh +exit 0 +_ASEOF +chmod +x conf$$.file +if test -x conf$$.file >/dev/null 2>&1; then + ac_executable_p="test -x" +else + ac_executable_p="test -f" +fi +rm -f conf$$.file + +# Extract the first word of "$2", so it can be a program name with args. +set dummy $2; ac_word=[$]2 +AC_MSG_CHECKING([for $ac_word]) +AC_CACHE_VAL(ac_cv_path_$1, +[case "[$]$1" in + [[\\/]]* | ?:[[\\/]]*) + ac_cv_path_$1="[$]$1" # Let the user override the test with a path. + ;; + *) + ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in ifelse([$5], , $PATH, [$5]); do + IFS="$ac_save_IFS" + test -z "$ac_dir" && ac_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then + if [$3]; then + ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" + break 2 + fi + fi + done + done + IFS="$ac_save_IFS" +dnl If no 4th arg is given, leave the cache variable unset, +dnl so AC_PATH_PROGS will keep looking. +ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" +])dnl + ;; +esac])dnl +$1="$ac_cv_path_$1" +if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then + AC_MSG_RESULT([$]$1) +else + AC_MSG_RESULT(no) +fi +AC_SUBST($1)dnl +]) diff --git a/m4/stdint_h.m4 b/m4/stdint_h.m4 new file mode 100644 index 000000000..32ba7ae77 --- /dev/null +++ b/m4/stdint_h.m4 @@ -0,0 +1,28 @@ +# stdint_h.m4 serial 3 (gettext-0.12) +dnl Copyright (C) 1997-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +# Define HAVE_STDINT_H_WITH_UINTMAX if exists, +# doesn't clash with , and declares uintmax_t. + +AC_DEFUN([jm_AC_HEADER_STDINT_H], +[ + AC_CACHE_CHECK([for stdint.h], jm_ac_cv_header_stdint_h, + [AC_TRY_COMPILE( + [#include +#include ], + [uintmax_t i = (uintmax_t) -1;], + jm_ac_cv_header_stdint_h=yes, + jm_ac_cv_header_stdint_h=no)]) + if test $jm_ac_cv_header_stdint_h = yes; then + AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1, + [Define if exists, doesn't clash with , + and declares uintmax_t. ]) + fi +]) diff --git a/m4/uintmax_t.m4 b/m4/uintmax_t.m4 new file mode 100644 index 000000000..b5f28d440 --- /dev/null +++ b/m4/uintmax_t.m4 @@ -0,0 +1,32 @@ +# uintmax_t.m4 serial 7 (gettext-0.12) +dnl Copyright (C) 1997-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +AC_PREREQ(2.13) + +# Define uintmax_t to 'unsigned long' or 'unsigned long long' +# if it is not already defined in or . + +AC_DEFUN([jm_AC_TYPE_UINTMAX_T], +[ + AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) + AC_REQUIRE([jm_AC_HEADER_STDINT_H]) + if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then + AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG]) + test $ac_cv_type_unsigned_long_long = yes \ + && ac_type='unsigned long long' \ + || ac_type='unsigned long' + AC_DEFINE_UNQUOTED(uintmax_t, $ac_type, + [Define to unsigned long or unsigned long long + if and don't define.]) + else + AC_DEFINE(HAVE_UINTMAX_T, 1, + [Define if you have the 'uintmax_t' type in or .]) + fi +]) diff --git a/m4/ulonglong.m4 b/m4/ulonglong.m4 new file mode 100644 index 000000000..c375e474c --- /dev/null +++ b/m4/ulonglong.m4 @@ -0,0 +1,23 @@ +# ulonglong.m4 serial 2 (fileutils-4.0.32, gettext-0.10.40) +dnl Copyright (C) 1999-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +AC_DEFUN([jm_AC_TYPE_UNSIGNED_LONG_LONG], +[ + AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long, + [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;], + [unsigned long long ullmax = (unsigned long long) -1; + return ull << i | ull >> i | ullmax / ull | ullmax % ull;], + ac_cv_type_unsigned_long_long=yes, + ac_cv_type_unsigned_long_long=no)]) + if test $ac_cv_type_unsigned_long_long = yes; then + AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1, + [Define if you have the unsigned long long type.]) + fi +]) diff --git a/po/ChangeLog b/po/ChangeLog index deac7ae62..9dd947e9f 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,18 @@ +2003-10-25 Werner Koch + + * Makevars: New. + +2003-10-25 gettextize + + * Makefile.in.in: New file, from gettext-0.12.1. + * Rules-quot: New file, from gettext-0.12.1. + * boldquot.sed: New file, from gettext-0.12.1. + * en@boldquot.header: New file, from gettext-0.12.1. + * en@quot.header: New file, from gettext-0.12.1. + * insert-header.sin: New file, from gettext-0.12.1. + * quot.sed: New file, from gettext-0.12.1. + * remove-potcdate.sin: New file, from gettext-0.12.1. + 2003-10-10 Werner Koch * POTFILES.in (cipher/primegen.c): Added. diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 000000000..b418cf26d --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,18 @@ +# Set of available languages. +# we have disabled most of them for now. +en@quot en@boldquot +#ca cs +#da +de +#eo el es et +#fi fr +#gl +#hu +#id it +#ja +#nl +#pl +#pt_BR pt +#sk sv +#tr +#zh_TW" diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 28726a21f..27b721aa8 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -1,18 +1,16 @@ -# Makefile for program source directory in GNU NLS utilities package. -# Copyright (C) 1995-1997, 2000, 2001 by Ulrich Drepper +# Makefile for PO directory in any package using GNU gettext. +# Copyright (C) 1995-1997, 2000-2003 by Ulrich Drepper # -# This file file 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 is *not* freely available. +# 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@ -# These two variables depend on the location of this directory. -subdir = po -top_builddir = .. - SHELL = /bin/sh @SET_MAKE@ @@ -29,74 +27,124 @@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) -CC = @CC@ GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ MSGMERGE = msgmerge - -DEFS = @DEFS@ -CFLAGS = @CFLAGS@ -CPPFLAGS = @CPPFLAGS@ - -INCLUDES = -I.. -I$(top_srcdir)/intl - -COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) +MSGMERGE_UPDATE = @MSGMERGE@ --update +MSGINIT = msginit +MSGCONV = msgconv +MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ -DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ -$(POFILES) $(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: .c .o .po .pox .gmo .mo - -.c.o: - $(COMPILE) $< - -.po.pox: - $(MAKE) $(PACKAGE).pot - $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox +.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update .po.mo: - $(MSGFMT) -o $@ $< + @echo "$(MSGFMT) -c -o $@ $<"; \ + $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: - file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) --statistics -o $$file $< + @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: $(CATALOGS) +all-yes: stamp-po all-no: -# Note: Target 'all' must not depend on target '$(srcdir)/$(PACKAGE).pot', +# 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. -$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in - $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ - --add-comments --keyword=_ --keyword=N_ \ +# 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 \ - && test ! -f $(PACKAGE).po \ - || ( rm -f $(srcdir)/$(PACKAGE).pot \ - && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot ) + --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"; then \ + if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ - $(INSTALL_DATA) $(srcdir)/Makefile.in.in \ - $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ + 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 @@ -106,41 +154,118 @@ install-data-yes: all @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ - $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $$cat as $(DESTDIR)$$dir/$(PACKAGE).mo"; \ - else \ - $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $(srcdir)/$$cat as" \ - "$(DESTDIR)$$dir/$(PACKAGE).mo"; \ - fi; \ + 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: - catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \ - done - if test "$(PACKAGE)" = "gettext"; then \ - rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ +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 -dvi info tags TAGS ID: +info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: - rm -f core core.* *.pox $(PACKAGE).po *.new.po + 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 @@ -151,7 +276,7 @@ distclean: clean 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 $(GMOFILES) + rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: @@ -160,37 +285,69 @@ dist distdir: # 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 dir=.; else dir=$(srcdir); fi; \ - cp -p $$dir/$$file $(distdir); \ + if test -f $$file; then \ + cp -p $$file $(distdir); \ + else \ + cp -p $(srcdir)/$$file $(distdir); \ + fi; \ done update-po: Makefile - $(MAKE) $(PACKAGE).pot - if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \ - cd $(srcdir); \ - catalogs='$(GMOFILES)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ - echo "$$lang:"; \ - if $(MSGMERGE) $$lang.po $(PACKAGE).pot -o $$lang.new.po; then \ - mv -f $$lang.new.po $$lang.po; \ - else \ - echo "msgmerge for $$cat failed!"; \ - rm -f $$lang.new.po; \ - fi; \ - done + $(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 POTFILES.in +Makefile: Makefile.in.in $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@.in 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 new file mode 100644 index 000000000..814803feb --- /dev/null +++ b/po/Makevars @@ -0,0 +1,42 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# 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 = gnupg-i18n@gnupg.org + +# 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/Rules-quot b/po/Rules-quot new file mode 100644 index 000000000..5f46d237d --- /dev/null +++ b/po/Rules-quot @@ -0,0 +1,42 @@ +# Special Makefile rules for English message catalogs with quotation marks. + +DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot + +.SUFFIXES: .insert-header .po-update-en + +en@quot.po-update: en@quot.po-update-en +en@boldquot.po-update: en@boldquot.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 + +en@quot.insert-header: insert-header.sin + sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header + +en@boldquot.insert-header: insert-header.sin + sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header + +mostlyclean: mostlyclean-quot +mostlyclean-quot: + rm -f *.insert-header diff --git a/po/boldquot.sed b/po/boldquot.sed new file mode 100644 index 000000000..4b937aa51 --- /dev/null +++ b/po/boldquot.sed @@ -0,0 +1,10 @@ +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 index c28c37eb8..cab42f95d 100644 --- a/po/de.po +++ b/po/de.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-1.0.7\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-10-10 17:41+0200\n" +"Report-Msgid-Bugs-To: gnupg-i18n@gnupg.org\n" +"POT-Creation-Date: 2003-10-25 17:43+0200\n" "PO-Revision-Date: 2002-09-11 15:40+0200\n" "Last-Translator: Walter Koch \n" "Language-Team: German \n" @@ -23,11 +23,11 @@ msgstr "siehe http://www.gnupg.org/de/faq.html f # " Um dies zu vermeiden, kann das Programm suid(root) installiert werden.\n" # " Bitte wenden Sie sich hierzu an den Systemadministrator.\n" -#: util/secmem.c:328 +#: util/secmem.c:339 msgid "operation is not possible without initialized secure memory\n" msgstr "Vorgang ist ohne sicheren Hauptspeicher nicht mglich\n" -#: util/secmem.c:329 +#: util/secmem.c:340 msgid "(you may have used the wrong program for this task)\n" msgstr "" "(mglicherweise haben Sie das falsche Programm fr diese Aufgabe benutzt)\n" @@ -252,7 +252,6 @@ msgstr "nicht verschl msgid "not processed" msgstr "nicht bearbeitet" -#. the key cannot be used for a specific usage #: util/errors.c:105 msgid "unusable public key" msgstr "unbrauchbarer ffentlicher Schssel" @@ -287,7 +286,7 @@ msgstr "Sie haben eine Bug (Programmfehler) gefunden ... (%s:%d)\n" msgid "no entropy gathering module detected\n" msgstr "Kein Modul zum sammeln von Entropie vorhanden\n" -#: cipher/random.c:387 g10/keygen.c:1931 g10/import.c:168 +#: cipher/random.c:387 g10/keygen.c:1929 g10/import.c:168 #, c-format msgid "can't open `%s': %s\n" msgstr "'%s' kann nicht geffnet werden: %s\n" @@ -720,336 +719,336 @@ msgstr "WARNUNG: Unsichere Zugriffsrechte f msgid "WARNING: unsafe enclosing directory permissions on extension \"%s\"\n" msgstr "WARNUNG: Unsichere Zugriffsrechte fr %s \"%s\"\n" -#: g10/g10.c:1304 +#: g10/g10.c:1312 #, c-format msgid "NOTE: old default options file `%s' ignored\n" msgstr "Hinweis: Alte voreingestellte Optionendatei '%s' wurde ignoriert\n" -#: g10/g10.c:1340 +#: g10/g10.c:1348 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "Hinweis: Keine voreingestellte Optionendatei '%s' vorhanden\n" -#: g10/g10.c:1344 +#: g10/g10.c:1352 #, c-format msgid "option file `%s': %s\n" msgstr "Optionendatei '%s': %s\n" -#: g10/g10.c:1351 +#: g10/g10.c:1359 #, c-format msgid "reading options from `%s'\n" msgstr "Optionen werden aus '%s' gelesen\n" -#: g10/g10.c:1567 g10/g10.c:2037 g10/g10.c:2048 +#: g10/g10.c:1575 g10/g10.c:2048 g10/g10.c:2059 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "Hinweis: %s ist nicht fr den blichen Gebrauch gedacht!\n" -#: g10/g10.c:1580 +#: g10/g10.c:1588 #, c-format msgid "cipher extension \"%s\" not loaded due to unsafe permissions\n" msgstr "" "Verschlsselungserweiterung \"%s\" wurde wegen falscher Rechte nicht " "geladen\n" -#: g10/g10.c:1781 +#: g10/g10.c:1792 #, c-format msgid "%s is not a valid character set\n" msgstr "%s ist kein gltiger Zeichensatz.\n" -#: g10/g10.c:1799 +#: g10/g10.c:1810 msgid "could not parse keyserver URI\n" msgstr "Schlsselserver-URI konnte nicht zerlegt werden\n" -#: g10/g10.c:1808 +#: g10/g10.c:1819 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: ungltige Import Option.\n" -#: g10/g10.c:1811 +#: g10/g10.c:1822 msgid "invalid import options\n" msgstr "Ungltige Import Option\n" -#: g10/g10.c:1818 +#: g10/g10.c:1829 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: ungltige Export Option.\n" -#: g10/g10.c:1821 +#: g10/g10.c:1832 msgid "invalid export options\n" msgstr "Ungltige export Option\n" -#: g10/g10.c:1843 +#: g10/g10.c:1854 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: ungltige Import Option.\n" -#: g10/g10.c:1846 +#: g10/g10.c:1857 #, fuzzy msgid "invalid list options\n" msgstr "Ungltige Import Option\n" -#: g10/g10.c:1867 +#: g10/g10.c:1878 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: ungltige Export Option.\n" -#: g10/g10.c:1870 +#: g10/g10.c:1881 #, fuzzy msgid "invalid verify options\n" msgstr "Ungltige export Option\n" -#: g10/g10.c:1877 +#: g10/g10.c:1888 #, c-format msgid "unable to set exec-path to %s\n" msgstr "Der Ausfhrungspfad konnte nicht auf %s gesetzt werden.\n" -#: g10/g10.c:2026 +#: g10/g10.c:2037 msgid "WARNING: program may create a core file!\n" msgstr "WARNUNG: Programm knnte eine core-dump-Datei schreiben!\n" -#: g10/g10.c:2030 +#: g10/g10.c:2041 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "WARNUNG: %s ersetzt %s\n" -#: g10/g10.c:2039 +#: g10/g10.c:2050 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s kann nicht zusammen mit %s verwendet werden!\n" -#: g10/g10.c:2042 +#: g10/g10.c:2053 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s zusammen mit %s ist nicht sinnvoll!\n" -#: g10/g10.c:2063 +#: g10/g10.c:2074 msgid "you can only make detached or clear signatures while in --pgp2 mode\n" msgstr "" "Im --pgp2-Modus knnen Sie nur abgetrennte oder Klartextunterschriften " "machen\n" -#: g10/g10.c:2069 +#: g10/g10.c:2080 msgid "you can't sign and encrypt at the same time while in --pgp2 mode\n" msgstr "" "Im --pgp2-Modus knnen Sie nicht gleichzeitig unterschreiben und " "verschlsseln\n" -#: g10/g10.c:2075 +#: g10/g10.c:2086 msgid "you must use files (and not a pipe) when working with --pgp2 enabled.\n" msgstr "" "Im --pgp2-Modus mssen Sie Dateien benutzen und knnen keine Pipes " "verwenden.\n" -#: g10/g10.c:2088 +#: g10/g10.c:2099 msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "" "Verschlssen einer Botschaft bentigt im --pgp2-Modus die IDEA-" "Verschlsselung\n" -#: g10/g10.c:2156 g10/g10.c:2180 +#: g10/g10.c:2167 g10/g10.c:2191 msgid "selected cipher algorithm is invalid\n" msgstr "Das ausgewhlte Verschlsselungsverfahren ist ungltig\n" -#: g10/g10.c:2162 g10/g10.c:2186 +#: g10/g10.c:2173 g10/g10.c:2197 msgid "selected digest algorithm is invalid\n" msgstr "Das ausgewhlte Hashverfahren ist ungltig\n" -#: g10/g10.c:2168 +#: g10/g10.c:2179 #, fuzzy msgid "selected compression algorithm is invalid\n" msgstr "Das ausgewhlte Verschlsselungsverfahren ist ungltig\n" -#: g10/g10.c:2174 +#: g10/g10.c:2185 msgid "selected certification digest algorithm is invalid\n" msgstr "Das ausgewhlte Hashverfahren ist ungltig\n" -#: g10/g10.c:2189 +#: g10/g10.c:2200 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed mssen grer als 0 sein\n" -#: g10/g10.c:2191 +#: g10/g10.c:2202 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed mssen grer als 1 sein\n" -#: g10/g10.c:2193 +#: g10/g10.c:2204 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "max-cert-depth mu im Bereich 1 bis 255 liegen\n" -#: g10/g10.c:2196 +#: g10/g10.c:2207 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "Hinweis: Vom \"simple S2K\"-Modus (0) ist strikt abzuraten\n" -#: g10/g10.c:2200 +#: g10/g10.c:2211 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "ungltiger \"simple S2K\"-Modus; Wert mu 0, 1 oder 3 sein\n" -#: g10/g10.c:2204 +#: g10/g10.c:2215 msgid "invalid default-check-level; must be 0, 1, 2, or 3\n" msgstr "ungltiger \"default-check-level\"; Wert mu 0, 1, 2 oder 3 sein\n" -#: g10/g10.c:2210 +#: g10/g10.c:2221 msgid "invalid default preferences\n" msgstr "ungltige Standard Voreinstellungen\n" -#: g10/g10.c:2218 +#: g10/g10.c:2229 msgid "invalid personal cipher preferences\n" msgstr "ungltige private Verschlsselungsvoreinstellungen\n" -#: g10/g10.c:2222 +#: g10/g10.c:2233 msgid "invalid personal digest preferences\n" msgstr "ungltige private Hashvoreinstellungen\n" -#: g10/g10.c:2226 +#: g10/g10.c:2237 msgid "invalid personal compress preferences\n" msgstr "ungltige private Komprimierungsvoreinstellungen\n" -#: g10/g10.c:2256 +#: g10/g10.c:2267 #, fuzzy, c-format msgid "%s does not yet work with %s\n" msgstr "%s zusammen mit %s ist nicht sinnvoll!\n" -#: g10/g10.c:2300 +#: g10/g10.c:2311 #, fuzzy, c-format msgid "you may not use cipher algorithm \"%s\" while in %s mode\n" msgstr "Die Benutzung von %s ist im %s-Modus nicht erlaubt.\n" -#: g10/g10.c:2305 +#: g10/g10.c:2316 #, fuzzy, c-format msgid "you may not use digest algorithm \"%s\" while in %s mode\n" msgstr "Die Benutzung von %s ist im %s-Modus nicht erlaubt.\n" -#: g10/g10.c:2310 +#: g10/g10.c:2321 #, fuzzy, c-format msgid "you may not use compression algorithm \"%s\" while in %s mode\n" msgstr "Die Benutzung von %s ist im %s-Modus nicht erlaubt.\n" -#: g10/g10.c:2402 +#: g10/g10.c:2413 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "Die Trust-DB kann nicht initialisiert werden: %s\n" -#: g10/g10.c:2412 +#: g10/g10.c:2423 msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "WARNUNG: Empfnger (-r) angegeben ohne Verwendung von Public-Key-Verfahren\n" -#: g10/g10.c:2422 +#: g10/g10.c:2433 msgid "--store [filename]" msgstr "--store [Dateiname]" -#: g10/g10.c:2429 +#: g10/g10.c:2440 msgid "--symmetric [filename]" msgstr "--symmetric [Dateiname]" -#: g10/g10.c:2441 +#: g10/g10.c:2452 msgid "--encrypt [filename]" msgstr "--encrypt [Dateiname]" -#: g10/g10.c:2456 +#: g10/g10.c:2467 msgid "--sign [filename]" msgstr "--sign [Dateiname]" -#: g10/g10.c:2469 +#: g10/g10.c:2480 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [Dateiname]" -#: g10/g10.c:2483 +#: g10/g10.c:2494 msgid "--sign --symmetric [filename]" msgstr "--sign --symmetric [Dateiname]" -#: g10/g10.c:2492 +#: g10/g10.c:2503 msgid "--clearsign [filename]" msgstr "--clearsign [Dateiname]" -#: g10/g10.c:2517 +#: g10/g10.c:2528 msgid "--decrypt [filename]" msgstr "--decrypt [Dateiname]" -#: g10/g10.c:2525 +#: g10/g10.c:2536 msgid "--sign-key user-id" msgstr "--sign-key User-ID" -#: g10/g10.c:2533 +#: g10/g10.c:2544 msgid "--lsign-key user-id" msgstr "--lsign-key User-ID" -#: g10/g10.c:2541 +#: g10/g10.c:2552 msgid "--nrsign-key user-id" msgstr "--nrsign-key User-ID" -#: g10/g10.c:2549 +#: g10/g10.c:2560 msgid "--nrlsign-key user-id" msgstr "--nrlsign-key User-ID" -#: g10/g10.c:2557 +#: g10/g10.c:2568 msgid "--edit-key user-id [commands]" msgstr "--edit-key User-ID [Befehle]" -#: g10/g10.c:2613 g10/encode.c:420 g10/sign.c:887 +#: g10/g10.c:2624 g10/encode.c:420 g10/sign.c:887 #, c-format msgid "can't open %s: %s\n" msgstr "'%s' kann nicht geffnet werden: %s\n" -#: g10/g10.c:2628 +#: g10/g10.c:2639 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [User-ID] [Schlsselbund]" -#: g10/g10.c:2666 +#: g10/g10.c:2677 #, fuzzy, c-format msgid "keyserver send failed: %s\n" msgstr "Schlsselerzeugung fehlgeschlagen: %s\n" -#: g10/g10.c:2668 +#: g10/g10.c:2679 #, fuzzy, c-format msgid "keyserver receive failed: %s\n" msgstr "enum_secret_keys fehlgeschlagen: %s\n" -#: g10/g10.c:2670 +#: g10/g10.c:2681 #, fuzzy, c-format msgid "key export failed: %s\n" msgstr "Schlsselerzeugung fehlgeschlagen: %s\n" -#: g10/g10.c:2682 +#: g10/g10.c:2693 #, fuzzy, c-format msgid "keyserver search failed: %s\n" msgstr "get_dir_record: search_record fehlgeschlagen: %s\n" -#: g10/g10.c:2692 +#: g10/g10.c:2703 #, fuzzy, c-format msgid "keyserver refresh failed: %s\n" msgstr "enum_secret_keys fehlgeschlagen: %s\n" -#: g10/g10.c:2733 +#: g10/g10.c:2744 #, c-format msgid "dearmoring failed: %s\n" msgstr "Entfernen der ASCII-Hlle ist fehlgeschlagen: %s\n" -#: g10/g10.c:2741 +#: g10/g10.c:2752 #, c-format msgid "enarmoring failed: %s\n" msgstr "Anbringen der ASCII-Hlle ist fehlgeschlagen: %s\n" -#: g10/g10.c:2828 +#: g10/g10.c:2839 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "Ungltiges Hashverfahren '%s'\n" -#: g10/g10.c:2944 +#: g10/g10.c:2955 msgid "[filename]" msgstr "[Dateiname]" -#: g10/g10.c:2948 +#: g10/g10.c:2959 msgid "Go ahead and type your message ...\n" msgstr "Auf geht's - Botschaft eintippen ...\n" -#: g10/g10.c:2951 g10/decrypt.c:61 g10/decrypt.c:110 g10/verify.c:95 +#: g10/g10.c:2962 g10/decrypt.c:61 g10/decrypt.c:110 g10/verify.c:95 #: g10/verify.c:142 #, c-format msgid "can't open `%s'\n" msgstr "'%s' kann nicht geffnet werden\n" -#: g10/g10.c:3225 +#: g10/g10.c:3236 msgid "" "a notation name must have only printable characters or spaces, and end with " "an '='\n" @@ -1057,24 +1056,24 @@ msgstr "" "Ein \"notation\"-Name darf nur Buchstaben, Zahlen, Punkte oder Unterstriche " "enthalten und mu mit einem '=' enden\n" -#: g10/g10.c:3234 +#: g10/g10.c:3245 #, fuzzy msgid "a user notation name must contain the '@' character\n" msgstr "Ein \"notation\"-Wert darf keine Kontrollzeichen verwenden\n" -#: g10/g10.c:3244 +#: g10/g10.c:3255 msgid "a notation value must not use any control characters\n" msgstr "Ein \"notation\"-Wert darf keine Kontrollzeichen verwenden\n" -#: g10/g10.c:3278 +#: g10/g10.c:3289 msgid "the given certification policy URL is invalid\n" msgstr "Die angegebene Zertifikat-Richtlinien-URL ist ungltig\n" -#: g10/g10.c:3280 +#: g10/g10.c:3291 msgid "the given signature policy URL is invalid\n" msgstr "Die angegebene Unterschriften-Richtlinien-URL ist ungltig\n" -#: g10/g10.c:3313 +#: g10/g10.c:3324 #, fuzzy msgid "the given signature preferred keyserver URL is invalid\n" msgstr "Die angegebene Unterschriften-Richtlinien-URL ist ungltig\n" @@ -1211,7 +1210,6 @@ msgstr "Grund f msgid "revocation comment: " msgstr "Widerruf-Bemerkung: " -#. a string with valid answers #: g10/pkclist.c:265 msgid "iImMqQsS" msgstr "iImMqQsS" @@ -1267,7 +1265,6 @@ msgstr " %d = Ich vertraue ihm vollst msgid " %d = I trust ultimately\n" msgstr " %d = Ich vertraue ihm absolut\n" -#. not yet implemented #: g10/pkclist.c:328 msgid " i = please show me more information\n" msgstr " i = Bitte weitere Information anzeigen\n" @@ -1479,113 +1476,113 @@ msgstr "%s: msgid "no valid addressees\n" msgstr "Keine gltigen Adressaten\n" -#: g10/keygen.c:206 +#: g10/keygen.c:204 #, fuzzy, c-format msgid "preference `%s' duplicated\n" msgstr "Voreinstellung %c%lu ist doppelt\n" -#: g10/keygen.c:213 +#: g10/keygen.c:211 #, fuzzy msgid "too many cipher preferences\n" msgstr "zu viele `%c' Voreinstellungen\n" -#: g10/keygen.c:215 +#: g10/keygen.c:213 #, fuzzy msgid "too many digest preferences\n" msgstr "zu viele `%c' Voreinstellungen\n" -#: g10/keygen.c:217 +#: g10/keygen.c:215 #, fuzzy msgid "too many compression preferences\n" msgstr "zu viele `%c' Voreinstellungen\n" -#: g10/keygen.c:306 +#: g10/keygen.c:304 #, fuzzy, c-format msgid "invalid item `%s' in preference string\n" msgstr "Ungltiges Zeichen in den Voreinstellungen\n" -#: g10/keygen.c:634 +#: g10/keygen.c:632 msgid "writing direct signature\n" msgstr "Die \"Direct Key Signature\" wird geschrieben\n" -#: g10/keygen.c:673 +#: g10/keygen.c:671 msgid "writing self signature\n" msgstr "Die Eigenbeglaubigung wird geschrieben\n" -#: g10/keygen.c:717 +#: g10/keygen.c:715 msgid "writing key binding signature\n" msgstr "Schreiben der \"key-binding\" Signatur\n" -#: g10/keygen.c:771 g10/keygen.c:855 g10/keygen.c:946 +#: g10/keygen.c:769 g10/keygen.c:853 g10/keygen.c:944 #, c-format msgid "keysize invalid; using %u bits\n" msgstr "Ungltig Schlssellnge; %u Bit werden verwendet\n" -#: g10/keygen.c:776 g10/keygen.c:860 g10/keygen.c:951 +#: g10/keygen.c:774 g10/keygen.c:858 g10/keygen.c:949 #, c-format msgid "keysize rounded up to %u bits\n" msgstr "Schlssellnge auf %u Bit aufgerundet\n" -#: g10/keygen.c:1051 +#: g10/keygen.c:1049 msgid "Please select what kind of key you want:\n" msgstr "Bitte whlen Sie, welche Art von Schlssel Sie mchten:\n" -#: g10/keygen.c:1053 +#: g10/keygen.c:1051 #, c-format msgid " (%d) DSA and ElGamal (default)\n" msgstr " (%d) DSA und ElGamal (voreingestellt)\n" -#: g10/keygen.c:1054 +#: g10/keygen.c:1052 #, c-format msgid " (%d) DSA (sign only)\n" msgstr " (%d) DSA (nur signieren/beglaubigen)\n" -#: g10/keygen.c:1056 +#: g10/keygen.c:1054 #, c-format msgid " (%d) ElGamal (encrypt only)\n" msgstr " (%d) ElGamal (nur verschlsseln)\n" -#: g10/keygen.c:1058 +#: g10/keygen.c:1056 #, c-format msgid " (%d) ElGamal (sign and encrypt)\n" msgstr " (%d) ElGamal (signieren/beglaubigen und verschlsseln)\n" -#: g10/keygen.c:1059 +#: g10/keygen.c:1057 #, c-format msgid " (%d) RSA (sign only)\n" msgstr " (%d) RSA (nur signieren/beglaubigen)\n" -#: g10/keygen.c:1061 +#: g10/keygen.c:1059 #, c-format msgid " (%d) RSA (encrypt only)\n" msgstr " (%d) RSA (nur verschlsseln)\n" -#: g10/keygen.c:1063 +#: g10/keygen.c:1061 #, c-format msgid " (%d) RSA (sign and encrypt)\n" msgstr " (%d) RSA (signieren/beglaubigen und verschlsseln)\n" -#: g10/keygen.c:1066 g10/keyedit.c:319 g10/keyedit.c:340 g10/keyedit.c:356 +#: g10/keygen.c:1064 g10/keyedit.c:319 g10/keyedit.c:340 g10/keyedit.c:356 msgid "Your selection? " msgstr "Ihre Auswahl? " -#: g10/keygen.c:1092 +#: g10/keygen.c:1090 msgid "" "The use of this algorithm is only supported by GnuPG. You will not be\n" "able to use this key to communicate with PGP users. This algorithm is also\n" "very slow, and may not be as secure as the other choices.\n" msgstr "" -#: g10/keygen.c:1097 +#: g10/keygen.c:1095 #, fuzzy msgid "Create anyway? " msgstr "Diesen Schlssel trotzdem benutzen? " -#: g10/keygen.c:1115 g10/keyedit.c:800 g10/revoke.c:637 +#: g10/keygen.c:1113 g10/keyedit.c:800 g10/revoke.c:637 msgid "Invalid selection.\n" msgstr "Ungltige Auswahl.\n" -#: g10/keygen.c:1128 +#: g10/keygen.c:1126 #, c-format msgid "" "About to generate a new %s keypair.\n" @@ -1598,36 +1595,28 @@ msgstr "" " standard Schlssellnge ist 1024 Bit\n" " grte sinnvolle Schlssellnge ist 2048 Bit\n" -#: g10/keygen.c:1137 +#: g10/keygen.c:1135 msgid "What keysize do you want? (1024) " msgstr "Welche Schlssellnge wnschen Sie? (1024) " -#: g10/keygen.c:1142 +#: g10/keygen.c:1140 msgid "DSA only allows keysizes from 512 to 1024\n" msgstr "DSA erlaubt nur Schlssellngen von 512 bis 1024\n" -#: g10/keygen.c:1144 +#: g10/keygen.c:1142 msgid "keysize too small; 1024 is smallest value allowed for RSA.\n" msgstr "zu kurz; 1024 ist die kleinste fr RSA mgliche Schlssellnge.\n" -#: g10/keygen.c:1147 +#: g10/keygen.c:1145 msgid "keysize too small; 768 is smallest value allowed.\n" msgstr "zu kurz; 768 ist die kleinste mgliche Schlssellnge.\n" -#. It is ridiculous and an annoyance to use larger key sizes! -#. * GnuPG can handle much larger sizes; but it takes an eternity -#. * to create such a key (but less than the time the Sirius -#. * Computer Corporation needs to process one of the usual -#. * complaints) and {de,en}cryption although needs some time. -#. * So, before you complain about this limitation, I suggest that -#. * you start a discussion with Marvin about this theme and then -#. * do whatever you want. -#: g10/keygen.c:1158 +#: g10/keygen.c:1156 #, c-format msgid "keysize too large; %d is largest value allowed.\n" msgstr "Schsselgre zu hoch; %d ist der Maximalwert.\n" -#: g10/keygen.c:1163 +#: g10/keygen.c:1161 msgid "" "Keysizes larger than 2048 are not suggested because\n" "computations take REALLY long!\n" @@ -1635,11 +1624,11 @@ msgstr "" "Schlssellngen grer als 2048 werden nicht empfohlen, da die\n" "Berechnungen dann WIRKLICH lange brauchen!\n" -#: g10/keygen.c:1166 +#: g10/keygen.c:1164 msgid "Are you sure that you want this keysize? " msgstr "Sind Sie sicher, da Sie diese Schlssellnge wnschen? " -#: g10/keygen.c:1167 +#: g10/keygen.c:1165 msgid "" "Okay, but keep in mind that your monitor and keyboard radiation is also very " "vulnerable to attacks!\n" @@ -1647,17 +1636,17 @@ msgstr "" "Gut, aber bitte denken Sie auch daran, da Monitor und Tastatur Daten " "abstrahlen und diese leicht mitgelesen werden knnen.\n" -#: g10/keygen.c:1176 +#: g10/keygen.c:1174 #, c-format msgid "Requested keysize is %u bits\n" msgstr "Die verlangte Schlssellnge betrgt %u Bit\n" -#: g10/keygen.c:1179 g10/keygen.c:1183 +#: g10/keygen.c:1177 g10/keygen.c:1181 #, c-format msgid "rounded up to %u bits\n" msgstr "aufgerundet auf %u Bit\n" -#: g10/keygen.c:1234 +#: g10/keygen.c:1232 msgid "" "Please specify how long the key should be valid.\n" " 0 = key does not expire\n" @@ -1673,7 +1662,7 @@ msgstr "" " m = Schlssel verfllt nach n Monaten\n" " y = Schlssel verfllt nach n Jahren\n" -#: g10/keygen.c:1243 +#: g10/keygen.c:1241 msgid "" "Please specify how long the signature should be valid.\n" " 0 = signature does not expire\n" @@ -1689,30 +1678,29 @@ msgstr "" " m = Schlssel verfllt nach n Monaten\n" " y = Schlssel verfllt nach n Jahren\n" -#: g10/keygen.c:1265 +#: g10/keygen.c:1263 msgid "Key is valid for? (0) " msgstr "Wie lange bleibt der Schlssel gltig? (0) " -#: g10/keygen.c:1267 +#: g10/keygen.c:1265 msgid "Signature is valid for? (0) " msgstr "Wie lange bleibt die Beglaubigung gltig? (0) " -#: g10/keygen.c:1272 +#: g10/keygen.c:1270 msgid "invalid value\n" msgstr "Ungltiger Wert.\n" -#: g10/keygen.c:1277 +#: g10/keygen.c:1275 #, c-format msgid "%s does not expire at all\n" msgstr "%s verfllt nie.\n" -#. print the date when the key expires -#: g10/keygen.c:1284 +#: g10/keygen.c:1282 #, c-format msgid "%s expires at %s\n" msgstr "%s verfllt am %s\n" -#: g10/keygen.c:1290 +#: g10/keygen.c:1288 msgid "" "Your system can't display dates beyond 2038.\n" "However, it will be correctly handled up to 2106.\n" @@ -1720,11 +1708,11 @@ msgstr "" "Ihr Rechner kann Daten jenseits des Jahres 2038 nicht anzeigen.\n" "Trotzdem werden Daten bis 2106 korrekt verarbeitet.\n" -#: g10/keygen.c:1295 +#: g10/keygen.c:1293 msgid "Is this correct (y/n)? " msgstr "Ist dies richtig? (j/n) " -#: g10/keygen.c:1338 +#: g10/keygen.c:1336 msgid "" "\n" "You need a User-ID to identify your key; the software constructs the user " @@ -1740,44 +1728,44 @@ msgstr "" " \"Heinrich Heine (Der Dichter) \"\n" "\n" -#: g10/keygen.c:1350 +#: g10/keygen.c:1348 msgid "Real name: " msgstr "Ihr Name (\"Vorname Nachname\"): " -#: g10/keygen.c:1358 +#: g10/keygen.c:1356 msgid "Invalid character in name\n" msgstr "Ungltiges Zeichen im Namen\n" -#: g10/keygen.c:1360 +#: g10/keygen.c:1358 msgid "Name may not start with a digit\n" msgstr "Der Name darf nicht mit einer Ziffer beginnen.\n" -#: g10/keygen.c:1362 +#: g10/keygen.c:1360 msgid "Name must be at least 5 characters long\n" msgstr "Der Name mu min. 5 Zeichen lang sein.\n" -#: g10/keygen.c:1370 +#: g10/keygen.c:1368 msgid "Email address: " msgstr "E-Mail-Adresse: " -#: g10/keygen.c:1381 +#: g10/keygen.c:1379 msgid "Not a valid email address\n" msgstr "Diese E-Mail-Adresse ist ungltig\n" -#: g10/keygen.c:1389 +#: g10/keygen.c:1387 msgid "Comment: " msgstr "Kommentar: " -#: g10/keygen.c:1395 +#: g10/keygen.c:1393 msgid "Invalid character in comment\n" msgstr "Ungltiges Zeichen im Kommentar.\n" -#: g10/keygen.c:1418 +#: g10/keygen.c:1416 #, c-format msgid "You are using the `%s' character set.\n" msgstr "Sie benutzen den Zeichensatz `%s'\n" -#: g10/keygen.c:1424 +#: g10/keygen.c:1422 #, c-format msgid "" "You selected this USER-ID:\n" @@ -1788,27 +1776,27 @@ msgstr "" " \"%s\"\n" "\n" -#: g10/keygen.c:1429 +#: g10/keygen.c:1427 msgid "Please don't put the email address into the real name or the comment\n" msgstr "Bitte keine E-Mailadressen als Namen oder Kommentar verwenden\n" -#: g10/keygen.c:1434 +#: g10/keygen.c:1432 msgid "NnCcEeOoQq" msgstr "NnKkEeFfBb" -#: g10/keygen.c:1444 +#: g10/keygen.c:1442 msgid "Change (N)ame, (C)omment, (E)mail or (Q)uit? " msgstr "ndern: (N)ame, (K)ommentar, (E)-Mail oder (B)eenden? " -#: g10/keygen.c:1445 +#: g10/keygen.c:1443 msgid "Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? " msgstr "ndern: (N)ame, (K)ommentar, (E)-Mail oder (F)ertig/(B)eenden? " -#: g10/keygen.c:1464 +#: g10/keygen.c:1462 msgid "Please correct the error first\n" msgstr "Bitte beseitigen Sie zuerst den Fehler\n" -#: g10/keygen.c:1503 +#: g10/keygen.c:1501 msgid "" "You need a Passphrase to protect your secret key.\n" "\n" @@ -1816,16 +1804,16 @@ msgstr "" "Sie bentigen ein Mantra, um den geheimen Schlssel zu schtzen.\n" "\n" -#: g10/keygen.c:1512 g10/keyedit.c:1005 +#: g10/keygen.c:1510 g10/keyedit.c:1005 msgid "passphrase not correctly repeated; try again" msgstr "Mantra wurde nicht richtig wiederholt; noch einmal versuchen" -#: g10/keygen.c:1513 +#: g10/keygen.c:1511 #, c-format msgid "%s.\n" msgstr "%s.\n" -#: g10/keygen.c:1519 +#: g10/keygen.c:1517 msgid "" "You don't want a passphrase - this is probably a *bad* idea!\n" "I will do it anyway. You can change your passphrase at any time,\n" @@ -1838,7 +1826,7 @@ msgstr "" "aufrufen.\n" "\n" -#: g10/keygen.c:1540 +#: g10/keygen.c:1538 msgid "" "We need to generate a lot of random bytes. It is a good idea to perform\n" "some other action (type on the keyboard, move the mouse, utilize the\n" @@ -1849,64 +1837,63 @@ msgstr "" "untersttzen, indem Sie z.B. in einem anderen Fenster/Konsole irgendetwas\n" "tippen, die Maus verwenden oder irgendwelche anderen Programme benutzen.\n" -#. We don't yet support unattended key generation. -#: g10/keygen.c:2098 g10/revoke.c:214 g10/revoke.c:414 +#: g10/keygen.c:2096 g10/revoke.c:214 g10/revoke.c:414 #, fuzzy msgid "sorry, can't do this in batch mode\n" msgstr "Dies kann im Batchmodus nicht durchgefhrt werden.\n" -#: g10/keygen.c:2159 +#: g10/keygen.c:2157 msgid "DSA keypair will have 1024 bits.\n" msgstr "Das DSA-Schlsselpaar wird 1024 Bit haben.\n" -#: g10/keygen.c:2227 +#: g10/keygen.c:2225 msgid "Key generation canceled.\n" msgstr "Schlsselerzeugung abgebrochen.\n" -#: g10/keygen.c:2335 g10/keygen.c:2460 +#: g10/keygen.c:2333 g10/keygen.c:2458 #, c-format msgid "writing public key to `%s'\n" msgstr "schreiben des ffentlichen Schlssels nach '%s'\n" -#: g10/keygen.c:2337 g10/keygen.c:2463 +#: g10/keygen.c:2335 g10/keygen.c:2461 #, fuzzy, c-format msgid "writing secret key stub to `%s'\n" msgstr "schreiben des geheimen Schlssels nach '%s'\n" -#: g10/keygen.c:2340 g10/keygen.c:2466 +#: g10/keygen.c:2338 g10/keygen.c:2464 #, c-format msgid "writing secret key to `%s'\n" msgstr "schreiben des geheimen Schlssels nach '%s'\n" -#: g10/keygen.c:2449 +#: g10/keygen.c:2447 #, c-format msgid "no writable public keyring found: %s\n" msgstr "kein schreibbarer ffentlicher Schlsselbund gefunden: %s\n" -#: g10/keygen.c:2455 +#: g10/keygen.c:2453 #, c-format msgid "no writable secret keyring found: %s\n" msgstr "kein schreibbarer geheimer Schlsselbund gefunden: %s\n" -#: g10/keygen.c:2473 +#: g10/keygen.c:2471 #, c-format msgid "error writing public keyring `%s': %s\n" msgstr "Fehler beim Schreiben des ff. Schlsselbundes `%s': %s\n" -#: g10/keygen.c:2480 +#: g10/keygen.c:2478 #, c-format msgid "error writing secret keyring `%s': %s\n" msgstr "Fehler beim Schreiben des geheimen Schlsselbundes `%s': %s\n" -#: g10/keygen.c:2500 +#: g10/keygen.c:2498 msgid "public and secret key created and signed.\n" msgstr "ffentlichen und geheimen Schlssel erzeugt und signiert.\n" -#: g10/keygen.c:2501 +#: g10/keygen.c:2499 msgid "key marked as ultimately trusted.\n" msgstr "Schlssel ist als uneingeschrnkt vertrauenswrdig gekennzeichnet.\n" -#: g10/keygen.c:2512 +#: g10/keygen.c:2510 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a secondary key for this purpose.\n" @@ -1915,12 +1902,12 @@ msgstr "" "werden kann. Sie knnen aber mit dem Befehl \"--edit-key\" einen\n" "Zweitschlssel fr diesem Zweck erzeugen.\n" -#: g10/keygen.c:2524 g10/keygen.c:2635 +#: g10/keygen.c:2522 g10/keygen.c:2633 #, c-format msgid "Key generation failed: %s\n" msgstr "Schlsselerzeugung fehlgeschlagen: %s\n" -#: g10/keygen.c:2570 g10/sign.c:290 +#: g10/keygen.c:2568 g10/sign.c:290 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -1928,7 +1915,7 @@ msgstr "" "Der Schlssel wurde %lu Sekunde in der Zukunft erzeugt (Zeitreise oder Uhren " "stimmen nicht berein)\n" -#: g10/keygen.c:2572 g10/sign.c:292 +#: g10/keygen.c:2570 g10/sign.c:292 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -1936,11 +1923,11 @@ msgstr "" "Der Schlssel wurde %lu Sekunden in der Zukunft erzeugt (Zeitreise oder " "Uhren stimmen nicht berein)\n" -#: g10/keygen.c:2581 +#: g10/keygen.c:2579 msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "HINWEIS: Unterschlssel fr v3-Schlssen sind nicht OpenPGP-konform\n" -#: g10/keygen.c:2610 +#: g10/keygen.c:2608 msgid "Really create? " msgstr "Wirklich erzeugen? " @@ -2012,7 +1999,7 @@ msgstr "" msgid "%s/%s encrypted for: \"%s\"\n" msgstr "%s/%s verschlsselt fr: %s\n" -#: g10/export.c:162 g10/keyedit.c:2692 g10/delkey.c:73 g10/revoke.c:224 +#: g10/export.c:162 g10/keyedit.c:2698 g10/delkey.c:73 g10/revoke.c:224 #, c-format msgid "key `%s' not found: %s\n" msgstr "Schlssel `%s' nicht gefunden: %s\n" @@ -2037,7 +2024,6 @@ msgstr "Schl msgid "key %08lX: PGP 2.x style key - skipped\n" msgstr "Schlssel %08lX: PGP 2.x-artiger Schlssel - bersprungen\n" -#. I hope this warning doesn't confuse people. #: g10/export.c:362 #, c-format msgid "WARNING: secret key %08lX does not have a simple SK checksum\n" @@ -2051,8 +2037,6 @@ msgstr "WARNUNG: Nichts exportiert\n" msgid "too many entries in pk cache - disabled\n" msgstr "zu viele Eintrge im pk-Cache - abgeschaltet\n" -#. fixme: returning translatable constants instead of a user ID is -#. * not good because they are probably not utf-8 encoded. #: g10/getkey.c:187 g10/getkey.c:2615 msgid "[User id not found]" msgstr "[User-ID nicht gefunden]" @@ -2163,8 +2147,8 @@ msgid " not imported: %lu\n" msgstr " nicht importiert: %lu\n" #: g10/import.c:563 -msgid "" -"NOTE: Elgamal primary key detected - this may take some time to import\n" +#, c-format +msgid "key %08lX: Elgamal primary key - this may take some time to import\n" msgstr "" #: g10/import.c:577 g10/import.c:895 @@ -2291,7 +2275,6 @@ msgstr "Kein voreingestellter geheimer Schl msgid "key %08lX: secret key imported\n" msgstr "Schlssel %08lX: Geheimer Schlssel importiert\n" -#. we can't merge secret keys #: g10/import.c:943 #, c-format msgid "key %08lX: already in secret keyring\n" @@ -2553,8 +2536,6 @@ msgstr "" msgid "Do you want to issue a new signature to replace the expired one? (y/N) " msgstr "Soll Ihre Beglaubigung zur selben Zeit verfallen? (J/n) " -#. It's a local sig, and we want to make a -#. exportable sig. #: g10/keyedit.c:617 #, c-format msgid "" @@ -2725,7 +2706,7 @@ msgstr "" msgid "Really sign? " msgstr "Wirklich unterschreiben? " -#: g10/keyedit.c:906 g10/keyedit.c:3602 g10/keyedit.c:3693 g10/keyedit.c:3766 +#: g10/keyedit.c:906 g10/keyedit.c:3608 g10/keyedit.c:3699 g10/keyedit.c:3772 #: g10/sign.c:370 #, c-format msgid "signing failed: %s\n" @@ -2918,7 +2899,6 @@ msgstr "deluid" msgid "delete user ID" msgstr "User-ID entfernen" -#. delphoto is really deluid in disguise #: g10/keyedit.c:1145 msgid "delphoto" msgstr "delphoto" @@ -3245,56 +3225,54 @@ msgstr "(empfindlich)" msgid "created: %s expires: %s" msgstr "%s%c %4u%c/%08lX erstellt: %s verfllt: %s" -#: g10/keyedit.c:2085 +#: g10/keyedit.c:2090 #, fuzzy, c-format msgid "trust: %-13s" msgstr " Vertrauen: %c/%c" -#: g10/keyedit.c:2086 +#: g10/keyedit.c:2091 #, c-format msgid "validity: %s" msgstr "" -#: g10/keyedit.c:2092 +#: g10/keyedit.c:2098 msgid "This key has been disabled" msgstr "Hinweis: Dieser Schlssel ist abgeschaltet" -#. Note, we use the same format string as in other show -#. functions to make the translation job easier. -#: g10/keyedit.c:2106 g10/keyedit.c:2209 g10/keyedit.c:2224 +#: g10/keyedit.c:2112 g10/keyedit.c:2215 g10/keyedit.c:2230 #, c-format msgid "%s%c %4u%c/%08lX created: %s expires: %s" msgstr "%s%c %4u%c/%08lX erstellt: %s verfllt: %s" -#: g10/keyedit.c:2122 +#: g10/keyedit.c:2128 #, c-format msgid "rev! subkey has been revoked: %s\n" msgstr "rev! Unterschlssel wurde widerrufen: %s\n" -#: g10/keyedit.c:2125 +#: g10/keyedit.c:2131 msgid "rev- faked revocation found\n" msgstr "rev- geflschter Schlsselwiderruf entdeckt\n" -#: g10/keyedit.c:2127 +#: g10/keyedit.c:2133 #, c-format msgid "rev? problem checking revocation: %s\n" msgstr "rev? Schwierigkeiten bei der Widerruf-berprfung: %s\n" -#: g10/keyedit.c:2152 g10/mainproc.c:1446 g10/trustdb.c:1155 +#: g10/keyedit.c:2158 g10/mainproc.c:1446 g10/trustdb.c:1155 #, fuzzy msgid "revoked" msgstr "revkey" -#: g10/keyedit.c:2154 g10/mainproc.c:1448 g10/trustdb.c:489 +#: g10/keyedit.c:2160 g10/mainproc.c:1448 g10/trustdb.c:489 #, fuzzy msgid "expired" msgstr "expire" -#: g10/keyedit.c:2175 +#: g10/keyedit.c:2181 msgid "There are no preferences on a PGP 2.x-style user ID.\n" msgstr "PGP 2.x-artige Schlssel haben keine Voreinstellungen.\n" -#: g10/keyedit.c:2183 +#: g10/keyedit.c:2189 msgid "" "Please note that the shown key validity is not necessarily correct\n" "unless you restart the program.\n" @@ -3302,13 +3280,13 @@ msgstr "" "Bitte beachten Sie, da ohne einen Programmneustart die angezeigte\n" "Schlsselgltigkeit nicht notwendigerweise korrekt ist.\n" -#: g10/keyedit.c:2315 +#: g10/keyedit.c:2321 msgid "" "WARNING: no user ID has been marked as primary. This command may\n" " cause a different user ID to become the assumed primary.\n" msgstr "" -#: g10/keyedit.c:2374 +#: g10/keyedit.c:2380 msgid "" "WARNING: This is a PGP2-style key. Adding a photo ID may cause some " "versions\n" @@ -3318,45 +3296,45 @@ msgstr "" "knnte\n" " bei einigen PGP-Versionen zur Zurckweisung des Schlssels fhren.\n" -#: g10/keyedit.c:2379 g10/keyedit.c:2652 +#: g10/keyedit.c:2385 g10/keyedit.c:2658 msgid "Are you sure you still want to add it? (y/N) " msgstr "Wollen Sie ihn immmer noch hinzufgen? (j/N) " -#: g10/keyedit.c:2385 +#: g10/keyedit.c:2391 msgid "You may not add a photo ID to a PGP2-style key.\n" msgstr "Sie knnen einem PGP2-artigen Schlsel keine Foto-ID hinzufgen.\n" -#: g10/keyedit.c:2520 +#: g10/keyedit.c:2526 msgid "Delete this good signature? (y/N/q)" msgstr "Diese korrekte Beglaubigung entfernen? (j/N/q)" -#: g10/keyedit.c:2530 +#: g10/keyedit.c:2536 msgid "Delete this invalid signature? (y/N/q)" msgstr "Diese ungltige Beglaubigung entfernen= (j/N/q)" -#: g10/keyedit.c:2534 +#: g10/keyedit.c:2540 msgid "Delete this unknown signature? (y/N/q)" msgstr "Diese unbekannte Beglaubigung entfernen? (j/N/q)" -#: g10/keyedit.c:2540 +#: g10/keyedit.c:2546 msgid "Really delete this self-signature? (y/N)" msgstr "Eigenbeglaubigung wirklich entfernen? (j/N)" -#: g10/keyedit.c:2554 +#: g10/keyedit.c:2560 #, c-format msgid "Deleted %d signature.\n" msgstr "%d Beglaubigungen entfernt.\n" -#: g10/keyedit.c:2555 +#: g10/keyedit.c:2561 #, c-format msgid "Deleted %d signatures.\n" msgstr "%d Beglaubigungen entfernt.\n" -#: g10/keyedit.c:2558 +#: g10/keyedit.c:2564 msgid "Nothing deleted.\n" msgstr "Nichts entfernt.\n" -#: g10/keyedit.c:2647 +#: g10/keyedit.c:2653 #, fuzzy msgid "" "WARNING: This is a PGP 2.x-style key. Adding a designated revoker may " @@ -3367,100 +3345,97 @@ msgstr "" "knnte\n" " bei einigen PGP-Versionen zur Zurckweisung des Schlssels fhren.\n" -#: g10/keyedit.c:2658 +#: g10/keyedit.c:2664 #, fuzzy msgid "You may not add a designated revoker to a PGP 2.x-style key.\n" msgstr "Sie knnen einem PGP2-artigen Schlsel keine Foto-ID hinzufgen.\n" -#: g10/keyedit.c:2681 +#: g10/keyedit.c:2687 msgid "Enter the user ID of the designated revoker: " msgstr "Geben sie die User-ID des designierten Widerrufers ein: " -#: g10/keyedit.c:2702 +#: g10/keyedit.c:2708 msgid "cannot appoint a PGP 2.x style key as a designated revoker\n" msgstr "" "Ein PGP 2.x-artiger Schlssel kann nicht als designierter Widerrufer " "eingetragen werden\n" -#. This actually causes no harm (after all, a key that -#. designates itself as a revoker is the same as a -#. regular key), but it's easy enough to check. -#: g10/keyedit.c:2717 +#: g10/keyedit.c:2723 msgid "you cannot appoint a key as its own designated revoker\n" msgstr "" "Ein Schlssel kann nicht als sein eigener designierter Widerrufer agieren\n" -#: g10/keyedit.c:2739 +#: g10/keyedit.c:2745 #, fuzzy msgid "this key has already been designated as a revoker\n" msgstr "" "Ein Schlssel kann nicht als sein eigener designierter Widerrufer agieren\n" -#: g10/keyedit.c:2768 +#: g10/keyedit.c:2774 #, fuzzy msgid "WARNING: appointing a key as a designated revoker cannot be undone!\n" msgstr "" "Ein Schlssel kann nicht als sein eigener designierter Widerrufer agieren\n" -#: g10/keyedit.c:2774 +#: g10/keyedit.c:2780 #, fuzzy msgid "" "Are you sure you want to appoint this key as a designated revoker? (y/N): " msgstr "" "Ein Schlssel kann nicht als sein eigener designierter Widerrufer agieren\n" -#: g10/keyedit.c:2835 +#: g10/keyedit.c:2841 msgid "Please remove selections from the secret keys.\n" msgstr "Bitte entfernen Sie die Auswahl von den geheimen Schlsseln.\n" -#: g10/keyedit.c:2841 +#: g10/keyedit.c:2847 msgid "Please select at most one secondary key.\n" msgstr "Bitte whlen Sie hchstens einen Zweitschlssel aus.\n" -#: g10/keyedit.c:2845 +#: g10/keyedit.c:2851 msgid "Changing expiration time for a secondary key.\n" msgstr "ndern des Verfallsdatums des Zweitschlssels.\n" -#: g10/keyedit.c:2847 +#: g10/keyedit.c:2853 msgid "Changing expiration time for the primary key.\n" msgstr "ndern des Verfallsdatums des Hauptschlssels.\n" -#: g10/keyedit.c:2892 +#: g10/keyedit.c:2898 msgid "You can't change the expiration date of a v3 key\n" msgstr "Sie knnen das Verfallsdatum eines v3-Schlssels nicht ndern\n" -#: g10/keyedit.c:2908 +#: g10/keyedit.c:2914 msgid "No corresponding signature in secret ring\n" msgstr "Keine entsprechende Signatur im geheimen Schlsselbund\n" -#: g10/keyedit.c:2988 +#: g10/keyedit.c:2994 msgid "Please select exactly one user ID.\n" msgstr "Bitte genau eine User-ID auswhlen.\n" -#: g10/keyedit.c:3025 g10/keyedit.c:3134 g10/keyedit.c:3226 +#: g10/keyedit.c:3031 g10/keyedit.c:3140 g10/keyedit.c:3232 #, c-format msgid "skipping v3 self-signature on user id \"%s\"\n" msgstr "berspringen der v3 Eigenbeglaubigung von User-ID \"%s\"\n" -#: g10/keyedit.c:3190 +#: g10/keyedit.c:3196 msgid "Enter your preferred keyserver URL: " msgstr "" -#: g10/keyedit.c:3288 +#: g10/keyedit.c:3294 #, c-format msgid "No user ID with index %d\n" msgstr "Keine User-ID mit Index %d\n" -#: g10/keyedit.c:3334 +#: g10/keyedit.c:3340 #, c-format msgid "No secondary key with index %d\n" msgstr "Kein Zweitschlssel mit Index %d\n" -#: g10/keyedit.c:3448 +#: g10/keyedit.c:3454 msgid "user ID: \"" msgstr "User-ID: \"" -#: g10/keyedit.c:3453 +#: g10/keyedit.c:3459 #, c-format msgid "" "\"\n" @@ -3469,7 +3444,7 @@ msgstr "" "\"\n" "unterschrieben mit Ihrem Schlssel %08lX um %s\n" -#: g10/keyedit.c:3456 +#: g10/keyedit.c:3462 #, c-format msgid "" "\"\n" @@ -3478,70 +3453,65 @@ msgstr "" "\"\n" "lokal unterschrieben mit Ihrem Schlssel %08lX um %s\n" -#: g10/keyedit.c:3461 +#: g10/keyedit.c:3467 #, c-format msgid "This signature expired on %s.\n" msgstr "Diese Unterschrift ist seit %s verfallen.\n" -#: g10/keyedit.c:3465 +#: g10/keyedit.c:3471 msgid "Are you sure you still want to revoke it? (y/N) " msgstr "Wollen Sie ihn immmer noch widerrufen? (j/N) " -#: g10/keyedit.c:3469 +#: g10/keyedit.c:3475 msgid "Create a revocation certificate for this signature? (y/N) " msgstr "Ein Widerrufszertifikat fr diese Unterschrift erzeugen (j/N)" -#. FIXME: detect duplicates here -#: g10/keyedit.c:3494 +#: g10/keyedit.c:3500 msgid "You have signed these user IDs:\n" msgstr "Sie haben folgende User-IDs beglaubigt:\n" -#: g10/keyedit.c:3513 +#: g10/keyedit.c:3519 #, c-format msgid " signed by %08lX at %s%s%s\n" msgstr " beglaubigt durch %08lX um %s%s%s\n" -#: g10/keyedit.c:3521 +#: g10/keyedit.c:3527 #, c-format msgid " revoked by %08lX at %s\n" msgstr " widerrufen durch %08lX um %s\n" -#: g10/keyedit.c:3541 +#: g10/keyedit.c:3547 msgid "You are about to revoke these signatures:\n" msgstr "Es werden nun folgende Beglaubigungen entfernt:\n" -#: g10/keyedit.c:3551 +#: g10/keyedit.c:3557 #, c-format msgid " signed by %08lX at %s%s\n" msgstr " beglaubigt durch %08lX am %s%s\n" -#: g10/keyedit.c:3553 +#: g10/keyedit.c:3559 msgid " (non-exportable)" msgstr " (nicht-exportierbar)" -#: g10/keyedit.c:3560 +#: g10/keyedit.c:3566 msgid "Really create the revocation certificates? (y/N) " msgstr "Wirklich ein Unterschrift-Widerrufszertifikat erzeugen? (j/N) " -#: g10/keyedit.c:3590 +#: g10/keyedit.c:3596 msgid "no secret key\n" msgstr "Kein geheimer Schlssel\n" -#: g10/keyedit.c:3660 +#: g10/keyedit.c:3666 #, fuzzy, c-format msgid "user ID \"%s\" is already revoked\n" msgstr "User-ID \"%s\" ist widerrufen." -#. Okay, this is a problem. The user ID selfsig was -#. created in the future, so we need to warn the user and -#. set our revocation timestamp one second after that so -#. everything comes out clean. -#: g10/keyedit.c:3677 +#: g10/keyedit.c:3683 #, fuzzy, c-format msgid "WARNING: a user ID signature is dated %d seconds in the future\n" msgstr "WARNUNG: Widersprechende Hashverfahren in der signierten Nachricht\n" -#: g10/keyedit.c:3850 +#: g10/keyedit.c:3856 #, c-format msgid "Displaying %s photo ID of size %ld for key 0x%08lX (uid %d)\n" msgstr "" @@ -3583,7 +3553,6 @@ msgstr "nicht als Klartext darstellbar" msgid "Keyring" msgstr "Schlsselbund" -#. of subkey #: g10/keylist.c:635 g10/keylist.c:665 g10/keylist.c:753 g10/keylist.c:780 #: g10/mainproc.c:856 #, c-format @@ -3606,7 +3575,6 @@ msgstr " Haupt-Fingerabdruck =" msgid " Subkey fingerprint:" msgstr " Unter-Fingerabdruck =" -#. use tty #: g10/keylist.c:1360 g10/keylist.c:1364 #, fuzzy msgid " Key fingerprint =" @@ -3705,7 +3673,6 @@ msgstr "" msgid "signature verification suppressed\n" msgstr "Unterschriften-berprfung unterdrckt\n" -#. plaintext before signatures but no one-pass packets #: g10/mainproc.c:1251 g10/mainproc.c:1261 msgid "can't handle these multiple signatures\n" msgstr "diese Mehrfachunterschriften knnen nicht behandelt werden\n" @@ -3726,10 +3693,6 @@ msgstr " unver msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Unterschrift vom %.*s, %s Schlssel ID %08lX\n" -#. According to my favorite copy editor, in English -#. grammar, you say "at" if the key is located on a web -#. page, but "from" if it is located on a keyserver. I'm -#. not going to even try to make two strings here :) #: g10/mainproc.c:1302 #, fuzzy msgid "Key available at: " @@ -3912,7 +3875,7 @@ msgid "problem with the agent - disabling agent use\n" msgstr "" "Schwierigkeiten mit dem Agenten - Agent-Ansteuerung wird abgeschaltet\n" -#: g10/passphrase.c:680 g10/passphrase.c:1130 +#: g10/passphrase.c:680 g10/passphrase.c:1132 #, c-format msgid " (main key ID %08lX)" msgstr " (Hauptschlssel-ID %08lX)" @@ -3953,15 +3916,15 @@ msgstr "Abbruch durch Benutzer\n" msgid "problem with the agent: agent returns 0x%lx\n" msgstr "Schwierigkeiten mit dem Agenten: Agent antwortet 0x%lx\n" -#: g10/passphrase.c:1041 g10/passphrase.c:1177 +#: g10/passphrase.c:1043 g10/passphrase.c:1179 msgid "can't query password in batchmode\n" msgstr "Mantra kann im Batchmodus nicht abgefragt werden\n" -#: g10/passphrase.c:1046 g10/passphrase.c:1181 +#: g10/passphrase.c:1048 g10/passphrase.c:1183 msgid "Enter passphrase: " msgstr "Geben Sie das Mantra ein: " -#: g10/passphrase.c:1116 +#: g10/passphrase.c:1118 msgid "" "\n" "You need a passphrase to unlock the secret key for\n" @@ -3971,12 +3934,12 @@ msgstr "" "Sie bentigen ein Mantra, um den geheimen Schlssel zu entsperren.\n" "Benutzer: \"" -#: g10/passphrase.c:1125 +#: g10/passphrase.c:1127 #, c-format msgid "%u-bit %s key, ID %08lX, created %s" msgstr "%u-Bit %s Schlssel, ID %08lX, erzeugt %s" -#: g10/passphrase.c:1185 +#: g10/passphrase.c:1187 msgid "Repeat passphrase: " msgstr "Geben Sie das Mantra nochmal ein: " @@ -4567,7 +4530,6 @@ msgstr "" "'%s bersprungen: Dies ist ein durch PGP erzeugter ElGamal-Schlssel. Das " "ist fr Signaturen NICHT sicher genug!\n" -#. do not overwrite #: g10/openfile.c:84 #, c-format msgid "File `%s' exists. " @@ -5175,7 +5137,6 @@ msgstr "" msgid "this platform requires temp files when calling external programs\n" msgstr "" -#. If we get this far the exec failed. Clean up and return. #: g10/exec.c:432 #, fuzzy, c-format msgid "unable to execute %s \"%s\": %s\n" @@ -5251,7 +5212,6 @@ msgstr "" msgid "make_keysig_packet failed: %s\n" msgstr "enumerate Schlsselblock fehlgeschlagen: %s\n" -#. and issue a usage notice #: g10/revoke.c:368 #, fuzzy msgid "Revocation certificate created.\n" @@ -5286,7 +5246,6 @@ msgstr "Unbekanntes Komprimierverfahren" msgid "NOTE: This key is not protected!\n" msgstr "Dieser Schlssel ist nicht geschtzt.\n" -#. and issue a usage notice #: g10/revoke.c:546 msgid "" "Revocation certificate created.\n" @@ -5364,7 +5323,6 @@ msgstr "%s: invalid file version %d\n" msgid "error: no ownertrust value\n" msgstr "Exportieren der \"Owner trust\"-Werte" -#. error #: g10/tdbdump.c:204 #, fuzzy, c-format msgid "error finding trust record: %s\n" diff --git a/po/en@boldquot.gmo b/po/en@boldquot.gmo new file mode 100644 index 0000000000000000000000000000000000000000..eb44d575d6c18fb7f1b9e3e6f840c16f27b982d6 GIT binary patch literal 110250 zcmcGX2Y6h?^|#kxj9GX9(@f`DMz&leSDJ0Wy@I;|Q?rs*(qc&~?@BK8-XW%kVtNUo zg&s_YKnS6igqBc33pIomAR*uTJ2SVeiXr(w-#)&6@64S(XU^1n^_PvhpPS;hUiVaL zYj{|YN@dqdrCuM4fnUpBsZ=Fg4Ew@M;Q;suEQg=KDXS3(2 za3b!039H~Ia2nit|5R#cSO*o(rBLa-7j6Mx^!A^6u6sZ#wK?_`p5tH{=6&II@NlT| zSP3_S55cYA%bs6Cx!dqS7tT<)HRfq>dsqki!BgR2c&mT@2HX^Fn!!3rpMJHYkfEU5ZC5Gvl|U>aTq zH-^_k#rpsp1Yd{Bf6t7|-(V;?nFJM15mE%H3*aR94IB%1t#;`>0;>Ekh051ma0q+? z?h3zy6>#SoSC1Ju0`m%327e1Bhwnp`SFhSsYHc_e$~+RP+-5@i z{PSm^>icadci($+@2rb&C{%p&V0U;pR6NH(xnBw8|8A&yc^+;DKY)^to^{TCJE(fv z0jgZ5Lp?tbZVTI>@^=m_hj+n#@XxRh>|XEe`$4(e1NMb^*dLw^19%TqeZ3A9-?!ep zeuFa)f-3*9a6`BctbjSVJv*&Zq{7l6X}0DHmry!oFnz`X7uP7VgcXEE;& zw}6$0I{BIcRUa#$+Ts0hF#Idr9Bz1+EB66V@r;B!!zobZb`;zcUIkU(tDw^N5c~yv z2Tp>AAD&8`3m<{Iz=cP+{`YKn8|G)A>h0Jgog7^bx5a!f91UNCN?-4zT)P|tdt;sr z*M|*oJGc~H2G562!JUtG>F#li%l8&=OYBELfb`s<0I3~mg+f%D+H$EH%}!GmA`zlM^x-p4ul*aa%yC9n*h302OwLxua6H?MuXGmnJB zvELVN1y6?oybelFJmJk>K(&iaPH=L)9aOrfL&dj0R63VJmCvdE`Snoo-v=cRA40kB zeqt(h2HXxRoj1X);d4;oehL*%>LkVlAb_$z9?JfFxDwt4C&2|LJ6;4)MX9%70Oy?I zSb#srd^X$(_C3|LpZ#DB=40Uy_&!v4y-#!LJ^&8DdPhr%A+ zC<8LpAM=((b`~5DRqroB$-zgkC+xn$nbT0u`@wbL7&r`0g&V*_UQI}A4>kKp~~xG|NLGk`TG-8eSHYk9)5rU+?qrmPCj;plJ|SgcJ=lI z9D?~BxXqf#!8tD7!_Rk|3YD${q4d_Fa3Eaa&G$gX`z)Le{|XO=RWx3e=LL`=P5llk z-SaPCj04YrPr<*y9pDWYI=%chR5|y$2;D(?cY%*!o_?`wuj?ZmlCyqLTeC&8C1HjyxZmTS-1h_9;@7VZ!@TT z^oIw*ec{G%6->jY;d<~DxFLKGt_#0`lG8Qsaq(>pB|qcgJXj4?u6M$b@ME|>>~pVc z_d}uLnFJNjLf8Y=!=A9&+b{L@$H2|7KN+eVFM|s2c_{yH!L8uOP;%JwKBuo{!nH9s zdbUF4|1fVp4Jw>-Jg@Y;6)N0^pyGW7Dt+%kYoCy6PxZLpwd0;}OU&ECP2et2{$|1e zX5lvQ1gLag1qZ}8Dt;+lnR|Oy!nH6@fc@Y!D0eOX`H4{VvJy(~-vAZQt5D^!*>7F> zjDZR_3%7-bLY41@us6IDN?x9ZmX1eVyuG2!+jx$IlJ6Pbyg%%Pxd@ex0fas@zV6li-zbEc~12z(1giFfW4LVIHPoD^&c)K>5EG_JI$;iSR8r2=;r@ zja%kI`9B8sgeOAP`wA#|xCts>4|=`_75;h*K9tU3Q1On3D)-q??YbVSp3Z|R*PEf* z=O3Wz_XDW(ZT+;f9|>ii165BssPZ`zsy;4<>%+UC^uS|K>39XI9)IxW@@Jg?=}_?% z;9&T3Z+|abAM-m<@qGbRj_W?_`kM{lOw0#B#d`x(dLD*D;D@jbZuy*(qg`Qu`2f!& zpvv!3D7m~3Djl!GO86}t3j06r`u%;N!oL^}gujJ-;b(9d-1r4o{*z!8=0#BXxezMf zzk^E8r%>VcdJ$QL46^BjB&0+`R)UVET_P zoDpyb%ym%peKAx$+y)iS%WyRO8Y*AI|K#$sFO<6@Jg-P?Z+H^kiQFD{*B za4pQkq1^2ZmH)X=^^}9#!ZV@b|20&-JOF#aPoeZf>J29k>%ajRheMU`{%{R=GTa89 z2BjB%1r_gay!n2p`uaVTyHBC~t@ox2Zvz-$-UV(8_l1(f<#20wDO7pg3ndSqLA8Uv zZ@GG!4we2UI1(NPRZq8gJ_P$eo*mE@>~Q}US~q(=X$siyxW_f z^n4Wt*na@ke%JY{>n|#y`i~u;(m4jI+-jimcRCycZ-A=bzd_aOf8cg-%XeJ)j)F>O zJydvyL6yg`P;zt`+zq}CCC^*E>%ysl-7y~lw}Qt)$^WI^e3v)B0N2L;BdBzI0n6Yz z?>W6S7^A$)9DEFKOO+KK~br@7R zUINSEJ+KFS3o3mdK(&*9L$#+(K6LG&9IlOdCn)#3drpROzb8~aYN66!2h(s7RJ|^T zs{ae1+V5{*U-%r9|F59pTkj($=i5M~Zw?#?mwNLRaAVAmL)Gu=Q0e+7l>gMnF5X^H z`Q8q$1FK+9xHDAx#=$h43{{?UJZs^4n3qD8$8k{gcmY&-KL{l!uR*2b2dHp2`oxvf zR#5U%3HO3iU;r!_H{npY?q{x?$3T_q zZcyFpfARrb0fWE0dBQDl5ay5JB)IwKPR|?&hhRPvD*lJyIQTwP zISu%StN$@@Fy;wR^3(z)U#ENX&9DOVlW;Bg6;yeC4=dq@U$}U7g9@h^t_LrID&Jqi z0q_q{a`P2bd2RBgE6*WN(sPyjR&4)qd_cSQ~*Lbdi0p_RSM({HzcWeC9acd~|J3^&%I@}b_ zg>v5jd&5KFj__=#cJ%~Q{O`d4roVOVWe}AA9pO%J52$)O4l4XJp~AfYsvd5Ds)swE z%Kdq`1x$VC%5h7m_;!H-T;R=1pwe{~+z|c>D%^XZ;(r=SU%mrX@9)Ej@FO@G4*lNA z^-?JN`=IJ|jeogxPlQU>VNmVy0&jmm9E165Zyxb)7v3TmV1Fyz488#6??b3^+TaIQ z|0AHxd%)^$$Rkv~U-*x+@0RLja$OG9zGlJWVH?!>g72a7-F=O2HXhy@4#hkZ2JlF@ z8@vqe3g3Xw!EM&;X8q!4P~|hIdp8^BjDsrQ9NZcn?|Fsi1D>yYehXDzo2}K&^vHft z?cx-;Gkg&$oHUEvO6NeR`Wz2szrW{lxH;zYJa2|-*N;QBi;tknY2CHES$PhDO6O$H zYAAO{K!tM&RQPv6mHUfO`tDmO{Si=jdcG&z5*`c{-tll7csZ2(JOJhHd8l&w30+`m9GU*dbm2;PFu9bu(1^eZrfchbp&Epu%5weV4Cop~_(t4B#G6&zqp?=_siD zU*OGmK*jeoRD7Sq?r^IOT>S;GKjtY={_{}vauQViUjo(M?)UaDLDkboP8JHKa^<}pRDDi`^4A2F&SRkJ`#h+Ac@JyJ_Xk16b1YOoE`rL} z!%%Yn0UQZ8-Nco{bf|bUQ1!ROo6mtt$8}KUd!M&|0V>}gK-JrZn>v4kq3U@$RQ>Mn znTIOxW1!0K0;qWIg(`*^H;C|4&Tzr`$bUY@d}&(du-+8Z8}tXTA}pl6;SQr1vnk9 zv9-(po>1l12G#ygfod05LCNIQyw^Z znFdu)E#7=KRQ;`jlB?&S^8Gicbp8NUzH9e!W@(RZqvT5p2oqoF&_z)&l922cRp19S3$|!S5WfTb9-mr5(bznq4eBL z_$)jEsyt?uJNe2%)%UGX?eI+~xmc^8tHSODk296S%+2Lm|2%E?gPPD^12)<-A_X4zrR4GbFE>ne71mkz6(@6&w!GLWl-rm z3tk9sgsR7>!=0X81m*7}sB*p#*1}cZe!CIQei&Sd{Tw(6e&)Hu$ZmGN;7}M~|B>f< zJ9M-21(k3o?C*nWKVQKbxXq4EevgIPsCqwil#_!qq1yAWy!ke$=TE|Q;oEQ+{1i$)g3+!XhQe~p3!(bI zBfa@zZ+;l6T;G7Ir|;k{u;&<8UgM#jS3}9);ZXIp0!oiv1q1jn)cJzHLdkn(H&<^h zQ0@B^sPhG@pwj*FILA++($#&u(_4L@j*om%vt$;gVK5&wg>vN#$?-95m>HP>kg85&QU3-0Sip%fIQ0e>v_JQk6b#guk zO75mW)$_sdOL#t%{yA-$OV{;K>3#*i20w<%=i}2|{@(T6aE8;TqoLxfhtea5Lxq2Z zH$MYa4_`v{I~(lb>U#^Q_AvuWKC|#hxDpoNHhVgEE8wn}ABNLlYNqS&rbDIsNGN@I z2{d<5dOkI)o9#Oeh7&P1!m;ocD0%w_lzeSJ+m-WlI1cksQ1$UJoCI@-3VI`_6Oes)y1~SHsEhMX2z$n%~XN7t})aQ>&oz@vXPt zX+gKt9+*#ulA~AQ-mrYHZnj@?IMnkeq0+y_-cH}`2h|^*1C@?Hz)^66ecbcuFu;5) z91gF7DgONl_QCw}!fvU@*Fr9#Fzzd?&uS=raTU~f?{=tk zJPHqj-RoU@uZ3yM%iwzOSSa@^p!Cn>P;z@CRKA{vlArDkE}WrI?QjJg3m=2h6Km&O zyWb2-uMC2UXLqRndQT|5H{aVI;O!fr@|}l@?<}bBehcOQ1*m@MFVOS?lst_+*!7PG zdlsPbe~34q0u|0#o|k+68Y3kll{eB9ipZYaAIiCq-J{(rStD)N4(@^sErGMVP$?2O}Pa!L0fxm(q!6%{o zzX8X0(zegP`>OC^!W+K$XX@ zq4M`fsCfPZw}qP)T=|ZKy)n;*(hChx>9__e-ut}y5zkklp2w4|9Gf& zIn(n%|GXK>-%(KYc_y3$uY+UZXP!fsce8cG#jrc}ZBXTX2vqzhLHWNCN`4=O6XE+% z`5%0U8@KEO<^Lq8`aK=0-p_-*;O$WPdd%}3N}IMjfMp^|xB)_cbLBr5%H0W2 zdglhH_VN4pjLqfy&nvQ2w5S zYRBmlox4i76Xv;4a&ZdOc8=UIWIT$KGQ=s%z zJybcI0F~dnpvv_N*bVkO&BY9I@wY&g!y!=Z>|CgE@=f0UaVS0V zSEzJ;3D<(%Pj~LpQ2E~;s-8werLP96eH;T-FK0sOfd`@V!}Cz`@EVkycR$0GZxvhv z^L|k2JrGJS90nEdDc-ySD*qQjxqA}I--l53_X!MO-=DkmOoWod8mMwT8A?vCf$DGG zg=z=oD_nZ_fJ*n}z_^&bDlMtR`74$yw10DxZ5p)kog*Y^ZSV zf=bt8Q04dmRK2ftfh*rZP~|-ws+~-MYEK73wTC=h8y*c+A18aRfO3C6R6cHkO8>8+ z;aYk0+b$E z302NdLzU~ZQ1SmADxKfLDi~bq{LO+2{}8wW-U=tf370whQ{W`b4@2qYo|n6Re>7A+ z7Qu1wOsH~t0jmDrgK8h2K*`gVS2+3F3Cg?>N^dTKYr#vQ%JXWd_O%KQfgeDHv-y>- z+$TY`!?{p;qYX;lFNG?v`(XfIfohlEL507`Rc>6fB~*EA3zd%kP~|rfTDyRX|7@sm zAA+Ocn^5g+tE*jpvruw#EtLG<0@eN=f%5l)=Rct2uh%tBuD5_n=Wr-}v8T6R4g<_* zLCMW+Q1bFS|NLF3_WJ`=JeytX(%TQpJRK^(`$G9|^*jj%m@kH^pZlQPJ?r@)l>6?# zbm`n2O5X)g?stTWcN!cIGf;Z+DyZ^$5UPIOfod7wcJzNA;?!SRb-+NHynEI8|)7wGCGsT-*q0)6Rl>ghI!hH@Z{qMjv;CFCM_-{B7 zcDvrm_hcx!J{`*b1t>Y*{05iqeWAiV3#vWd3@5-B;Z(W1(U~()?d571z>lHyRr)69 zZ+ob6ng*rUn!Nc0*bVdRByv9`l;0O{2NL@oJQ(voaBx2NhjM>4+ynE5T)Qem{&y($ z6`21G2SW8Z`kl{pH*R;qu9^Efu7|lV;!eNyc&6Vy*xe7yFzXu&`t`-`4_xPQ4R=}AjTHOEMhdZ462f6fn*&#L0$1USa-re81{}6WrG3WjBOW+#*x!mrB zxq|C&K0Mj|f@>^pUd3)H*FO{P_53pIdMDh=?hwordukJ|&A5Js9nIQ)YZ3mn-u?R6 zor&$gxXQepWd3v94B^>3+|xa}_vf%Xk!uaEwQ#%KyKloB{+4*VVcwzwzi)GY8Ezin z*|V6#-yH8&=BK%i<=NlhZ?ONZcUO(S&$z~MF?=w+J^?rD;zqKl-`hOXZ*MNT4Etqx zKA7t_m`>vPKb*Dw{{!Y7ydPP7hM!At`wdrj?_c(7BO~u%-Uhdl^If@r6gM|w-j!=7 z%&&6&3cKYz@8`q(g8OZ;4}Z`3n+&V_Vc;#>)juSn{Ryln|oe`-3b-~ZgDpV`v>8RFvm66`+YHyhDPkq z;?i#}&u`)xswLGAp6=b<#ItpAv!!=uj{SdoV>c1^XLz?i_&7@3@T`Vw0MAh0DTdmq z_qocsKH>V-`wjh^jQO`1hWPjvV*ZGG_0zxO{-50Upbj3x?}?blV1G1rcW|%Y?(h|O zD@=2Jk2{7x(eE&S{~A2l`}xM(z2Nz_=jS}XjQi^de;FZ6!aS4vN3r`7?hB8>ZZ!A$ zwRj%J{V#mjyTK2!ALh-6dHw^t-{F62%qzII@b(X5_cd2Ht}5(a#obqMOaFW*_9ysw z6z4(Qzrl3}_i4C{=NT^jF2|3YZtl&p`xRG4H~cQgeh}AYa>Q>qqzg+`!lmABH_Vf` z^y@~spU8b1*G@h?r{nHa_c(PAycqkRab3avS9->^59Y(*mEPUs-0P>Y$IpD&zw>s} zaGU1}e@l42FNT9c3-}w{UdZ(Z?k?pTft$-QYi#!{*Av)1;lulj4`1W2Uto7V`~y74 z$FU9^i(S^ce*yjrKdoGgyqiyXuHRKW+XK6Lp8b~lUhn|#?_PKcX8lHRJ&(I}uzQK? zNbV1ZOSpz`e>405H>14!Dv|3Tt{FT(lq>mr7V{vk_vOz&I}*1aVAfA##Qm^82lG6* z8P`eJb;JB7oZ#KPg#FQ6f5m(k{?~)M^ZXmG*RcL+g})j8+4tD}iEAbgzV*)^;Qn5&$@uv-?#6rj zUATW6yQ{eta(^4w_1r(`pYM;K53xG|yXDw@z_xc@WPheg*hff1h}q zT8W>%vH!KV%qJdh&wUy3CVwyBehb|9#eOW;>4}HOC(_c3XUBPSH&3Pt_N(Pto%~|{ zm}gbo@8zFqj2-@Z@N6yY-@=0CpSl)zAH!#`yNUZNdHyHw_!v0e$MZ{A?e80WxN`P5 z*MVGV1;%ep&!=&F4cF(m9qIiQ;fJ_kx@hyC?J?ia^#{yt-i^XIfcuYh!*4v#YTy+3 zCD&lm_y*=@;UB%9O|f6ZwI}vRVc!Bj;nMHlT+j2Y4{ra;bsN{wnDslJ>u9b~_!;NJ zdLQ$-+&_g~FL<+ei?z*3p2R-<-N&;}F*k87=U(NkdEahar+9ZeV80jP1aM>c5SM;8 zz-74E9{U}=-7hhp$F+p#cfhBxzXP^ z_2J1FsNcJ|o5lUkT>Iko5$tBcDVWzG?45ajln?7s><3`Kqxp3IP4o9B%MI>_fJ~Itlx;FnUhj|V1Em|4!gr~TZj2; z%m;Ga$$b-7^0zJq%}uxExqi39yWpnyy@IPZ?uTLbG}oD!?}LlErf?m{bq~+iMIQF$ z*=Qg3rTG7Ws~NjfpnjWhza8!mX&1kH%AAGg;cvFTS;O0%hQH_V_X)fXyPbI6>Yx1u zyS*^qhK8@#N;Er7S{fFx<+}3if&$C;&Ug3UI|NI}A!`}>V zHyDcxv7h1}4CVf|&=L11b6@cO-h$8IZ(YLt+`H)u_u$&thbQZu{r$1huR)4MyxGv)Qjt6O;zr+1P?x%BAaaC~XcQDT~gg27wO&|V|p0D$4E3S|5dlYV8 zCd$`_FKaD;8LES%f0gaFm5)2DL9*Ff8u@+#?!c_ zVmBYVQ?Z-Gee(At_IR^|$MgNUF5zCkeR%eJ_#f=9;eIaH ziI{hX`keu%bFI&P3*mi%yYTlu=AJw|$;T)A8!)frnuojZvELJpfYad<-s5YSAK|*z zn=9cS`1u!h`aQ(8J?8H){~Wg9SHG9IF5vnb=I%Ue=Gl16OEG^955fFr>~H3}AG?z= zKgN9-&-5GVkgA3+aIKA-X}Fn=n`1Hm9CPy5z_YV>_7|?VxW9tuyTBtb>vt{Y_h1cn zTXTOD_J8+bT!#Igm_O#(Y_0)ZJ+XVkKYxsS{Z={H|6AbZKK!&o{T6Uv$@L%12YP?9 zpMc#i@aJ6r;eH>U?dkpKxqhc$e>?V9aeoibhI{{W;2*gvxvu1z$g^XhezW0c_}d!0 z$Kj>$T&|mWwjE~up2Mu)p}4(MaX6#>e-3tEV)qn$1b2VI_K#c}aQ_i@`ZapK?u@Aw zn0xwmwJUZx%*Syx5sua(CwTXAz9!-H#QZLNi0eY^4#zy1`+ws88t%Wv?)RAW8{m-Y z;kg!km+Kj>a@;KBIvalvW1hkFCie~Sal#o5_4@=3C*HW^(^MPgtY;^9$hqT#LEx$9_le|2&)?!2S2|PV6^^f5*)nxE0(2 z>Q`_`y@s13xb(Y==ZC}1xz6S4=fhluy?%3Wmxa~XKgrb_^R_&D5AMWu5cfmjopPL> z)ZCga1g#C(psmQww24(gFsZpVSek2X2r|t1jbjW=S@vX~@1vxBa>)J|PHs@PAhL~v$2vFh8c(7+ikM7JtCOYbDafR)G#fJo64R2aX>BWH2RkpSj-|QA zMq;i}StJ~0iow!sV`HE6jBK_g*Ib{7zNRrxu;gL*$f3)I@4RzBdNM(MK3^LYbBBZ( zR&~s4YiY?BT1jZ8u|8iwOqz%GE88DrdAyT)wV#DQy8EY%aDI+G<*hW^au!SDUUYAm?+lnZ{sd zrirSZkZ)=tASAFhnAC*e2jgmM3)x~ZKvb+5B8yF<(gDA+so7j}Ay?B7=q4LfOhnu! zVy2}J2*xz{rwwCk+Xx`rSeq}@Rn=y9D@#*^iCnZ~ip7?Of*KYXX=`rG(*z{3#cWL> z+iDG;Skp@LsGuyRxRbxkqD)8IwxR^D+^LQ7p*uJ3WB;X7NuL3Y!U@@^puDlI^jTZ8 zns9x#)}EDkY|btXifz?2fntY;dS<0NZDJ=65ss25lff<>LhhY%?BH`6{v_LIuq={o zmEqfUEPvJ6#(Z-<6`Z%?%P(!t77*7c$E8h&@LCG_YJ`3{qBMEd+$odhE^Ox8K|E+syJI{DdZ5? zU41s^S+yh|jq*=oX(|SVY^JnYi;HqCEwm}c*uGl32(qHQc0e$3-ngJbH4x;R8<(TN zDeUNhHKN8TnI@W7MQye&)7IFUa55=;lx?mlEN^LTA4K%r!dGD4VIqua0gW23wx=LWh?5f6zSWo42D?%+j3j2xn(r!+0*h>$`=j@o^GgGI{-t@DiW$|R zcTigCC6*;sUh)L#V+_!mHDRbgxi_0?rT?%(7?27oN;^;46tm66Tq`3R46_UPXK+9flM$wu)$BRS-pqV26<`1Rdq(X-svk#5xq|v z&ldA+aa*pH+akAWo@fn}1aZqQ>KTf37^Ql;EKLU@k++J-`XQzbpOo;D3NK6h`nF+c z7jDXnWufv-46)LwGCf$zkR#J5eZuIqG+v}Dim(&cv7{wj^$qsO(VX*j3}w6ntLr71 zMmo{K0UaVW$hfhX?i*Arpvx?)Z>bL|E1i5*n$9;LWhz#xM1wtb2Tf=V%loK+e!waA z##~d*Mp(sS8)IG#SHqEZyS}8E(Lt^CP8~yO&MUG1eE@sgKspltDDEf*l}iKV>x8Qo zdzx%UBSk;_L&so+GwaG~G|H%z`VA#f=kxw9X92tUq&cOyoDR~ z{AkkFhJ0JA%R{@tXECTHg*DU}ej3|c*27s+g>2$jmD%=Aius@}Q=o{tbjgswm!oq_ zAjP1n3VjA^^UQ~&$6bv`ZPL(6A1!CZW-}sdQqqlh^xX}$Q=4hcB&{@}2#4Aff$|kr zI1S6GWo&E|LTtWNXz_&%#ZaJp&=JmohKy4CbRkKrNIygmnlg*B$_JjCX+b`reaw?` zN1pOaNo&c2s9*;NwYhrQRXi^VTrSINg7T4V|_{W2QtUq5v`sBN?e>Is_Cu@l}Cl zYp^+LoVN~cI>u)e9lJXuTOiI3k>#3A1KL_Zl=*UNT%#DvyN9OPYO7tvw6iR&HIx*C z?D|qmYbj1W)>d0gE+jvcj&l`Rv_z{6QJ2|555;`5ozH|r8h&lAsG*fly-#&%TH2a5 zSZZccR#%r>=0YniJJ*;IljgRj0QF~X%8{$uENNhbNcH7gY=RTE!clr0mWx|b@J^g4 zCLg=*x68+k)~Q?Y9sQC}P264VdfZl7os;I1dLPVcj~lZjJO5P0%seSC))aCs&02eE zM&nn^4ySYsW*D3>GeRhtd}{%!yf#qJFK6@B&+|{K8-9R?5QRf!MJ!j$#WnR;P{o#P zjZ!Hk%To=V6GK2bmaC?WdTdtiq{_|h(gIUbO*HEZnI>DvvLQxmrnm@Cm6g^rOV?S5gj5#YS!zoRPmqrDh^n=6ZLg%)f zIHezMp(~cIl4`Yn4NdKaDn4@M!ZOfB68y8`a#mJaSuQEflRYg-awo}fgSb*xod&mP zzaDdL`}uO>j#5(#J|IO`?ow}+U)@&EV4x^TFE3Ib!%D|jvQTo|T3d1g=Z8C) zATf^lan~&KYJ4PzN}5D_b)%icU}tQ)Vji7=q>l;@TC_N-ieR1958GHfE}9nC*qLR? zP&8~Q%eO6ZI5s_LSw;gr78BD!CEb5zAsC;pcC~T<(|7-~ib+hmEjmjzuJPGka$~R7 zJCZPsIfK^hGUje!8Ok3cxJ*rh6B(=0(5Lt3p3{6vd?|O5<6^L%+DI|<6xaky4-|Hy zNtU`ZSBa;nnX&0vP9d?Hml`|4wA|nhi}#uOHPIGY&UVOWPQd7@8~wO=%f9*>bu( zp!%7nGTKymx_+Q4HO^L0g0kgV=9d)+`N3M@DO+APAjs7P^bC|=ei52BSqEwvEJ-S( z?Lz3_hnWnM2y07j5wkSL4({_LOamb2MOwOp2kCw?tVws+=R~oPTHn~K(&N-HS-{NI zX*DrRskzB%GiAwqgUx}~KJ5Z`-A@>*waRgO>|v?*!4^w>P+(=v`LfhFf=;B1392%{ zltPvz;f0f4S6MtRs2H`>9EQ=EXFpSxMDI?U@v)gp#egy*vtc}$T12jO_n>0=keLI1 z)U{im`Y$|Kv8*oqC>@BemP^AdYsVy`k%Va|+J%d{;8V(8T!)N>L8)yZjFuw`VEnj= zvHaVdh4Py)cY;&-qZz~O*tjgHbWEov*j&Y?uCX^aW^|9#*+8E*W=UNSs5oH|%Ef!R0sjfQ;Wi@WlJg`P1%Uw3RNHe8{$@t$_bl>(mrPB1CrR z=Hr63JoF!3Sr|j6uFkCtlx6QiYhl!hB>668H+M(woSmisn#0LtN)v%h3`G;_A|5`{JXJqG)p?|s zqXrmyZC<`KQ4Uw{fl?--uHC8G=ZalE z_dS9N^`}J~dH9itSwFLwtr!reP=h-C8K);K0hTRU>2xE$sMIBgg)D__E65yju-yPt zX;F*wZK5cZ6HAcq zmDDI2@{P6Gf)B+U5P0l2*2eK}Och)EE}L@i6_PE-OK4csWH*Rn*AB3HNv3YCRq1Iq zqHW333-}#0`UYl)nPA$ySz0jWXu(2$m3!`4IdS5EpqlB2jp4K}maa#D{RxtAX|UMB zZXXjnB4UQXhJj)$F6X`pvCc_Da$rJnpp{$g$d0X_XmQ!4lft#?-a z!n%?Ub09^L-nS~yKD_2S98)2>TGn21OwW5G(pn(Q9?Ik@8PXp~*L>W;6+EUEX3N^+H%4ZogrQI}{YI zK3JbumYPa8Mq;K?J)?qorh_dGUv5^lYOU$iRAyDtF)-J;suFCLl_Rf8nZ#U{8Ak7! za9(Swf!zf=X+|O0p^9)|Mxhp2Z&rp$eKm8V-J=szY+i@kwoC1hgvO-W4IfO)l|+{f zEu+_(HgVFppvFc;Y+gpk%LZGcXFbIRBI@;95m=_^Zgfiq)s1=tE2_hCyI3>9l~MGlsYOX?kIBsboW zBjwGdD%A2yw1wfiBO6qCWjolHjhp9Ib?KA+JMF-^j%8OFFs(1DMs%n)FVwm>phm1sRgiR<>tC8MPqp`u5Z#C3JbQXuhg7hMcNM^fD zZymOxBb8`rhl;_x_9E#wn7N>y3&mFQ>sR69ttXSpQf*u9J6^g|o1ceRCGABXx@i*qKIY6UH3Dh(awrYN1uf zF4+#ZV|_?4PuWmtim6}1BM(PK3gI<-DU)R&N8ajm;w=Mg%d*ZgB+`L?ml%VQt)8KvZauu8H`?=x_)2?}lT)Qb9jw;#GXG6p6Y*J;ba$4F)kJ>__It7ItEeVoATM|su zOxYH&=^uihVKa2@Bo?I>S~lrUX9lW5mnJ7rwA`xng!b0HxmTqpwSSVeH3>hAs7lXr z&+{DdY-WUFb-k#hs;bg+%nk8skQ?CkXe>TqX2Mb(&*#TpmYok@SqFhG7R7!VOW@+}7 z()w)6d&flKwnLN;r(nZSwM8AeQu7Vw4WGfmC$z6*Rr1W)@8){iC0m-DOerw-i_#kI zYf9p@+Nv#2f>UoL?PP-3imLFVe}bsj@hImYJOR#v5eL*;gB>J%?u10qgc653GHj!< z=AZ@E_>LgsQ(X+l()uQl~XHT)QCDtPy zZLFtN9qJM4SmP(Royagub_7T~;mI-+ZqA!#moXE!2#ReCBty+^Hda{CaNTubn`JFH`W|rz^N*z#1bsg;LVo6oV~x+YHaQ1vH_mAng3rbV>#c3wm-g zl({ZjZ0f+BKv=n1bxZxau?VLfZOG3CJK}%e zUody3CBv)Vw5imJr45?GDYkIlUX4;&lx^kYT=LLXRlE2S>lZ#>r4BTZ)l^xB!AyHI z@+e8MN`!+MjA(2^O$uBEN4aJm;vLl6BCzkbhaq;hRH^`^pd}mX$K_GgNjYkpHQg>a zmg)VQFxA#-K4tq<%kMAVop)S-J7A^M&QOR=*#Z^?au0b<*^MJa>%+kmm zN<~v7Q#B;h%2^3Fy`)(K(Ma($XLYJ8Q^;vl=OjCwIG!QlQ0HI?b%!nDJQT7`%u`9L zRxBCT`2}RT^}1ZGA?dz_X}^WlsNN)=4h+@+D=Jfa0Vmv1(=1-ws*xMd}zv`?{Az| zl`%Zy!U}w;YnvOO3Yg~AMY1Dxo^a_8!ASFHL~BK)+Vb;5dIzhw#0L0KPA|(v;<%fJ zAb#6>O!IDmci_~uCip=!4MY3+_QT22&YUdGW)~&g=rFb7DG3HG-P(|Fw7fG%%Q>dN zz$Gk<&axOayC2DD>~6K$jh&UGwqvHdaM(%KyKvcA0d(QCv=|U6tK6vjZq3)%H)hMw zR+_y>#kDk(YqixKz0{|+TFqNe^+A0G*<&DD6|j_SuL|1HA-A=@RBH)o>sZy4Y+;L4 zOk3!w*6@{{*PlH=Ih&qkN>@-5mP9XRT?)mJ_DhXu9>uLB*{-9O@zk8dt*b5%?a#J1 zWu$rIV|ipCF{qfMiG+q@I`C1dzD;qS7%di8>nnqo) zr}}Qji?oGe+MQySU#o${!UgjU^Q`u$^0L=By8>haKhi z=v|C{=OJI`gW~j;UYBg*Booald_ThthLjk~j?xmoc&t*e!K+5i^W2NkTJDg*&x>bs zG@Zx`)#RUOdC5*8keKN0os3`FD0Od#L?xE-!Y46P&TQ*wFSn zvaw2yeY%=fEhkq^(-ParIeQ3hT0_#UIYfuL;&4J$XoL9h9Yo4f35o-BvX;Qk@D*P1wI$>;+TFO-}KW5l}OU86St|+;$`SQkuIhS8R~> zZ>4i$duu5#S~O;s@GeL+f{o&0Glgh;SXMe|RXc-8RL3B1Kbmv=eg^_k2+N0YvzwNg zuu-*GklSM5-vLiY3I*vUKy~KS4?-;&a;t%|&(xK!frpzs);Q>DbXYfSeYn|ZBIssM zVXmX)Nxujd3RJY^C&AIO3d2&?)~#~Moy8MoQ45T&kf@jWh?DiLL4_C80XCkojAa_h zfl8OOYmgJoOKLJLHm{_LRe03HXyT%@e1XwUr7N}lp(Moh=Y%p828D?ajkBW`!9dIf zr8m;5QuD&p`wY*e7v!}jy%UpWY@iCyu4^aQ=ORMLL556;Njoujwuk?$Xfajs;s+9r{vmytAS(v`r3hCRzb;7^zQ6Tu&A-E)_qHX<&QM2snFJ}&0%X+8g8?A zuJwPvJQvKJIi(K@Z`REI^MeKRCI#bWE(|7)n?Ej?GHK?dx#Q+fniz~<7|fqKZC)^Y z?yMg867F(CIG^kRu)_|r~HX?HJuh#K9?=nudH%Yb#bddT2dX$smf-ZC|QN1#QKAk=Jna&aJiW@V%}EEf`btG%hXA zhR#(~N{s*LKp%tz1)>428=lhL&iBd%cVPv3ZNxsS-wO4KaAOzKvn;tt*!Y5h+f%m0 zxKmf*_GCCmR~MEDoN5{8`+>C8lOHxH1QniNR4b_>HkNd98?W=C_1(0!1qNAGk?q8k zd|S7yv5nW53g2lisc$P4mS_=Z%8gPAM<$Xr%vNyDd0Z^Mbt9FdZOOpxG^j9bflM=N z+qz1Q{G&1rdwm+IWQDBK(xnI#faFFcnVNmHN)GGs;T zelq$|B#I5O4@KJNLC+H#jBRLT%bV;wthkmw3RhZVTM8t6A=GvpqzUY`zbHstsEnh% zl~4v1ozJmG_u*UWt`~?Sz@PhaLn6t_v{u%__jE0;xIP%$a5{mKG*zuK@RLl9#$BD* zIF?}8;7YFklP0eo{5l6~TCHpiP$>*8t!=0;XQ!U;g%DcW-duN`wDO~Oq><1#Mk{)y zOg)_C*v7(9ts-zv`6p|&pO&XZt#dUHQ@ZAm4i;Ra#}thTq1B zziE)C$M#1k^?IC}ZZ6Q_r7lJoK}98FaoV4DhX$l#r%O7HMmo4n^f%$jJVG$lZXK!= zj<4CO4iD6q(1ZY$k7j?J<*f?bCbS`4M1_$&h1va?l*5Um-L#P)ri#GN{?wGFz?&hVQaaU0gr zJ2p0NAbmP;ZBr8oJEBs^9;|a4)-V-tSMd+`!e!nHz@53g5atzgCN^$98{QVsuwZ+ok>CP!^0+HDk&Cgr8+aJ%9^ zJ@E@{q+fE-DH�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.\n" +msgstr "Please report bugs to .\n" + +#: g10/g10.c:689 +msgid "Usage: gpg [options] [files] (-h for help)" +msgstr "Usage: gpg [options] [files] (-h for help)" + +#: g10/g10.c:692 +msgid "" +"Syntax: gpg [options] [files]\n" +"sign, check, encrypt or decrypt\n" +"default operation depends on the input data\n" +msgstr "" +"Syntax: gpg [options] [files]\n" +"sign, check, encrypt or decrypt\n" +"default operation depends on the input data\n" + +#: g10/g10.c:703 +msgid "" +"\n" +"Supported algorithms:\n" +msgstr "" +"\n" +"Supported algorithms:\n" + +#: g10/g10.c:706 +msgid "Pubkey: " +msgstr "Pubkey: " + +#: g10/g10.c:712 g10/keyedit.c:1725 +msgid "Cipher: " +msgstr "Cipher: " + +#: g10/g10.c:718 +msgid "Hash: " +msgstr "Hash: " + +#: g10/g10.c:724 g10/keyedit.c:1771 +msgid "Compression: " +msgstr "Compression: " + +#: g10/g10.c:807 +msgid "usage: gpg [options] " +msgstr "usage: gpg [options] " + +#: g10/g10.c:875 +msgid "conflicting commands\n" +msgstr "conflicting commands\n" + +#: g10/g10.c:893 +#, c-format +msgid "no = sign found in group definition \"%s\"\n" +msgstr "no = sign found in group definition “%s”\n" + +#: g10/g10.c:1058 +#, c-format +msgid "WARNING: unsafe ownership on homedir \"%s\"\n" +msgstr "WARNING: unsafe ownership on homedir “%s”\n" + +#: g10/g10.c:1061 +#, c-format +msgid "WARNING: unsafe ownership on configuration file \"%s\"\n" +msgstr "WARNING: unsafe ownership on configuration file “%s”\n" + +#: g10/g10.c:1064 +#, c-format +msgid "WARNING: unsafe ownership on extension \"%s\"\n" +msgstr "WARNING: unsafe ownership on extension “%s”\n" + +#: g10/g10.c:1070 +#, c-format +msgid "WARNING: unsafe permissions on homedir \"%s\"\n" +msgstr "WARNING: unsafe permissions on homedir “%s”\n" + +#: g10/g10.c:1073 +#, c-format +msgid "WARNING: unsafe permissions on configuration file \"%s\"\n" +msgstr "WARNING: unsafe permissions on configuration file “%s”\n" + +#: g10/g10.c:1076 +#, c-format +msgid "WARNING: unsafe permissions on extension \"%s\"\n" +msgstr "WARNING: unsafe permissions on extension “%s”\n" + +#: g10/g10.c:1082 +#, c-format +msgid "WARNING: unsafe enclosing directory ownership on homedir \"%s\"\n" +msgstr "WARNING: unsafe enclosing directory ownership on homedir “%s”\n" + +#: g10/g10.c:1085 +#, c-format +msgid "" +"WARNING: unsafe enclosing directory ownership on configuration file \"%s\"\n" +msgstr "" +"WARNING: unsafe enclosing directory ownership on configuration file “%s" +"[0m”\n" + +#: g10/g10.c:1088 +#, c-format +msgid "WARNING: unsafe enclosing directory ownership on extension \"%s\"\n" +msgstr "" +"WARNING: unsafe enclosing directory ownership on extension “%s”\n" + +#: g10/g10.c:1094 +#, c-format +msgid "WARNING: unsafe enclosing directory permissions on homedir \"%s\"\n" +msgstr "" +"WARNING: unsafe enclosing directory permissions on homedir “%s”\n" + +#: g10/g10.c:1097 +#, c-format +msgid "" +"WARNING: unsafe enclosing directory permissions on configuration file \"%s" +"\"\n" +msgstr "" +"WARNING: unsafe enclosing directory permissions on configuration file “%s" +"[0m”\n" + +#: g10/g10.c:1100 +#, c-format +msgid "WARNING: unsafe enclosing directory permissions on extension \"%s\"\n" +msgstr "" +"WARNING: unsafe enclosing directory permissions on extension “%s”\n" + +#: g10/g10.c:1312 +#, c-format +msgid "NOTE: old default options file `%s' ignored\n" +msgstr "NOTE: old default options file ‘%s’ ignored\n" + +#: g10/g10.c:1348 +#, c-format +msgid "NOTE: no default option file `%s'\n" +msgstr "NOTE: no default option file ‘%s’\n" + +#: g10/g10.c:1352 +#, c-format +msgid "option file `%s': %s\n" +msgstr "option file ‘%s’: %s\n" + +#: g10/g10.c:1359 +#, c-format +msgid "reading options from `%s'\n" +msgstr "reading options from ‘%s’\n" + +#: g10/g10.c:1575 g10/g10.c:2048 g10/g10.c:2059 +#, c-format +msgid "NOTE: %s is not for normal use!\n" +msgstr "NOTE: %s is not for normal use!\n" + +#: g10/g10.c:1588 +#, c-format +msgid "cipher extension \"%s\" not loaded due to unsafe permissions\n" +msgstr "cipher extension “%s” not loaded due to unsafe permissions\n" + +#: g10/g10.c:1792 +#, c-format +msgid "%s is not a valid character set\n" +msgstr "%s is not a valid character set\n" + +#: g10/g10.c:1810 +msgid "could not parse keyserver URI\n" +msgstr "could not parse keyserver URI\n" + +#: g10/g10.c:1819 +#, c-format +msgid "%s:%d: invalid import options\n" +msgstr "%s:%d: invalid import options\n" + +#: g10/g10.c:1822 +msgid "invalid import options\n" +msgstr "invalid import options\n" + +#: g10/g10.c:1829 +#, c-format +msgid "%s:%d: invalid export options\n" +msgstr "%s:%d: invalid export options\n" + +#: g10/g10.c:1832 +msgid "invalid export options\n" +msgstr "invalid export options\n" + +#: g10/g10.c:1854 +#, c-format +msgid "%s:%d: invalid list options\n" +msgstr "%s:%d: invalid list options\n" + +#: g10/g10.c:1857 +msgid "invalid list options\n" +msgstr "invalid list options\n" + +#: g10/g10.c:1878 +#, c-format +msgid "%s:%d: invalid verify options\n" +msgstr "%s:%d: invalid verify options\n" + +#: g10/g10.c:1881 +msgid "invalid verify options\n" +msgstr "invalid verify options\n" + +#: g10/g10.c:1888 +#, c-format +msgid "unable to set exec-path to %s\n" +msgstr "unable to set exec-path to %s\n" + +#: g10/g10.c:2037 +msgid "WARNING: program may create a core file!\n" +msgstr "WARNING: program may create a core file!\n" + +#: g10/g10.c:2041 +#, c-format +msgid "WARNING: %s overrides %s\n" +msgstr "WARNING: %s overrides %s\n" + +#: g10/g10.c:2050 +#, c-format +msgid "%s not allowed with %s!\n" +msgstr "%s not allowed with %s!\n" + +#: g10/g10.c:2053 +#, c-format +msgid "%s makes no sense with %s!\n" +msgstr "%s makes no sense with %s!\n" + +#: g10/g10.c:2074 +msgid "you can only make detached or clear signatures while in --pgp2 mode\n" +msgstr "you can only make detached or clear signatures while in --pgp2 mode\n" + +#: g10/g10.c:2080 +msgid "you can't sign and encrypt at the same time while in --pgp2 mode\n" +msgstr "you can't sign and encrypt at the same time while in --pgp2 mode\n" + +#: g10/g10.c:2086 +msgid "you must use files (and not a pipe) when working with --pgp2 enabled.\n" +msgstr "" +"you must use files (and not a pipe) when working with --pgp2 enabled.\n" + +#: g10/g10.c:2099 +msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" +msgstr "encrypting a message in --pgp2 mode requires the IDEA cipher\n" + +#: g10/g10.c:2167 g10/g10.c:2191 +msgid "selected cipher algorithm is invalid\n" +msgstr "selected cipher algorithm is invalid\n" + +#: g10/g10.c:2173 g10/g10.c:2197 +msgid "selected digest algorithm is invalid\n" +msgstr "selected digest algorithm is invalid\n" + +#: g10/g10.c:2179 +msgid "selected compression algorithm is invalid\n" +msgstr "selected compression algorithm is invalid\n" + +#: g10/g10.c:2185 +msgid "selected certification digest algorithm is invalid\n" +msgstr "selected certification digest algorithm is invalid\n" + +#: g10/g10.c:2200 +msgid "completes-needed must be greater than 0\n" +msgstr "completes-needed must be greater than 0\n" + +#: g10/g10.c:2202 +msgid "marginals-needed must be greater than 1\n" +msgstr "marginals-needed must be greater than 1\n" + +#: g10/g10.c:2204 +msgid "max-cert-depth must be in range 1 to 255\n" +msgstr "max-cert-depth must be in range 1 to 255\n" + +#: g10/g10.c:2207 +msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" +msgstr "NOTE: simple S2K mode (0) is strongly discouraged\n" + +#: g10/g10.c:2211 +msgid "invalid S2K mode; must be 0, 1 or 3\n" +msgstr "invalid S2K mode; must be 0, 1 or 3\n" + +#: g10/g10.c:2215 +msgid "invalid default-check-level; must be 0, 1, 2, or 3\n" +msgstr "invalid default-check-level; must be 0, 1, 2, or 3\n" + +#: g10/g10.c:2221 +msgid "invalid default preferences\n" +msgstr "invalid default preferences\n" + +#: g10/g10.c:2229 +msgid "invalid personal cipher preferences\n" +msgstr "invalid personal cipher preferences\n" + +#: g10/g10.c:2233 +msgid "invalid personal digest preferences\n" +msgstr "invalid personal digest preferences\n" + +#: g10/g10.c:2237 +msgid "invalid personal compress preferences\n" +msgstr "invalid personal compress preferences\n" + +#: g10/g10.c:2267 +#, c-format +msgid "%s does not yet work with %s\n" +msgstr "%s does not yet work with %s\n" + +#: g10/g10.c:2311 +#, c-format +msgid "you may not use cipher algorithm \"%s\" while in %s mode\n" +msgstr "you may not use cipher algorithm “%s” while in %s mode\n" + +#: g10/g10.c:2316 +#, c-format +msgid "you may not use digest algorithm \"%s\" while in %s mode\n" +msgstr "you may not use digest algorithm “%s” while in %s mode\n" + +#: g10/g10.c:2321 +#, c-format +msgid "you may not use compression algorithm \"%s\" while in %s mode\n" +msgstr "you may not use compression algorithm “%s” while in %s mode\n" + +#: g10/g10.c:2413 +#, c-format +msgid "failed to initialize the TrustDB: %s\n" +msgstr "failed to initialize the TrustDB: %s\n" + +#: g10/g10.c:2423 +msgid "WARNING: recipients (-r) given without using public key encryption\n" +msgstr "WARNING: recipients (-r) given without using public key encryption\n" + +#: g10/g10.c:2433 +msgid "--store [filename]" +msgstr "--store [filename]" + +#: g10/g10.c:2440 +msgid "--symmetric [filename]" +msgstr "--symmetric [filename]" + +#: g10/g10.c:2452 +msgid "--encrypt [filename]" +msgstr "--encrypt [filename]" + +#: g10/g10.c:2467 +msgid "--sign [filename]" +msgstr "--sign [filename]" + +#: g10/g10.c:2480 +msgid "--sign --encrypt [filename]" +msgstr "--sign --encrypt [filename]" + +#: g10/g10.c:2494 +msgid "--sign --symmetric [filename]" +msgstr "--sign --symmetric [filename]" + +#: g10/g10.c:2503 +msgid "--clearsign [filename]" +msgstr "--clearsign [filename]" + +#: g10/g10.c:2528 +msgid "--decrypt [filename]" +msgstr "--decrypt [filename]" + +#: g10/g10.c:2536 +msgid "--sign-key user-id" +msgstr "--sign-key user-id" + +#: g10/g10.c:2544 +msgid "--lsign-key user-id" +msgstr "--lsign-key user-id" + +#: g10/g10.c:2552 +msgid "--nrsign-key user-id" +msgstr "--nrsign-key user-id" + +#: g10/g10.c:2560 +msgid "--nrlsign-key user-id" +msgstr "--nrlsign-key user-id" + +#: g10/g10.c:2568 +msgid "--edit-key user-id [commands]" +msgstr "--edit-key user-id [commands]" + +#: g10/g10.c:2624 g10/encode.c:420 g10/sign.c:887 +#, c-format +msgid "can't open %s: %s\n" +msgstr "can't open %s: %s\n" + +#: g10/g10.c:2639 +msgid "-k[v][v][v][c] [user-id] [keyring]" +msgstr "-k[v][v][v][c] [user-id] [keyring]" + +#: g10/g10.c:2677 +#, c-format +msgid "keyserver send failed: %s\n" +msgstr "keyserver send failed: %s\n" + +#: g10/g10.c:2679 +#, c-format +msgid "keyserver receive failed: %s\n" +msgstr "keyserver receive failed: %s\n" + +#: g10/g10.c:2681 +#, c-format +msgid "key export failed: %s\n" +msgstr "key export failed: %s\n" + +#: g10/g10.c:2693 +#, c-format +msgid "keyserver search failed: %s\n" +msgstr "keyserver search failed: %s\n" + +#: g10/g10.c:2703 +#, c-format +msgid "keyserver refresh failed: %s\n" +msgstr "keyserver refresh failed: %s\n" + +#: g10/g10.c:2744 +#, c-format +msgid "dearmoring failed: %s\n" +msgstr "dearmoring failed: %s\n" + +#: g10/g10.c:2752 +#, c-format +msgid "enarmoring failed: %s\n" +msgstr "enarmoring failed: %s\n" + +#: g10/g10.c:2839 +#, c-format +msgid "invalid hash algorithm `%s'\n" +msgstr "invalid hash algorithm ‘%s’\n" + +#: g10/g10.c:2955 +msgid "[filename]" +msgstr "[filename]" + +#: g10/g10.c:2959 +msgid "Go ahead and type your message ...\n" +msgstr "Go ahead and type your message ...\n" + +#: g10/g10.c:2962 g10/decrypt.c:61 g10/decrypt.c:110 g10/verify.c:95 +#: g10/verify.c:142 +#, c-format +msgid "can't open `%s'\n" +msgstr "can't open ‘%s’\n" + +#: g10/g10.c:3236 +msgid "" +"a notation name must have only printable characters or spaces, and end with " +"an '='\n" +msgstr "" +"a notation name must have only printable characters or spaces, and end with " +"an ‘=’\n" + +#: g10/g10.c:3245 +msgid "a user notation name must contain the '@' character\n" +msgstr "a user notation name must contain the ‘@’ character\n" + +#: g10/g10.c:3255 +msgid "a notation value must not use any control characters\n" +msgstr "a notation value must not use any control characters\n" + +#: g10/g10.c:3289 +msgid "the given certification policy URL is invalid\n" +msgstr "the given certification policy URL is invalid\n" + +#: g10/g10.c:3291 +msgid "the given signature policy URL is invalid\n" +msgstr "the given signature policy URL is invalid\n" + +#: g10/g10.c:3324 +msgid "the given signature preferred keyserver URL is invalid\n" +msgstr "the given signature preferred keyserver URL is invalid\n" + +#: g10/gpgv.c:67 +msgid "be somewhat more quiet" +msgstr "be somewhat more quiet" + +#: g10/gpgv.c:68 +msgid "take the keys from this keyring" +msgstr "take the keys from this keyring" + +#: g10/gpgv.c:70 +msgid "make timestamp conflicts only a warning" +msgstr "make timestamp conflicts only a warning" + +#: g10/gpgv.c:71 +msgid "|FD|write status info to this FD" +msgstr "|FD|write status info to this FD" + +#: g10/gpgv.c:99 +msgid "Usage: gpgv [options] [files] (-h for help)" +msgstr "Usage: gpgv [options] [files] (-h for help)" + +#: g10/gpgv.c:102 +msgid "" +"Syntax: gpg [options] [files]\n" +"Check signatures against known trusted keys\n" +msgstr "" +"Syntax: gpg [options] [files]\n" +"Check signatures against known trusted keys\n" + +#: g10/armor.c:317 +#, c-format +msgid "armor: %s\n" +msgstr "armor: %s\n" + +#: g10/armor.c:346 +msgid "invalid armor header: " +msgstr "invalid armor header: " + +#: g10/armor.c:353 +msgid "armor header: " +msgstr "armor header: " + +#: g10/armor.c:364 +msgid "invalid clearsig header\n" +msgstr "invalid clearsig header\n" + +#: g10/armor.c:416 +msgid "nested clear text signatures\n" +msgstr "nested clear text signatures\n" + +#: g10/armor.c:540 +msgid "invalid dash escaped line: " +msgstr "invalid dash escaped line: " + +#: g10/armor.c:552 +msgid "unexpected armor:" +msgstr "unexpected armor:" + +#: g10/armor.c:678 g10/armor.c:1254 +#, c-format +msgid "invalid radix64 character %02x skipped\n" +msgstr "invalid radix64 character %02x skipped\n" + +#: g10/armor.c:721 +msgid "premature eof (no CRC)\n" +msgstr "premature eof (no CRC)\n" + +#: g10/armor.c:755 +msgid "premature eof (in CRC)\n" +msgstr "premature eof (in CRC)\n" + +#: g10/armor.c:759 +msgid "malformed CRC\n" +msgstr "malformed CRC\n" + +#: g10/armor.c:763 g10/armor.c:1291 +#, c-format +msgid "CRC error; %06lx - %06lx\n" +msgstr "CRC error; %06lx - %06lx\n" + +#: g10/armor.c:783 +msgid "premature eof (in Trailer)\n" +msgstr "premature eof (in Trailer)\n" + +#: g10/armor.c:787 +msgid "error in trailer line\n" +msgstr "error in trailer line\n" + +#: g10/armor.c:1069 +msgid "no valid OpenPGP data found.\n" +msgstr "no valid OpenPGP data found.\n" + +#: g10/armor.c:1074 +#, c-format +msgid "invalid armor: line longer than %d characters\n" +msgstr "invalid armor: line longer than %d characters\n" + +#: g10/armor.c:1078 +msgid "" +"quoted printable character in armor - probably a buggy MTA has been used\n" +msgstr "" +"quoted printable character in armor - probably a buggy MTA has been used\n" + +#: g10/pkclist.c:63 g10/revoke.c:575 +msgid "No reason specified" +msgstr "No reason specified" + +#: g10/pkclist.c:65 g10/revoke.c:577 +msgid "Key is superseded" +msgstr "Key is superseded" + +#: g10/pkclist.c:67 g10/revoke.c:576 +msgid "Key has been compromised" +msgstr "Key has been compromised" + +#: g10/pkclist.c:69 g10/revoke.c:578 +msgid "Key is no longer used" +msgstr "Key is no longer used" + +#: g10/pkclist.c:71 g10/revoke.c:579 +msgid "User ID is no longer valid" +msgstr "User ID is no longer valid" + +#: g10/pkclist.c:75 +msgid "reason for revocation: " +msgstr "reason for revocation: " + +#: g10/pkclist.c:92 +msgid "revocation comment: " +msgstr "revocation comment: " + +#: g10/pkclist.c:265 +msgid "iImMqQsS" +msgstr "iImMqQsS" + +#: g10/pkclist.c:273 +#, c-format +msgid "" +"No trust value assigned to:\n" +"%4u%c/%08lX %s \"" +msgstr "" +"No trust value assigned to:\n" +"%4u%c/%08lX %s \"" + +#: g10/pkclist.c:302 g10/mainproc.c:1438 +msgid " aka \"" +msgstr " aka \"" + +#: g10/pkclist.c:313 g10/keyedit.c:310 +msgid "" +"Please decide how far you trust this user to correctly\n" +"verify other users' keys (by looking at passports,\n" +"checking fingerprints from different sources...)?\n" +"\n" +msgstr "" +"Please decide how far you trust this user to correctly\n" +"verify other users' keys (by looking at passports,\n" +"checking fingerprints from different sources...)?\n" +"\n" + +#: g10/pkclist.c:317 +#, c-format +msgid " %d = I don't know or won't say\n" +msgstr " %d = I don't know or won't say\n" + +#: g10/pkclist.c:319 +#, c-format +msgid " %d = I do NOT trust\n" +msgstr " %d = I do NOT trust\n" + +#: g10/pkclist.c:321 +#, c-format +msgid " %d = I trust marginally\n" +msgstr " %d = I trust marginally\n" + +#: g10/pkclist.c:323 +#, c-format +msgid " %d = I trust fully\n" +msgstr " %d = I trust fully\n" + +#: g10/pkclist.c:325 +#, c-format +msgid " %d = I trust ultimately\n" +msgstr " %d = I trust ultimately\n" + +#: g10/pkclist.c:328 +msgid " i = please show me more information\n" +msgstr " i = please show me more information\n" + +#: g10/pkclist.c:331 +msgid " m = back to the main menu\n" +msgstr " m = back to the main menu\n" + +#: g10/pkclist.c:334 +msgid " s = skip this key\n" +msgstr " s = skip this key\n" + +#: g10/pkclist.c:335 +msgid " q = quit\n" +msgstr " q = quit\n" + +#: g10/pkclist.c:339 +#, c-format +msgid "" +"The minimum trust level for this key is: %s\n" +"\n" +msgstr "" +"The minimum trust level for this key is: %s\n" +"\n" + +#: g10/pkclist.c:345 g10/revoke.c:604 +msgid "Your decision? " +msgstr "Your decision? " + +#: g10/pkclist.c:366 +msgid "Do you really want to set this key to ultimate trust? " +msgstr "Do you really want to set this key to ultimate trust? " + +#: g10/pkclist.c:380 +msgid "Certificates leading to an ultimately trusted key:\n" +msgstr "Certificates leading to an ultimately trusted key:\n" + +#: g10/pkclist.c:455 +#, c-format +msgid "key %08lX: key has been revoked!\n" +msgstr "key %08lX: key has been revoked!\n" + +#: g10/pkclist.c:462 g10/pkclist.c:474 g10/pkclist.c:573 +msgid "Use this key anyway? " +msgstr "Use this key anyway? " + +#: g10/pkclist.c:467 +#, c-format +msgid "key %08lX: subkey has been revoked!\n" +msgstr "key %08lX: subkey has been revoked!\n" + +#: g10/pkclist.c:488 +#, c-format +msgid "%08lX: key has expired\n" +msgstr "%08lX: key has expired\n" + +#: g10/pkclist.c:498 +#, c-format +msgid "%08lX: There is no assurance this key belongs to the named user\n" +msgstr "%08lX: There is no assurance this key belongs to the named user\n" + +#: g10/pkclist.c:504 +#, c-format +msgid "%08lX: We do NOT trust this key\n" +msgstr "%08lX: We do NOT trust this key\n" + +#: g10/pkclist.c:509 +#, c-format +msgid "%08lX: There is limited assurance this key belongs to the named user\n" +msgstr "%08lX: There is limited assurance this key belongs to the named user\n" + +#: g10/pkclist.c:515 +msgid "This key probably belongs to the named user\n" +msgstr "This key probably belongs to the named user\n" + +#: g10/pkclist.c:520 +msgid "This key belongs to us\n" +msgstr "This key belongs to us\n" + +#: g10/pkclist.c:568 +msgid "" +"It is NOT certain that the key belongs to the person named\n" +"in the user ID. If you *really* know what you are doing,\n" +"you may answer the next question with yes\n" +"\n" +msgstr "" +"It is NOT certain that the key belongs to the person named\n" +"in the user ID. If you *really* know what you are doing,\n" +"you may answer the next question with yes\n" +"\n" + +#: g10/pkclist.c:582 g10/pkclist.c:612 +msgid "WARNING: Using untrusted key!\n" +msgstr "WARNING: Using untrusted key!\n" + +#: g10/pkclist.c:623 +msgid "WARNING: This key has been revoked by its owner!\n" +msgstr "WARNING: This key has been revoked by its owner!\n" + +#: g10/pkclist.c:624 +msgid " This could mean that the signature is forgery.\n" +msgstr " This could mean that the signature is forgery.\n" + +#: g10/pkclist.c:630 +msgid "WARNING: This subkey has been revoked by its owner!\n" +msgstr "WARNING: This subkey has been revoked by its owner!\n" + +#: g10/pkclist.c:635 +msgid "Note: This key has been disabled.\n" +msgstr "Note: This key has been disabled.\n" + +#: g10/pkclist.c:640 +msgid "Note: This key has expired!\n" +msgstr "Note: This key has expired!\n" + +#: g10/pkclist.c:651 +msgid "WARNING: This key is not certified with a trusted signature!\n" +msgstr "WARNING: This key is not certified with a trusted signature!\n" + +#: g10/pkclist.c:653 +msgid "" +" There is no indication that the signature belongs to the owner.\n" +msgstr "" +" There is no indication that the signature belongs to the owner.\n" + +#: g10/pkclist.c:661 +msgid "WARNING: We do NOT trust this key!\n" +msgstr "WARNING: We do NOT trust this key!\n" + +#: g10/pkclist.c:662 +msgid " The signature is probably a FORGERY.\n" +msgstr " The signature is probably a FORGERY.\n" + +#: g10/pkclist.c:670 +msgid "" +"WARNING: This key is not certified with sufficiently trusted signatures!\n" +msgstr "" +"WARNING: This key is not certified with sufficiently trusted signatures!\n" + +#: g10/pkclist.c:672 +msgid " It is not certain that the signature belongs to the owner.\n" +msgstr " It is not certain that the signature belongs to the owner.\n" + +#: g10/pkclist.c:824 g10/pkclist.c:860 g10/encode.c:719 +#, c-format +msgid "you may not use %s while in %s mode\n" +msgstr "you may not use %s while in %s mode\n" + +#: g10/pkclist.c:837 g10/pkclist.c:870 g10/pkclist.c:1028 g10/pkclist.c:1088 +#, c-format +msgid "%s: skipped: %s\n" +msgstr "%s: skipped: %s\n" + +#: g10/pkclist.c:847 g10/pkclist.c:1060 +#, c-format +msgid "%s: skipped: public key already present\n" +msgstr "%s: skipped: public key already present\n" + +#: g10/pkclist.c:887 +msgid "You did not specify a user ID. (you may use \"-r\")\n" +msgstr "You did not specify a user ID. (you may use “-r”)\n" + +#: g10/pkclist.c:900 +msgid "" +"\n" +"Enter the user ID. End with an empty line: " +msgstr "" +"\n" +"Enter the user ID. End with an empty line: " + +#: g10/pkclist.c:916 +msgid "No such user ID.\n" +msgstr "No such user ID.\n" + +#: g10/pkclist.c:921 g10/pkclist.c:1003 +msgid "skipped: public key already set as default recipient\n" +msgstr "skipped: public key already set as default recipient\n" + +#: g10/pkclist.c:939 +msgid "Public key is disabled.\n" +msgstr "Public key is disabled.\n" + +#: g10/pkclist.c:946 +msgid "skipped: public key already set\n" +msgstr "skipped: public key already set\n" + +#: g10/pkclist.c:995 +#, c-format +msgid "unknown default recipient `%s'\n" +msgstr "unknown default recipient ‘%s’\n" + +#: g10/pkclist.c:1040 +#, c-format +msgid "%s: skipped: public key is disabled\n" +msgstr "%s: skipped: public key is disabled\n" + +#: g10/pkclist.c:1095 +msgid "no valid addressees\n" +msgstr "no valid addressees\n" + +#: g10/keygen.c:204 +#, c-format +msgid "preference `%s' duplicated\n" +msgstr "preference ‘%s’ duplicated\n" + +#: g10/keygen.c:211 +msgid "too many cipher preferences\n" +msgstr "too many cipher preferences\n" + +#: g10/keygen.c:213 +msgid "too many digest preferences\n" +msgstr "too many digest preferences\n" + +#: g10/keygen.c:215 +msgid "too many compression preferences\n" +msgstr "too many compression preferences\n" + +#: g10/keygen.c:304 +#, c-format +msgid "invalid item `%s' in preference string\n" +msgstr "invalid item ‘%s’ in preference string\n" + +#: g10/keygen.c:632 +msgid "writing direct signature\n" +msgstr "writing direct signature\n" + +#: g10/keygen.c:671 +msgid "writing self signature\n" +msgstr "writing self signature\n" + +#: g10/keygen.c:715 +msgid "writing key binding signature\n" +msgstr "writing key binding signature\n" + +#: g10/keygen.c:769 g10/keygen.c:853 g10/keygen.c:944 +#, c-format +msgid "keysize invalid; using %u bits\n" +msgstr "keysize invalid; using %u bits\n" + +#: g10/keygen.c:774 g10/keygen.c:858 g10/keygen.c:949 +#, c-format +msgid "keysize rounded up to %u bits\n" +msgstr "keysize rounded up to %u bits\n" + +#: g10/keygen.c:1049 +msgid "Please select what kind of key you want:\n" +msgstr "Please select what kind of key you want:\n" + +#: g10/keygen.c:1051 +#, c-format +msgid " (%d) DSA and ElGamal (default)\n" +msgstr " (%d) DSA and ElGamal (default)\n" + +#: g10/keygen.c:1052 +#, c-format +msgid " (%d) DSA (sign only)\n" +msgstr " (%d) DSA (sign only)\n" + +#: g10/keygen.c:1054 +#, c-format +msgid " (%d) ElGamal (encrypt only)\n" +msgstr " (%d) ElGamal (encrypt only)\n" + +#: g10/keygen.c:1056 +#, c-format +msgid " (%d) ElGamal (sign and encrypt)\n" +msgstr " (%d) ElGamal (sign and encrypt)\n" + +#: g10/keygen.c:1057 +#, c-format +msgid " (%d) RSA (sign only)\n" +msgstr " (%d) RSA (sign only)\n" + +#: g10/keygen.c:1059 +#, c-format +msgid " (%d) RSA (encrypt only)\n" +msgstr " (%d) RSA (encrypt only)\n" + +#: g10/keygen.c:1061 +#, c-format +msgid " (%d) RSA (sign and encrypt)\n" +msgstr " (%d) RSA (sign and encrypt)\n" + +#: g10/keygen.c:1064 g10/keyedit.c:319 g10/keyedit.c:340 g10/keyedit.c:356 +msgid "Your selection? " +msgstr "Your selection? " + +#: g10/keygen.c:1090 +msgid "" +"The use of this algorithm is only supported by GnuPG. You will not be\n" +"able to use this key to communicate with PGP users. This algorithm is also\n" +"very slow, and may not be as secure as the other choices.\n" +msgstr "" +"The use of this algorithm is only supported by GnuPG. You will not be\n" +"able to use this key to communicate with PGP users. This algorithm is also\n" +"very slow, and may not be as secure as the other choices.\n" + +#: g10/keygen.c:1095 +msgid "Create anyway? " +msgstr "Create anyway? " + +#: g10/keygen.c:1113 g10/keyedit.c:800 g10/revoke.c:637 +msgid "Invalid selection.\n" +msgstr "Invalid selection.\n" + +#: g10/keygen.c:1126 +#, c-format +msgid "" +"About to generate a new %s keypair.\n" +" minimum keysize is 768 bits\n" +" default keysize is 1024 bits\n" +" highest suggested keysize is 2048 bits\n" +msgstr "" +"About to generate a new %s keypair.\n" +" minimum keysize is 768 bits\n" +" default keysize is 1024 bits\n" +" highest suggested keysize is 2048 bits\n" + +#: g10/keygen.c:1135 +msgid "What keysize do you want? (1024) " +msgstr "What keysize do you want? (1024) " + +#: g10/keygen.c:1140 +msgid "DSA only allows keysizes from 512 to 1024\n" +msgstr "DSA only allows keysizes from 512 to 1024\n" + +#: g10/keygen.c:1142 +msgid "keysize too small; 1024 is smallest value allowed for RSA.\n" +msgstr "keysize too small; 1024 is smallest value allowed for RSA.\n" + +#: g10/keygen.c:1145 +msgid "keysize too small; 768 is smallest value allowed.\n" +msgstr "keysize too small; 768 is smallest value allowed.\n" + +#: g10/keygen.c:1156 +#, c-format +msgid "keysize too large; %d is largest value allowed.\n" +msgstr "keysize too large; %d is largest value allowed.\n" + +#: g10/keygen.c:1161 +msgid "" +"Keysizes larger than 2048 are not suggested because\n" +"computations take REALLY long!\n" +msgstr "" +"Keysizes larger than 2048 are not suggested because\n" +"computations take REALLY long!\n" + +#: g10/keygen.c:1164 +msgid "Are you sure that you want this keysize? " +msgstr "Are you sure that you want this keysize? " + +#: g10/keygen.c:1165 +msgid "" +"Okay, but keep in mind that your monitor and keyboard radiation is also very " +"vulnerable to attacks!\n" +msgstr "" +"Okay, but keep in mind that your monitor and keyboard radiation is also very " +"vulnerable to attacks!\n" + +#: g10/keygen.c:1174 +#, c-format +msgid "Requested keysize is %u bits\n" +msgstr "Requested keysize is %u bits\n" + +#: g10/keygen.c:1177 g10/keygen.c:1181 +#, c-format +msgid "rounded up to %u bits\n" +msgstr "rounded up to %u bits\n" + +#: g10/keygen.c:1232 +msgid "" +"Please specify how long the key should be valid.\n" +" 0 = key does not expire\n" +" = key expires in n days\n" +" w = key expires in n weeks\n" +" m = key expires in n months\n" +" y = key expires in n years\n" +msgstr "" +"Please specify how long the key should be valid.\n" +" 0 = key does not expire\n" +" = key expires in n days\n" +" w = key expires in n weeks\n" +" m = key expires in n months\n" +" y = key expires in n years\n" + +#: g10/keygen.c:1241 +msgid "" +"Please specify how long the signature should be valid.\n" +" 0 = signature does not expire\n" +" = signature expires in n days\n" +" w = signature expires in n weeks\n" +" m = signature expires in n months\n" +" y = signature expires in n years\n" +msgstr "" +"Please specify how long the signature should be valid.\n" +" 0 = signature does not expire\n" +" = signature expires in n days\n" +" w = signature expires in n weeks\n" +" m = signature expires in n months\n" +" y = signature expires in n years\n" + +#: g10/keygen.c:1263 +msgid "Key is valid for? (0) " +msgstr "Key is valid for? (0) " + +#: g10/keygen.c:1265 +msgid "Signature is valid for? (0) " +msgstr "Signature is valid for? (0) " + +#: g10/keygen.c:1270 +msgid "invalid value\n" +msgstr "invalid value\n" + +#: g10/keygen.c:1275 +#, c-format +msgid "%s does not expire at all\n" +msgstr "%s does not expire at all\n" + +#: g10/keygen.c:1282 +#, c-format +msgid "%s expires at %s\n" +msgstr "%s expires at %s\n" + +#: g10/keygen.c:1288 +msgid "" +"Your system can't display dates beyond 2038.\n" +"However, it will be correctly handled up to 2106.\n" +msgstr "" +"Your system can't display dates beyond 2038.\n" +"However, it will be correctly handled up to 2106.\n" + +#: g10/keygen.c:1293 +msgid "Is this correct (y/n)? " +msgstr "Is this correct (y/n)? " + +#: g10/keygen.c:1336 +msgid "" +"\n" +"You need a User-ID to identify your key; the software constructs the user " +"id\n" +"from Real Name, Comment and Email Address in this form:\n" +" \"Heinrich Heine (Der Dichter) \"\n" +"\n" +msgstr "" +"\n" +"You need a User-ID to identify your key; the software constructs the user " +"id\n" +"from Real Name, Comment and Email Address in this form:\n" +" “Heinrich Heine (Der Dichter) ”\n" +"\n" + +#: g10/keygen.c:1348 +msgid "Real name: " +msgstr "Real name: " + +#: g10/keygen.c:1356 +msgid "Invalid character in name\n" +msgstr "Invalid character in name\n" + +#: g10/keygen.c:1358 +msgid "Name may not start with a digit\n" +msgstr "Name may not start with a digit\n" + +#: g10/keygen.c:1360 +msgid "Name must be at least 5 characters long\n" +msgstr "Name must be at least 5 characters long\n" + +#: g10/keygen.c:1368 +msgid "Email address: " +msgstr "Email address: " + +#: g10/keygen.c:1379 +msgid "Not a valid email address\n" +msgstr "Not a valid email address\n" + +#: g10/keygen.c:1387 +msgid "Comment: " +msgstr "Comment: " + +#: g10/keygen.c:1393 +msgid "Invalid character in comment\n" +msgstr "Invalid character in comment\n" + +#: g10/keygen.c:1416 +#, c-format +msgid "You are using the `%s' character set.\n" +msgstr "You are using the ‘%s’ character set.\n" + +#: g10/keygen.c:1422 +#, c-format +msgid "" +"You selected this USER-ID:\n" +" \"%s\"\n" +"\n" +msgstr "" +"You selected this USER-ID:\n" +" “%s”\n" +"\n" + +#: g10/keygen.c:1427 +msgid "Please don't put the email address into the real name or the comment\n" +msgstr "Please don't put the email address into the real name or the comment\n" + +#: g10/keygen.c:1432 +msgid "NnCcEeOoQq" +msgstr "NnCcEeOoQq" + +#: g10/keygen.c:1442 +msgid "Change (N)ame, (C)omment, (E)mail or (Q)uit? " +msgstr "Change (N)ame, (C)omment, (E)mail or (Q)uit? " + +#: g10/keygen.c:1443 +msgid "Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? " +msgstr "Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? " + +#: g10/keygen.c:1462 +msgid "Please correct the error first\n" +msgstr "Please correct the error first\n" + +#: g10/keygen.c:1501 +msgid "" +"You need a Passphrase to protect your secret key.\n" +"\n" +msgstr "" +"You need a Passphrase to protect your secret key.\n" +"\n" + +#: g10/keygen.c:1510 g10/keyedit.c:1005 +msgid "passphrase not correctly repeated; try again" +msgstr "passphrase not correctly repeated; try again" + +#: g10/keygen.c:1511 +#, c-format +msgid "%s.\n" +msgstr "%s.\n" + +#: g10/keygen.c:1517 +msgid "" +"You don't want a passphrase - this is probably a *bad* idea!\n" +"I will do it anyway. You can change your passphrase at any time,\n" +"using this program with the option \"--edit-key\".\n" +"\n" +msgstr "" +"You don't want a passphrase - this is probably a *bad* idea!\n" +"I will do it anyway. You can change your passphrase at any time,\n" +"using this program with the option “--edit-key”.\n" +"\n" + +#: g10/keygen.c:1538 +msgid "" +"We need to generate a lot of random bytes. It is a good idea to perform\n" +"some other action (type on the keyboard, move the mouse, utilize the\n" +"disks) during the prime generation; this gives the random number\n" +"generator a better chance to gain enough entropy.\n" +msgstr "" +"We need to generate a lot of random bytes. It is a good idea to perform\n" +"some other action (type on the keyboard, move the mouse, utilize the\n" +"disks) during the prime generation; this gives the random number\n" +"generator a better chance to gain enough entropy.\n" + +#: g10/keygen.c:2096 g10/revoke.c:214 g10/revoke.c:414 +msgid "sorry, can't do this in batch mode\n" +msgstr "sorry, can't do this in batch mode\n" + +#: g10/keygen.c:2157 +msgid "DSA keypair will have 1024 bits.\n" +msgstr "DSA keypair will have 1024 bits.\n" + +#: g10/keygen.c:2225 +msgid "Key generation canceled.\n" +msgstr "Key generation canceled.\n" + +#: g10/keygen.c:2333 g10/keygen.c:2458 +#, c-format +msgid "writing public key to `%s'\n" +msgstr "writing public key to ‘%s’\n" + +#: g10/keygen.c:2335 g10/keygen.c:2461 +#, c-format +msgid "writing secret key stub to `%s'\n" +msgstr "writing secret key stub to ‘%s’\n" + +#: g10/keygen.c:2338 g10/keygen.c:2464 +#, c-format +msgid "writing secret key to `%s'\n" +msgstr "writing secret key to ‘%s’\n" + +#: g10/keygen.c:2447 +#, c-format +msgid "no writable public keyring found: %s\n" +msgstr "no writable public keyring found: %s\n" + +#: g10/keygen.c:2453 +#, c-format +msgid "no writable secret keyring found: %s\n" +msgstr "no writable secret keyring found: %s\n" + +#: g10/keygen.c:2471 +#, c-format +msgid "error writing public keyring `%s': %s\n" +msgstr "error writing public keyring ‘%s’: %s\n" + +#: g10/keygen.c:2478 +#, c-format +msgid "error writing secret keyring `%s': %s\n" +msgstr "error writing secret keyring ‘%s’: %s\n" + +#: g10/keygen.c:2498 +msgid "public and secret key created and signed.\n" +msgstr "public and secret key created and signed.\n" + +#: g10/keygen.c:2499 +msgid "key marked as ultimately trusted.\n" +msgstr "key marked as ultimately trusted.\n" + +#: g10/keygen.c:2510 +msgid "" +"Note that this key cannot be used for encryption. You may want to use\n" +"the command \"--edit-key\" to generate a secondary key for this purpose.\n" +msgstr "" +"Note that this key cannot be used for encryption. You may want to use\n" +"the command “--edit-key” to generate a secondary key for this " +"purpose.\n" + +#: g10/keygen.c:2522 g10/keygen.c:2633 +#, c-format +msgid "Key generation failed: %s\n" +msgstr "Key generation failed: %s\n" + +#: g10/keygen.c:2568 g10/sign.c:290 +#, c-format +msgid "" +"key has been created %lu second in future (time warp or clock problem)\n" +msgstr "" +"key has been created %lu second in future (time warp or clock problem)\n" + +#: g10/keygen.c:2570 g10/sign.c:292 +#, c-format +msgid "" +"key has been created %lu seconds in future (time warp or clock problem)\n" +msgstr "" +"key has been created %lu seconds in future (time warp or clock problem)\n" + +#: g10/keygen.c:2579 +msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" +msgstr "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" + +#: g10/keygen.c:2608 +msgid "Really create? " +msgstr "Really create? " + +#: g10/decrypt.c:96 g10/encode.c:773 +msgid "--output doesn't work for this command\n" +msgstr "--output doesn't work for this command\n" + +#: g10/encode.c:177 g10/tdbio.c:534 g10/tdbio.c:595 g10/openfile.c:179 +#: g10/openfile.c:313 +#, c-format +msgid "%s: can't open: %s\n" +msgstr "%s: can't open: %s\n" + +#: g10/encode.c:206 g10/sign.c:1140 +#, c-format +msgid "error creating passphrase: %s\n" +msgstr "error creating passphrase: %s\n" + +#: g10/encode.c:211 +msgid "can't use a symmetric ESK packet due to the S2K mode\n" +msgstr "can't use a symmetric ESK packet due to the S2K mode\n" + +#: g10/encode.c:228 g10/encode.c:491 +#, c-format +msgid "`%s' already compressed\n" +msgstr "‘%s’ already compressed\n" + +#: g10/encode.c:298 g10/encode.c:530 +#, c-format +msgid "%s: WARNING: empty file\n" +msgstr "%s: WARNING: empty file\n" + +#: g10/encode.c:411 +msgid "you can only encrypt to RSA keys of 2048 bits or less in --pgp2 mode\n" +msgstr "you can only encrypt to RSA keys of 2048 bits or less in --pgp2 mode\n" + +#: g10/encode.c:426 +#, c-format +msgid "reading from `%s'\n" +msgstr "reading from ‘%s’\n" + +#: g10/encode.c:462 +msgid "" +"unable to use the IDEA cipher for all of the keys you are encrypting to.\n" +msgstr "" +"unable to use the IDEA cipher for all of the keys you are encrypting to.\n" + +#: g10/encode.c:472 g10/encode.c:660 +#, c-format +msgid "forcing symmetric cipher %s (%d) violates recipient preferences\n" +msgstr "forcing symmetric cipher %s (%d) violates recipient preferences\n" + +#: g10/encode.c:574 g10/sign.c:856 +#, c-format +msgid "forcing compression algorithm %s (%d) violates recipient preferences\n" +msgstr "forcing compression algorithm %s (%d) violates recipient preferences\n" + +#: g10/encode.c:746 +#, c-format +msgid "%s/%s encrypted for: \"%s\"\n" +msgstr "%s/%s encrypted for: “%s”\n" + +#: g10/export.c:162 g10/keyedit.c:2698 g10/delkey.c:73 g10/revoke.c:224 +#, c-format +msgid "key `%s' not found: %s\n" +msgstr "key ‘%s’ not found: %s\n" + +#: g10/export.c:184 g10/delkey.c:81 g10/revoke.c:230 g10/revoke.c:435 +#, c-format +msgid "error reading keyblock: %s\n" +msgstr "error reading keyblock: %s\n" + +#: g10/export.c:193 +#, c-format +msgid "key %08lX: not a rfc2440 key - skipped\n" +msgstr "key %08lX: not a rfc2440 key - skipped\n" + +#: g10/export.c:209 +#, c-format +msgid "key %08lX: not protected - skipped\n" +msgstr "key %08lX: not protected - skipped\n" + +#: g10/export.c:217 +#, c-format +msgid "key %08lX: PGP 2.x style key - skipped\n" +msgstr "key %08lX: PGP 2.x style key - skipped\n" + +#: g10/export.c:362 +#, c-format +msgid "WARNING: secret key %08lX does not have a simple SK checksum\n" +msgstr "WARNING: secret key %08lX does not have a simple SK checksum\n" + +#: g10/export.c:394 +msgid "WARNING: nothing exported\n" +msgstr "WARNING: nothing exported\n" + +#: g10/getkey.c:151 +msgid "too many entries in pk cache - disabled\n" +msgstr "too many entries in pk cache - disabled\n" + +#: g10/getkey.c:187 g10/getkey.c:2615 +msgid "[User id not found]" +msgstr "[User id not found]" + +#: g10/getkey.c:1594 +#, c-format +msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" +msgstr "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" + +#: g10/getkey.c:2097 +#, c-format +msgid "no secret subkey for public subkey %08lX - ignoring\n" +msgstr "no secret subkey for public subkey %08lX - ignoring\n" + +#: g10/getkey.c:2325 +#, c-format +msgid "using secondary key %08lX instead of primary key %08lX\n" +msgstr "using secondary key %08lX instead of primary key %08lX\n" + +#: g10/getkey.c:2372 +#, c-format +msgid "key %08lX: secret key without public key - skipped\n" +msgstr "key %08lX: secret key without public key - skipped\n" + +#: g10/import.c:240 +#, c-format +msgid "skipping block of type %d\n" +msgstr "skipping block of type %d\n" + +#: g10/import.c:249 +#, c-format +msgid "%lu keys processed so far\n" +msgstr "%lu keys processed so far\n" + +#: g10/import.c:254 +#, c-format +msgid "error reading `%s': %s\n" +msgstr "error reading ‘%s’: %s\n" + +#: g10/import.c:266 +#, c-format +msgid "Total number processed: %lu\n" +msgstr "Total number processed: %lu\n" + +#: g10/import.c:268 +#, c-format +msgid " skipped new keys: %lu\n" +msgstr " skipped new keys: %lu\n" + +#: g10/import.c:271 +#, c-format +msgid " w/o user IDs: %lu\n" +msgstr " w/o user IDs: %lu\n" + +#: g10/import.c:273 +#, c-format +msgid " imported: %lu" +msgstr " imported: %lu" + +#: g10/import.c:279 +#, c-format +msgid " unchanged: %lu\n" +msgstr " unchanged: %lu\n" + +#: g10/import.c:281 +#, c-format +msgid " new user IDs: %lu\n" +msgstr " new user IDs: %lu\n" + +#: g10/import.c:283 +#, c-format +msgid " new subkeys: %lu\n" +msgstr " new subkeys: %lu\n" + +#: g10/import.c:285 +#, c-format +msgid " new signatures: %lu\n" +msgstr " new signatures: %lu\n" + +#: g10/import.c:287 +#, c-format +msgid " new key revocations: %lu\n" +msgstr " new key revocations: %lu\n" + +#: g10/import.c:289 +#, c-format +msgid " secret keys read: %lu\n" +msgstr " secret keys read: %lu\n" + +#: g10/import.c:291 +#, c-format +msgid " secret keys imported: %lu\n" +msgstr " secret keys imported: %lu\n" + +#: g10/import.c:293 +#, c-format +msgid " secret keys unchanged: %lu\n" +msgstr " secret keys unchanged: %lu\n" + +#: g10/import.c:295 +#, c-format +msgid " not imported: %lu\n" +msgstr " not imported: %lu\n" + +#: g10/import.c:563 +#, c-format +msgid "key %08lX: Elgamal primary key - this may take some time to import\n" +msgstr "key %08lX: Elgamal primary key - this may take some time to import\n" + +#: g10/import.c:577 g10/import.c:895 +#, c-format +msgid "key %08lX: no user ID\n" +msgstr "key %08lX: no user ID\n" + +#: g10/import.c:597 +#, c-format +msgid "key %08lX: PKS subkey corruption repaired\n" +msgstr "key %08lX: PKS subkey corruption repaired\n" + +#: g10/import.c:612 +#, c-format +msgid "key %08lX: accepted non self-signed user ID '%s'\n" +msgstr "key %08lX: accepted non self-signed user ID ‘%s’\n" + +#: g10/import.c:618 +#, c-format +msgid "key %08lX: no valid user IDs\n" +msgstr "key %08lX: no valid user IDs\n" + +#: g10/import.c:620 +msgid "this may be caused by a missing self-signature\n" +msgstr "this may be caused by a missing self-signature\n" + +#: g10/import.c:629 g10/import.c:988 +#, c-format +msgid "key %08lX: public key not found: %s\n" +msgstr "key %08lX: public key not found: %s\n" + +#: g10/import.c:634 +#, c-format +msgid "key %08lX: new key - skipped\n" +msgstr "key %08lX: new key - skipped\n" + +#: g10/import.c:643 +#, c-format +msgid "no writable keyring found: %s\n" +msgstr "no writable keyring found: %s\n" + +#: g10/import.c:648 g10/sign.c:763 g10/sign.c:1002 g10/openfile.c:253 +#, c-format +msgid "writing to `%s'\n" +msgstr "writing to ‘%s’\n" + +#: g10/import.c:651 g10/import.c:737 g10/import.c:922 g10/import.c:1048 +#, c-format +msgid "error writing keyring `%s': %s\n" +msgstr "error writing keyring ‘%s’: %s\n" + +#: g10/import.c:669 +#, c-format +msgid "key %08lX: public key \"%s\" imported\n" +msgstr "key %08lX: public key “%s” imported\n" + +#: g10/import.c:691 +#, c-format +msgid "key %08lX: doesn't match our copy\n" +msgstr "key %08lX: doesn't match our copy\n" + +#: g10/import.c:708 g10/import.c:1005 +#, c-format +msgid "key %08lX: can't locate original keyblock: %s\n" +msgstr "key %08lX: can't locate original keyblock: %s\n" + +#: g10/import.c:715 g10/import.c:1011 +#, c-format +msgid "key %08lX: can't read original keyblock: %s\n" +msgstr "key %08lX: can't read original keyblock: %s\n" + +#: g10/import.c:746 +#, c-format +msgid "key %08lX: \"%s\" 1 new user ID\n" +msgstr "key %08lX: “%s” 1 new user ID\n" + +#: g10/import.c:749 +#, c-format +msgid "key %08lX: \"%s\" %d new user IDs\n" +msgstr "key %08lX: “%s” %d new user IDs\n" + +#: g10/import.c:752 +#, c-format +msgid "key %08lX: \"%s\" 1 new signature\n" +msgstr "key %08lX: “%s” 1 new signature\n" + +#: g10/import.c:755 +#, c-format +msgid "key %08lX: \"%s\" %d new signatures\n" +msgstr "key %08lX: “%s” %d new signatures\n" + +#: g10/import.c:758 +#, c-format +msgid "key %08lX: \"%s\" 1 new subkey\n" +msgstr "key %08lX: “%s” 1 new subkey\n" + +#: g10/import.c:761 +#, c-format +msgid "key %08lX: \"%s\" %d new subkeys\n" +msgstr "key %08lX: “%s” %d new subkeys\n" + +#: g10/import.c:780 +#, c-format +msgid "key %08lX: \"%s\" not changed\n" +msgstr "key %08lX: “%s” not changed\n" + +#: g10/import.c:901 +#, c-format +msgid "key %08lX: secret key with invalid cipher %d - skipped\n" +msgstr "key %08lX: secret key with invalid cipher %d - skipped\n" + +#: g10/import.c:916 +#, c-format +msgid "no default secret keyring: %s\n" +msgstr "no default secret keyring: %s\n" + +#: g10/import.c:927 +#, c-format +msgid "key %08lX: secret key imported\n" +msgstr "key %08lX: secret key imported\n" + +#: g10/import.c:943 +#, c-format +msgid "key %08lX: already in secret keyring\n" +msgstr "key %08lX: already in secret keyring\n" + +#: g10/import.c:953 +#, c-format +msgid "key %08lX: secret key not found: %s\n" +msgstr "key %08lX: secret key not found: %s\n" + +#: g10/import.c:982 +#, c-format +msgid "key %08lX: no public key - can't apply revocation certificate\n" +msgstr "key %08lX: no public key - can't apply revocation certificate\n" + +#: g10/import.c:1022 +#, c-format +msgid "key %08lX: invalid revocation certificate: %s - rejected\n" +msgstr "key %08lX: invalid revocation certificate: %s - rejected\n" + +#: g10/import.c:1054 +#, c-format +msgid "key %08lX: \"%s\" revocation certificate imported\n" +msgstr "key %08lX: “%s” revocation certificate imported\n" + +#: g10/import.c:1118 +#, c-format +msgid "key %08lX: no user ID for signature\n" +msgstr "key %08lX: no user ID for signature\n" + +#: g10/import.c:1133 +#, c-format +msgid "key %08lX: unsupported public key algorithm on user id \"%s\"\n" +msgstr "key %08lX: unsupported public key algorithm on user id “%s”\n" + +#: g10/import.c:1135 +#, c-format +msgid "key %08lX: invalid self-signature on user id \"%s\"\n" +msgstr "key %08lX: invalid self-signature on user id “%s”\n" + +#: g10/import.c:1152 +#, c-format +msgid "key %08lX: no subkey for key binding\n" +msgstr "key %08lX: no subkey for key binding\n" + +#: g10/import.c:1161 g10/import.c:1205 +#, c-format +msgid "key %08lX: unsupported public key algorithm\n" +msgstr "key %08lX: unsupported public key algorithm\n" + +#: g10/import.c:1162 +#, c-format +msgid "key %08lX: invalid subkey binding\n" +msgstr "key %08lX: invalid subkey binding\n" + +#: g10/import.c:1175 +#, c-format +msgid "key %08lX: removed multiple subkey binding\n" +msgstr "key %08lX: removed multiple subkey binding\n" + +#: g10/import.c:1196 +#, c-format +msgid "key %08lX: no subkey for key revocation\n" +msgstr "key %08lX: no subkey for key revocation\n" + +#: g10/import.c:1206 +#, c-format +msgid "key %08lX: invalid subkey revocation\n" +msgstr "key %08lX: invalid subkey revocation\n" + +#: g10/import.c:1219 +#, c-format +msgid "key %08lX: removed multiple subkey revocation\n" +msgstr "key %08lX: removed multiple subkey revocation\n" + +#: g10/import.c:1258 +#, c-format +msgid "key %08lX: skipped user ID '" +msgstr "key %08lX: skipped user ID '" + +#: g10/import.c:1281 +#, c-format +msgid "key %08lX: skipped subkey\n" +msgstr "key %08lX: skipped subkey\n" + +#: g10/import.c:1308 +#, c-format +msgid "key %08lX: non exportable signature (class %02x) - skipped\n" +msgstr "key %08lX: non exportable signature (class %02x) - skipped\n" + +#: g10/import.c:1317 +#, c-format +msgid "key %08lX: revocation certificate at wrong place - skipped\n" +msgstr "key %08lX: revocation certificate at wrong place - skipped\n" + +#: g10/import.c:1334 +#, c-format +msgid "key %08lX: invalid revocation certificate: %s - skipped\n" +msgstr "key %08lX: invalid revocation certificate: %s - skipped\n" + +#: g10/import.c:1347 +#, c-format +msgid "key %08lX: subkey signature in wrong place - skipped\n" +msgstr "key %08lX: subkey signature in wrong place - skipped\n" + +#: g10/import.c:1355 +#, c-format +msgid "key %08lX: unexpected signature class (0x%02X) - skipped\n" +msgstr "key %08lX: unexpected signature class (0x%02X) - skipped\n" + +#: g10/import.c:1454 +#, c-format +msgid "key %08lX: duplicated user ID detected - merged\n" +msgstr "key %08lX: duplicated user ID detected - merged\n" + +#: g10/import.c:1513 +#, c-format +msgid "WARNING: key %08lX may be revoked: fetching revocation key %08lX\n" +msgstr "WARNING: key %08lX may be revoked: fetching revocation key %08lX\n" + +#: g10/import.c:1527 +#, c-format +msgid "WARNING: key %08lX may be revoked: revocation key %08lX not present.\n" +msgstr "WARNING: key %08lX may be revoked: revocation key %08lX not present.\n" + +#: g10/import.c:1585 +#, c-format +msgid "key %08lX: \"%s\" revocation certificate added\n" +msgstr "key %08lX: “%s” revocation certificate added\n" + +#: g10/import.c:1618 +#, c-format +msgid "key %08lX: direct key signature added\n" +msgstr "key %08lX: direct key signature added\n" + +#: g10/keyedit.c:161 +msgid "[revocation]" +msgstr "[revocation]" + +#: g10/keyedit.c:162 +msgid "[self-signature]" +msgstr "[self-signature]" + +#: g10/keyedit.c:236 g10/keylist.c:320 +msgid "1 bad signature\n" +msgstr "1 bad signature\n" + +#: g10/keyedit.c:238 g10/keylist.c:322 +#, c-format +msgid "%d bad signatures\n" +msgstr "%d bad signatures\n" + +#: g10/keyedit.c:240 g10/keylist.c:324 +msgid "1 signature not checked due to a missing key\n" +msgstr "1 signature not checked due to a missing key\n" + +#: g10/keyedit.c:242 g10/keylist.c:326 +#, c-format +msgid "%d signatures not checked due to missing keys\n" +msgstr "%d signatures not checked due to missing keys\n" + +#: g10/keyedit.c:244 g10/keylist.c:328 +msgid "1 signature not checked due to an error\n" +msgstr "1 signature not checked due to an error\n" + +#: g10/keyedit.c:246 g10/keylist.c:330 +#, c-format +msgid "%d signatures not checked due to errors\n" +msgstr "%d signatures not checked due to errors\n" + +#: g10/keyedit.c:248 +msgid "1 user ID without valid self-signature detected\n" +msgstr "1 user ID without valid self-signature detected\n" + +#: g10/keyedit.c:250 +#, c-format +msgid "%d user IDs without valid self-signatures detected\n" +msgstr "%d user IDs without valid self-signatures detected\n" + +#: g10/keyedit.c:313 +#, c-format +msgid " (%d) I trust marginally\n" +msgstr " (%d) I trust marginally\n" + +#: g10/keyedit.c:314 +#, c-format +msgid " (%d) I trust fully\n" +msgstr " (%d) I trust fully\n" + +#: g10/keyedit.c:333 +msgid "" +"Please enter the depth of this trust signature.\n" +"A depth greater than 1 allows the key you are signing to make\n" +"trust signatures on your behalf.\n" +msgstr "" +"Please enter the depth of this trust signature.\n" +"A depth greater than 1 allows the key you are signing to make\n" +"trust signatures on your behalf.\n" + +#: g10/keyedit.c:351 +msgid "Please enter a domain to restrict this signature, or enter for none.\n" +msgstr "Please enter a domain to restrict this signature, or enter for none.\n" + +#: g10/keyedit.c:494 +#, c-format +msgid "User ID \"%s\" is revoked." +msgstr "User ID “%s” is revoked." + +#: g10/keyedit.c:501 g10/keyedit.c:521 g10/keyedit.c:542 g10/keyedit.c:692 +#: g10/keyedit.c:750 g10/keyedit.c:1366 +msgid "Are you sure you still want to sign it? (y/N) " +msgstr "Are you sure you still want to sign it? (y/N) " + +#: g10/keyedit.c:509 g10/keyedit.c:529 g10/keyedit.c:550 g10/keyedit.c:698 +#: g10/keyedit.c:1372 +msgid " Unable to sign.\n" +msgstr " Unable to sign.\n" + +#: g10/keyedit.c:514 +#, c-format +msgid "User ID \"%s\" is expired." +msgstr "User ID “%s” is expired." + +#: g10/keyedit.c:534 +#, c-format +msgid "User ID \"%s\" is not self-signed." +msgstr "User ID “%s” is not self-signed." + +#: g10/keyedit.c:569 +#, c-format +msgid "" +"The self-signature on \"%s\"\n" +"is a PGP 2.x-style signature.\n" +msgstr "" +"The self-signature on “%s”\n" +"is a PGP 2.x-style signature.\n" + +#: g10/keyedit.c:578 +msgid "Do you want to promote it to an OpenPGP self-signature? (y/N) " +msgstr "Do you want to promote it to an OpenPGP self-signature? (y/N) " + +#: g10/keyedit.c:592 +#, c-format +msgid "" +"Your current signature on \"%s\"\n" +"has expired.\n" +msgstr "" +"Your current signature on “%s”\n" +"has expired.\n" + +#: g10/keyedit.c:596 +msgid "Do you want to issue a new signature to replace the expired one? (y/N) " +msgstr "" +"Do you want to issue a new signature to replace the expired one? (y/N) " + +#: g10/keyedit.c:617 +#, c-format +msgid "" +"Your current signature on \"%s\"\n" +"is a local signature.\n" +msgstr "" +"Your current signature on “%s”\n" +"is a local signature.\n" + +#: g10/keyedit.c:621 +msgid "Do you want to promote it to a full exportable signature? (y/N) " +msgstr "Do you want to promote it to a full exportable signature? (y/N) " + +#: g10/keyedit.c:642 +#, c-format +msgid "\"%s\" was already locally signed by key %08lX\n" +msgstr "“%s” was already locally signed by key %08lX\n" + +#: g10/keyedit.c:646 +#, c-format +msgid "\"%s\" was already signed by key %08lX\n" +msgstr "“%s” was already signed by key %08lX\n" + +#: g10/keyedit.c:651 +msgid "Do you want to sign it again anyway? (y/N) " +msgstr "Do you want to sign it again anyway? (y/N) " + +#: g10/keyedit.c:671 +#, c-format +msgid "Nothing to sign with key %08lX\n" +msgstr "Nothing to sign with key %08lX\n" + +#: g10/keyedit.c:686 +msgid "This key has expired!" +msgstr "This key has expired!" + +#: g10/keyedit.c:706 +#, c-format +msgid "This key is due to expire on %s.\n" +msgstr "This key is due to expire on %s.\n" + +#: g10/keyedit.c:710 +msgid "Do you want your signature to expire at the same time? (Y/n) " +msgstr "Do you want your signature to expire at the same time? (Y/n) " + +#: g10/keyedit.c:743 +msgid "" +"You may not make an OpenPGP signature on a PGP 2.x key while in --pgp2 " +"mode.\n" +msgstr "" +"You may not make an OpenPGP signature on a PGP 2.x key while in --pgp2 " +"mode.\n" + +#: g10/keyedit.c:745 +msgid "This would make the key unusable in PGP 2.x.\n" +msgstr "This would make the key unusable in PGP 2.x.\n" + +#: g10/keyedit.c:770 +msgid "" +"How carefully have you verified the key you are about to sign actually " +"belongs\n" +"to the person named above? If you don't know what to answer, enter \"0\".\n" +msgstr "" +"How carefully have you verified the key you are about to sign actually " +"belongs\n" +"to the person named above? If you don't know what to answer, enter “0" +"[0m”.\n" + +#: g10/keyedit.c:775 +#, c-format +msgid " (0) I will not answer.%s\n" +msgstr " (0) I will not answer.%s\n" + +#: g10/keyedit.c:777 +#, c-format +msgid " (1) I have not checked at all.%s\n" +msgstr " (1) I have not checked at all.%s\n" + +#: g10/keyedit.c:779 +#, c-format +msgid " (2) I have done casual checking.%s\n" +msgstr " (2) I have done casual checking.%s\n" + +#: g10/keyedit.c:781 +#, c-format +msgid " (3) I have done very careful checking.%s\n" +msgstr " (3) I have done very careful checking.%s\n" + +#: g10/keyedit.c:787 +msgid "Your selection? (enter '?' for more information): " +msgstr "Your selection? (enter ‘?’ for more information): " + +#: g10/keyedit.c:810 +msgid "" +"Are you really sure that you want to sign this key\n" +"with your key: \"" +msgstr "" +"Are you really sure that you want to sign this key\n" +"with your key: \"" + +#: g10/keyedit.c:819 +msgid "" +"\n" +"This will be a self-signature.\n" +msgstr "" +"\n" +"This will be a self-signature.\n" + +#: g10/keyedit.c:823 +msgid "" +"\n" +"WARNING: the signature will not be marked as non-exportable.\n" +msgstr "" +"\n" +"WARNING: the signature will not be marked as non-exportable.\n" + +#: g10/keyedit.c:828 +msgid "" +"\n" +"WARNING: the signature will not be marked as non-revocable.\n" +msgstr "" +"\n" +"WARNING: the signature will not be marked as non-revocable.\n" + +#: g10/keyedit.c:835 +msgid "" +"\n" +"The signature will be marked as non-exportable.\n" +msgstr "" +"\n" +"The signature will be marked as non-exportable.\n" + +#: g10/keyedit.c:839 +msgid "" +"\n" +"The signature will be marked as non-revocable.\n" +msgstr "" +"\n" +"The signature will be marked as non-revocable.\n" + +#: g10/keyedit.c:844 +msgid "" +"\n" +"I have not checked this key at all.\n" +msgstr "" +"\n" +"I have not checked this key at all.\n" + +#: g10/keyedit.c:848 +msgid "" +"\n" +"I have checked this key casually.\n" +msgstr "" +"\n" +"I have checked this key casually.\n" + +#: g10/keyedit.c:852 +msgid "" +"\n" +"I have checked this key very carefully.\n" +msgstr "" +"\n" +"I have checked this key very carefully.\n" + +#: g10/keyedit.c:861 +msgid "Really sign? " +msgstr "Really sign? " + +#: g10/keyedit.c:906 g10/keyedit.c:3608 g10/keyedit.c:3699 g10/keyedit.c:3772 +#: g10/sign.c:370 +#, c-format +msgid "signing failed: %s\n" +msgstr "signing failed: %s\n" + +#: g10/keyedit.c:962 +msgid "This key is not protected.\n" +msgstr "This key is not protected.\n" + +#: g10/keyedit.c:966 +msgid "Secret parts of primary key are not available.\n" +msgstr "Secret parts of primary key are not available.\n" + +#: g10/keyedit.c:970 +msgid "Key is protected.\n" +msgstr "Key is protected.\n" + +#: g10/keyedit.c:990 +#, c-format +msgid "Can't edit this key: %s\n" +msgstr "Can't edit this key: %s\n" + +#: g10/keyedit.c:996 +msgid "" +"Enter the new passphrase for this secret key.\n" +"\n" +msgstr "" +"Enter the new passphrase for this secret key.\n" +"\n" + +#: g10/keyedit.c:1010 +msgid "" +"You don't want a passphrase - this is probably a *bad* idea!\n" +"\n" +msgstr "" +"You don't want a passphrase - this is probably a *bad* idea!\n" +"\n" + +#: g10/keyedit.c:1013 +msgid "Do you really want to do this? " +msgstr "Do you really want to do this? " + +#: g10/keyedit.c:1079 +msgid "moving a key signature to the correct place\n" +msgstr "moving a key signature to the correct place\n" + +#: g10/keyedit.c:1122 +msgid "quit this menu" +msgstr "quit this menu" + +#: g10/keyedit.c:1123 +msgid "q" +msgstr "q" + +#: g10/keyedit.c:1124 +msgid "save" +msgstr "save" + +#: g10/keyedit.c:1124 +msgid "save and quit" +msgstr "save and quit" + +#: g10/keyedit.c:1125 +msgid "help" +msgstr "help" + +#: g10/keyedit.c:1125 +msgid "show this help" +msgstr "show this help" + +#: g10/keyedit.c:1127 +msgid "fpr" +msgstr "fpr" + +#: g10/keyedit.c:1127 +msgid "show fingerprint" +msgstr "show fingerprint" + +#: g10/keyedit.c:1128 +msgid "list" +msgstr "list" + +#: g10/keyedit.c:1128 +msgid "list key and user IDs" +msgstr "list key and user IDs" + +#: g10/keyedit.c:1129 +msgid "l" +msgstr "l" + +#: g10/keyedit.c:1130 +msgid "uid" +msgstr "uid" + +#: g10/keyedit.c:1130 +msgid "select user ID N" +msgstr "select user ID N" + +#: g10/keyedit.c:1131 +msgid "key" +msgstr "key" + +#: g10/keyedit.c:1131 +msgid "select secondary key N" +msgstr "select secondary key N" + +#: g10/keyedit.c:1132 +msgid "check" +msgstr "check" + +#: g10/keyedit.c:1132 +msgid "list signatures" +msgstr "list signatures" + +#: g10/keyedit.c:1133 +msgid "c" +msgstr "c" + +#: g10/keyedit.c:1134 +msgid "sign" +msgstr "sign" + +#: g10/keyedit.c:1134 +msgid "sign the key" +msgstr "sign the key" + +#: g10/keyedit.c:1135 +msgid "s" +msgstr "s" + +#: g10/keyedit.c:1136 +msgid "tsign" +msgstr "tsign" + +#: g10/keyedit.c:1136 +msgid "make a trust signature" +msgstr "make a trust signature" + +#: g10/keyedit.c:1137 +msgid "lsign" +msgstr "lsign" + +#: g10/keyedit.c:1137 +msgid "sign the key locally" +msgstr "sign the key locally" + +#: g10/keyedit.c:1138 +msgid "nrsign" +msgstr "nrsign" + +#: g10/keyedit.c:1138 +msgid "sign the key non-revocably" +msgstr "sign the key non-revocably" + +#: g10/keyedit.c:1139 +msgid "nrlsign" +msgstr "nrlsign" + +#: g10/keyedit.c:1139 +msgid "sign the key locally and non-revocably" +msgstr "sign the key locally and non-revocably" + +#: g10/keyedit.c:1140 +msgid "debug" +msgstr "debug" + +#: g10/keyedit.c:1141 +msgid "adduid" +msgstr "adduid" + +#: g10/keyedit.c:1141 +msgid "add a user ID" +msgstr "add a user ID" + +#: g10/keyedit.c:1142 +msgid "addphoto" +msgstr "addphoto" + +#: g10/keyedit.c:1142 +msgid "add a photo ID" +msgstr "add a photo ID" + +#: g10/keyedit.c:1143 +msgid "deluid" +msgstr "deluid" + +#: g10/keyedit.c:1143 +msgid "delete user ID" +msgstr "delete user ID" + +#: g10/keyedit.c:1145 +msgid "delphoto" +msgstr "delphoto" + +#: g10/keyedit.c:1146 +msgid "addkey" +msgstr "addkey" + +#: g10/keyedit.c:1146 +msgid "add a secondary key" +msgstr "add a secondary key" + +#: g10/keyedit.c:1147 +msgid "delkey" +msgstr "delkey" + +#: g10/keyedit.c:1147 +msgid "delete a secondary key" +msgstr "delete a secondary key" + +#: g10/keyedit.c:1148 +msgid "addrevoker" +msgstr "addrevoker" + +#: g10/keyedit.c:1148 +msgid "add a revocation key" +msgstr "add a revocation key" + +#: g10/keyedit.c:1149 +msgid "delsig" +msgstr "delsig" + +#: g10/keyedit.c:1149 +msgid "delete signatures" +msgstr "delete signatures" + +#: g10/keyedit.c:1150 +msgid "expire" +msgstr "expire" + +#: g10/keyedit.c:1150 +msgid "change the expire date" +msgstr "change the expire date" + +#: g10/keyedit.c:1151 +msgid "primary" +msgstr "primary" + +#: g10/keyedit.c:1151 +msgid "flag user ID as primary" +msgstr "flag user ID as primary" + +#: g10/keyedit.c:1152 +msgid "toggle" +msgstr "toggle" + +#: g10/keyedit.c:1152 +msgid "toggle between secret and public key listing" +msgstr "toggle between secret and public key listing" + +#: g10/keyedit.c:1154 +msgid "t" +msgstr "t" + +#: g10/keyedit.c:1155 +msgid "pref" +msgstr "pref" + +#: g10/keyedit.c:1155 +msgid "list preferences (expert)" +msgstr "list preferences (expert)" + +#: g10/keyedit.c:1156 +msgid "showpref" +msgstr "showpref" + +#: g10/keyedit.c:1156 +msgid "list preferences (verbose)" +msgstr "list preferences (verbose)" + +#: g10/keyedit.c:1157 +msgid "setpref" +msgstr "setpref" + +#: g10/keyedit.c:1157 +msgid "set preference list" +msgstr "set preference list" + +#: g10/keyedit.c:1158 +msgid "updpref" +msgstr "updpref" + +#: g10/keyedit.c:1158 +msgid "updated preferences" +msgstr "updated preferences" + +#: g10/keyedit.c:1159 +msgid "keyserver" +msgstr "keyserver" + +#: g10/keyedit.c:1159 +msgid "set preferred keyserver URL" +msgstr "set preferred keyserver URL" + +#: g10/keyedit.c:1160 +msgid "passwd" +msgstr "passwd" + +#: g10/keyedit.c:1160 +msgid "change the passphrase" +msgstr "change the passphrase" + +#: g10/keyedit.c:1161 +msgid "trust" +msgstr "trust" + +#: g10/keyedit.c:1161 +msgid "change the ownertrust" +msgstr "change the ownertrust" + +#: g10/keyedit.c:1162 +msgid "revsig" +msgstr "revsig" + +#: g10/keyedit.c:1162 +msgid "revoke signatures" +msgstr "revoke signatures" + +#: g10/keyedit.c:1163 +msgid "revuid" +msgstr "revuid" + +#: g10/keyedit.c:1163 +msgid "revoke a user ID" +msgstr "revoke a user ID" + +#: g10/keyedit.c:1164 +msgid "revkey" +msgstr "revkey" + +#: g10/keyedit.c:1164 +msgid "revoke a secondary key" +msgstr "revoke a secondary key" + +#: g10/keyedit.c:1165 +msgid "disable" +msgstr "disable" + +#: g10/keyedit.c:1165 +msgid "disable a key" +msgstr "disable a key" + +#: g10/keyedit.c:1166 +msgid "enable" +msgstr "enable" + +#: g10/keyedit.c:1166 +msgid "enable a key" +msgstr "enable a key" + +#: g10/keyedit.c:1167 +msgid "showphoto" +msgstr "showphoto" + +#: g10/keyedit.c:1167 +msgid "show photo ID" +msgstr "show photo ID" + +#: g10/keyedit.c:1187 g10/delkey.c:119 +msgid "can't do that in batchmode\n" +msgstr "can't do that in batchmode\n" + +#: g10/keyedit.c:1225 +#, c-format +msgid "error reading secret keyblock `%s': %s\n" +msgstr "error reading secret keyblock ‘%s’: %s\n" + +#: g10/keyedit.c:1243 +msgid "Secret key is available.\n" +msgstr "Secret key is available.\n" + +#: g10/keyedit.c:1274 +msgid "Command> " +msgstr "Command> " + +#: g10/keyedit.c:1306 +msgid "Need the secret key to do this.\n" +msgstr "Need the secret key to do this.\n" + +#: g10/keyedit.c:1310 +msgid "Please use the command \"toggle\" first.\n" +msgstr "Please use the command “toggle” first.\n" + +#: g10/keyedit.c:1360 +msgid "Key is revoked." +msgstr "Key is revoked." + +#: g10/keyedit.c:1379 +msgid "Really sign all user IDs? " +msgstr "Really sign all user IDs? " + +#: g10/keyedit.c:1380 +msgid "Hint: Select the user IDs to sign\n" +msgstr "Hint: Select the user IDs to sign\n" + +#: g10/keyedit.c:1406 +#, c-format +msgid "This command is not allowed while in %s mode.\n" +msgstr "This command is not allowed while in %s mode.\n" + +#: g10/keyedit.c:1426 g10/keyedit.c:1447 g10/keyedit.c:1507 +msgid "You must select at least one user ID.\n" +msgstr "You must select at least one user ID.\n" + +#: g10/keyedit.c:1428 +msgid "You can't delete the last user ID!\n" +msgstr "You can't delete the last user ID!\n" + +#: g10/keyedit.c:1431 +msgid "Really remove all selected user IDs? " +msgstr "Really remove all selected user IDs? " + +#: g10/keyedit.c:1432 +msgid "Really remove this user ID? " +msgstr "Really remove this user ID? " + +#: g10/keyedit.c:1470 g10/keyedit.c:1526 +msgid "You must select at least one key.\n" +msgstr "You must select at least one key.\n" + +#: g10/keyedit.c:1474 +msgid "Do you really want to delete the selected keys? " +msgstr "Do you really want to delete the selected keys? " + +#: g10/keyedit.c:1475 +msgid "Do you really want to delete this key? " +msgstr "Do you really want to delete this key? " + +#: g10/keyedit.c:1510 +msgid "Really revoke all selected user IDs? " +msgstr "Really revoke all selected user IDs? " + +#: g10/keyedit.c:1511 +msgid "Really revoke this user ID? " +msgstr "Really revoke this user ID? " + +#: g10/keyedit.c:1530 +msgid "Do you really want to revoke the selected keys? " +msgstr "Do you really want to revoke the selected keys? " + +#: g10/keyedit.c:1531 +msgid "Do you really want to revoke this key? " +msgstr "Do you really want to revoke this key? " + +#: g10/keyedit.c:1595 +msgid "Current preference list:\n" +msgstr "Current preference list:\n" + +#: g10/keyedit.c:1601 +msgid "Really update the preferences for the selected user IDs? " +msgstr "Really update the preferences for the selected user IDs? " + +#: g10/keyedit.c:1603 +msgid "Really update the preferences? " +msgstr "Really update the preferences? " + +#: g10/keyedit.c:1649 +msgid "Save changes? " +msgstr "Save changes? " + +#: g10/keyedit.c:1652 +msgid "Quit without saving? " +msgstr "Quit without saving? " + +#: g10/keyedit.c:1663 +#, c-format +msgid "update failed: %s\n" +msgstr "update failed: %s\n" + +#: g10/keyedit.c:1670 +#, c-format +msgid "update secret failed: %s\n" +msgstr "update secret failed: %s\n" + +#: g10/keyedit.c:1677 +msgid "Key not changed so no update needed.\n" +msgstr "Key not changed so no update needed.\n" + +#: g10/keyedit.c:1689 +msgid "Invalid command (try \"help\")\n" +msgstr "Invalid command (try “help”)\n" + +#: g10/keyedit.c:1748 +msgid "Digest: " +msgstr "Digest: " + +#: g10/keyedit.c:1800 +msgid "Features: " +msgstr "Features: " + +#: g10/keyedit.c:1811 +msgid "Keyserver no-modify" +msgstr "Keyserver no-modify" + +#: g10/keyedit.c:2054 +#, c-format +msgid "This key may be revoked by %s key " +msgstr "This key may be revoked by %s key " + +#: g10/keyedit.c:2058 +msgid " (sensitive)" +msgstr " (sensitive)" + +#: g10/keyedit.c:2075 +#, c-format +msgid "created: %s expires: %s" +msgstr "created: %s expires: %s" + +#: g10/keyedit.c:2090 +#, c-format +msgid "trust: %-13s" +msgstr "trust: %-13s" + +#: g10/keyedit.c:2091 +#, c-format +msgid "validity: %s" +msgstr "validity: %s" + +#: g10/keyedit.c:2098 +msgid "This key has been disabled" +msgstr "This key has been disabled" + +#: g10/keyedit.c:2112 g10/keyedit.c:2215 g10/keyedit.c:2230 +#, c-format +msgid "%s%c %4u%c/%08lX created: %s expires: %s" +msgstr "%s%c %4u%c/%08lX created: %s expires: %s" + +#: g10/keyedit.c:2128 +#, c-format +msgid "rev! subkey has been revoked: %s\n" +msgstr "rev! subkey has been revoked: %s\n" + +#: g10/keyedit.c:2131 +msgid "rev- faked revocation found\n" +msgstr "rev- faked revocation found\n" + +#: g10/keyedit.c:2133 +#, c-format +msgid "rev? problem checking revocation: %s\n" +msgstr "rev? problem checking revocation: %s\n" + +#: g10/keyedit.c:2158 g10/mainproc.c:1446 g10/trustdb.c:1155 +msgid "revoked" +msgstr "revoked" + +#: g10/keyedit.c:2160 g10/mainproc.c:1448 g10/trustdb.c:489 +msgid "expired" +msgstr "expired" + +#: g10/keyedit.c:2181 +msgid "There are no preferences on a PGP 2.x-style user ID.\n" +msgstr "There are no preferences on a PGP 2.x-style user ID.\n" + +#: g10/keyedit.c:2189 +msgid "" +"Please note that the shown key validity is not necessarily correct\n" +"unless you restart the program.\n" +msgstr "" +"Please note that the shown key validity is not necessarily correct\n" +"unless you restart the program.\n" + +#: g10/keyedit.c:2321 +msgid "" +"WARNING: no user ID has been marked as primary. This command may\n" +" cause a different user ID to become the assumed primary.\n" +msgstr "" +"WARNING: no user ID has been marked as primary. This command may\n" +" cause a different user ID to become the assumed primary.\n" + +#: g10/keyedit.c:2380 +msgid "" +"WARNING: This is a PGP2-style key. Adding a photo ID may cause some " +"versions\n" +" of PGP to reject this key.\n" +msgstr "" +"WARNING: This is a PGP2-style key. Adding a photo ID may cause some " +"versions\n" +" of PGP to reject this key.\n" + +#: g10/keyedit.c:2385 g10/keyedit.c:2658 +msgid "Are you sure you still want to add it? (y/N) " +msgstr "Are you sure you still want to add it? (y/N) " + +#: g10/keyedit.c:2391 +msgid "You may not add a photo ID to a PGP2-style key.\n" +msgstr "You may not add a photo ID to a PGP2-style key.\n" + +#: g10/keyedit.c:2526 +msgid "Delete this good signature? (y/N/q)" +msgstr "Delete this good signature? (y/N/q)" + +#: g10/keyedit.c:2536 +msgid "Delete this invalid signature? (y/N/q)" +msgstr "Delete this invalid signature? (y/N/q)" + +#: g10/keyedit.c:2540 +msgid "Delete this unknown signature? (y/N/q)" +msgstr "Delete this unknown signature? (y/N/q)" + +#: g10/keyedit.c:2546 +msgid "Really delete this self-signature? (y/N)" +msgstr "Really delete this self-signature? (y/N)" + +#: g10/keyedit.c:2560 +#, c-format +msgid "Deleted %d signature.\n" +msgstr "Deleted %d signature.\n" + +#: g10/keyedit.c:2561 +#, c-format +msgid "Deleted %d signatures.\n" +msgstr "Deleted %d signatures.\n" + +#: g10/keyedit.c:2564 +msgid "Nothing deleted.\n" +msgstr "Nothing deleted.\n" + +#: g10/keyedit.c:2653 +msgid "" +"WARNING: This is a PGP 2.x-style key. Adding a designated revoker may " +"cause\n" +" some versions of PGP to reject this key.\n" +msgstr "" +"WARNING: This is a PGP 2.x-style key. Adding a designated revoker may " +"cause\n" +" some versions of PGP to reject this key.\n" + +#: g10/keyedit.c:2664 +msgid "You may not add a designated revoker to a PGP 2.x-style key.\n" +msgstr "You may not add a designated revoker to a PGP 2.x-style key.\n" + +#: g10/keyedit.c:2687 +msgid "Enter the user ID of the designated revoker: " +msgstr "Enter the user ID of the designated revoker: " + +#: g10/keyedit.c:2708 +msgid "cannot appoint a PGP 2.x style key as a designated revoker\n" +msgstr "cannot appoint a PGP 2.x style key as a designated revoker\n" + +#: g10/keyedit.c:2723 +msgid "you cannot appoint a key as its own designated revoker\n" +msgstr "you cannot appoint a key as its own designated revoker\n" + +#: g10/keyedit.c:2745 +msgid "this key has already been designated as a revoker\n" +msgstr "this key has already been designated as a revoker\n" + +#: g10/keyedit.c:2774 +msgid "WARNING: appointing a key as a designated revoker cannot be undone!\n" +msgstr "WARNING: appointing a key as a designated revoker cannot be undone!\n" + +#: g10/keyedit.c:2780 +msgid "" +"Are you sure you want to appoint this key as a designated revoker? (y/N): " +msgstr "" +"Are you sure you want to appoint this key as a designated revoker? (y/N): " + +#: g10/keyedit.c:2841 +msgid "Please remove selections from the secret keys.\n" +msgstr "Please remove selections from the secret keys.\n" + +#: g10/keyedit.c:2847 +msgid "Please select at most one secondary key.\n" +msgstr "Please select at most one secondary key.\n" + +#: g10/keyedit.c:2851 +msgid "Changing expiration time for a secondary key.\n" +msgstr "Changing expiration time for a secondary key.\n" + +#: g10/keyedit.c:2853 +msgid "Changing expiration time for the primary key.\n" +msgstr "Changing expiration time for the primary key.\n" + +#: g10/keyedit.c:2898 +msgid "You can't change the expiration date of a v3 key\n" +msgstr "You can't change the expiration date of a v3 key\n" + +#: g10/keyedit.c:2914 +msgid "No corresponding signature in secret ring\n" +msgstr "No corresponding signature in secret ring\n" + +#: g10/keyedit.c:2994 +msgid "Please select exactly one user ID.\n" +msgstr "Please select exactly one user ID.\n" + +#: g10/keyedit.c:3031 g10/keyedit.c:3140 g10/keyedit.c:3232 +#, c-format +msgid "skipping v3 self-signature on user id \"%s\"\n" +msgstr "skipping v3 self-signature on user id “%s”\n" + +#: g10/keyedit.c:3196 +msgid "Enter your preferred keyserver URL: " +msgstr "Enter your preferred keyserver URL: " + +#: g10/keyedit.c:3294 +#, c-format +msgid "No user ID with index %d\n" +msgstr "No user ID with index %d\n" + +#: g10/keyedit.c:3340 +#, c-format +msgid "No secondary key with index %d\n" +msgstr "No secondary key with index %d\n" + +#: g10/keyedit.c:3454 +msgid "user ID: \"" +msgstr "user ID: \"" + +#: g10/keyedit.c:3459 +#, c-format +msgid "" +"\"\n" +"signed with your key %08lX at %s\n" +msgstr "" +"\"\n" +"signed with your key %08lX at %s\n" + +#: g10/keyedit.c:3462 +#, c-format +msgid "" +"\"\n" +"locally signed with your key %08lX at %s\n" +msgstr "" +"\"\n" +"locally signed with your key %08lX at %s\n" + +#: g10/keyedit.c:3467 +#, c-format +msgid "This signature expired on %s.\n" +msgstr "This signature expired on %s.\n" + +#: g10/keyedit.c:3471 +msgid "Are you sure you still want to revoke it? (y/N) " +msgstr "Are you sure you still want to revoke it? (y/N) " + +#: g10/keyedit.c:3475 +msgid "Create a revocation certificate for this signature? (y/N) " +msgstr "Create a revocation certificate for this signature? (y/N) " + +#: g10/keyedit.c:3500 +msgid "You have signed these user IDs:\n" +msgstr "You have signed these user IDs:\n" + +#: g10/keyedit.c:3519 +#, c-format +msgid " signed by %08lX at %s%s%s\n" +msgstr " signed by %08lX at %s%s%s\n" + +#: g10/keyedit.c:3527 +#, c-format +msgid " revoked by %08lX at %s\n" +msgstr " revoked by %08lX at %s\n" + +#: g10/keyedit.c:3547 +msgid "You are about to revoke these signatures:\n" +msgstr "You are about to revoke these signatures:\n" + +#: g10/keyedit.c:3557 +#, c-format +msgid " signed by %08lX at %s%s\n" +msgstr " signed by %08lX at %s%s\n" + +#: g10/keyedit.c:3559 +msgid " (non-exportable)" +msgstr " (non-exportable)" + +#: g10/keyedit.c:3566 +msgid "Really create the revocation certificates? (y/N) " +msgstr "Really create the revocation certificates? (y/N) " + +#: g10/keyedit.c:3596 +msgid "no secret key\n" +msgstr "no secret key\n" + +#: g10/keyedit.c:3666 +#, c-format +msgid "user ID \"%s\" is already revoked\n" +msgstr "user ID “%s” is already revoked\n" + +#: g10/keyedit.c:3683 +#, c-format +msgid "WARNING: a user ID signature is dated %d seconds in the future\n" +msgstr "WARNING: a user ID signature is dated %d seconds in the future\n" + +#: g10/keyedit.c:3856 +#, c-format +msgid "Displaying %s photo ID of size %ld for key 0x%08lX (uid %d)\n" +msgstr "Displaying %s photo ID of size %ld for key 0x%08lX (uid %d)\n" + +#: g10/keylist.c:192 +msgid "Critical signature policy: " +msgstr "Critical signature policy: " + +#: g10/keylist.c:194 +msgid "Signature policy: " +msgstr "Signature policy: " + +#: g10/keylist.c:233 +msgid "Critical preferred keyserver: " +msgstr "Critical preferred keyserver: " + +#: g10/keylist.c:235 +msgid "Preferred keyserver: " +msgstr "Preferred keyserver: " + +#: g10/keylist.c:274 g10/keylist.c:313 +msgid "WARNING: invalid notation data found\n" +msgstr "WARNING: invalid notation data found\n" + +#: g10/keylist.c:288 +msgid "Critical signature notation: " +msgstr "Critical signature notation: " + +#: g10/keylist.c:290 +msgid "Signature notation: " +msgstr "Signature notation: " + +#: g10/keylist.c:301 +msgid "not human readable" +msgstr "not human readable" + +#: g10/keylist.c:401 +msgid "Keyring" +msgstr "Keyring" + +#: g10/keylist.c:635 g10/keylist.c:665 g10/keylist.c:753 g10/keylist.c:780 +#: g10/mainproc.c:856 +#, c-format +msgid " [expires: %s]" +msgstr " [expires: %s]" + +#: g10/keylist.c:1345 +msgid "Primary key fingerprint:" +msgstr "Primary key fingerprint:" + +#: g10/keylist.c:1347 +msgid " Subkey fingerprint:" +msgstr " Subkey fingerprint:" + +#: g10/keylist.c:1354 +msgid " Primary key fingerprint:" +msgstr " Primary key fingerprint:" + +#: g10/keylist.c:1356 +msgid " Subkey fingerprint:" +msgstr " Subkey fingerprint:" + +#: g10/keylist.c:1360 g10/keylist.c:1364 +msgid " Key fingerprint =" +msgstr " Key fingerprint =" + +#: g10/mainproc.c:248 +#, c-format +msgid "weird size for an encrypted session key (%d)\n" +msgstr "weird size for an encrypted session key (%d)\n" + +#: g10/mainproc.c:259 +#, c-format +msgid "invalid symkey algorithm detected (%d)\n" +msgstr "invalid symkey algorithm detected (%d)\n" + +#: g10/mainproc.c:288 g10/encr-data.c:66 +#, c-format +msgid "%s encrypted data\n" +msgstr "%s encrypted data\n" + +#: g10/mainproc.c:290 g10/encr-data.c:68 +#, c-format +msgid "encrypted with unknown algorithm %d\n" +msgstr "encrypted with unknown algorithm %d\n" + +#: g10/mainproc.c:318 +#, c-format +msgid "public key is %08lX\n" +msgstr "public key is %08lX\n" + +#: g10/mainproc.c:364 +msgid "public key encrypted data: good DEK\n" +msgstr "public key encrypted data: good DEK\n" + +#: g10/mainproc.c:416 +#, c-format +msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" +msgstr "encrypted with %u-bit %s key, ID %08lX, created %s\n" + +#: g10/mainproc.c:426 +#, c-format +msgid "encrypted with %s key, ID %08lX\n" +msgstr "encrypted with %s key, ID %08lX\n" + +#: g10/mainproc.c:440 +#, c-format +msgid "public key decryption failed: %s\n" +msgstr "public key decryption failed: %s\n" + +#: g10/mainproc.c:467 g10/mainproc.c:486 +#, c-format +msgid "assuming %s encrypted data\n" +msgstr "assuming %s encrypted data\n" + +#: g10/mainproc.c:474 +#, c-format +msgid "IDEA cipher unavailable, optimistically attempting to use %s instead\n" +msgstr "IDEA cipher unavailable, optimistically attempting to use %s instead\n" + +#: g10/mainproc.c:504 +msgid "decryption okay\n" +msgstr "decryption okay\n" + +#: g10/mainproc.c:508 +msgid "WARNING: message was not integrity protected\n" +msgstr "WARNING: message was not integrity protected\n" + +#: g10/mainproc.c:511 +msgid "WARNING: encrypted message has been manipulated!\n" +msgstr "WARNING: encrypted message has been manipulated!\n" + +#: g10/mainproc.c:517 +#, c-format +msgid "decryption failed: %s\n" +msgstr "decryption failed: %s\n" + +#: g10/mainproc.c:536 +msgid "NOTE: sender requested \"for-your-eyes-only\"\n" +msgstr "NOTE: sender requested “for-your-eyes-only”\n" + +#: g10/mainproc.c:538 +#, c-format +msgid "original file name='%.*s'\n" +msgstr "original file name='%.*s'\n" + +#: g10/mainproc.c:710 +msgid "standalone revocation - use \"gpg --import\" to apply\n" +msgstr "standalone revocation - use “gpg --import” to apply\n" + +#: g10/mainproc.c:1209 +msgid "signature verification suppressed\n" +msgstr "signature verification suppressed\n" + +#: g10/mainproc.c:1251 g10/mainproc.c:1261 +msgid "can't handle these multiple signatures\n" +msgstr "can't handle these multiple signatures\n" + +#: g10/mainproc.c:1272 +#, c-format +msgid "Signature made %.*s\n" +msgstr "Signature made %.*s\n" + +#: g10/mainproc.c:1273 +#, c-format +msgid " using %s key %08lX%08lX\n" +msgstr " using %s key %08lX%08lX\n" + +#: g10/mainproc.c:1277 +#, c-format +msgid "Signature made %.*s using %s key ID %08lX\n" +msgstr "Signature made %.*s using %s key ID %08lX\n" + +#: g10/mainproc.c:1302 +msgid "Key available at: " +msgstr "Key available at: " + +#: g10/mainproc.c:1365 g10/mainproc.c:1401 +msgid "BAD signature from \"" +msgstr "BAD signature from \"" + +#: g10/mainproc.c:1366 g10/mainproc.c:1402 +msgid "Expired signature from \"" +msgstr "Expired signature from \"" + +#: g10/mainproc.c:1367 g10/mainproc.c:1403 +msgid "Good signature from \"" +msgstr "Good signature from \"" + +#: g10/mainproc.c:1405 +msgid "[uncertain]" +msgstr "[uncertain]" + +#: g10/mainproc.c:1531 +#, c-format +msgid "Signature expired %s\n" +msgstr "Signature expired %s\n" + +#: g10/mainproc.c:1536 +#, c-format +msgid "Signature expires %s\n" +msgstr "Signature expires %s\n" + +#: g10/mainproc.c:1539 +#, c-format +msgid "%s signature, digest algorithm %s\n" +msgstr "%s signature, digest algorithm %s\n" + +#: g10/mainproc.c:1540 +msgid "binary" +msgstr "binary" + +#: g10/mainproc.c:1541 +msgid "textmode" +msgstr "textmode" + +#: g10/mainproc.c:1541 g10/trustdb.c:488 +msgid "unknown" +msgstr "unknown" + +#: g10/mainproc.c:1561 +#, c-format +msgid "Can't check signature: %s\n" +msgstr "Can't check signature: %s\n" + +#: g10/mainproc.c:1630 g10/mainproc.c:1646 g10/mainproc.c:1732 +msgid "not a detached signature\n" +msgstr "not a detached signature\n" + +#: g10/mainproc.c:1673 +msgid "" +"WARNING: multiple signatures detected. Only the first will be checked.\n" +msgstr "" +"WARNING: multiple signatures detected. Only the first will be checked.\n" + +#: g10/mainproc.c:1681 +#, c-format +msgid "standalone signature of class 0x%02x\n" +msgstr "standalone signature of class 0x%02x\n" + +#: g10/mainproc.c:1738 +msgid "old style (PGP 2.x) signature\n" +msgstr "old style (PGP 2.x) signature\n" + +#: g10/mainproc.c:1748 +msgid "invalid root packet detected in proc_tree()\n" +msgstr "invalid root packet detected in proc_tree()\n" + +#: g10/misc.c:98 +#, c-format +msgid "can't disable core dumps: %s\n" +msgstr "can't disable core dumps: %s\n" + +#: g10/misc.c:162 +msgid "Experimental algorithms should not be used!\n" +msgstr "Experimental algorithms should not be used!\n" + +#: g10/misc.c:192 +msgid "this cipher algorithm is deprecated; please use a more standard one!\n" +msgstr "this cipher algorithm is deprecated; please use a more standard one!\n" + +#: g10/misc.c:301 +msgid "the IDEA cipher plugin is not present\n" +msgstr "the IDEA cipher plugin is not present\n" + +#: g10/misc.c:302 +msgid "" +"please see http://www.gnupg.org/why-not-idea.html for more information\n" +msgstr "" +"please see http://www.gnupg.org/why-not-idea.html for more information\n" + +#: g10/misc.c:535 +#, c-format +msgid "%s:%d: deprecated option \"%s\"\n" +msgstr "%s:%d: deprecated option “%s”\n" + +#: g10/misc.c:539 +#, c-format +msgid "WARNING: \"%s\" is a deprecated option\n" +msgstr "WARNING: “%s” is a deprecated option\n" + +#: g10/misc.c:541 +#, c-format +msgid "please use \"%s%s\" instead\n" +msgstr "please use “%s%s” instead\n" + +#: g10/misc.c:663 +#, c-format +msgid "this message may not be usable by %s\n" +msgstr "this message may not be usable by %s\n" + +#: g10/misc.c:701 +#, c-format +msgid "ambiguous option `%s'\n" +msgstr "ambiguous option ‘%s’\n" + +#: g10/misc.c:717 +#, c-format +msgid "unknown option `%s'\n" +msgstr "unknown option ‘%s’\n" + +#: g10/parse-packet.c:121 +#, c-format +msgid "can't handle public key algorithm %d\n" +msgstr "can't handle public key algorithm %d\n" + +#: g10/parse-packet.c:690 +msgid "WARNING: potentially insecure symmetrically encrypted session key\n" +msgstr "WARNING: potentially insecure symmetrically encrypted session key\n" + +#: g10/parse-packet.c:1103 +#, c-format +msgid "subpacket of type %d has critical bit set\n" +msgstr "subpacket of type %d has critical bit set\n" + +#: g10/passphrase.c:460 g10/passphrase.c:507 +msgid "gpg-agent is not available in this session\n" +msgstr "gpg-agent is not available in this session\n" + +#: g10/passphrase.c:468 +msgid "can't set client pid for the agent\n" +msgstr "can't set client pid for the agent\n" + +#: g10/passphrase.c:476 +msgid "can't get server read FD for the agent\n" +msgstr "can't get server read FD for the agent\n" + +#: g10/passphrase.c:483 +msgid "can't get server write FD for the agent\n" +msgstr "can't get server write FD for the agent\n" + +#: g10/passphrase.c:516 +msgid "malformed GPG_AGENT_INFO environment variable\n" +msgstr "malformed GPG_AGENT_INFO environment variable\n" + +#: g10/passphrase.c:529 +#, c-format +msgid "gpg-agent protocol version %d is not supported\n" +msgstr "gpg-agent protocol version %d is not supported\n" + +#: g10/passphrase.c:550 +#, c-format +msgid "can't connect to `%s': %s\n" +msgstr "can't connect to ‘%s’: %s\n" + +#: g10/passphrase.c:572 +msgid "communication problem with gpg-agent\n" +msgstr "communication problem with gpg-agent\n" + +#: g10/passphrase.c:579 g10/passphrase.c:879 g10/passphrase.c:991 +msgid "problem with the agent - disabling agent use\n" +msgstr "problem with the agent - disabling agent use\n" + +#: g10/passphrase.c:680 g10/passphrase.c:1132 +#, c-format +msgid " (main key ID %08lX)" +msgstr " (main key ID %08lX)" + +#: g10/passphrase.c:690 +#, c-format +msgid "" +"You need a passphrase to unlock the secret key for user:\n" +"\"%.*s\"\n" +"%u-bit %s key, ID %08lX, created %s%s\n" +msgstr "" +"You need a passphrase to unlock the secret key for user:\n" +"“%.*s”\n" +"%u-bit %s key, ID %08lX, created %s%s\n" + +#: g10/passphrase.c:712 +msgid "Repeat passphrase\n" +msgstr "Repeat passphrase\n" + +#: g10/passphrase.c:714 +msgid "Enter passphrase\n" +msgstr "Enter passphrase\n" + +#: g10/passphrase.c:752 +msgid "passphrase too long\n" +msgstr "passphrase too long\n" + +#: g10/passphrase.c:765 +msgid "invalid response from agent\n" +msgstr "invalid response from agent\n" + +#: g10/passphrase.c:780 g10/passphrase.c:873 +msgid "cancelled by user\n" +msgstr "cancelled by user\n" + +#: g10/passphrase.c:785 g10/passphrase.c:962 +#, c-format +msgid "problem with the agent: agent returns 0x%lx\n" +msgstr "problem with the agent: agent returns 0x%lx\n" + +#: g10/passphrase.c:1043 g10/passphrase.c:1179 +msgid "can't query password in batchmode\n" +msgstr "can't query password in batchmode\n" + +#: g10/passphrase.c:1048 g10/passphrase.c:1183 +msgid "Enter passphrase: " +msgstr "Enter passphrase: " + +#: g10/passphrase.c:1118 +msgid "" +"\n" +"You need a passphrase to unlock the secret key for\n" +"user: \"" +msgstr "" +"\n" +"You need a passphrase to unlock the secret key for\n" +"user: \"" + +#: g10/passphrase.c:1127 +#, c-format +msgid "%u-bit %s key, ID %08lX, created %s" +msgstr "%u-bit %s key, ID %08lX, created %s" + +#: g10/passphrase.c:1187 +msgid "Repeat passphrase: " +msgstr "Repeat passphrase: " + +#: g10/plaintext.c:70 +msgid "data not saved; use option \"--output\" to save it\n" +msgstr "data not saved; use option “--output” to save it\n" + +#: g10/plaintext.c:112 g10/plaintext.c:127 +#, c-format +msgid "error creating `%s': %s\n" +msgstr "error creating ‘%s’: %s\n" + +#: g10/plaintext.c:369 +msgid "Detached signature.\n" +msgstr "Detached signature.\n" + +#: g10/plaintext.c:373 +msgid "Please enter name of data file: " +msgstr "Please enter name of data file: " + +#: g10/plaintext.c:394 +msgid "reading stdin ...\n" +msgstr "reading stdin ...\n" + +#: g10/plaintext.c:428 +msgid "no signed data\n" +msgstr "no signed data\n" + +#: g10/plaintext.c:436 +#, c-format +msgid "can't open signed data `%s'\n" +msgstr "can't open signed data ‘%s’\n" + +#: g10/pubkey-enc.c:103 +#, c-format +msgid "anonymous recipient; trying secret key %08lX ...\n" +msgstr "anonymous recipient; trying secret key %08lX ...\n" + +#: g10/pubkey-enc.c:119 +msgid "okay, we are the anonymous recipient.\n" +msgstr "okay, we are the anonymous recipient.\n" + +#: g10/pubkey-enc.c:207 +msgid "old encoding of the DEK is not supported\n" +msgstr "old encoding of the DEK is not supported\n" + +#: g10/pubkey-enc.c:228 +#, c-format +msgid "cipher algorithm %d%s is unknown or disabled\n" +msgstr "cipher algorithm %d%s is unknown or disabled\n" + +#: g10/pubkey-enc.c:266 +#, c-format +msgid "WARNING: cipher algorithm %s not found in recipient preferences\n" +msgstr "WARNING: cipher algorithm %s not found in recipient preferences\n" + +#: g10/pubkey-enc.c:286 +#, c-format +msgid "NOTE: secret key %08lX expired at %s\n" +msgstr "NOTE: secret key %08lX expired at %s\n" + +#: g10/pubkey-enc.c:292 +msgid "NOTE: key has been revoked" +msgstr "NOTE: key has been revoked" + +#: g10/seckey-cert.c:54 +msgid "secret key parts are not available\n" +msgstr "secret key parts are not available\n" + +#: g10/seckey-cert.c:60 +#, c-format +msgid "protection algorithm %d%s is not supported\n" +msgstr "protection algorithm %d%s is not supported\n" + +#: g10/seckey-cert.c:246 +msgid "Invalid passphrase; please try again" +msgstr "Invalid passphrase; please try again" + +#: g10/seckey-cert.c:247 +#, c-format +msgid "%s ...\n" +msgstr "%s ...\n" + +#: g10/seckey-cert.c:307 +msgid "WARNING: Weak key detected - please change passphrase again.\n" +msgstr "WARNING: Weak key detected - please change passphrase again.\n" + +#: g10/seckey-cert.c:345 +msgid "generating the deprecated 16-bit checksum for secret key protection\n" +msgstr "generating the deprecated 16-bit checksum for secret key protection\n" + +#: g10/sig-check.c:70 +msgid "WARNING: signature digest conflict in message\n" +msgstr "WARNING: signature digest conflict in message\n" + +#: g10/sig-check.c:215 +#, c-format +msgid "" +"key %08lX: this is a PGP generated ElGamal key which is NOT secure for " +"signatures!\n" +msgstr "" +"key %08lX: this is a PGP generated ElGamal key which is NOT secure for " +"signatures!\n" + +#: g10/sig-check.c:224 +#, c-format +msgid "public key %08lX is %lu second newer than the signature\n" +msgstr "public key %08lX is %lu second newer than the signature\n" + +#: g10/sig-check.c:225 +#, c-format +msgid "public key %08lX is %lu seconds newer than the signature\n" +msgstr "public key %08lX is %lu seconds newer than the signature\n" + +#: g10/sig-check.c:234 +#, c-format +msgid "" +"key %08lX has been created %lu second in future (time warp or clock " +"problem)\n" +msgstr "" +"key %08lX has been created %lu second in future (time warp or clock " +"problem)\n" + +#: g10/sig-check.c:236 +#, c-format +msgid "" +"key %08lX has been created %lu seconds in future (time warp or clock " +"problem)\n" +msgstr "" +"key %08lX has been created %lu seconds in future (time warp or clock " +"problem)\n" + +#: g10/sig-check.c:249 +#, c-format +msgid "NOTE: signature key %08lX expired %s\n" +msgstr "NOTE: signature key %08lX expired %s\n" + +#: g10/sig-check.c:352 +#, c-format +msgid "assuming bad signature from key %08lX due to an unknown critical bit\n" +msgstr "assuming bad signature from key %08lX due to an unknown critical bit\n" + +#: g10/sig-check.c:568 +#, c-format +msgid "key %08lX: no subkey for subkey revocation signature\n" +msgstr "key %08lX: no subkey for subkey revocation signature\n" + +#: g10/sig-check.c:594 +#, c-format +msgid "key %08lX: no subkey for subkey binding signature\n" +msgstr "key %08lX: no subkey for subkey binding signature\n" + +#: g10/sign.c:85 +msgid "can't put notation data into v3 (PGP 2.x style) signatures\n" +msgstr "can't put notation data into v3 (PGP 2.x style) signatures\n" + +#: g10/sign.c:93 +msgid "can't put notation data into v3 (PGP 2.x style) key signatures\n" +msgstr "can't put notation data into v3 (PGP 2.x style) key signatures\n" + +#: g10/sign.c:112 +#, c-format +msgid "WARNING: unable to %%-expand notation (too large). Using unexpanded.\n" +msgstr "" +"WARNING: unable to %%-expand notation (too large). Using unexpanded.\n" + +#: g10/sign.c:138 +msgid "can't put a policy URL into v3 (PGP 2.x style) signatures\n" +msgstr "can't put a policy URL into v3 (PGP 2.x style) signatures\n" + +#: g10/sign.c:146 +msgid "can't put a policy URL into v3 key (PGP 2.x style) signatures\n" +msgstr "can't put a policy URL into v3 key (PGP 2.x style) signatures\n" + +#: g10/sign.c:159 +#, c-format +msgid "" +"WARNING: unable to %%-expand policy URL (too large). Using unexpanded.\n" +msgstr "" +"WARNING: unable to %%-expand policy URL (too large). Using unexpanded.\n" + +#: g10/sign.c:187 +#, c-format +msgid "" +"WARNING: unable to %%-expand preferred keyserver URL (too large). Using " +"unexpanded.\n" +msgstr "" +"WARNING: unable to %%-expand preferred keyserver URL (too large). Using " +"unexpanded.\n" + +#: g10/sign.c:365 +#, c-format +msgid "checking created signature failed: %s\n" +msgstr "checking created signature failed: %s\n" + +#: g10/sign.c:374 +#, c-format +msgid "%s/%s signature from: \"%s\"\n" +msgstr "%s/%s signature from: “%s”\n" + +#: g10/sign.c:550 +#, c-format +msgid "WARNING: `%s' is an empty file\n" +msgstr "WARNING: ‘%s’ is an empty file\n" + +#: g10/sign.c:734 +msgid "you can only detach-sign with PGP 2.x style keys while in --pgp2 mode\n" +msgstr "" +"you can only detach-sign with PGP 2.x style keys while in --pgp2 mode\n" + +#: g10/sign.c:758 g10/sign.c:997 +#, c-format +msgid "can't create %s: %s\n" +msgstr "can't create %s: %s\n" + +#: g10/sign.c:787 +#, c-format +msgid "forcing digest algorithm %s (%d) violates recipient preferences\n" +msgstr "forcing digest algorithm %s (%d) violates recipient preferences\n" + +#: g10/sign.c:882 +msgid "signing:" +msgstr "signing:" + +#: g10/sign.c:981 +msgid "you can only clearsign with PGP 2.x style keys while in --pgp2 mode\n" +msgstr "you can only clearsign with PGP 2.x style keys while in --pgp2 mode\n" + +#: g10/sign.c:1134 +#, c-format +msgid "%s encryption will be used\n" +msgstr "%s encryption will be used\n" + +#: g10/textfilter.c:134 +#, c-format +msgid "can't handle text lines longer than %d characters\n" +msgstr "can't handle text lines longer than %d characters\n" + +#: g10/textfilter.c:231 +#, c-format +msgid "input line longer than %d characters\n" +msgstr "input line longer than %d characters\n" + +#: g10/tdbio.c:128 g10/tdbio.c:1435 +#, c-format +msgid "trustdb rec %lu: lseek failed: %s\n" +msgstr "trustdb rec %lu: lseek failed: %s\n" + +#: g10/tdbio.c:134 g10/tdbio.c:1442 +#, c-format +msgid "trustdb rec %lu: write failed (n=%d): %s\n" +msgstr "trustdb rec %lu: write failed (n=%d): %s\n" + +#: g10/tdbio.c:244 +msgid "trustdb transaction too large\n" +msgstr "trustdb transaction too large\n" + +#: g10/tdbio.c:497 +#, c-format +msgid "%s: can't access: %s\n" +msgstr "%s: can't access: %s\n" + +#: g10/tdbio.c:512 +#, c-format +msgid "%s: directory does not exist!\n" +msgstr "%s: directory does not exist!\n" + +#: g10/tdbio.c:522 g10/tdbio.c:540 g10/tdbio.c:583 +#, c-format +msgid "%s: can't create lock\n" +msgstr "%s: can't create lock\n" + +#: g10/tdbio.c:524 g10/tdbio.c:586 +#, c-format +msgid "%s: can't make lock\n" +msgstr "%s: can't make lock\n" + +#: g10/tdbio.c:530 g10/openfile.c:249 g10/openfile.c:322 g10/keyring.c:1470 +#, c-format +msgid "%s: can't create: %s\n" +msgstr "%s: can't create: %s\n" + +#: g10/tdbio.c:545 +#, c-format +msgid "%s: failed to create version record: %s" +msgstr "%s: failed to create version record: %s" + +#: g10/tdbio.c:549 +#, c-format +msgid "%s: invalid trustdb created\n" +msgstr "%s: invalid trustdb created\n" + +#: g10/tdbio.c:552 +#, c-format +msgid "%s: trustdb created\n" +msgstr "%s: trustdb created\n" + +#: g10/tdbio.c:592 +msgid "NOTE: trustdb not writable\n" +msgstr "NOTE: trustdb not writable\n" + +#: g10/tdbio.c:608 +#, c-format +msgid "%s: invalid trustdb\n" +msgstr "%s: invalid trustdb\n" + +#: g10/tdbio.c:640 +#, c-format +msgid "%s: failed to create hashtable: %s\n" +msgstr "%s: failed to create hashtable: %s\n" + +#: g10/tdbio.c:648 +#, c-format +msgid "%s: error updating version record: %s\n" +msgstr "%s: error updating version record: %s\n" + +#: g10/tdbio.c:665 g10/tdbio.c:685 g10/tdbio.c:701 g10/tdbio.c:715 +#: g10/tdbio.c:745 g10/tdbio.c:1368 g10/tdbio.c:1395 +#, c-format +msgid "%s: error reading version record: %s\n" +msgstr "%s: error reading version record: %s\n" + +#: g10/tdbio.c:724 +#, c-format +msgid "%s: error writing version record: %s\n" +msgstr "%s: error writing version record: %s\n" + +#: g10/tdbio.c:1164 +#, c-format +msgid "trustdb: lseek failed: %s\n" +msgstr "trustdb: lseek failed: %s\n" + +#: g10/tdbio.c:1172 +#, c-format +msgid "trustdb: read failed (n=%d): %s\n" +msgstr "trustdb: read failed (n=%d): %s\n" + +#: g10/tdbio.c:1193 +#, c-format +msgid "%s: not a trustdb file\n" +msgstr "%s: not a trustdb file\n" + +#: g10/tdbio.c:1211 +#, c-format +msgid "%s: version record with recnum %lu\n" +msgstr "%s: version record with recnum %lu\n" + +#: g10/tdbio.c:1216 +#, c-format +msgid "%s: invalid file version %d\n" +msgstr "%s: invalid file version %d\n" + +#: g10/tdbio.c:1401 +#, c-format +msgid "%s: error reading free record: %s\n" +msgstr "%s: error reading free record: %s\n" + +#: g10/tdbio.c:1409 +#, c-format +msgid "%s: error writing dir record: %s\n" +msgstr "%s: error writing dir record: %s\n" + +#: g10/tdbio.c:1419 +#, c-format +msgid "%s: failed to zero a record: %s\n" +msgstr "%s: failed to zero a record: %s\n" + +#: g10/tdbio.c:1449 +#, c-format +msgid "%s: failed to append a record: %s\n" +msgstr "%s: failed to append a record: %s\n" + +#: g10/tdbio.c:1494 +msgid "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n" +msgstr "the trustdb is corrupted; please run “gpg --fix-trustdb”.\n" + +#: g10/trustdb.c:214 +#, c-format +msgid "`%s' is not a valid long keyID\n" +msgstr "‘%s’ is not a valid long keyID\n" + +#: g10/trustdb.c:249 +#, c-format +msgid "key %08lX: accepted as trusted key\n" +msgstr "key %08lX: accepted as trusted key\n" + +#: g10/trustdb.c:287 +#, c-format +msgid "key %08lX occurs more than once in the trustdb\n" +msgstr "key %08lX occurs more than once in the trustdb\n" + +#: g10/trustdb.c:302 +#, c-format +msgid "key %08lX: no public key for trusted key - skipped\n" +msgstr "key %08lX: no public key for trusted key - skipped\n" + +#: g10/trustdb.c:311 +#, c-format +msgid "key %08lX marked as ultimately trusted\n" +msgstr "key %08lX marked as ultimately trusted\n" + +#: g10/trustdb.c:337 +#, c-format +msgid "trust record %lu, req type %d: read failed: %s\n" +msgstr "trust record %lu, req type %d: read failed: %s\n" + +#: g10/trustdb.c:343 +#, c-format +msgid "trust record %lu is not of requested type %d\n" +msgstr "trust record %lu is not of requested type %d\n" + +#: g10/trustdb.c:358 g10/tdbdump.c:59 +#, c-format +msgid "trust record %lu, type %d: write failed: %s\n" +msgstr "trust record %lu, type %d: write failed: %s\n" + +#: g10/trustdb.c:373 g10/tdbdump.c:217 +#, c-format +msgid "trustdb: sync failed: %s\n" +msgstr "trustdb: sync failed: %s\n" + +#: g10/trustdb.c:435 +#, c-format +msgid "unable to use unknown trust model (%d) - assuming %s trust model\n" +msgstr "unable to use unknown trust model (%d) - assuming %s trust model\n" + +#: g10/trustdb.c:441 +#, c-format +msgid "using %s trust model\n" +msgstr "using %s trust model\n" + +#: g10/trustdb.c:490 +msgid "undefined" +msgstr "undefined" + +#: g10/trustdb.c:491 +msgid "never" +msgstr "never" + +#: g10/trustdb.c:492 +msgid "marginal" +msgstr "marginal" + +#: g10/trustdb.c:493 +msgid "full" +msgstr "full" + +#: g10/trustdb.c:494 +msgid "ultimate" +msgstr "ultimate" + +#: g10/trustdb.c:534 +msgid "no need for a trustdb check\n" +msgstr "no need for a trustdb check\n" + +#: g10/trustdb.c:540 g10/trustdb.c:2141 +#, c-format +msgid "next trustdb check due at %s\n" +msgstr "next trustdb check due at %s\n" + +#: g10/trustdb.c:549 +#, c-format +msgid "no need for a trustdb check with \"%s\" trust model\n" +msgstr "no need for a trustdb check with “%s” trust model\n" + +#: g10/trustdb.c:564 +#, c-format +msgid "no need for a trustdb update with \"%s\" trust model\n" +msgstr "no need for a trustdb update with “%s” trust model\n" + +#: g10/trustdb.c:782 g10/trustdb.c:1253 +#, c-format +msgid "public key %08lX not found: %s\n" +msgstr "public key %08lX not found: %s\n" + +#: g10/trustdb.c:1020 +msgid "please do a --check-trustdb\n" +msgstr "please do a --check-trustdb\n" + +#: g10/trustdb.c:1024 +msgid "checking the trustdb\n" +msgstr "checking the trustdb\n" + +#: g10/trustdb.c:1892 +#, c-format +msgid "%d keys processed (%d validity counts cleared)\n" +msgstr "%d keys processed (%d validity counts cleared)\n" + +#: g10/trustdb.c:1945 +msgid "no ultimately trusted keys found\n" +msgstr "no ultimately trusted keys found\n" + +#: g10/trustdb.c:1963 +#, c-format +msgid "public key of ultimately trusted key %08lX not found\n" +msgstr "public key of ultimately trusted key %08lX not found\n" + +#: g10/trustdb.c:1986 +#, c-format +msgid "%d marginal(s) needed, %d complete(s) needed, %s trust model\n" +msgstr "%d marginal(s) needed, %d complete(s) needed, %s trust model\n" + +#: g10/trustdb.c:2072 +#, c-format +msgid "" +"depth: %d valid: %3d signed: %3d trust: %d-, %dq, %dn, %dm, %df, %du\n" +msgstr "" +"depth: %d valid: %3d signed: %3d trust: %d-, %dq, %dn, %dm, %df, %du\n" + +#: g10/trustdb.c:2147 +#, c-format +msgid "unable to update trustdb version record: write failed: %s\n" +msgstr "unable to update trustdb version record: write failed: %s\n" + +#: g10/verify.c:110 +msgid "" +"the signature could not be verified.\n" +"Please remember that the signature file (.sig or .asc)\n" +"should be the first file given on the command line.\n" +msgstr "" +"the signature could not be verified.\n" +"Please remember that the signature file (.sig or .asc)\n" +"should be the first file given on the command line.\n" + +#: g10/verify.c:177 +#, c-format +msgid "input line %u too long or missing LF\n" +msgstr "input line %u too long or missing LF\n" + +#: g10/skclist.c:129 g10/skclist.c:185 +msgid "key is not flagged as insecure - can't use it with the faked RNG!\n" +msgstr "key is not flagged as insecure - can't use it with the faked RNG!\n" + +#: g10/skclist.c:157 +#, c-format +msgid "skipped `%s': duplicated\n" +msgstr "skipped ‘%s’: duplicated\n" + +#: g10/skclist.c:164 g10/skclist.c:172 +#, c-format +msgid "skipped `%s': %s\n" +msgstr "skipped ‘%s’: %s\n" + +#: g10/skclist.c:168 +msgid "skipped: secret key already present\n" +msgstr "skipped: secret key already present\n" + +#: g10/skclist.c:179 +#, c-format +msgid "" +"skipped `%s': this is a PGP generated ElGamal key which is not secure for " +"signatures!\n" +msgstr "" +"skipped ‘%s’: this is a PGP generated ElGamal key which is not secure " +"for signatures!\n" + +#: g10/openfile.c:84 +#, c-format +msgid "File `%s' exists. " +msgstr "File ‘%s’ exists. " + +#: g10/openfile.c:86 +msgid "Overwrite (y/N)? " +msgstr "Overwrite (y/N)? " + +#: g10/openfile.c:119 +#, c-format +msgid "%s: unknown suffix\n" +msgstr "%s: unknown suffix\n" + +#: g10/openfile.c:141 +msgid "Enter new filename" +msgstr "Enter new filename" + +#: g10/openfile.c:183 +msgid "writing to stdout\n" +msgstr "writing to stdout\n" + +#: g10/openfile.c:282 +#, c-format +msgid "assuming signed data in `%s'\n" +msgstr "assuming signed data in ‘%s’\n" + +#: g10/openfile.c:349 +#, c-format +msgid "new configuration file `%s' created\n" +msgstr "new configuration file ‘%s’ created\n" + +#: g10/openfile.c:351 +#, c-format +msgid "WARNING: options in `%s' are not yet active during this run\n" +msgstr "WARNING: options in ‘%s’ are not yet active during this run\n" + +#: g10/openfile.c:380 +#, c-format +msgid "%s: can't create directory: %s\n" +msgstr "%s: can't create directory: %s\n" + +#: g10/openfile.c:383 +#, c-format +msgid "%s: directory created\n" +msgstr "%s: directory created\n" + +#: g10/encr-data.c:91 +msgid "" +"WARNING: message was encrypted with a weak key in the symmetric cipher.\n" +msgstr "" +"WARNING: message was encrypted with a weak key in the symmetric cipher.\n" + +#: g10/encr-data.c:98 +msgid "problem handling encrypted packet\n" +msgstr "problem handling encrypted packet\n" + +#: g10/seskey.c:52 +msgid "weak key created - retrying\n" +msgstr "weak key created - retrying\n" + +#: g10/seskey.c:57 +#, c-format +msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" +msgstr "cannot avoid weak key for symmetric cipher; tried %d times!\n" + +#: g10/seskey.c:200 +msgid "DSA requires the use of a 160 bit hash algorithm\n" +msgstr "DSA requires the use of a 160 bit hash algorithm\n" + +#: g10/delkey.c:120 g10/delkey.c:127 +msgid "(unless you specify the key by fingerprint)\n" +msgstr "(unless you specify the key by fingerprint)\n" + +#: g10/delkey.c:126 +msgid "can't do that in batchmode without \"--yes\"\n" +msgstr "can't do that in batchmode without “--yes”\n" + +#: g10/delkey.c:138 +msgid "Delete this key from the keyring? " +msgstr "Delete this key from the keyring? " + +#: g10/delkey.c:146 +msgid "This is a secret key! - really delete? " +msgstr "This is a secret key! - really delete? " + +#: g10/delkey.c:156 +#, c-format +msgid "deleting keyblock failed: %s\n" +msgstr "deleting keyblock failed: %s\n" + +#: g10/delkey.c:166 +msgid "ownertrust information cleared\n" +msgstr "ownertrust information cleared\n" + +#: g10/delkey.c:194 +#, c-format +msgid "there is a secret key for public key \"%s\"!\n" +msgstr "there is a secret key for public key “%s”!\n" + +#: g10/delkey.c:196 +msgid "use option \"--delete-secret-keys\" to delete it first.\n" +msgstr "use option “--delete-secret-keys” to delete it first.\n" + +#: g10/helptext.c:47 +msgid "" +"It's up to you to assign a value here; this value will never be exported\n" +"to any 3rd party. We need it to implement the web-of-trust; it has nothing\n" +"to do with the (implicitly created) web-of-certificates." +msgstr "" +"It's up to you to assign a value here; this value will never be exported\n" +"to any 3rd party. We need it to implement the web-of-trust; it has nothing\n" +"to do with the (implicitly created) web-of-certificates." + +#: g10/helptext.c:53 +msgid "" +"To build the Web-of-Trust, GnuPG needs to know which keys are\n" +"ultimately trusted - those are usually the keys for which you have\n" +"access to the secret key. Answer \"yes\" to set this key to\n" +"ultimately trusted\n" +msgstr "" +"To build the Web-of-Trust, GnuPG needs to know which keys are\n" +"ultimately trusted - those are usually the keys for which you have\n" +"access to the secret key. Answer “yes” to set this key to\n" +"ultimately trusted\n" + +#: g10/helptext.c:60 +msgid "If you want to use this revoked key anyway, answer \"yes\"." +msgstr "If you want to use this revoked key anyway, answer “yes”." + +#: g10/helptext.c:64 +msgid "If you want to use this untrusted key anyway, answer \"yes\"." +msgstr "If you want to use this untrusted key anyway, answer “yes”." + +#: g10/helptext.c:68 +msgid "" +"Enter the user ID of the addressee to whom you want to send the message." +msgstr "" +"Enter the user ID of the addressee to whom you want to send the message." + +#: g10/helptext.c:72 +msgid "" +"Select the algorithm to use.\n" +"\n" +"DSA (aka DSS) is the digital signature algorithm which can only be used\n" +"for signatures. This is the suggested algorithm because verification of\n" +"DSA signatures are much faster than those of ElGamal.\n" +"\n" +"ElGamal is an algorithm which can be used for signatures and encryption.\n" +"OpenPGP distinguishs between two flavors of this algorithms: an encrypt " +"only\n" +"and a sign+encrypt; actually it is the same, but some parameters must be\n" +"selected in a special way to create a safe key for signatures: this program\n" +"does this but other OpenPGP implementations are not required to understand\n" +"the signature+encryption flavor.\n" +"\n" +"The first (primary) key must always be a key which is capable of signing;\n" +"this is the reason why the encryption only ElGamal key is not available in\n" +"this menu." +msgstr "" +"Select the algorithm to use.\n" +"\n" +"DSA (aka DSS) is the digital signature algorithm which can only be used\n" +"for signatures. This is the suggested algorithm because verification of\n" +"DSA signatures are much faster than those of ElGamal.\n" +"\n" +"ElGamal is an algorithm which can be used for signatures and encryption.\n" +"OpenPGP distinguishs between two flavors of this algorithms: an encrypt " +"only\n" +"and a sign+encrypt; actually it is the same, but some parameters must be\n" +"selected in a special way to create a safe key for signatures: this program\n" +"does this but other OpenPGP implementations are not required to understand\n" +"the signature+encryption flavor.\n" +"\n" +"The first (primary) key must always be a key which is capable of signing;\n" +"this is the reason why the encryption only ElGamal key is not available in\n" +"this menu." + +#: g10/helptext.c:92 +msgid "" +"Although these keys are defined in RFC2440 they are not suggested\n" +"because they are not supported by all programs and signatures created\n" +"with them are quite large and very slow to verify." +msgstr "" +"Although these keys are defined in RFC2440 they are not suggested\n" +"because they are not supported by all programs and signatures created\n" +"with them are quite large and very slow to verify." + +#: g10/helptext.c:98 +msgid "" +"In general it is not a good idea to use the same key for signing and\n" +"encryption. This algorithm should only be used in certain domains.\n" +"Please consult your security expert first." +msgstr "" +"In general it is not a good idea to use the same key for signing and\n" +"encryption. This algorithm should only be used in certain domains.\n" +"Please consult your security expert first." + +#: g10/helptext.c:105 +msgid "Enter the size of the key" +msgstr "Enter the size of the key" + +#: g10/helptext.c:109 g10/helptext.c:114 g10/helptext.c:126 g10/helptext.c:158 +#: g10/helptext.c:186 g10/helptext.c:191 g10/helptext.c:196 +msgid "Answer \"yes\" or \"no\"" +msgstr "Answer “yes” or “no”" + +#: g10/helptext.c:119 +msgid "" +"Enter the required value as shown in the prompt.\n" +"It is possible to enter a ISO date (YYYY-MM-DD) but you won't\n" +"get a good error response - instead the system tries to interpret\n" +"the given value as an interval." +msgstr "" +"Enter the required value as shown in the prompt.\n" +"It is possible to enter a ISO date (YYYY-MM-DD) but you won't\n" +"get a good error response - instead the system tries to interpret\n" +"the given value as an interval." + +#: g10/helptext.c:131 +msgid "Enter the name of the key holder" +msgstr "Enter the name of the key holder" + +#: g10/helptext.c:136 +msgid "please enter an optional but highly suggested email address" +msgstr "please enter an optional but highly suggested email address" + +#: g10/helptext.c:140 +msgid "Please enter an optional comment" +msgstr "Please enter an optional comment" + +#: g10/helptext.c:145 +msgid "" +"N to change the name.\n" +"C to change the comment.\n" +"E to change the email address.\n" +"O to continue with key generation.\n" +"Q to to quit the key generation." +msgstr "" +"N to change the name.\n" +"C to change the comment.\n" +"E to change the email address.\n" +"O to continue with key generation.\n" +"Q to to quit the key generation." + +#: g10/helptext.c:154 +msgid "Answer \"yes\" (or just \"y\") if it is okay to generate the sub key." +msgstr "" +"Answer “yes” (or just “y”) if it is okay to generate the sub key." + +#: g10/helptext.c:162 +msgid "" +"When you sign a user ID on a key, you should first verify that the key\n" +"belongs to the person named in the user ID. It is useful for others to\n" +"know how carefully you verified this.\n" +"\n" +"\"0\" means you make no particular claim as to how carefully you verified " +"the\n" +" key.\n" +"\n" +"\"1\" means you believe the key is owned by the person who claims to own it\n" +" but you could not, or did not verify the key at all. This is useful " +"for\n" +" a \"persona\" verification, where you sign the key of a pseudonymous " +"user.\n" +"\n" +"\"2\" means you did casual verification of the key. For example, this " +"could\n" +" mean that you verified the key fingerprint and checked the user ID on " +"the\n" +" key against a photo ID.\n" +"\n" +"\"3\" means you did extensive verification of the key. For example, this " +"could\n" +" mean that you verified the key fingerprint with the owner of the key in\n" +" person, and that you checked, by means of a hard to forge document with " +"a\n" +" photo ID (such as a passport) that the name of the key owner matches " +"the\n" +" name in the user ID on the key, and finally that you verified (by " +"exchange\n" +" of email) that the email address on the key belongs to the key owner.\n" +"\n" +"Note that the examples given above for levels 2 and 3 are *only* examples.\n" +"In the end, it is up to you to decide just what \"casual\" and \"extensive" +"\"\n" +"mean to you when you sign other keys.\n" +"\n" +"If you don't know what the right answer is, answer \"0\"." +msgstr "" +"When you sign a user ID on a key, you should first verify that the key\n" +"belongs to the person named in the user ID. It is useful for others to\n" +"know how carefully you verified this.\n" +"\n" +"“0” means you make no particular claim as to how carefully you " +"verified the\n" +" key.\n" +"\n" +"“1” means you believe the key is owned by the person who claims to own " +"it\n" +" but you could not, or did not verify the key at all. This is useful " +"for\n" +" a “persona” verification, where you sign the key of a pseudonymous " +"user.\n" +"\n" +"“2” means you did casual verification of the key. For example, this " +"could\n" +" mean that you verified the key fingerprint and checked the user ID on " +"the\n" +" key against a photo ID.\n" +"\n" +"“3” means you did extensive verification of the key. For example, " +"this could\n" +" mean that you verified the key fingerprint with the owner of the key in\n" +" person, and that you checked, by means of a hard to forge document with " +"a\n" +" photo ID (such as a passport) that the name of the key owner matches " +"the\n" +" name in the user ID on the key, and finally that you verified (by " +"exchange\n" +" of email) that the email address on the key belongs to the key owner.\n" +"\n" +"Note that the examples given above for levels 2 and 3 are *only* examples.\n" +"In the end, it is up to you to decide just what “casual” and " +"“extensive”\n" +"mean to you when you sign other keys.\n" +"\n" +"If you don't know what the right answer is, answer “0”." + +#: g10/helptext.c:200 +msgid "Answer \"yes\" is you want to sign ALL the user IDs" +msgstr "Answer “yes” is you want to sign ALL the user IDs" + +#: g10/helptext.c:204 +msgid "" +"Answer \"yes\" if you really want to delete this user ID.\n" +"All certificates are then also lost!" +msgstr "" +"Answer “yes” if you really want to delete this user ID.\n" +"All certificates are then also lost!" + +#: g10/helptext.c:209 +msgid "Answer \"yes\" if it is okay to delete the subkey" +msgstr "Answer “yes” if it is okay to delete the subkey" + +#: g10/helptext.c:214 +msgid "" +"This is a valid signature on the key; you normally don't want\n" +"to delete this signature because it may be important to establish a\n" +"trust connection to the key or another key certified by this key." +msgstr "" +"This is a valid signature on the key; you normally don't want\n" +"to delete this signature because it may be important to establish a\n" +"trust connection to the key or another key certified by this key." + +#: g10/helptext.c:219 +msgid "" +"This signature can't be checked because you don't have the\n" +"corresponding key. You should postpone its deletion until you\n" +"know which key was used because this signing key might establish\n" +"a trust connection through another already certified key." +msgstr "" +"This signature can't be checked because you don't have the\n" +"corresponding key. You should postpone its deletion until you\n" +"know which key was used because this signing key might establish\n" +"a trust connection through another already certified key." + +#: g10/helptext.c:225 +msgid "" +"The signature is not valid. It does make sense to remove it from\n" +"your keyring." +msgstr "" +"The signature is not valid. It does make sense to remove it from\n" +"your keyring." + +#: g10/helptext.c:229 +msgid "" +"This is a signature which binds the user ID to the key. It is\n" +"usually not a good idea to remove such a signature. Actually\n" +"GnuPG might not be able to use this key anymore. So do this\n" +"only if this self-signature is for some reason not valid and\n" +"a second one is available." +msgstr "" +"This is a signature which binds the user ID to the key. It is\n" +"usually not a good idea to remove such a signature. Actually\n" +"GnuPG might not be able to use this key anymore. So do this\n" +"only if this self-signature is for some reason not valid and\n" +"a second one is available." + +#: g10/helptext.c:237 +msgid "" +"Change the preferences of all user IDs (or just of the selected ones)\n" +"to the current list of preferences. The timestamp of all affected\n" +"self-signatures will be advanced by one second.\n" +msgstr "" +"Change the preferences of all user IDs (or just of the selected ones)\n" +"to the current list of preferences. The timestamp of all affected\n" +"self-signatures will be advanced by one second.\n" + +#: g10/helptext.c:244 +msgid "Please enter the passhrase; this is a secret sentence \n" +msgstr "Please enter the passhrase; this is a secret sentence \n" + +#: g10/helptext.c:250 +msgid "Please repeat the last passphrase, so you are sure what you typed in." +msgstr "Please repeat the last passphrase, so you are sure what you typed in." + +#: g10/helptext.c:254 +msgid "Give the name of the file to which the signature applies" +msgstr "Give the name of the file to which the signature applies" + +#: g10/helptext.c:259 +msgid "Answer \"yes\" if it is okay to overwrite the file" +msgstr "Answer “yes” if it is okay to overwrite the file" + +#: g10/helptext.c:264 +msgid "" +"Please enter a new filename. If you just hit RETURN the default\n" +"file (which is shown in brackets) will be used." +msgstr "" +"Please enter a new filename. If you just hit RETURN the default\n" +"file (which is shown in brackets) will be used." + +#: g10/helptext.c:270 +msgid "" +"You should specify a reason for the certification. Depending on the\n" +"context you have the ability to choose from this list:\n" +" \"Key has been compromised\"\n" +" Use this if you have a reason to believe that unauthorized persons\n" +" got access to your secret key.\n" +" \"Key is superseded\"\n" +" Use this if you have replaced this key with a newer one.\n" +" \"Key is no longer used\"\n" +" Use this if you have retired this key.\n" +" \"User ID is no longer valid\"\n" +" Use this to state that the user ID should not longer be used;\n" +" this is normally used to mark an email address invalid.\n" +msgstr "" +"You should specify a reason for the certification. Depending on the\n" +"context you have the ability to choose from this list:\n" +" “Key has been compromised”\n" +" Use this if you have a reason to believe that unauthorized persons\n" +" got access to your secret key.\n" +" “Key is superseded”\n" +" Use this if you have replaced this key with a newer one.\n" +" “Key is no longer used”\n" +" Use this if you have retired this key.\n" +" “User ID is no longer valid”\n" +" Use this to state that the user ID should not longer be used;\n" +" this is normally used to mark an email address invalid.\n" + +#: g10/helptext.c:286 +msgid "" +"If you like, you can enter a text describing why you issue this\n" +"revocation certificate. Please keep this text concise.\n" +"An empty line ends the text.\n" +msgstr "" +"If you like, you can enter a text describing why you issue this\n" +"revocation certificate. Please keep this text concise.\n" +"An empty line ends the text.\n" + +#: g10/helptext.c:301 +msgid "No help available" +msgstr "No help available" + +#: g10/helptext.c:309 +#, c-format +msgid "No help available for `%s'" +msgstr "No help available for ‘%s’" + +#: g10/keydb.c:189 +#, c-format +msgid "error creating keyring `%s': %s\n" +msgstr "error creating keyring ‘%s’: %s\n" + +#: g10/keydb.c:196 +#, c-format +msgid "keyring `%s' created\n" +msgstr "keyring ‘%s’ created\n" + +#: g10/keydb.c:615 +#, c-format +msgid "failed to rebuild keyring cache: %s\n" +msgstr "failed to rebuild keyring cache: %s\n" + +#: g10/keyring.c:1236 +msgid "WARNING: 2 files with confidential information exists.\n" +msgstr "WARNING: 2 files with confidential information exists.\n" + +#: g10/keyring.c:1238 +#, c-format +msgid "%s is the unchanged one\n" +msgstr "%s is the unchanged one\n" + +#: g10/keyring.c:1239 +#, c-format +msgid "%s is the new one\n" +msgstr "%s is the new one\n" + +#: g10/keyring.c:1240 +msgid "Please fix this possible security flaw\n" +msgstr "Please fix this possible security flaw\n" + +#: g10/keyring.c:1360 +#, c-format +msgid "checking keyring `%s'\n" +msgstr "checking keyring ‘%s’\n" + +#: g10/keyring.c:1398 +#, c-format +msgid "%lu keys checked so far (%lu signatures)\n" +msgstr "%lu keys checked so far (%lu signatures)\n" + +#: g10/keyring.c:1409 +#, c-format +msgid "%lu keys checked (%lu signatures)\n" +msgstr "%lu keys checked (%lu signatures)\n" + +#: g10/keyring.c:1475 +#, c-format +msgid "%s: keyring created\n" +msgstr "%s: keyring created\n" + +#: g10/photoid.c:65 +msgid "" +"\n" +"Pick an image to use for your photo ID. The image must be a JPEG file.\n" +"Remember that the image is stored within your public key. If you use a\n" +"very large picture, your key will become very large as well!\n" +"Keeping the image close to 240x288 is a good size to use.\n" +msgstr "" +"\n" +"Pick an image to use for your photo ID. The image must be a JPEG file.\n" +"Remember that the image is stored within your public key. If you use a\n" +"very large picture, your key will become very large as well!\n" +"Keeping the image close to 240x288 is a good size to use.\n" + +#: g10/photoid.c:79 +msgid "Enter JPEG filename for photo ID: " +msgstr "Enter JPEG filename for photo ID: " + +#: g10/photoid.c:87 +#, c-format +msgid "Unable to open photo \"%s\": %s\n" +msgstr "Unable to open photo “%s”: %s\n" + +#: g10/photoid.c:97 +msgid "Are you sure you want to use it (y/N)? " +msgstr "Are you sure you want to use it (y/N)? " + +#: g10/photoid.c:112 +#, c-format +msgid "\"%s\" is not a JPEG file\n" +msgstr "“%s” is not a JPEG file\n" + +#: g10/photoid.c:129 +msgid "Is this photo correct (y/N/q)? " +msgstr "Is this photo correct (y/N/q)? " + +#: g10/photoid.c:331 +msgid "unable to display photo ID!\n" +msgstr "unable to display photo ID!\n" + +#: g10/exec.c:48 +msgid "no remote program execution supported\n" +msgstr "no remote program execution supported\n" + +#: g10/exec.c:184 +#, c-format +msgid "can't create directory `%s': %s\n" +msgstr "can't create directory ‘%s’: %s\n" + +#: g10/exec.c:325 +msgid "" +"external program calls are disabled due to unsafe options file permissions\n" +msgstr "" +"external program calls are disabled due to unsafe options file permissions\n" + +#: g10/exec.c:355 +msgid "this platform requires temp files when calling external programs\n" +msgstr "this platform requires temp files when calling external programs\n" + +#: g10/exec.c:432 +#, c-format +msgid "unable to execute %s \"%s\": %s\n" +msgstr "unable to execute %s “%s”: %s\n" + +#: g10/exec.c:513 +#, c-format +msgid "system error while calling external program: %s\n" +msgstr "system error while calling external program: %s\n" + +#: g10/exec.c:524 g10/exec.c:583 +msgid "unnatural exit of external program\n" +msgstr "unnatural exit of external program\n" + +#: g10/exec.c:539 +msgid "unable to execute external program\n" +msgstr "unable to execute external program\n" + +#: g10/exec.c:548 +#, c-format +msgid "unable to read external program response: %s\n" +msgstr "unable to read external program response: %s\n" + +#: g10/exec.c:594 g10/exec.c:601 +#, c-format +msgid "WARNING: unable to remove tempfile (%s) `%s': %s\n" +msgstr "WARNING: unable to remove tempfile (%s) ‘%s’: %s\n" + +#: g10/exec.c:606 +#, c-format +msgid "WARNING: unable to remove temp directory `%s': %s\n" +msgstr "WARNING: unable to remove temp directory ‘%s’: %s\n" + +#: g10/keyid.c:332 g10/keyid.c:344 g10/keyid.c:356 +msgid "never " +msgstr "never " + +#: g10/revoke.c:92 +msgid "key incomplete\n" +msgstr "key incomplete\n" + +#: g10/revoke.c:102 g10/revoke.c:116 g10/revoke.c:128 g10/revoke.c:174 +#: g10/revoke.c:186 g10/revoke.c:540 +#, c-format +msgid "build_packet failed: %s\n" +msgstr "build_packet failed: %s\n" + +#: g10/revoke.c:145 +#, c-format +msgid "key %08lX incomplete\n" +msgstr "key %08lX incomplete\n" + +#: g10/revoke.c:270 +msgid "To be revoked by:\n" +msgstr "To be revoked by:\n" + +#: g10/revoke.c:274 +msgid "(This is a sensitive revocation key)\n" +msgstr "(This is a sensitive revocation key)\n" + +#: g10/revoke.c:278 g10/revoke.c:475 +msgid "Create a revocation certificate for this key? " +msgstr "Create a revocation certificate for this key? " + +#: g10/revoke.c:291 g10/revoke.c:506 +msgid "ASCII armored output forced.\n" +msgstr "ASCII armored output forced.\n" + +#: g10/revoke.c:305 g10/revoke.c:520 +#, c-format +msgid "make_keysig_packet failed: %s\n" +msgstr "make_keysig_packet failed: %s\n" + +#: g10/revoke.c:368 +msgid "Revocation certificate created.\n" +msgstr "Revocation certificate created.\n" + +#: g10/revoke.c:374 +#, c-format +msgid "no revocation keys found for `%s'\n" +msgstr "no revocation keys found for ‘%s’\n" + +#: g10/revoke.c:428 +#, c-format +msgid "secret key `%s' not found: %s\n" +msgstr "secret key ‘%s’ not found: %s\n" + +#: g10/revoke.c:457 +#, c-format +msgid "no corresponding public key: %s\n" +msgstr "no corresponding public key: %s\n" + +#: g10/revoke.c:468 +msgid "public key does not match secret key!\n" +msgstr "public key does not match secret key!\n" + +#: g10/revoke.c:491 +msgid "unknown protection algorithm\n" +msgstr "unknown protection algorithm\n" + +#: g10/revoke.c:495 +msgid "NOTE: This key is not protected!\n" +msgstr "NOTE: This key is not protected!\n" + +#: g10/revoke.c:546 +msgid "" +"Revocation certificate created.\n" +"\n" +"Please move it to a medium which you can hide away; if Mallory gets\n" +"access to this certificate he can use it to make your key unusable.\n" +"It is smart to print this certificate and store it away, just in case\n" +"your media become unreadable. But have some caution: The print system of\n" +"your machine might store the data and make it available to others!\n" +msgstr "" +"Revocation certificate created.\n" +"\n" +"Please move it to a medium which you can hide away; if Mallory gets\n" +"access to this certificate he can use it to make your key unusable.\n" +"It is smart to print this certificate and store it away, just in case\n" +"your media become unreadable. But have some caution: The print system of\n" +"your machine might store the data and make it available to others!\n" + +#: g10/revoke.c:587 +msgid "Please select the reason for the revocation:\n" +msgstr "Please select the reason for the revocation:\n" + +#: g10/revoke.c:597 +msgid "Cancel" +msgstr "Cancel" + +#: g10/revoke.c:599 +#, c-format +msgid "(Probably you want to select %d here)\n" +msgstr "(Probably you want to select %d here)\n" + +#: g10/revoke.c:640 +msgid "Enter an optional description; end it with an empty line:\n" +msgstr "Enter an optional description; end it with an empty line:\n" + +#: g10/revoke.c:668 +#, c-format +msgid "Reason for revocation: %s\n" +msgstr "Reason for revocation: %s\n" + +#: g10/revoke.c:670 +msgid "(No description given)\n" +msgstr "(No description given)\n" + +#: g10/revoke.c:675 +msgid "Is this okay? " +msgstr "Is this okay? " + +#: g10/tdbdump.c:104 +#, c-format +msgid "" +"# List of assigned trustvalues, created %s\n" +"# (Use \"gpg --import-ownertrust\" to restore them)\n" +msgstr "" +"# List of assigned trustvalues, created %s\n" +"# (Use “gpg --import-ownertrust” to restore them)\n" + +#: g10/tdbdump.c:140 +#, c-format +msgid "can't open file: %s\n" +msgstr "can't open file: %s\n" + +#: g10/tdbdump.c:151 +msgid "line too long\n" +msgstr "line too long\n" + +#: g10/tdbdump.c:159 +msgid "error: missing colon\n" +msgstr "error: missing colon\n" + +#: g10/tdbdump.c:164 +msgid "error: invalid fingerprint\n" +msgstr "error: invalid fingerprint\n" + +#: g10/tdbdump.c:168 +msgid "error: no ownertrust value\n" +msgstr "error: no ownertrust value\n" + +#: g10/tdbdump.c:204 +#, c-format +msgid "error finding trust record: %s\n" +msgstr "error finding trust record: %s\n" + +#: g10/tdbdump.c:208 +#, c-format +msgid "read error: %s\n" +msgstr "read error: %s\n" diff --git a/po/en@quot.gmo b/po/en@quot.gmo new file mode 100644 index 0000000000000000000000000000000000000000..a04b3727305c78d2a30fc124c11757ad044937bc GIT binary patch literal 109082 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 literal 0 HcmV?d00001 diff --git a/po/en@quot.header b/po/en@quot.header new file mode 100644 index 000000000..a9647fc35 --- /dev/null +++ b/po/en@quot.header @@ -0,0 +1,22 @@ +# 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/en@quot.insert-header b/po/en@quot.insert-header new file mode 100644 index 000000000..64c963a84 --- /dev/null +++ b/po/en@quot.insert-header @@ -0,0 +1,12 @@ +/^msgid /{ +x +s/m/m/ +ta +r en@quot.header +g +N +bb +:a +x +:b +} diff --git a/po/en@quot.po b/po/en@quot.po new file mode 100644 index 000000000..b437ae559 --- /dev/null +++ b/po/en@quot.po @@ -0,0 +1,5194 @@ +# English translations for gnupg package. +# Copyright (C) 2003 Free Software Foundation, Inc. +# This file is distributed under the same license as the gnupg package. +# Automatically generated, 2003. +# +# 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. +# +msgid "" +msgstr "" +"Project-Id-Version: gnupg 1.3.4-cvs\n" +"Report-Msgid-Bugs-To: gnupg-i18n@gnupg.org\n" +"POT-Creation-Date: 2003-10-25 17:43+0200\n" +"PO-Revision-Date: 2003-10-25 17:43+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: util/secmem.c:90 +msgid "WARNING: using insecure memory!\n" +msgstr "WARNING: using insecure memory!\n" + +#: util/secmem.c:91 +msgid "please see http://www.gnupg.org/faq.html for more information\n" +msgstr "please see http://www.gnupg.org/faq.html for more information\n" + +#: util/secmem.c:339 +msgid "operation is not possible without initialized secure memory\n" +msgstr "operation is not possible without initialized secure memory\n" + +#: util/secmem.c:340 +msgid "(you may have used the wrong program for this task)\n" +msgstr "(you may have used the wrong program for this task)\n" + +#: util/miscutil.c:296 util/miscutil.c:331 +msgid "yes" +msgstr "yes" + +#: util/miscutil.c:297 util/miscutil.c:334 +msgid "yY" +msgstr "yY" + +#: util/miscutil.c:298 util/miscutil.c:332 +msgid "no" +msgstr "no" + +#: util/miscutil.c:299 util/miscutil.c:335 +msgid "nN" +msgstr "nN" + +#: util/miscutil.c:333 g10/keyedit.c:1122 +msgid "quit" +msgstr "quit" + +#: util/miscutil.c:336 +msgid "qQ" +msgstr "qQ" + +#: util/errors.c:54 +msgid "general error" +msgstr "general error" + +#: util/errors.c:55 +msgid "unknown packet type" +msgstr "unknown packet type" + +#: util/errors.c:56 +msgid "unknown version" +msgstr "unknown version" + +#: util/errors.c:57 +msgid "unknown pubkey algorithm" +msgstr "unknown pubkey algorithm" + +#: util/errors.c:58 +msgid "unknown digest algorithm" +msgstr "unknown digest algorithm" + +#: util/errors.c:59 +msgid "bad public key" +msgstr "bad public key" + +#: util/errors.c:60 +msgid "bad secret key" +msgstr "bad secret key" + +#: util/errors.c:61 +msgid "bad signature" +msgstr "bad signature" + +#: util/errors.c:62 +msgid "checksum error" +msgstr "checksum error" + +#: util/errors.c:63 +msgid "bad passphrase" +msgstr "bad passphrase" + +#: util/errors.c:64 +msgid "public key not found" +msgstr "public key not found" + +#: util/errors.c:65 +msgid "unknown cipher algorithm" +msgstr "unknown cipher algorithm" + +#: util/errors.c:66 +msgid "can't open the keyring" +msgstr "can't open the keyring" + +#: util/errors.c:67 +msgid "invalid packet" +msgstr "invalid packet" + +#: util/errors.c:68 +msgid "invalid armor" +msgstr "invalid armor" + +#: util/errors.c:69 +msgid "no such user id" +msgstr "no such user id" + +#: util/errors.c:70 +msgid "secret key not available" +msgstr "secret key not available" + +#: util/errors.c:71 +msgid "wrong secret key used" +msgstr "wrong secret key used" + +#: util/errors.c:72 +msgid "not supported" +msgstr "not supported" + +#: util/errors.c:73 +msgid "bad key" +msgstr "bad key" + +#: util/errors.c:74 +msgid "file read error" +msgstr "file read error" + +#: util/errors.c:75 +msgid "file write error" +msgstr "file write error" + +#: util/errors.c:76 +msgid "unknown compress algorithm" +msgstr "unknown compress algorithm" + +#: util/errors.c:77 +msgid "file open error" +msgstr "file open error" + +#: util/errors.c:78 +msgid "file create error" +msgstr "file create error" + +#: util/errors.c:79 +msgid "invalid passphrase" +msgstr "invalid passphrase" + +#: util/errors.c:80 +msgid "unimplemented pubkey algorithm" +msgstr "unimplemented pubkey algorithm" + +#: util/errors.c:81 +msgid "unimplemented cipher algorithm" +msgstr "unimplemented cipher algorithm" + +#: util/errors.c:82 +msgid "unknown signature class" +msgstr "unknown signature class" + +#: util/errors.c:83 +msgid "trust database error" +msgstr "trust database error" + +#: util/errors.c:84 +msgid "bad MPI" +msgstr "bad MPI" + +#: util/errors.c:85 +msgid "resource limit" +msgstr "resource limit" + +#: util/errors.c:86 +msgid "invalid keyring" +msgstr "invalid keyring" + +#: util/errors.c:87 +msgid "bad certificate" +msgstr "bad certificate" + +#: util/errors.c:88 +msgid "malformed user id" +msgstr "malformed user id" + +#: util/errors.c:89 +msgid "file close error" +msgstr "file close error" + +#: util/errors.c:90 +msgid "file rename error" +msgstr "file rename error" + +#: util/errors.c:91 +msgid "file delete error" +msgstr "file delete error" + +#: util/errors.c:92 +msgid "unexpected data" +msgstr "unexpected data" + +#: util/errors.c:93 +msgid "timestamp conflict" +msgstr "timestamp conflict" + +#: util/errors.c:94 +msgid "unusable pubkey algorithm" +msgstr "unusable pubkey algorithm" + +#: util/errors.c:95 +msgid "file exists" +msgstr "file exists" + +#: util/errors.c:96 +msgid "weak key" +msgstr "weak key" + +#: util/errors.c:97 +msgid "invalid argument" +msgstr "invalid argument" + +#: util/errors.c:98 +msgid "bad URI" +msgstr "bad URI" + +#: util/errors.c:99 +msgid "unsupported URI" +msgstr "unsupported URI" + +#: util/errors.c:100 +msgid "network error" +msgstr "network error" + +#: util/errors.c:102 +msgid "not encrypted" +msgstr "not encrypted" + +#: util/errors.c:103 +msgid "not processed" +msgstr "not processed" + +#: util/errors.c:105 +msgid "unusable public key" +msgstr "unusable public key" + +#: util/errors.c:106 +msgid "unusable secret key" +msgstr "unusable secret key" + +#: util/errors.c:107 +msgid "keyserver error" +msgstr "keyserver error" + +#: util/logger.c:183 +msgid "ERROR: " +msgstr "ERROR: " + +#: util/logger.c:186 +msgid "WARNING: " +msgstr "WARNING: " + +#: util/logger.c:279 +#, c-format +msgid "... this is a bug (%s:%d:%s)\n" +msgstr "... this is a bug (%s:%d:%s)\n" + +#: util/logger.c:285 +#, c-format +msgid "you found a bug ... (%s:%d)\n" +msgstr "you found a bug ... (%s:%d)\n" + +#: cipher/random.c:163 +msgid "no entropy gathering module detected\n" +msgstr "no entropy gathering module detected\n" + +#: cipher/random.c:387 g10/keygen.c:1929 g10/import.c:168 +#, c-format +msgid "can't open `%s': %s\n" +msgstr "can't open ‘%s’: %s\n" + +#: cipher/random.c:391 +#, c-format +msgid "can't stat `%s': %s\n" +msgstr "can't stat ‘%s’: %s\n" + +#: cipher/random.c:396 +#, c-format +msgid "`%s' is not a regular file - ignored\n" +msgstr "‘%s’ is not a regular file - ignored\n" + +#: cipher/random.c:401 +msgid "note: random_seed file is empty\n" +msgstr "note: random_seed file is empty\n" + +#: cipher/random.c:407 +msgid "WARNING: invalid size of random_seed file - not used\n" +msgstr "WARNING: invalid size of random_seed file - not used\n" + +#: cipher/random.c:415 +#, c-format +msgid "can't read `%s': %s\n" +msgstr "can't read ‘%s’: %s\n" + +#: cipher/random.c:453 +msgid "note: random_seed file not updated\n" +msgstr "note: random_seed file not updated\n" + +#: cipher/random.c:473 g10/exec.c:481 +#, c-format +msgid "can't create `%s': %s\n" +msgstr "can't create ‘%s’: %s\n" + +#: cipher/random.c:480 +#, c-format +msgid "can't write `%s': %s\n" +msgstr "can't write ‘%s’: %s\n" + +#: cipher/random.c:483 +#, c-format +msgid "can't close `%s': %s\n" +msgstr "can't close ‘%s’: %s\n" + +#: cipher/random.c:728 +msgid "WARNING: using insecure random number generator!!\n" +msgstr "WARNING: using insecure random number generator!!\n" + +#: cipher/random.c:729 +msgid "" +"The random number generator is only a kludge to let\n" +"it run - it is in no way a strong RNG!\n" +"\n" +"DON'T USE ANY DATA GENERATED BY THIS PROGRAM!!\n" +"\n" +msgstr "" +"The random number generator is only a kludge to let\n" +"it run - it is in no way a strong RNG!\n" +"\n" +"DON'T USE ANY DATA GENERATED BY THIS PROGRAM!!\n" +"\n" + +#: cipher/rndlinux.c:134 +#, c-format +msgid "" +"\n" +"Not enough random bytes available. Please do some other work to give\n" +"the OS a chance to collect more entropy! (Need %d more bytes)\n" +msgstr "" +"\n" +"Not enough random bytes available. Please do some other work to give\n" +"the OS a chance to collect more entropy! (Need %d more bytes)\n" + +#: cipher/md.c:137 +#, c-format +msgid "digest algorithm `%s' is read-only in this release\n" +msgstr "digest algorithm ‘%s’ is read-only in this release\n" + +#: cipher/rndegd.c:204 +msgid "" +"Please wait, entropy is being gathered. Do some work if it would\n" +"keep you from getting bored, because it will improve the quality\n" +"of the entropy.\n" +msgstr "" +"Please wait, entropy is being gathered. Do some work if it would\n" +"keep you from getting bored, because it will improve the quality\n" +"of the entropy.\n" + +#: cipher/primegen.c:120 +#, c-format +msgid "can't gen prime with pbits=%u qbits=%u\n" +msgstr "can't gen prime with pbits=%u qbits=%u\n" + +#: cipher/primegen.c:311 +#, c-format +msgid "can't generate a prime with less than %d bits\n" +msgstr "can't generate a prime with less than %d bits\n" + +#: g10/g10.c:340 +msgid "" +"@Commands:\n" +" " +msgstr "" +"@Commands:\n" +" " + +#: g10/g10.c:342 +msgid "|[file]|make a signature" +msgstr "|[file]|make a signature" + +#: g10/g10.c:343 +msgid "|[file]|make a clear text signature" +msgstr "|[file]|make a clear text signature" + +#: g10/g10.c:344 +msgid "make a detached signature" +msgstr "make a detached signature" + +#: g10/g10.c:345 +msgid "encrypt data" +msgstr "encrypt data" + +#: g10/g10.c:347 +msgid "encryption only with symmetric cipher" +msgstr "encryption only with symmetric cipher" + +#: g10/g10.c:349 +msgid "decrypt data (default)" +msgstr "decrypt data (default)" + +#: g10/g10.c:351 +msgid "verify a signature" +msgstr "verify a signature" + +#: g10/g10.c:353 +msgid "list keys" +msgstr "list keys" + +#: g10/g10.c:355 +msgid "list keys and signatures" +msgstr "list keys and signatures" + +#: g10/g10.c:356 +msgid "list and check key signatures" +msgstr "list and check key signatures" + +#: g10/g10.c:357 +msgid "list keys and fingerprints" +msgstr "list keys and fingerprints" + +#: g10/g10.c:358 +msgid "list secret keys" +msgstr "list secret keys" + +#: g10/g10.c:359 +msgid "generate a new key pair" +msgstr "generate a new key pair" + +#: g10/g10.c:360 +msgid "remove keys from the public keyring" +msgstr "remove keys from the public keyring" + +#: g10/g10.c:362 +msgid "remove keys from the secret keyring" +msgstr "remove keys from the secret keyring" + +#: g10/g10.c:363 +msgid "sign a key" +msgstr "sign a key" + +#: g10/g10.c:364 +msgid "sign a key locally" +msgstr "sign a key locally" + +#: g10/g10.c:367 +msgid "sign or edit a key" +msgstr "sign or edit a key" + +#: g10/g10.c:368 +msgid "generate a revocation certificate" +msgstr "generate a revocation certificate" + +#: g10/g10.c:370 +msgid "export keys" +msgstr "export keys" + +#: g10/g10.c:371 +msgid "export keys to a key server" +msgstr "export keys to a key server" + +#: g10/g10.c:372 +msgid "import keys from a key server" +msgstr "import keys from a key server" + +#: g10/g10.c:374 +msgid "search for keys on a key server" +msgstr "search for keys on a key server" + +#: g10/g10.c:376 +msgid "update all keys from a keyserver" +msgstr "update all keys from a keyserver" + +#: g10/g10.c:380 +msgid "import/merge keys" +msgstr "import/merge keys" + +#: g10/g10.c:383 +msgid "print the card status" +msgstr "print the card status" + +#: g10/g10.c:384 +msgid "change data on a card" +msgstr "change data on a card" + +#: g10/g10.c:385 +msgid "change a card's PIN" +msgstr "change a card's PIN" + +#: g10/g10.c:391 +msgid "update the trust database" +msgstr "update the trust database" + +#: g10/g10.c:398 +msgid "|algo [files]|print message digests" +msgstr "|algo [files]|print message digests" + +#: g10/g10.c:402 g10/gpgv.c:64 +msgid "" +"@\n" +"Options:\n" +" " +msgstr "" +"@\n" +"Options:\n" +" " + +#: g10/g10.c:404 +msgid "create ascii armored output" +msgstr "create ascii armored output" + +#: g10/g10.c:406 +msgid "|NAME|encrypt for NAME" +msgstr "|NAME|encrypt for NAME" + +#: g10/g10.c:417 +msgid "use this user-id to sign or decrypt" +msgstr "use this user-id to sign or decrypt" + +#: g10/g10.c:418 +msgid "|N|set compress level N (0 disables)" +msgstr "|N|set compress level N (0 disables)" + +#: g10/g10.c:420 +msgid "use canonical text mode" +msgstr "use canonical text mode" + +#: g10/g10.c:428 +msgid "use as output file" +msgstr "use as output file" + +#: g10/g10.c:429 g10/gpgv.c:66 +msgid "verbose" +msgstr "verbose" + +#: g10/g10.c:440 +msgid "do not make any changes" +msgstr "do not make any changes" + +#: g10/g10.c:441 +msgid "prompt before overwriting" +msgstr "prompt before overwriting" + +#: g10/g10.c:485 +msgid "use strict OpenPGP behavior" +msgstr "use strict OpenPGP behavior" + +#: g10/g10.c:486 +msgid "generate PGP 2.x compatible messages" +msgstr "generate PGP 2.x compatible messages" + +#: g10/g10.c:509 +msgid "" +"@\n" +"(See the man page for a complete listing of all commands and options)\n" +msgstr "" +"@\n" +"(See the man page for a complete listing of all commands and options)\n" + +#: g10/g10.c:512 +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" +"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" + +#: g10/g10.c:685 g10/gpgv.c:95 +msgid "Please report bugs to .\n" +msgstr "Please report bugs to .\n" + +#: g10/g10.c:689 +msgid "Usage: gpg [options] [files] (-h for help)" +msgstr "Usage: gpg [options] [files] (-h for help)" + +#: g10/g10.c:692 +msgid "" +"Syntax: gpg [options] [files]\n" +"sign, check, encrypt or decrypt\n" +"default operation depends on the input data\n" +msgstr "" +"Syntax: gpg [options] [files]\n" +"sign, check, encrypt or decrypt\n" +"default operation depends on the input data\n" + +#: g10/g10.c:703 +msgid "" +"\n" +"Supported algorithms:\n" +msgstr "" +"\n" +"Supported algorithms:\n" + +#: g10/g10.c:706 +msgid "Pubkey: " +msgstr "Pubkey: " + +#: g10/g10.c:712 g10/keyedit.c:1725 +msgid "Cipher: " +msgstr "Cipher: " + +#: g10/g10.c:718 +msgid "Hash: " +msgstr "Hash: " + +#: g10/g10.c:724 g10/keyedit.c:1771 +msgid "Compression: " +msgstr "Compression: " + +#: g10/g10.c:807 +msgid "usage: gpg [options] " +msgstr "usage: gpg [options] " + +#: g10/g10.c:875 +msgid "conflicting commands\n" +msgstr "conflicting commands\n" + +#: g10/g10.c:893 +#, c-format +msgid "no = sign found in group definition \"%s\"\n" +msgstr "no = sign found in group definition “%s”\n" + +#: g10/g10.c:1058 +#, c-format +msgid "WARNING: unsafe ownership on homedir \"%s\"\n" +msgstr "WARNING: unsafe ownership on homedir “%s”\n" + +#: g10/g10.c:1061 +#, c-format +msgid "WARNING: unsafe ownership on configuration file \"%s\"\n" +msgstr "WARNING: unsafe ownership on configuration file “%s”\n" + +#: g10/g10.c:1064 +#, c-format +msgid "WARNING: unsafe ownership on extension \"%s\"\n" +msgstr "WARNING: unsafe ownership on extension “%s”\n" + +#: g10/g10.c:1070 +#, c-format +msgid "WARNING: unsafe permissions on homedir \"%s\"\n" +msgstr "WARNING: unsafe permissions on homedir “%s”\n" + +#: g10/g10.c:1073 +#, c-format +msgid "WARNING: unsafe permissions on configuration file \"%s\"\n" +msgstr "WARNING: unsafe permissions on configuration file “%s”\n" + +#: g10/g10.c:1076 +#, c-format +msgid "WARNING: unsafe permissions on extension \"%s\"\n" +msgstr "WARNING: unsafe permissions on extension “%s”\n" + +#: g10/g10.c:1082 +#, c-format +msgid "WARNING: unsafe enclosing directory ownership on homedir \"%s\"\n" +msgstr "WARNING: unsafe enclosing directory ownership on homedir “%s”\n" + +#: g10/g10.c:1085 +#, c-format +msgid "" +"WARNING: unsafe enclosing directory ownership on configuration file \"%s\"\n" +msgstr "" +"WARNING: unsafe enclosing directory ownership on configuration file “%s”\n" + +#: g10/g10.c:1088 +#, c-format +msgid "WARNING: unsafe enclosing directory ownership on extension \"%s\"\n" +msgstr "WARNING: unsafe enclosing directory ownership on extension “%s”\n" + +#: g10/g10.c:1094 +#, c-format +msgid "WARNING: unsafe enclosing directory permissions on homedir \"%s\"\n" +msgstr "WARNING: unsafe enclosing directory permissions on homedir “%s”\n" + +#: g10/g10.c:1097 +#, c-format +msgid "" +"WARNING: unsafe enclosing directory permissions on configuration file \"%s" +"\"\n" +msgstr "" +"WARNING: unsafe enclosing directory permissions on configuration file “%s”\n" + +#: g10/g10.c:1100 +#, c-format +msgid "WARNING: unsafe enclosing directory permissions on extension \"%s\"\n" +msgstr "WARNING: unsafe enclosing directory permissions on extension “%s”\n" + +#: g10/g10.c:1312 +#, c-format +msgid "NOTE: old default options file `%s' ignored\n" +msgstr "NOTE: old default options file ‘%s’ ignored\n" + +#: g10/g10.c:1348 +#, c-format +msgid "NOTE: no default option file `%s'\n" +msgstr "NOTE: no default option file ‘%s’\n" + +#: g10/g10.c:1352 +#, c-format +msgid "option file `%s': %s\n" +msgstr "option file ‘%s’: %s\n" + +#: g10/g10.c:1359 +#, c-format +msgid "reading options from `%s'\n" +msgstr "reading options from ‘%s’\n" + +#: g10/g10.c:1575 g10/g10.c:2048 g10/g10.c:2059 +#, c-format +msgid "NOTE: %s is not for normal use!\n" +msgstr "NOTE: %s is not for normal use!\n" + +#: g10/g10.c:1588 +#, c-format +msgid "cipher extension \"%s\" not loaded due to unsafe permissions\n" +msgstr "cipher extension “%s” not loaded due to unsafe permissions\n" + +#: g10/g10.c:1792 +#, c-format +msgid "%s is not a valid character set\n" +msgstr "%s is not a valid character set\n" + +#: g10/g10.c:1810 +msgid "could not parse keyserver URI\n" +msgstr "could not parse keyserver URI\n" + +#: g10/g10.c:1819 +#, c-format +msgid "%s:%d: invalid import options\n" +msgstr "%s:%d: invalid import options\n" + +#: g10/g10.c:1822 +msgid "invalid import options\n" +msgstr "invalid import options\n" + +#: g10/g10.c:1829 +#, c-format +msgid "%s:%d: invalid export options\n" +msgstr "%s:%d: invalid export options\n" + +#: g10/g10.c:1832 +msgid "invalid export options\n" +msgstr "invalid export options\n" + +#: g10/g10.c:1854 +#, c-format +msgid "%s:%d: invalid list options\n" +msgstr "%s:%d: invalid list options\n" + +#: g10/g10.c:1857 +msgid "invalid list options\n" +msgstr "invalid list options\n" + +#: g10/g10.c:1878 +#, c-format +msgid "%s:%d: invalid verify options\n" +msgstr "%s:%d: invalid verify options\n" + +#: g10/g10.c:1881 +msgid "invalid verify options\n" +msgstr "invalid verify options\n" + +#: g10/g10.c:1888 +#, c-format +msgid "unable to set exec-path to %s\n" +msgstr "unable to set exec-path to %s\n" + +#: g10/g10.c:2037 +msgid "WARNING: program may create a core file!\n" +msgstr "WARNING: program may create a core file!\n" + +#: g10/g10.c:2041 +#, c-format +msgid "WARNING: %s overrides %s\n" +msgstr "WARNING: %s overrides %s\n" + +#: g10/g10.c:2050 +#, c-format +msgid "%s not allowed with %s!\n" +msgstr "%s not allowed with %s!\n" + +#: g10/g10.c:2053 +#, c-format +msgid "%s makes no sense with %s!\n" +msgstr "%s makes no sense with %s!\n" + +#: g10/g10.c:2074 +msgid "you can only make detached or clear signatures while in --pgp2 mode\n" +msgstr "you can only make detached or clear signatures while in --pgp2 mode\n" + +#: g10/g10.c:2080 +msgid "you can't sign and encrypt at the same time while in --pgp2 mode\n" +msgstr "you can't sign and encrypt at the same time while in --pgp2 mode\n" + +#: g10/g10.c:2086 +msgid "you must use files (and not a pipe) when working with --pgp2 enabled.\n" +msgstr "" +"you must use files (and not a pipe) when working with --pgp2 enabled.\n" + +#: g10/g10.c:2099 +msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" +msgstr "encrypting a message in --pgp2 mode requires the IDEA cipher\n" + +#: g10/g10.c:2167 g10/g10.c:2191 +msgid "selected cipher algorithm is invalid\n" +msgstr "selected cipher algorithm is invalid\n" + +#: g10/g10.c:2173 g10/g10.c:2197 +msgid "selected digest algorithm is invalid\n" +msgstr "selected digest algorithm is invalid\n" + +#: g10/g10.c:2179 +msgid "selected compression algorithm is invalid\n" +msgstr "selected compression algorithm is invalid\n" + +#: g10/g10.c:2185 +msgid "selected certification digest algorithm is invalid\n" +msgstr "selected certification digest algorithm is invalid\n" + +#: g10/g10.c:2200 +msgid "completes-needed must be greater than 0\n" +msgstr "completes-needed must be greater than 0\n" + +#: g10/g10.c:2202 +msgid "marginals-needed must be greater than 1\n" +msgstr "marginals-needed must be greater than 1\n" + +#: g10/g10.c:2204 +msgid "max-cert-depth must be in range 1 to 255\n" +msgstr "max-cert-depth must be in range 1 to 255\n" + +#: g10/g10.c:2207 +msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" +msgstr "NOTE: simple S2K mode (0) is strongly discouraged\n" + +#: g10/g10.c:2211 +msgid "invalid S2K mode; must be 0, 1 or 3\n" +msgstr "invalid S2K mode; must be 0, 1 or 3\n" + +#: g10/g10.c:2215 +msgid "invalid default-check-level; must be 0, 1, 2, or 3\n" +msgstr "invalid default-check-level; must be 0, 1, 2, or 3\n" + +#: g10/g10.c:2221 +msgid "invalid default preferences\n" +msgstr "invalid default preferences\n" + +#: g10/g10.c:2229 +msgid "invalid personal cipher preferences\n" +msgstr "invalid personal cipher preferences\n" + +#: g10/g10.c:2233 +msgid "invalid personal digest preferences\n" +msgstr "invalid personal digest preferences\n" + +#: g10/g10.c:2237 +msgid "invalid personal compress preferences\n" +msgstr "invalid personal compress preferences\n" + +#: g10/g10.c:2267 +#, c-format +msgid "%s does not yet work with %s\n" +msgstr "%s does not yet work with %s\n" + +#: g10/g10.c:2311 +#, c-format +msgid "you may not use cipher algorithm \"%s\" while in %s mode\n" +msgstr "you may not use cipher algorithm “%s” while in %s mode\n" + +#: g10/g10.c:2316 +#, c-format +msgid "you may not use digest algorithm \"%s\" while in %s mode\n" +msgstr "you may not use digest algorithm “%s” while in %s mode\n" + +#: g10/g10.c:2321 +#, c-format +msgid "you may not use compression algorithm \"%s\" while in %s mode\n" +msgstr "you may not use compression algorithm “%s” while in %s mode\n" + +#: g10/g10.c:2413 +#, c-format +msgid "failed to initialize the TrustDB: %s\n" +msgstr "failed to initialize the TrustDB: %s\n" + +#: g10/g10.c:2423 +msgid "WARNING: recipients (-r) given without using public key encryption\n" +msgstr "WARNING: recipients (-r) given without using public key encryption\n" + +#: g10/g10.c:2433 +msgid "--store [filename]" +msgstr "--store [filename]" + +#: g10/g10.c:2440 +msgid "--symmetric [filename]" +msgstr "--symmetric [filename]" + +#: g10/g10.c:2452 +msgid "--encrypt [filename]" +msgstr "--encrypt [filename]" + +#: g10/g10.c:2467 +msgid "--sign [filename]" +msgstr "--sign [filename]" + +#: g10/g10.c:2480 +msgid "--sign --encrypt [filename]" +msgstr "--sign --encrypt [filename]" + +#: g10/g10.c:2494 +msgid "--sign --symmetric [filename]" +msgstr "--sign --symmetric [filename]" + +#: g10/g10.c:2503 +msgid "--clearsign [filename]" +msgstr "--clearsign [filename]" + +#: g10/g10.c:2528 +msgid "--decrypt [filename]" +msgstr "--decrypt [filename]" + +#: g10/g10.c:2536 +msgid "--sign-key user-id" +msgstr "--sign-key user-id" + +#: g10/g10.c:2544 +msgid "--lsign-key user-id" +msgstr "--lsign-key user-id" + +#: g10/g10.c:2552 +msgid "--nrsign-key user-id" +msgstr "--nrsign-key user-id" + +#: g10/g10.c:2560 +msgid "--nrlsign-key user-id" +msgstr "--nrlsign-key user-id" + +#: g10/g10.c:2568 +msgid "--edit-key user-id [commands]" +msgstr "--edit-key user-id [commands]" + +#: g10/g10.c:2624 g10/encode.c:420 g10/sign.c:887 +#, c-format +msgid "can't open %s: %s\n" +msgstr "can't open %s: %s\n" + +#: g10/g10.c:2639 +msgid "-k[v][v][v][c] [user-id] [keyring]" +msgstr "-k[v][v][v][c] [user-id] [keyring]" + +#: g10/g10.c:2677 +#, c-format +msgid "keyserver send failed: %s\n" +msgstr "keyserver send failed: %s\n" + +#: g10/g10.c:2679 +#, c-format +msgid "keyserver receive failed: %s\n" +msgstr "keyserver receive failed: %s\n" + +#: g10/g10.c:2681 +#, c-format +msgid "key export failed: %s\n" +msgstr "key export failed: %s\n" + +#: g10/g10.c:2693 +#, c-format +msgid "keyserver search failed: %s\n" +msgstr "keyserver search failed: %s\n" + +#: g10/g10.c:2703 +#, c-format +msgid "keyserver refresh failed: %s\n" +msgstr "keyserver refresh failed: %s\n" + +#: g10/g10.c:2744 +#, c-format +msgid "dearmoring failed: %s\n" +msgstr "dearmoring failed: %s\n" + +#: g10/g10.c:2752 +#, c-format +msgid "enarmoring failed: %s\n" +msgstr "enarmoring failed: %s\n" + +#: g10/g10.c:2839 +#, c-format +msgid "invalid hash algorithm `%s'\n" +msgstr "invalid hash algorithm ‘%s’\n" + +#: g10/g10.c:2955 +msgid "[filename]" +msgstr "[filename]" + +#: g10/g10.c:2959 +msgid "Go ahead and type your message ...\n" +msgstr "Go ahead and type your message ...\n" + +#: g10/g10.c:2962 g10/decrypt.c:61 g10/decrypt.c:110 g10/verify.c:95 +#: g10/verify.c:142 +#, c-format +msgid "can't open `%s'\n" +msgstr "can't open ‘%s’\n" + +#: g10/g10.c:3236 +msgid "" +"a notation name must have only printable characters or spaces, and end with " +"an '='\n" +msgstr "" +"a notation name must have only printable characters or spaces, and end with " +"an ‘=’\n" + +#: g10/g10.c:3245 +msgid "a user notation name must contain the '@' character\n" +msgstr "a user notation name must contain the ‘@’ character\n" + +#: g10/g10.c:3255 +msgid "a notation value must not use any control characters\n" +msgstr "a notation value must not use any control characters\n" + +#: g10/g10.c:3289 +msgid "the given certification policy URL is invalid\n" +msgstr "the given certification policy URL is invalid\n" + +#: g10/g10.c:3291 +msgid "the given signature policy URL is invalid\n" +msgstr "the given signature policy URL is invalid\n" + +#: g10/g10.c:3324 +msgid "the given signature preferred keyserver URL is invalid\n" +msgstr "the given signature preferred keyserver URL is invalid\n" + +#: g10/gpgv.c:67 +msgid "be somewhat more quiet" +msgstr "be somewhat more quiet" + +#: g10/gpgv.c:68 +msgid "take the keys from this keyring" +msgstr "take the keys from this keyring" + +#: g10/gpgv.c:70 +msgid "make timestamp conflicts only a warning" +msgstr "make timestamp conflicts only a warning" + +#: g10/gpgv.c:71 +msgid "|FD|write status info to this FD" +msgstr "|FD|write status info to this FD" + +#: g10/gpgv.c:99 +msgid "Usage: gpgv [options] [files] (-h for help)" +msgstr "Usage: gpgv [options] [files] (-h for help)" + +#: g10/gpgv.c:102 +msgid "" +"Syntax: gpg [options] [files]\n" +"Check signatures against known trusted keys\n" +msgstr "" +"Syntax: gpg [options] [files]\n" +"Check signatures against known trusted keys\n" + +#: g10/armor.c:317 +#, c-format +msgid "armor: %s\n" +msgstr "armor: %s\n" + +#: g10/armor.c:346 +msgid "invalid armor header: " +msgstr "invalid armor header: " + +#: g10/armor.c:353 +msgid "armor header: " +msgstr "armor header: " + +#: g10/armor.c:364 +msgid "invalid clearsig header\n" +msgstr "invalid clearsig header\n" + +#: g10/armor.c:416 +msgid "nested clear text signatures\n" +msgstr "nested clear text signatures\n" + +#: g10/armor.c:540 +msgid "invalid dash escaped line: " +msgstr "invalid dash escaped line: " + +#: g10/armor.c:552 +msgid "unexpected armor:" +msgstr "unexpected armor:" + +#: g10/armor.c:678 g10/armor.c:1254 +#, c-format +msgid "invalid radix64 character %02x skipped\n" +msgstr "invalid radix64 character %02x skipped\n" + +#: g10/armor.c:721 +msgid "premature eof (no CRC)\n" +msgstr "premature eof (no CRC)\n" + +#: g10/armor.c:755 +msgid "premature eof (in CRC)\n" +msgstr "premature eof (in CRC)\n" + +#: g10/armor.c:759 +msgid "malformed CRC\n" +msgstr "malformed CRC\n" + +#: g10/armor.c:763 g10/armor.c:1291 +#, c-format +msgid "CRC error; %06lx - %06lx\n" +msgstr "CRC error; %06lx - %06lx\n" + +#: g10/armor.c:783 +msgid "premature eof (in Trailer)\n" +msgstr "premature eof (in Trailer)\n" + +#: g10/armor.c:787 +msgid "error in trailer line\n" +msgstr "error in trailer line\n" + +#: g10/armor.c:1069 +msgid "no valid OpenPGP data found.\n" +msgstr "no valid OpenPGP data found.\n" + +#: g10/armor.c:1074 +#, c-format +msgid "invalid armor: line longer than %d characters\n" +msgstr "invalid armor: line longer than %d characters\n" + +#: g10/armor.c:1078 +msgid "" +"quoted printable character in armor - probably a buggy MTA has been used\n" +msgstr "" +"quoted printable character in armor - probably a buggy MTA has been used\n" + +#: g10/pkclist.c:63 g10/revoke.c:575 +msgid "No reason specified" +msgstr "No reason specified" + +#: g10/pkclist.c:65 g10/revoke.c:577 +msgid "Key is superseded" +msgstr "Key is superseded" + +#: g10/pkclist.c:67 g10/revoke.c:576 +msgid "Key has been compromised" +msgstr "Key has been compromised" + +#: g10/pkclist.c:69 g10/revoke.c:578 +msgid "Key is no longer used" +msgstr "Key is no longer used" + +#: g10/pkclist.c:71 g10/revoke.c:579 +msgid "User ID is no longer valid" +msgstr "User ID is no longer valid" + +#: g10/pkclist.c:75 +msgid "reason for revocation: " +msgstr "reason for revocation: " + +#: g10/pkclist.c:92 +msgid "revocation comment: " +msgstr "revocation comment: " + +#: g10/pkclist.c:265 +msgid "iImMqQsS" +msgstr "iImMqQsS" + +#: g10/pkclist.c:273 +#, c-format +msgid "" +"No trust value assigned to:\n" +"%4u%c/%08lX %s \"" +msgstr "" +"No trust value assigned to:\n" +"%4u%c/%08lX %s \"" + +#: g10/pkclist.c:302 g10/mainproc.c:1438 +msgid " aka \"" +msgstr " aka \"" + +#: g10/pkclist.c:313 g10/keyedit.c:310 +msgid "" +"Please decide how far you trust this user to correctly\n" +"verify other users' keys (by looking at passports,\n" +"checking fingerprints from different sources...)?\n" +"\n" +msgstr "" +"Please decide how far you trust this user to correctly\n" +"verify other users' keys (by looking at passports,\n" +"checking fingerprints from different sources...)?\n" +"\n" + +#: g10/pkclist.c:317 +#, c-format +msgid " %d = I don't know or won't say\n" +msgstr " %d = I don't know or won't say\n" + +#: g10/pkclist.c:319 +#, c-format +msgid " %d = I do NOT trust\n" +msgstr " %d = I do NOT trust\n" + +#: g10/pkclist.c:321 +#, c-format +msgid " %d = I trust marginally\n" +msgstr " %d = I trust marginally\n" + +#: g10/pkclist.c:323 +#, c-format +msgid " %d = I trust fully\n" +msgstr " %d = I trust fully\n" + +#: g10/pkclist.c:325 +#, c-format +msgid " %d = I trust ultimately\n" +msgstr " %d = I trust ultimately\n" + +#: g10/pkclist.c:328 +msgid " i = please show me more information\n" +msgstr " i = please show me more information\n" + +#: g10/pkclist.c:331 +msgid " m = back to the main menu\n" +msgstr " m = back to the main menu\n" + +#: g10/pkclist.c:334 +msgid " s = skip this key\n" +msgstr " s = skip this key\n" + +#: g10/pkclist.c:335 +msgid " q = quit\n" +msgstr " q = quit\n" + +#: g10/pkclist.c:339 +#, c-format +msgid "" +"The minimum trust level for this key is: %s\n" +"\n" +msgstr "" +"The minimum trust level for this key is: %s\n" +"\n" + +#: g10/pkclist.c:345 g10/revoke.c:604 +msgid "Your decision? " +msgstr "Your decision? " + +#: g10/pkclist.c:366 +msgid "Do you really want to set this key to ultimate trust? " +msgstr "Do you really want to set this key to ultimate trust? " + +#: g10/pkclist.c:380 +msgid "Certificates leading to an ultimately trusted key:\n" +msgstr "Certificates leading to an ultimately trusted key:\n" + +#: g10/pkclist.c:455 +#, c-format +msgid "key %08lX: key has been revoked!\n" +msgstr "key %08lX: key has been revoked!\n" + +#: g10/pkclist.c:462 g10/pkclist.c:474 g10/pkclist.c:573 +msgid "Use this key anyway? " +msgstr "Use this key anyway? " + +#: g10/pkclist.c:467 +#, c-format +msgid "key %08lX: subkey has been revoked!\n" +msgstr "key %08lX: subkey has been revoked!\n" + +#: g10/pkclist.c:488 +#, c-format +msgid "%08lX: key has expired\n" +msgstr "%08lX: key has expired\n" + +#: g10/pkclist.c:498 +#, c-format +msgid "%08lX: There is no assurance this key belongs to the named user\n" +msgstr "%08lX: There is no assurance this key belongs to the named user\n" + +#: g10/pkclist.c:504 +#, c-format +msgid "%08lX: We do NOT trust this key\n" +msgstr "%08lX: We do NOT trust this key\n" + +#: g10/pkclist.c:509 +#, c-format +msgid "%08lX: There is limited assurance this key belongs to the named user\n" +msgstr "%08lX: There is limited assurance this key belongs to the named user\n" + +#: g10/pkclist.c:515 +msgid "This key probably belongs to the named user\n" +msgstr "This key probably belongs to the named user\n" + +#: g10/pkclist.c:520 +msgid "This key belongs to us\n" +msgstr "This key belongs to us\n" + +#: g10/pkclist.c:568 +msgid "" +"It is NOT certain that the key belongs to the person named\n" +"in the user ID. If you *really* know what you are doing,\n" +"you may answer the next question with yes\n" +"\n" +msgstr "" +"It is NOT certain that the key belongs to the person named\n" +"in the user ID. If you *really* know what you are doing,\n" +"you may answer the next question with yes\n" +"\n" + +#: g10/pkclist.c:582 g10/pkclist.c:612 +msgid "WARNING: Using untrusted key!\n" +msgstr "WARNING: Using untrusted key!\n" + +#: g10/pkclist.c:623 +msgid "WARNING: This key has been revoked by its owner!\n" +msgstr "WARNING: This key has been revoked by its owner!\n" + +#: g10/pkclist.c:624 +msgid " This could mean that the signature is forgery.\n" +msgstr " This could mean that the signature is forgery.\n" + +#: g10/pkclist.c:630 +msgid "WARNING: This subkey has been revoked by its owner!\n" +msgstr "WARNING: This subkey has been revoked by its owner!\n" + +#: g10/pkclist.c:635 +msgid "Note: This key has been disabled.\n" +msgstr "Note: This key has been disabled.\n" + +#: g10/pkclist.c:640 +msgid "Note: This key has expired!\n" +msgstr "Note: This key has expired!\n" + +#: g10/pkclist.c:651 +msgid "WARNING: This key is not certified with a trusted signature!\n" +msgstr "WARNING: This key is not certified with a trusted signature!\n" + +#: g10/pkclist.c:653 +msgid "" +" There is no indication that the signature belongs to the owner.\n" +msgstr "" +" There is no indication that the signature belongs to the owner.\n" + +#: g10/pkclist.c:661 +msgid "WARNING: We do NOT trust this key!\n" +msgstr "WARNING: We do NOT trust this key!\n" + +#: g10/pkclist.c:662 +msgid " The signature is probably a FORGERY.\n" +msgstr " The signature is probably a FORGERY.\n" + +#: g10/pkclist.c:670 +msgid "" +"WARNING: This key is not certified with sufficiently trusted signatures!\n" +msgstr "" +"WARNING: This key is not certified with sufficiently trusted signatures!\n" + +#: g10/pkclist.c:672 +msgid " It is not certain that the signature belongs to the owner.\n" +msgstr " It is not certain that the signature belongs to the owner.\n" + +#: g10/pkclist.c:824 g10/pkclist.c:860 g10/encode.c:719 +#, c-format +msgid "you may not use %s while in %s mode\n" +msgstr "you may not use %s while in %s mode\n" + +#: g10/pkclist.c:837 g10/pkclist.c:870 g10/pkclist.c:1028 g10/pkclist.c:1088 +#, c-format +msgid "%s: skipped: %s\n" +msgstr "%s: skipped: %s\n" + +#: g10/pkclist.c:847 g10/pkclist.c:1060 +#, c-format +msgid "%s: skipped: public key already present\n" +msgstr "%s: skipped: public key already present\n" + +#: g10/pkclist.c:887 +msgid "You did not specify a user ID. (you may use \"-r\")\n" +msgstr "You did not specify a user ID. (you may use “-r”)\n" + +#: g10/pkclist.c:900 +msgid "" +"\n" +"Enter the user ID. End with an empty line: " +msgstr "" +"\n" +"Enter the user ID. End with an empty line: " + +#: g10/pkclist.c:916 +msgid "No such user ID.\n" +msgstr "No such user ID.\n" + +#: g10/pkclist.c:921 g10/pkclist.c:1003 +msgid "skipped: public key already set as default recipient\n" +msgstr "skipped: public key already set as default recipient\n" + +#: g10/pkclist.c:939 +msgid "Public key is disabled.\n" +msgstr "Public key is disabled.\n" + +#: g10/pkclist.c:946 +msgid "skipped: public key already set\n" +msgstr "skipped: public key already set\n" + +#: g10/pkclist.c:995 +#, c-format +msgid "unknown default recipient `%s'\n" +msgstr "unknown default recipient ‘%s’\n" + +#: g10/pkclist.c:1040 +#, c-format +msgid "%s: skipped: public key is disabled\n" +msgstr "%s: skipped: public key is disabled\n" + +#: g10/pkclist.c:1095 +msgid "no valid addressees\n" +msgstr "no valid addressees\n" + +#: g10/keygen.c:204 +#, c-format +msgid "preference `%s' duplicated\n" +msgstr "preference ‘%s’ duplicated\n" + +#: g10/keygen.c:211 +msgid "too many cipher preferences\n" +msgstr "too many cipher preferences\n" + +#: g10/keygen.c:213 +msgid "too many digest preferences\n" +msgstr "too many digest preferences\n" + +#: g10/keygen.c:215 +msgid "too many compression preferences\n" +msgstr "too many compression preferences\n" + +#: g10/keygen.c:304 +#, c-format +msgid "invalid item `%s' in preference string\n" +msgstr "invalid item ‘%s’ in preference string\n" + +#: g10/keygen.c:632 +msgid "writing direct signature\n" +msgstr "writing direct signature\n" + +#: g10/keygen.c:671 +msgid "writing self signature\n" +msgstr "writing self signature\n" + +#: g10/keygen.c:715 +msgid "writing key binding signature\n" +msgstr "writing key binding signature\n" + +#: g10/keygen.c:769 g10/keygen.c:853 g10/keygen.c:944 +#, c-format +msgid "keysize invalid; using %u bits\n" +msgstr "keysize invalid; using %u bits\n" + +#: g10/keygen.c:774 g10/keygen.c:858 g10/keygen.c:949 +#, c-format +msgid "keysize rounded up to %u bits\n" +msgstr "keysize rounded up to %u bits\n" + +#: g10/keygen.c:1049 +msgid "Please select what kind of key you want:\n" +msgstr "Please select what kind of key you want:\n" + +#: g10/keygen.c:1051 +#, c-format +msgid " (%d) DSA and ElGamal (default)\n" +msgstr " (%d) DSA and ElGamal (default)\n" + +#: g10/keygen.c:1052 +#, c-format +msgid " (%d) DSA (sign only)\n" +msgstr " (%d) DSA (sign only)\n" + +#: g10/keygen.c:1054 +#, c-format +msgid " (%d) ElGamal (encrypt only)\n" +msgstr " (%d) ElGamal (encrypt only)\n" + +#: g10/keygen.c:1056 +#, c-format +msgid " (%d) ElGamal (sign and encrypt)\n" +msgstr " (%d) ElGamal (sign and encrypt)\n" + +#: g10/keygen.c:1057 +#, c-format +msgid " (%d) RSA (sign only)\n" +msgstr " (%d) RSA (sign only)\n" + +#: g10/keygen.c:1059 +#, c-format +msgid " (%d) RSA (encrypt only)\n" +msgstr " (%d) RSA (encrypt only)\n" + +#: g10/keygen.c:1061 +#, c-format +msgid " (%d) RSA (sign and encrypt)\n" +msgstr " (%d) RSA (sign and encrypt)\n" + +#: g10/keygen.c:1064 g10/keyedit.c:319 g10/keyedit.c:340 g10/keyedit.c:356 +msgid "Your selection? " +msgstr "Your selection? " + +#: g10/keygen.c:1090 +msgid "" +"The use of this algorithm is only supported by GnuPG. You will not be\n" +"able to use this key to communicate with PGP users. This algorithm is also\n" +"very slow, and may not be as secure as the other choices.\n" +msgstr "" +"The use of this algorithm is only supported by GnuPG. You will not be\n" +"able to use this key to communicate with PGP users. This algorithm is also\n" +"very slow, and may not be as secure as the other choices.\n" + +#: g10/keygen.c:1095 +msgid "Create anyway? " +msgstr "Create anyway? " + +#: g10/keygen.c:1113 g10/keyedit.c:800 g10/revoke.c:637 +msgid "Invalid selection.\n" +msgstr "Invalid selection.\n" + +#: g10/keygen.c:1126 +#, c-format +msgid "" +"About to generate a new %s keypair.\n" +" minimum keysize is 768 bits\n" +" default keysize is 1024 bits\n" +" highest suggested keysize is 2048 bits\n" +msgstr "" +"About to generate a new %s keypair.\n" +" minimum keysize is 768 bits\n" +" default keysize is 1024 bits\n" +" highest suggested keysize is 2048 bits\n" + +#: g10/keygen.c:1135 +msgid "What keysize do you want? (1024) " +msgstr "What keysize do you want? (1024) " + +#: g10/keygen.c:1140 +msgid "DSA only allows keysizes from 512 to 1024\n" +msgstr "DSA only allows keysizes from 512 to 1024\n" + +#: g10/keygen.c:1142 +msgid "keysize too small; 1024 is smallest value allowed for RSA.\n" +msgstr "keysize too small; 1024 is smallest value allowed for RSA.\n" + +#: g10/keygen.c:1145 +msgid "keysize too small; 768 is smallest value allowed.\n" +msgstr "keysize too small; 768 is smallest value allowed.\n" + +#: g10/keygen.c:1156 +#, c-format +msgid "keysize too large; %d is largest value allowed.\n" +msgstr "keysize too large; %d is largest value allowed.\n" + +#: g10/keygen.c:1161 +msgid "" +"Keysizes larger than 2048 are not suggested because\n" +"computations take REALLY long!\n" +msgstr "" +"Keysizes larger than 2048 are not suggested because\n" +"computations take REALLY long!\n" + +#: g10/keygen.c:1164 +msgid "Are you sure that you want this keysize? " +msgstr "Are you sure that you want this keysize? " + +#: g10/keygen.c:1165 +msgid "" +"Okay, but keep in mind that your monitor and keyboard radiation is also very " +"vulnerable to attacks!\n" +msgstr "" +"Okay, but keep in mind that your monitor and keyboard radiation is also very " +"vulnerable to attacks!\n" + +#: g10/keygen.c:1174 +#, c-format +msgid "Requested keysize is %u bits\n" +msgstr "Requested keysize is %u bits\n" + +#: g10/keygen.c:1177 g10/keygen.c:1181 +#, c-format +msgid "rounded up to %u bits\n" +msgstr "rounded up to %u bits\n" + +#: g10/keygen.c:1232 +msgid "" +"Please specify how long the key should be valid.\n" +" 0 = key does not expire\n" +" = key expires in n days\n" +" w = key expires in n weeks\n" +" m = key expires in n months\n" +" y = key expires in n years\n" +msgstr "" +"Please specify how long the key should be valid.\n" +" 0 = key does not expire\n" +" = key expires in n days\n" +" w = key expires in n weeks\n" +" m = key expires in n months\n" +" y = key expires in n years\n" + +#: g10/keygen.c:1241 +msgid "" +"Please specify how long the signature should be valid.\n" +" 0 = signature does not expire\n" +" = signature expires in n days\n" +" w = signature expires in n weeks\n" +" m = signature expires in n months\n" +" y = signature expires in n years\n" +msgstr "" +"Please specify how long the signature should be valid.\n" +" 0 = signature does not expire\n" +" = signature expires in n days\n" +" w = signature expires in n weeks\n" +" m = signature expires in n months\n" +" y = signature expires in n years\n" + +#: g10/keygen.c:1263 +msgid "Key is valid for? (0) " +msgstr "Key is valid for? (0) " + +#: g10/keygen.c:1265 +msgid "Signature is valid for? (0) " +msgstr "Signature is valid for? (0) " + +#: g10/keygen.c:1270 +msgid "invalid value\n" +msgstr "invalid value\n" + +#: g10/keygen.c:1275 +#, c-format +msgid "%s does not expire at all\n" +msgstr "%s does not expire at all\n" + +#: g10/keygen.c:1282 +#, c-format +msgid "%s expires at %s\n" +msgstr "%s expires at %s\n" + +#: g10/keygen.c:1288 +msgid "" +"Your system can't display dates beyond 2038.\n" +"However, it will be correctly handled up to 2106.\n" +msgstr "" +"Your system can't display dates beyond 2038.\n" +"However, it will be correctly handled up to 2106.\n" + +#: g10/keygen.c:1293 +msgid "Is this correct (y/n)? " +msgstr "Is this correct (y/n)? " + +#: g10/keygen.c:1336 +msgid "" +"\n" +"You need a User-ID to identify your key; the software constructs the user " +"id\n" +"from Real Name, Comment and Email Address in this form:\n" +" \"Heinrich Heine (Der Dichter) \"\n" +"\n" +msgstr "" +"\n" +"You need a User-ID to identify your key; the software constructs the user " +"id\n" +"from Real Name, Comment and Email Address in this form:\n" +" “Heinrich Heine (Der Dichter) ”\n" +"\n" + +#: g10/keygen.c:1348 +msgid "Real name: " +msgstr "Real name: " + +#: g10/keygen.c:1356 +msgid "Invalid character in name\n" +msgstr "Invalid character in name\n" + +#: g10/keygen.c:1358 +msgid "Name may not start with a digit\n" +msgstr "Name may not start with a digit\n" + +#: g10/keygen.c:1360 +msgid "Name must be at least 5 characters long\n" +msgstr "Name must be at least 5 characters long\n" + +#: g10/keygen.c:1368 +msgid "Email address: " +msgstr "Email address: " + +#: g10/keygen.c:1379 +msgid "Not a valid email address\n" +msgstr "Not a valid email address\n" + +#: g10/keygen.c:1387 +msgid "Comment: " +msgstr "Comment: " + +#: g10/keygen.c:1393 +msgid "Invalid character in comment\n" +msgstr "Invalid character in comment\n" + +#: g10/keygen.c:1416 +#, c-format +msgid "You are using the `%s' character set.\n" +msgstr "You are using the ‘%s’ character set.\n" + +#: g10/keygen.c:1422 +#, c-format +msgid "" +"You selected this USER-ID:\n" +" \"%s\"\n" +"\n" +msgstr "" +"You selected this USER-ID:\n" +" “%s”\n" +"\n" + +#: g10/keygen.c:1427 +msgid "Please don't put the email address into the real name or the comment\n" +msgstr "Please don't put the email address into the real name or the comment\n" + +#: g10/keygen.c:1432 +msgid "NnCcEeOoQq" +msgstr "NnCcEeOoQq" + +#: g10/keygen.c:1442 +msgid "Change (N)ame, (C)omment, (E)mail or (Q)uit? " +msgstr "Change (N)ame, (C)omment, (E)mail or (Q)uit? " + +#: g10/keygen.c:1443 +msgid "Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? " +msgstr "Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? " + +#: g10/keygen.c:1462 +msgid "Please correct the error first\n" +msgstr "Please correct the error first\n" + +#: g10/keygen.c:1501 +msgid "" +"You need a Passphrase to protect your secret key.\n" +"\n" +msgstr "" +"You need a Passphrase to protect your secret key.\n" +"\n" + +#: g10/keygen.c:1510 g10/keyedit.c:1005 +msgid "passphrase not correctly repeated; try again" +msgstr "passphrase not correctly repeated; try again" + +#: g10/keygen.c:1511 +#, c-format +msgid "%s.\n" +msgstr "%s.\n" + +#: g10/keygen.c:1517 +msgid "" +"You don't want a passphrase - this is probably a *bad* idea!\n" +"I will do it anyway. You can change your passphrase at any time,\n" +"using this program with the option \"--edit-key\".\n" +"\n" +msgstr "" +"You don't want a passphrase - this is probably a *bad* idea!\n" +"I will do it anyway. You can change your passphrase at any time,\n" +"using this program with the option “--edit-key”.\n" +"\n" + +#: g10/keygen.c:1538 +msgid "" +"We need to generate a lot of random bytes. It is a good idea to perform\n" +"some other action (type on the keyboard, move the mouse, utilize the\n" +"disks) during the prime generation; this gives the random number\n" +"generator a better chance to gain enough entropy.\n" +msgstr "" +"We need to generate a lot of random bytes. It is a good idea to perform\n" +"some other action (type on the keyboard, move the mouse, utilize the\n" +"disks) during the prime generation; this gives the random number\n" +"generator a better chance to gain enough entropy.\n" + +#: g10/keygen.c:2096 g10/revoke.c:214 g10/revoke.c:414 +msgid "sorry, can't do this in batch mode\n" +msgstr "sorry, can't do this in batch mode\n" + +#: g10/keygen.c:2157 +msgid "DSA keypair will have 1024 bits.\n" +msgstr "DSA keypair will have 1024 bits.\n" + +#: g10/keygen.c:2225 +msgid "Key generation canceled.\n" +msgstr "Key generation canceled.\n" + +#: g10/keygen.c:2333 g10/keygen.c:2458 +#, c-format +msgid "writing public key to `%s'\n" +msgstr "writing public key to ‘%s’\n" + +#: g10/keygen.c:2335 g10/keygen.c:2461 +#, c-format +msgid "writing secret key stub to `%s'\n" +msgstr "writing secret key stub to ‘%s’\n" + +#: g10/keygen.c:2338 g10/keygen.c:2464 +#, c-format +msgid "writing secret key to `%s'\n" +msgstr "writing secret key to ‘%s’\n" + +#: g10/keygen.c:2447 +#, c-format +msgid "no writable public keyring found: %s\n" +msgstr "no writable public keyring found: %s\n" + +#: g10/keygen.c:2453 +#, c-format +msgid "no writable secret keyring found: %s\n" +msgstr "no writable secret keyring found: %s\n" + +#: g10/keygen.c:2471 +#, c-format +msgid "error writing public keyring `%s': %s\n" +msgstr "error writing public keyring ‘%s’: %s\n" + +#: g10/keygen.c:2478 +#, c-format +msgid "error writing secret keyring `%s': %s\n" +msgstr "error writing secret keyring ‘%s’: %s\n" + +#: g10/keygen.c:2498 +msgid "public and secret key created and signed.\n" +msgstr "public and secret key created and signed.\n" + +#: g10/keygen.c:2499 +msgid "key marked as ultimately trusted.\n" +msgstr "key marked as ultimately trusted.\n" + +#: g10/keygen.c:2510 +msgid "" +"Note that this key cannot be used for encryption. You may want to use\n" +"the command \"--edit-key\" to generate a secondary key for this purpose.\n" +msgstr "" +"Note that this key cannot be used for encryption. You may want to use\n" +"the command “--edit-key” to generate a secondary key for this purpose.\n" + +#: g10/keygen.c:2522 g10/keygen.c:2633 +#, c-format +msgid "Key generation failed: %s\n" +msgstr "Key generation failed: %s\n" + +#: g10/keygen.c:2568 g10/sign.c:290 +#, c-format +msgid "" +"key has been created %lu second in future (time warp or clock problem)\n" +msgstr "" +"key has been created %lu second in future (time warp or clock problem)\n" + +#: g10/keygen.c:2570 g10/sign.c:292 +#, c-format +msgid "" +"key has been created %lu seconds in future (time warp or clock problem)\n" +msgstr "" +"key has been created %lu seconds in future (time warp or clock problem)\n" + +#: g10/keygen.c:2579 +msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" +msgstr "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" + +#: g10/keygen.c:2608 +msgid "Really create? " +msgstr "Really create? " + +#: g10/decrypt.c:96 g10/encode.c:773 +msgid "--output doesn't work for this command\n" +msgstr "--output doesn't work for this command\n" + +#: g10/encode.c:177 g10/tdbio.c:534 g10/tdbio.c:595 g10/openfile.c:179 +#: g10/openfile.c:313 +#, c-format +msgid "%s: can't open: %s\n" +msgstr "%s: can't open: %s\n" + +#: g10/encode.c:206 g10/sign.c:1140 +#, c-format +msgid "error creating passphrase: %s\n" +msgstr "error creating passphrase: %s\n" + +#: g10/encode.c:211 +msgid "can't use a symmetric ESK packet due to the S2K mode\n" +msgstr "can't use a symmetric ESK packet due to the S2K mode\n" + +#: g10/encode.c:228 g10/encode.c:491 +#, c-format +msgid "`%s' already compressed\n" +msgstr "‘%s’ already compressed\n" + +#: g10/encode.c:298 g10/encode.c:530 +#, c-format +msgid "%s: WARNING: empty file\n" +msgstr "%s: WARNING: empty file\n" + +#: g10/encode.c:411 +msgid "you can only encrypt to RSA keys of 2048 bits or less in --pgp2 mode\n" +msgstr "you can only encrypt to RSA keys of 2048 bits or less in --pgp2 mode\n" + +#: g10/encode.c:426 +#, c-format +msgid "reading from `%s'\n" +msgstr "reading from ‘%s’\n" + +#: g10/encode.c:462 +msgid "" +"unable to use the IDEA cipher for all of the keys you are encrypting to.\n" +msgstr "" +"unable to use the IDEA cipher for all of the keys you are encrypting to.\n" + +#: g10/encode.c:472 g10/encode.c:660 +#, c-format +msgid "forcing symmetric cipher %s (%d) violates recipient preferences\n" +msgstr "forcing symmetric cipher %s (%d) violates recipient preferences\n" + +#: g10/encode.c:574 g10/sign.c:856 +#, c-format +msgid "forcing compression algorithm %s (%d) violates recipient preferences\n" +msgstr "forcing compression algorithm %s (%d) violates recipient preferences\n" + +#: g10/encode.c:746 +#, c-format +msgid "%s/%s encrypted for: \"%s\"\n" +msgstr "%s/%s encrypted for: “%s”\n" + +#: g10/export.c:162 g10/keyedit.c:2698 g10/delkey.c:73 g10/revoke.c:224 +#, c-format +msgid "key `%s' not found: %s\n" +msgstr "key ‘%s’ not found: %s\n" + +#: g10/export.c:184 g10/delkey.c:81 g10/revoke.c:230 g10/revoke.c:435 +#, c-format +msgid "error reading keyblock: %s\n" +msgstr "error reading keyblock: %s\n" + +#: g10/export.c:193 +#, c-format +msgid "key %08lX: not a rfc2440 key - skipped\n" +msgstr "key %08lX: not a rfc2440 key - skipped\n" + +#: g10/export.c:209 +#, c-format +msgid "key %08lX: not protected - skipped\n" +msgstr "key %08lX: not protected - skipped\n" + +#: g10/export.c:217 +#, c-format +msgid "key %08lX: PGP 2.x style key - skipped\n" +msgstr "key %08lX: PGP 2.x style key - skipped\n" + +#: g10/export.c:362 +#, c-format +msgid "WARNING: secret key %08lX does not have a simple SK checksum\n" +msgstr "WARNING: secret key %08lX does not have a simple SK checksum\n" + +#: g10/export.c:394 +msgid "WARNING: nothing exported\n" +msgstr "WARNING: nothing exported\n" + +#: g10/getkey.c:151 +msgid "too many entries in pk cache - disabled\n" +msgstr "too many entries in pk cache - disabled\n" + +#: g10/getkey.c:187 g10/getkey.c:2615 +msgid "[User id not found]" +msgstr "[User id not found]" + +#: g10/getkey.c:1594 +#, c-format +msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" +msgstr "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" + +#: g10/getkey.c:2097 +#, c-format +msgid "no secret subkey for public subkey %08lX - ignoring\n" +msgstr "no secret subkey for public subkey %08lX - ignoring\n" + +#: g10/getkey.c:2325 +#, c-format +msgid "using secondary key %08lX instead of primary key %08lX\n" +msgstr "using secondary key %08lX instead of primary key %08lX\n" + +#: g10/getkey.c:2372 +#, c-format +msgid "key %08lX: secret key without public key - skipped\n" +msgstr "key %08lX: secret key without public key - skipped\n" + +#: g10/import.c:240 +#, c-format +msgid "skipping block of type %d\n" +msgstr "skipping block of type %d\n" + +#: g10/import.c:249 +#, c-format +msgid "%lu keys processed so far\n" +msgstr "%lu keys processed so far\n" + +#: g10/import.c:254 +#, c-format +msgid "error reading `%s': %s\n" +msgstr "error reading ‘%s’: %s\n" + +#: g10/import.c:266 +#, c-format +msgid "Total number processed: %lu\n" +msgstr "Total number processed: %lu\n" + +#: g10/import.c:268 +#, c-format +msgid " skipped new keys: %lu\n" +msgstr " skipped new keys: %lu\n" + +#: g10/import.c:271 +#, c-format +msgid " w/o user IDs: %lu\n" +msgstr " w/o user IDs: %lu\n" + +#: g10/import.c:273 +#, c-format +msgid " imported: %lu" +msgstr " imported: %lu" + +#: g10/import.c:279 +#, c-format +msgid " unchanged: %lu\n" +msgstr " unchanged: %lu\n" + +#: g10/import.c:281 +#, c-format +msgid " new user IDs: %lu\n" +msgstr " new user IDs: %lu\n" + +#: g10/import.c:283 +#, c-format +msgid " new subkeys: %lu\n" +msgstr " new subkeys: %lu\n" + +#: g10/import.c:285 +#, c-format +msgid " new signatures: %lu\n" +msgstr " new signatures: %lu\n" + +#: g10/import.c:287 +#, c-format +msgid " new key revocations: %lu\n" +msgstr " new key revocations: %lu\n" + +#: g10/import.c:289 +#, c-format +msgid " secret keys read: %lu\n" +msgstr " secret keys read: %lu\n" + +#: g10/import.c:291 +#, c-format +msgid " secret keys imported: %lu\n" +msgstr " secret keys imported: %lu\n" + +#: g10/import.c:293 +#, c-format +msgid " secret keys unchanged: %lu\n" +msgstr " secret keys unchanged: %lu\n" + +#: g10/import.c:295 +#, c-format +msgid " not imported: %lu\n" +msgstr " not imported: %lu\n" + +#: g10/import.c:563 +#, c-format +msgid "key %08lX: Elgamal primary key - this may take some time to import\n" +msgstr "key %08lX: Elgamal primary key - this may take some time to import\n" + +#: g10/import.c:577 g10/import.c:895 +#, c-format +msgid "key %08lX: no user ID\n" +msgstr "key %08lX: no user ID\n" + +#: g10/import.c:597 +#, c-format +msgid "key %08lX: PKS subkey corruption repaired\n" +msgstr "key %08lX: PKS subkey corruption repaired\n" + +#: g10/import.c:612 +#, c-format +msgid "key %08lX: accepted non self-signed user ID '%s'\n" +msgstr "key %08lX: accepted non self-signed user ID ‘%s’\n" + +#: g10/import.c:618 +#, c-format +msgid "key %08lX: no valid user IDs\n" +msgstr "key %08lX: no valid user IDs\n" + +#: g10/import.c:620 +msgid "this may be caused by a missing self-signature\n" +msgstr "this may be caused by a missing self-signature\n" + +#: g10/import.c:629 g10/import.c:988 +#, c-format +msgid "key %08lX: public key not found: %s\n" +msgstr "key %08lX: public key not found: %s\n" + +#: g10/import.c:634 +#, c-format +msgid "key %08lX: new key - skipped\n" +msgstr "key %08lX: new key - skipped\n" + +#: g10/import.c:643 +#, c-format +msgid "no writable keyring found: %s\n" +msgstr "no writable keyring found: %s\n" + +#: g10/import.c:648 g10/sign.c:763 g10/sign.c:1002 g10/openfile.c:253 +#, c-format +msgid "writing to `%s'\n" +msgstr "writing to ‘%s’\n" + +#: g10/import.c:651 g10/import.c:737 g10/import.c:922 g10/import.c:1048 +#, c-format +msgid "error writing keyring `%s': %s\n" +msgstr "error writing keyring ‘%s’: %s\n" + +#: g10/import.c:669 +#, c-format +msgid "key %08lX: public key \"%s\" imported\n" +msgstr "key %08lX: public key “%s” imported\n" + +#: g10/import.c:691 +#, c-format +msgid "key %08lX: doesn't match our copy\n" +msgstr "key %08lX: doesn't match our copy\n" + +#: g10/import.c:708 g10/import.c:1005 +#, c-format +msgid "key %08lX: can't locate original keyblock: %s\n" +msgstr "key %08lX: can't locate original keyblock: %s\n" + +#: g10/import.c:715 g10/import.c:1011 +#, c-format +msgid "key %08lX: can't read original keyblock: %s\n" +msgstr "key %08lX: can't read original keyblock: %s\n" + +#: g10/import.c:746 +#, c-format +msgid "key %08lX: \"%s\" 1 new user ID\n" +msgstr "key %08lX: “%s” 1 new user ID\n" + +#: g10/import.c:749 +#, c-format +msgid "key %08lX: \"%s\" %d new user IDs\n" +msgstr "key %08lX: “%s” %d new user IDs\n" + +#: g10/import.c:752 +#, c-format +msgid "key %08lX: \"%s\" 1 new signature\n" +msgstr "key %08lX: “%s” 1 new signature\n" + +#: g10/import.c:755 +#, c-format +msgid "key %08lX: \"%s\" %d new signatures\n" +msgstr "key %08lX: “%s” %d new signatures\n" + +#: g10/import.c:758 +#, c-format +msgid "key %08lX: \"%s\" 1 new subkey\n" +msgstr "key %08lX: “%s” 1 new subkey\n" + +#: g10/import.c:761 +#, c-format +msgid "key %08lX: \"%s\" %d new subkeys\n" +msgstr "key %08lX: “%s” %d new subkeys\n" + +#: g10/import.c:780 +#, c-format +msgid "key %08lX: \"%s\" not changed\n" +msgstr "key %08lX: “%s” not changed\n" + +#: g10/import.c:901 +#, c-format +msgid "key %08lX: secret key with invalid cipher %d - skipped\n" +msgstr "key %08lX: secret key with invalid cipher %d - skipped\n" + +#: g10/import.c:916 +#, c-format +msgid "no default secret keyring: %s\n" +msgstr "no default secret keyring: %s\n" + +#: g10/import.c:927 +#, c-format +msgid "key %08lX: secret key imported\n" +msgstr "key %08lX: secret key imported\n" + +#: g10/import.c:943 +#, c-format +msgid "key %08lX: already in secret keyring\n" +msgstr "key %08lX: already in secret keyring\n" + +#: g10/import.c:953 +#, c-format +msgid "key %08lX: secret key not found: %s\n" +msgstr "key %08lX: secret key not found: %s\n" + +#: g10/import.c:982 +#, c-format +msgid "key %08lX: no public key - can't apply revocation certificate\n" +msgstr "key %08lX: no public key - can't apply revocation certificate\n" + +#: g10/import.c:1022 +#, c-format +msgid "key %08lX: invalid revocation certificate: %s - rejected\n" +msgstr "key %08lX: invalid revocation certificate: %s - rejected\n" + +#: g10/import.c:1054 +#, c-format +msgid "key %08lX: \"%s\" revocation certificate imported\n" +msgstr "key %08lX: “%s” revocation certificate imported\n" + +#: g10/import.c:1118 +#, c-format +msgid "key %08lX: no user ID for signature\n" +msgstr "key %08lX: no user ID for signature\n" + +#: g10/import.c:1133 +#, c-format +msgid "key %08lX: unsupported public key algorithm on user id \"%s\"\n" +msgstr "key %08lX: unsupported public key algorithm on user id “%s”\n" + +#: g10/import.c:1135 +#, c-format +msgid "key %08lX: invalid self-signature on user id \"%s\"\n" +msgstr "key %08lX: invalid self-signature on user id “%s”\n" + +#: g10/import.c:1152 +#, c-format +msgid "key %08lX: no subkey for key binding\n" +msgstr "key %08lX: no subkey for key binding\n" + +#: g10/import.c:1161 g10/import.c:1205 +#, c-format +msgid "key %08lX: unsupported public key algorithm\n" +msgstr "key %08lX: unsupported public key algorithm\n" + +#: g10/import.c:1162 +#, c-format +msgid "key %08lX: invalid subkey binding\n" +msgstr "key %08lX: invalid subkey binding\n" + +#: g10/import.c:1175 +#, c-format +msgid "key %08lX: removed multiple subkey binding\n" +msgstr "key %08lX: removed multiple subkey binding\n" + +#: g10/import.c:1196 +#, c-format +msgid "key %08lX: no subkey for key revocation\n" +msgstr "key %08lX: no subkey for key revocation\n" + +#: g10/import.c:1206 +#, c-format +msgid "key %08lX: invalid subkey revocation\n" +msgstr "key %08lX: invalid subkey revocation\n" + +#: g10/import.c:1219 +#, c-format +msgid "key %08lX: removed multiple subkey revocation\n" +msgstr "key %08lX: removed multiple subkey revocation\n" + +#: g10/import.c:1258 +#, c-format +msgid "key %08lX: skipped user ID '" +msgstr "key %08lX: skipped user ID '" + +#: g10/import.c:1281 +#, c-format +msgid "key %08lX: skipped subkey\n" +msgstr "key %08lX: skipped subkey\n" + +#: g10/import.c:1308 +#, c-format +msgid "key %08lX: non exportable signature (class %02x) - skipped\n" +msgstr "key %08lX: non exportable signature (class %02x) - skipped\n" + +#: g10/import.c:1317 +#, c-format +msgid "key %08lX: revocation certificate at wrong place - skipped\n" +msgstr "key %08lX: revocation certificate at wrong place - skipped\n" + +#: g10/import.c:1334 +#, c-format +msgid "key %08lX: invalid revocation certificate: %s - skipped\n" +msgstr "key %08lX: invalid revocation certificate: %s - skipped\n" + +#: g10/import.c:1347 +#, c-format +msgid "key %08lX: subkey signature in wrong place - skipped\n" +msgstr "key %08lX: subkey signature in wrong place - skipped\n" + +#: g10/import.c:1355 +#, c-format +msgid "key %08lX: unexpected signature class (0x%02X) - skipped\n" +msgstr "key %08lX: unexpected signature class (0x%02X) - skipped\n" + +#: g10/import.c:1454 +#, c-format +msgid "key %08lX: duplicated user ID detected - merged\n" +msgstr "key %08lX: duplicated user ID detected - merged\n" + +#: g10/import.c:1513 +#, c-format +msgid "WARNING: key %08lX may be revoked: fetching revocation key %08lX\n" +msgstr "WARNING: key %08lX may be revoked: fetching revocation key %08lX\n" + +#: g10/import.c:1527 +#, c-format +msgid "WARNING: key %08lX may be revoked: revocation key %08lX not present.\n" +msgstr "WARNING: key %08lX may be revoked: revocation key %08lX not present.\n" + +#: g10/import.c:1585 +#, c-format +msgid "key %08lX: \"%s\" revocation certificate added\n" +msgstr "key %08lX: “%s” revocation certificate added\n" + +#: g10/import.c:1618 +#, c-format +msgid "key %08lX: direct key signature added\n" +msgstr "key %08lX: direct key signature added\n" + +#: g10/keyedit.c:161 +msgid "[revocation]" +msgstr "[revocation]" + +#: g10/keyedit.c:162 +msgid "[self-signature]" +msgstr "[self-signature]" + +#: g10/keyedit.c:236 g10/keylist.c:320 +msgid "1 bad signature\n" +msgstr "1 bad signature\n" + +#: g10/keyedit.c:238 g10/keylist.c:322 +#, c-format +msgid "%d bad signatures\n" +msgstr "%d bad signatures\n" + +#: g10/keyedit.c:240 g10/keylist.c:324 +msgid "1 signature not checked due to a missing key\n" +msgstr "1 signature not checked due to a missing key\n" + +#: g10/keyedit.c:242 g10/keylist.c:326 +#, c-format +msgid "%d signatures not checked due to missing keys\n" +msgstr "%d signatures not checked due to missing keys\n" + +#: g10/keyedit.c:244 g10/keylist.c:328 +msgid "1 signature not checked due to an error\n" +msgstr "1 signature not checked due to an error\n" + +#: g10/keyedit.c:246 g10/keylist.c:330 +#, c-format +msgid "%d signatures not checked due to errors\n" +msgstr "%d signatures not checked due to errors\n" + +#: g10/keyedit.c:248 +msgid "1 user ID without valid self-signature detected\n" +msgstr "1 user ID without valid self-signature detected\n" + +#: g10/keyedit.c:250 +#, c-format +msgid "%d user IDs without valid self-signatures detected\n" +msgstr "%d user IDs without valid self-signatures detected\n" + +#: g10/keyedit.c:313 +#, c-format +msgid " (%d) I trust marginally\n" +msgstr " (%d) I trust marginally\n" + +#: g10/keyedit.c:314 +#, c-format +msgid " (%d) I trust fully\n" +msgstr " (%d) I trust fully\n" + +#: g10/keyedit.c:333 +msgid "" +"Please enter the depth of this trust signature.\n" +"A depth greater than 1 allows the key you are signing to make\n" +"trust signatures on your behalf.\n" +msgstr "" +"Please enter the depth of this trust signature.\n" +"A depth greater than 1 allows the key you are signing to make\n" +"trust signatures on your behalf.\n" + +#: g10/keyedit.c:351 +msgid "Please enter a domain to restrict this signature, or enter for none.\n" +msgstr "Please enter a domain to restrict this signature, or enter for none.\n" + +#: g10/keyedit.c:494 +#, c-format +msgid "User ID \"%s\" is revoked." +msgstr "User ID “%s” is revoked." + +#: g10/keyedit.c:501 g10/keyedit.c:521 g10/keyedit.c:542 g10/keyedit.c:692 +#: g10/keyedit.c:750 g10/keyedit.c:1366 +msgid "Are you sure you still want to sign it? (y/N) " +msgstr "Are you sure you still want to sign it? (y/N) " + +#: g10/keyedit.c:509 g10/keyedit.c:529 g10/keyedit.c:550 g10/keyedit.c:698 +#: g10/keyedit.c:1372 +msgid " Unable to sign.\n" +msgstr " Unable to sign.\n" + +#: g10/keyedit.c:514 +#, c-format +msgid "User ID \"%s\" is expired." +msgstr "User ID “%s” is expired." + +#: g10/keyedit.c:534 +#, c-format +msgid "User ID \"%s\" is not self-signed." +msgstr "User ID “%s” is not self-signed." + +#: g10/keyedit.c:569 +#, c-format +msgid "" +"The self-signature on \"%s\"\n" +"is a PGP 2.x-style signature.\n" +msgstr "" +"The self-signature on “%s”\n" +"is a PGP 2.x-style signature.\n" + +#: g10/keyedit.c:578 +msgid "Do you want to promote it to an OpenPGP self-signature? (y/N) " +msgstr "Do you want to promote it to an OpenPGP self-signature? (y/N) " + +#: g10/keyedit.c:592 +#, c-format +msgid "" +"Your current signature on \"%s\"\n" +"has expired.\n" +msgstr "" +"Your current signature on “%s”\n" +"has expired.\n" + +#: g10/keyedit.c:596 +msgid "Do you want to issue a new signature to replace the expired one? (y/N) " +msgstr "" +"Do you want to issue a new signature to replace the expired one? (y/N) " + +#: g10/keyedit.c:617 +#, c-format +msgid "" +"Your current signature on \"%s\"\n" +"is a local signature.\n" +msgstr "" +"Your current signature on “%s”\n" +"is a local signature.\n" + +#: g10/keyedit.c:621 +msgid "Do you want to promote it to a full exportable signature? (y/N) " +msgstr "Do you want to promote it to a full exportable signature? (y/N) " + +#: g10/keyedit.c:642 +#, c-format +msgid "\"%s\" was already locally signed by key %08lX\n" +msgstr "“%s” was already locally signed by key %08lX\n" + +#: g10/keyedit.c:646 +#, c-format +msgid "\"%s\" was already signed by key %08lX\n" +msgstr "“%s” was already signed by key %08lX\n" + +#: g10/keyedit.c:651 +msgid "Do you want to sign it again anyway? (y/N) " +msgstr "Do you want to sign it again anyway? (y/N) " + +#: g10/keyedit.c:671 +#, c-format +msgid "Nothing to sign with key %08lX\n" +msgstr "Nothing to sign with key %08lX\n" + +#: g10/keyedit.c:686 +msgid "This key has expired!" +msgstr "This key has expired!" + +#: g10/keyedit.c:706 +#, c-format +msgid "This key is due to expire on %s.\n" +msgstr "This key is due to expire on %s.\n" + +#: g10/keyedit.c:710 +msgid "Do you want your signature to expire at the same time? (Y/n) " +msgstr "Do you want your signature to expire at the same time? (Y/n) " + +#: g10/keyedit.c:743 +msgid "" +"You may not make an OpenPGP signature on a PGP 2.x key while in --pgp2 " +"mode.\n" +msgstr "" +"You may not make an OpenPGP signature on a PGP 2.x key while in --pgp2 " +"mode.\n" + +#: g10/keyedit.c:745 +msgid "This would make the key unusable in PGP 2.x.\n" +msgstr "This would make the key unusable in PGP 2.x.\n" + +#: g10/keyedit.c:770 +msgid "" +"How carefully have you verified the key you are about to sign actually " +"belongs\n" +"to the person named above? If you don't know what to answer, enter \"0\".\n" +msgstr "" +"How carefully have you verified the key you are about to sign actually " +"belongs\n" +"to the person named above? If you don't know what to answer, enter “0”.\n" + +#: g10/keyedit.c:775 +#, c-format +msgid " (0) I will not answer.%s\n" +msgstr " (0) I will not answer.%s\n" + +#: g10/keyedit.c:777 +#, c-format +msgid " (1) I have not checked at all.%s\n" +msgstr " (1) I have not checked at all.%s\n" + +#: g10/keyedit.c:779 +#, c-format +msgid " (2) I have done casual checking.%s\n" +msgstr " (2) I have done casual checking.%s\n" + +#: g10/keyedit.c:781 +#, c-format +msgid " (3) I have done very careful checking.%s\n" +msgstr " (3) I have done very careful checking.%s\n" + +#: g10/keyedit.c:787 +msgid "Your selection? (enter '?' for more information): " +msgstr "Your selection? (enter ‘?’ for more information): " + +#: g10/keyedit.c:810 +msgid "" +"Are you really sure that you want to sign this key\n" +"with your key: \"" +msgstr "" +"Are you really sure that you want to sign this key\n" +"with your key: \"" + +#: g10/keyedit.c:819 +msgid "" +"\n" +"This will be a self-signature.\n" +msgstr "" +"\n" +"This will be a self-signature.\n" + +#: g10/keyedit.c:823 +msgid "" +"\n" +"WARNING: the signature will not be marked as non-exportable.\n" +msgstr "" +"\n" +"WARNING: the signature will not be marked as non-exportable.\n" + +#: g10/keyedit.c:828 +msgid "" +"\n" +"WARNING: the signature will not be marked as non-revocable.\n" +msgstr "" +"\n" +"WARNING: the signature will not be marked as non-revocable.\n" + +#: g10/keyedit.c:835 +msgid "" +"\n" +"The signature will be marked as non-exportable.\n" +msgstr "" +"\n" +"The signature will be marked as non-exportable.\n" + +#: g10/keyedit.c:839 +msgid "" +"\n" +"The signature will be marked as non-revocable.\n" +msgstr "" +"\n" +"The signature will be marked as non-revocable.\n" + +#: g10/keyedit.c:844 +msgid "" +"\n" +"I have not checked this key at all.\n" +msgstr "" +"\n" +"I have not checked this key at all.\n" + +#: g10/keyedit.c:848 +msgid "" +"\n" +"I have checked this key casually.\n" +msgstr "" +"\n" +"I have checked this key casually.\n" + +#: g10/keyedit.c:852 +msgid "" +"\n" +"I have checked this key very carefully.\n" +msgstr "" +"\n" +"I have checked this key very carefully.\n" + +#: g10/keyedit.c:861 +msgid "Really sign? " +msgstr "Really sign? " + +#: g10/keyedit.c:906 g10/keyedit.c:3608 g10/keyedit.c:3699 g10/keyedit.c:3772 +#: g10/sign.c:370 +#, c-format +msgid "signing failed: %s\n" +msgstr "signing failed: %s\n" + +#: g10/keyedit.c:962 +msgid "This key is not protected.\n" +msgstr "This key is not protected.\n" + +#: g10/keyedit.c:966 +msgid "Secret parts of primary key are not available.\n" +msgstr "Secret parts of primary key are not available.\n" + +#: g10/keyedit.c:970 +msgid "Key is protected.\n" +msgstr "Key is protected.\n" + +#: g10/keyedit.c:990 +#, c-format +msgid "Can't edit this key: %s\n" +msgstr "Can't edit this key: %s\n" + +#: g10/keyedit.c:996 +msgid "" +"Enter the new passphrase for this secret key.\n" +"\n" +msgstr "" +"Enter the new passphrase for this secret key.\n" +"\n" + +#: g10/keyedit.c:1010 +msgid "" +"You don't want a passphrase - this is probably a *bad* idea!\n" +"\n" +msgstr "" +"You don't want a passphrase - this is probably a *bad* idea!\n" +"\n" + +#: g10/keyedit.c:1013 +msgid "Do you really want to do this? " +msgstr "Do you really want to do this? " + +#: g10/keyedit.c:1079 +msgid "moving a key signature to the correct place\n" +msgstr "moving a key signature to the correct place\n" + +#: g10/keyedit.c:1122 +msgid "quit this menu" +msgstr "quit this menu" + +#: g10/keyedit.c:1123 +msgid "q" +msgstr "q" + +#: g10/keyedit.c:1124 +msgid "save" +msgstr "save" + +#: g10/keyedit.c:1124 +msgid "save and quit" +msgstr "save and quit" + +#: g10/keyedit.c:1125 +msgid "help" +msgstr "help" + +#: g10/keyedit.c:1125 +msgid "show this help" +msgstr "show this help" + +#: g10/keyedit.c:1127 +msgid "fpr" +msgstr "fpr" + +#: g10/keyedit.c:1127 +msgid "show fingerprint" +msgstr "show fingerprint" + +#: g10/keyedit.c:1128 +msgid "list" +msgstr "list" + +#: g10/keyedit.c:1128 +msgid "list key and user IDs" +msgstr "list key and user IDs" + +#: g10/keyedit.c:1129 +msgid "l" +msgstr "l" + +#: g10/keyedit.c:1130 +msgid "uid" +msgstr "uid" + +#: g10/keyedit.c:1130 +msgid "select user ID N" +msgstr "select user ID N" + +#: g10/keyedit.c:1131 +msgid "key" +msgstr "key" + +#: g10/keyedit.c:1131 +msgid "select secondary key N" +msgstr "select secondary key N" + +#: g10/keyedit.c:1132 +msgid "check" +msgstr "check" + +#: g10/keyedit.c:1132 +msgid "list signatures" +msgstr "list signatures" + +#: g10/keyedit.c:1133 +msgid "c" +msgstr "c" + +#: g10/keyedit.c:1134 +msgid "sign" +msgstr "sign" + +#: g10/keyedit.c:1134 +msgid "sign the key" +msgstr "sign the key" + +#: g10/keyedit.c:1135 +msgid "s" +msgstr "s" + +#: g10/keyedit.c:1136 +msgid "tsign" +msgstr "tsign" + +#: g10/keyedit.c:1136 +msgid "make a trust signature" +msgstr "make a trust signature" + +#: g10/keyedit.c:1137 +msgid "lsign" +msgstr "lsign" + +#: g10/keyedit.c:1137 +msgid "sign the key locally" +msgstr "sign the key locally" + +#: g10/keyedit.c:1138 +msgid "nrsign" +msgstr "nrsign" + +#: g10/keyedit.c:1138 +msgid "sign the key non-revocably" +msgstr "sign the key non-revocably" + +#: g10/keyedit.c:1139 +msgid "nrlsign" +msgstr "nrlsign" + +#: g10/keyedit.c:1139 +msgid "sign the key locally and non-revocably" +msgstr "sign the key locally and non-revocably" + +#: g10/keyedit.c:1140 +msgid "debug" +msgstr "debug" + +#: g10/keyedit.c:1141 +msgid "adduid" +msgstr "adduid" + +#: g10/keyedit.c:1141 +msgid "add a user ID" +msgstr "add a user ID" + +#: g10/keyedit.c:1142 +msgid "addphoto" +msgstr "addphoto" + +#: g10/keyedit.c:1142 +msgid "add a photo ID" +msgstr "add a photo ID" + +#: g10/keyedit.c:1143 +msgid "deluid" +msgstr "deluid" + +#: g10/keyedit.c:1143 +msgid "delete user ID" +msgstr "delete user ID" + +#: g10/keyedit.c:1145 +msgid "delphoto" +msgstr "delphoto" + +#: g10/keyedit.c:1146 +msgid "addkey" +msgstr "addkey" + +#: g10/keyedit.c:1146 +msgid "add a secondary key" +msgstr "add a secondary key" + +#: g10/keyedit.c:1147 +msgid "delkey" +msgstr "delkey" + +#: g10/keyedit.c:1147 +msgid "delete a secondary key" +msgstr "delete a secondary key" + +#: g10/keyedit.c:1148 +msgid "addrevoker" +msgstr "addrevoker" + +#: g10/keyedit.c:1148 +msgid "add a revocation key" +msgstr "add a revocation key" + +#: g10/keyedit.c:1149 +msgid "delsig" +msgstr "delsig" + +#: g10/keyedit.c:1149 +msgid "delete signatures" +msgstr "delete signatures" + +#: g10/keyedit.c:1150 +msgid "expire" +msgstr "expire" + +#: g10/keyedit.c:1150 +msgid "change the expire date" +msgstr "change the expire date" + +#: g10/keyedit.c:1151 +msgid "primary" +msgstr "primary" + +#: g10/keyedit.c:1151 +msgid "flag user ID as primary" +msgstr "flag user ID as primary" + +#: g10/keyedit.c:1152 +msgid "toggle" +msgstr "toggle" + +#: g10/keyedit.c:1152 +msgid "toggle between secret and public key listing" +msgstr "toggle between secret and public key listing" + +#: g10/keyedit.c:1154 +msgid "t" +msgstr "t" + +#: g10/keyedit.c:1155 +msgid "pref" +msgstr "pref" + +#: g10/keyedit.c:1155 +msgid "list preferences (expert)" +msgstr "list preferences (expert)" + +#: g10/keyedit.c:1156 +msgid "showpref" +msgstr "showpref" + +#: g10/keyedit.c:1156 +msgid "list preferences (verbose)" +msgstr "list preferences (verbose)" + +#: g10/keyedit.c:1157 +msgid "setpref" +msgstr "setpref" + +#: g10/keyedit.c:1157 +msgid "set preference list" +msgstr "set preference list" + +#: g10/keyedit.c:1158 +msgid "updpref" +msgstr "updpref" + +#: g10/keyedit.c:1158 +msgid "updated preferences" +msgstr "updated preferences" + +#: g10/keyedit.c:1159 +msgid "keyserver" +msgstr "keyserver" + +#: g10/keyedit.c:1159 +msgid "set preferred keyserver URL" +msgstr "set preferred keyserver URL" + +#: g10/keyedit.c:1160 +msgid "passwd" +msgstr "passwd" + +#: g10/keyedit.c:1160 +msgid "change the passphrase" +msgstr "change the passphrase" + +#: g10/keyedit.c:1161 +msgid "trust" +msgstr "trust" + +#: g10/keyedit.c:1161 +msgid "change the ownertrust" +msgstr "change the ownertrust" + +#: g10/keyedit.c:1162 +msgid "revsig" +msgstr "revsig" + +#: g10/keyedit.c:1162 +msgid "revoke signatures" +msgstr "revoke signatures" + +#: g10/keyedit.c:1163 +msgid "revuid" +msgstr "revuid" + +#: g10/keyedit.c:1163 +msgid "revoke a user ID" +msgstr "revoke a user ID" + +#: g10/keyedit.c:1164 +msgid "revkey" +msgstr "revkey" + +#: g10/keyedit.c:1164 +msgid "revoke a secondary key" +msgstr "revoke a secondary key" + +#: g10/keyedit.c:1165 +msgid "disable" +msgstr "disable" + +#: g10/keyedit.c:1165 +msgid "disable a key" +msgstr "disable a key" + +#: g10/keyedit.c:1166 +msgid "enable" +msgstr "enable" + +#: g10/keyedit.c:1166 +msgid "enable a key" +msgstr "enable a key" + +#: g10/keyedit.c:1167 +msgid "showphoto" +msgstr "showphoto" + +#: g10/keyedit.c:1167 +msgid "show photo ID" +msgstr "show photo ID" + +#: g10/keyedit.c:1187 g10/delkey.c:119 +msgid "can't do that in batchmode\n" +msgstr "can't do that in batchmode\n" + +#: g10/keyedit.c:1225 +#, c-format +msgid "error reading secret keyblock `%s': %s\n" +msgstr "error reading secret keyblock ‘%s’: %s\n" + +#: g10/keyedit.c:1243 +msgid "Secret key is available.\n" +msgstr "Secret key is available.\n" + +#: g10/keyedit.c:1274 +msgid "Command> " +msgstr "Command> " + +#: g10/keyedit.c:1306 +msgid "Need the secret key to do this.\n" +msgstr "Need the secret key to do this.\n" + +#: g10/keyedit.c:1310 +msgid "Please use the command \"toggle\" first.\n" +msgstr "Please use the command “toggle” first.\n" + +#: g10/keyedit.c:1360 +msgid "Key is revoked." +msgstr "Key is revoked." + +#: g10/keyedit.c:1379 +msgid "Really sign all user IDs? " +msgstr "Really sign all user IDs? " + +#: g10/keyedit.c:1380 +msgid "Hint: Select the user IDs to sign\n" +msgstr "Hint: Select the user IDs to sign\n" + +#: g10/keyedit.c:1406 +#, c-format +msgid "This command is not allowed while in %s mode.\n" +msgstr "This command is not allowed while in %s mode.\n" + +#: g10/keyedit.c:1426 g10/keyedit.c:1447 g10/keyedit.c:1507 +msgid "You must select at least one user ID.\n" +msgstr "You must select at least one user ID.\n" + +#: g10/keyedit.c:1428 +msgid "You can't delete the last user ID!\n" +msgstr "You can't delete the last user ID!\n" + +#: g10/keyedit.c:1431 +msgid "Really remove all selected user IDs? " +msgstr "Really remove all selected user IDs? " + +#: g10/keyedit.c:1432 +msgid "Really remove this user ID? " +msgstr "Really remove this user ID? " + +#: g10/keyedit.c:1470 g10/keyedit.c:1526 +msgid "You must select at least one key.\n" +msgstr "You must select at least one key.\n" + +#: g10/keyedit.c:1474 +msgid "Do you really want to delete the selected keys? " +msgstr "Do you really want to delete the selected keys? " + +#: g10/keyedit.c:1475 +msgid "Do you really want to delete this key? " +msgstr "Do you really want to delete this key? " + +#: g10/keyedit.c:1510 +msgid "Really revoke all selected user IDs? " +msgstr "Really revoke all selected user IDs? " + +#: g10/keyedit.c:1511 +msgid "Really revoke this user ID? " +msgstr "Really revoke this user ID? " + +#: g10/keyedit.c:1530 +msgid "Do you really want to revoke the selected keys? " +msgstr "Do you really want to revoke the selected keys? " + +#: g10/keyedit.c:1531 +msgid "Do you really want to revoke this key? " +msgstr "Do you really want to revoke this key? " + +#: g10/keyedit.c:1595 +msgid "Current preference list:\n" +msgstr "Current preference list:\n" + +#: g10/keyedit.c:1601 +msgid "Really update the preferences for the selected user IDs? " +msgstr "Really update the preferences for the selected user IDs? " + +#: g10/keyedit.c:1603 +msgid "Really update the preferences? " +msgstr "Really update the preferences? " + +#: g10/keyedit.c:1649 +msgid "Save changes? " +msgstr "Save changes? " + +#: g10/keyedit.c:1652 +msgid "Quit without saving? " +msgstr "Quit without saving? " + +#: g10/keyedit.c:1663 +#, c-format +msgid "update failed: %s\n" +msgstr "update failed: %s\n" + +#: g10/keyedit.c:1670 +#, c-format +msgid "update secret failed: %s\n" +msgstr "update secret failed: %s\n" + +#: g10/keyedit.c:1677 +msgid "Key not changed so no update needed.\n" +msgstr "Key not changed so no update needed.\n" + +#: g10/keyedit.c:1689 +msgid "Invalid command (try \"help\")\n" +msgstr "Invalid command (try “help”)\n" + +#: g10/keyedit.c:1748 +msgid "Digest: " +msgstr "Digest: " + +#: g10/keyedit.c:1800 +msgid "Features: " +msgstr "Features: " + +#: g10/keyedit.c:1811 +msgid "Keyserver no-modify" +msgstr "Keyserver no-modify" + +#: g10/keyedit.c:2054 +#, c-format +msgid "This key may be revoked by %s key " +msgstr "This key may be revoked by %s key " + +#: g10/keyedit.c:2058 +msgid " (sensitive)" +msgstr " (sensitive)" + +#: g10/keyedit.c:2075 +#, c-format +msgid "created: %s expires: %s" +msgstr "created: %s expires: %s" + +#: g10/keyedit.c:2090 +#, c-format +msgid "trust: %-13s" +msgstr "trust: %-13s" + +#: g10/keyedit.c:2091 +#, c-format +msgid "validity: %s" +msgstr "validity: %s" + +#: g10/keyedit.c:2098 +msgid "This key has been disabled" +msgstr "This key has been disabled" + +#: g10/keyedit.c:2112 g10/keyedit.c:2215 g10/keyedit.c:2230 +#, c-format +msgid "%s%c %4u%c/%08lX created: %s expires: %s" +msgstr "%s%c %4u%c/%08lX created: %s expires: %s" + +#: g10/keyedit.c:2128 +#, c-format +msgid "rev! subkey has been revoked: %s\n" +msgstr "rev! subkey has been revoked: %s\n" + +#: g10/keyedit.c:2131 +msgid "rev- faked revocation found\n" +msgstr "rev- faked revocation found\n" + +#: g10/keyedit.c:2133 +#, c-format +msgid "rev? problem checking revocation: %s\n" +msgstr "rev? problem checking revocation: %s\n" + +#: g10/keyedit.c:2158 g10/mainproc.c:1446 g10/trustdb.c:1155 +msgid "revoked" +msgstr "revoked" + +#: g10/keyedit.c:2160 g10/mainproc.c:1448 g10/trustdb.c:489 +msgid "expired" +msgstr "expired" + +#: g10/keyedit.c:2181 +msgid "There are no preferences on a PGP 2.x-style user ID.\n" +msgstr "There are no preferences on a PGP 2.x-style user ID.\n" + +#: g10/keyedit.c:2189 +msgid "" +"Please note that the shown key validity is not necessarily correct\n" +"unless you restart the program.\n" +msgstr "" +"Please note that the shown key validity is not necessarily correct\n" +"unless you restart the program.\n" + +#: g10/keyedit.c:2321 +msgid "" +"WARNING: no user ID has been marked as primary. This command may\n" +" cause a different user ID to become the assumed primary.\n" +msgstr "" +"WARNING: no user ID has been marked as primary. This command may\n" +" cause a different user ID to become the assumed primary.\n" + +#: g10/keyedit.c:2380 +msgid "" +"WARNING: This is a PGP2-style key. Adding a photo ID may cause some " +"versions\n" +" of PGP to reject this key.\n" +msgstr "" +"WARNING: This is a PGP2-style key. Adding a photo ID may cause some " +"versions\n" +" of PGP to reject this key.\n" + +#: g10/keyedit.c:2385 g10/keyedit.c:2658 +msgid "Are you sure you still want to add it? (y/N) " +msgstr "Are you sure you still want to add it? (y/N) " + +#: g10/keyedit.c:2391 +msgid "You may not add a photo ID to a PGP2-style key.\n" +msgstr "You may not add a photo ID to a PGP2-style key.\n" + +#: g10/keyedit.c:2526 +msgid "Delete this good signature? (y/N/q)" +msgstr "Delete this good signature? (y/N/q)" + +#: g10/keyedit.c:2536 +msgid "Delete this invalid signature? (y/N/q)" +msgstr "Delete this invalid signature? (y/N/q)" + +#: g10/keyedit.c:2540 +msgid "Delete this unknown signature? (y/N/q)" +msgstr "Delete this unknown signature? (y/N/q)" + +#: g10/keyedit.c:2546 +msgid "Really delete this self-signature? (y/N)" +msgstr "Really delete this self-signature? (y/N)" + +#: g10/keyedit.c:2560 +#, c-format +msgid "Deleted %d signature.\n" +msgstr "Deleted %d signature.\n" + +#: g10/keyedit.c:2561 +#, c-format +msgid "Deleted %d signatures.\n" +msgstr "Deleted %d signatures.\n" + +#: g10/keyedit.c:2564 +msgid "Nothing deleted.\n" +msgstr "Nothing deleted.\n" + +#: g10/keyedit.c:2653 +msgid "" +"WARNING: This is a PGP 2.x-style key. Adding a designated revoker may " +"cause\n" +" some versions of PGP to reject this key.\n" +msgstr "" +"WARNING: This is a PGP 2.x-style key. Adding a designated revoker may " +"cause\n" +" some versions of PGP to reject this key.\n" + +#: g10/keyedit.c:2664 +msgid "You may not add a designated revoker to a PGP 2.x-style key.\n" +msgstr "You may not add a designated revoker to a PGP 2.x-style key.\n" + +#: g10/keyedit.c:2687 +msgid "Enter the user ID of the designated revoker: " +msgstr "Enter the user ID of the designated revoker: " + +#: g10/keyedit.c:2708 +msgid "cannot appoint a PGP 2.x style key as a designated revoker\n" +msgstr "cannot appoint a PGP 2.x style key as a designated revoker\n" + +#: g10/keyedit.c:2723 +msgid "you cannot appoint a key as its own designated revoker\n" +msgstr "you cannot appoint a key as its own designated revoker\n" + +#: g10/keyedit.c:2745 +msgid "this key has already been designated as a revoker\n" +msgstr "this key has already been designated as a revoker\n" + +#: g10/keyedit.c:2774 +msgid "WARNING: appointing a key as a designated revoker cannot be undone!\n" +msgstr "WARNING: appointing a key as a designated revoker cannot be undone!\n" + +#: g10/keyedit.c:2780 +msgid "" +"Are you sure you want to appoint this key as a designated revoker? (y/N): " +msgstr "" +"Are you sure you want to appoint this key as a designated revoker? (y/N): " + +#: g10/keyedit.c:2841 +msgid "Please remove selections from the secret keys.\n" +msgstr "Please remove selections from the secret keys.\n" + +#: g10/keyedit.c:2847 +msgid "Please select at most one secondary key.\n" +msgstr "Please select at most one secondary key.\n" + +#: g10/keyedit.c:2851 +msgid "Changing expiration time for a secondary key.\n" +msgstr "Changing expiration time for a secondary key.\n" + +#: g10/keyedit.c:2853 +msgid "Changing expiration time for the primary key.\n" +msgstr "Changing expiration time for the primary key.\n" + +#: g10/keyedit.c:2898 +msgid "You can't change the expiration date of a v3 key\n" +msgstr "You can't change the expiration date of a v3 key\n" + +#: g10/keyedit.c:2914 +msgid "No corresponding signature in secret ring\n" +msgstr "No corresponding signature in secret ring\n" + +#: g10/keyedit.c:2994 +msgid "Please select exactly one user ID.\n" +msgstr "Please select exactly one user ID.\n" + +#: g10/keyedit.c:3031 g10/keyedit.c:3140 g10/keyedit.c:3232 +#, c-format +msgid "skipping v3 self-signature on user id \"%s\"\n" +msgstr "skipping v3 self-signature on user id “%s”\n" + +#: g10/keyedit.c:3196 +msgid "Enter your preferred keyserver URL: " +msgstr "Enter your preferred keyserver URL: " + +#: g10/keyedit.c:3294 +#, c-format +msgid "No user ID with index %d\n" +msgstr "No user ID with index %d\n" + +#: g10/keyedit.c:3340 +#, c-format +msgid "No secondary key with index %d\n" +msgstr "No secondary key with index %d\n" + +#: g10/keyedit.c:3454 +msgid "user ID: \"" +msgstr "user ID: \"" + +#: g10/keyedit.c:3459 +#, c-format +msgid "" +"\"\n" +"signed with your key %08lX at %s\n" +msgstr "" +"\"\n" +"signed with your key %08lX at %s\n" + +#: g10/keyedit.c:3462 +#, c-format +msgid "" +"\"\n" +"locally signed with your key %08lX at %s\n" +msgstr "" +"\"\n" +"locally signed with your key %08lX at %s\n" + +#: g10/keyedit.c:3467 +#, c-format +msgid "This signature expired on %s.\n" +msgstr "This signature expired on %s.\n" + +#: g10/keyedit.c:3471 +msgid "Are you sure you still want to revoke it? (y/N) " +msgstr "Are you sure you still want to revoke it? (y/N) " + +#: g10/keyedit.c:3475 +msgid "Create a revocation certificate for this signature? (y/N) " +msgstr "Create a revocation certificate for this signature? (y/N) " + +#: g10/keyedit.c:3500 +msgid "You have signed these user IDs:\n" +msgstr "You have signed these user IDs:\n" + +#: g10/keyedit.c:3519 +#, c-format +msgid " signed by %08lX at %s%s%s\n" +msgstr " signed by %08lX at %s%s%s\n" + +#: g10/keyedit.c:3527 +#, c-format +msgid " revoked by %08lX at %s\n" +msgstr " revoked by %08lX at %s\n" + +#: g10/keyedit.c:3547 +msgid "You are about to revoke these signatures:\n" +msgstr "You are about to revoke these signatures:\n" + +#: g10/keyedit.c:3557 +#, c-format +msgid " signed by %08lX at %s%s\n" +msgstr " signed by %08lX at %s%s\n" + +#: g10/keyedit.c:3559 +msgid " (non-exportable)" +msgstr " (non-exportable)" + +#: g10/keyedit.c:3566 +msgid "Really create the revocation certificates? (y/N) " +msgstr "Really create the revocation certificates? (y/N) " + +#: g10/keyedit.c:3596 +msgid "no secret key\n" +msgstr "no secret key\n" + +#: g10/keyedit.c:3666 +#, c-format +msgid "user ID \"%s\" is already revoked\n" +msgstr "user ID “%s” is already revoked\n" + +#: g10/keyedit.c:3683 +#, c-format +msgid "WARNING: a user ID signature is dated %d seconds in the future\n" +msgstr "WARNING: a user ID signature is dated %d seconds in the future\n" + +#: g10/keyedit.c:3856 +#, c-format +msgid "Displaying %s photo ID of size %ld for key 0x%08lX (uid %d)\n" +msgstr "Displaying %s photo ID of size %ld for key 0x%08lX (uid %d)\n" + +#: g10/keylist.c:192 +msgid "Critical signature policy: " +msgstr "Critical signature policy: " + +#: g10/keylist.c:194 +msgid "Signature policy: " +msgstr "Signature policy: " + +#: g10/keylist.c:233 +msgid "Critical preferred keyserver: " +msgstr "Critical preferred keyserver: " + +#: g10/keylist.c:235 +msgid "Preferred keyserver: " +msgstr "Preferred keyserver: " + +#: g10/keylist.c:274 g10/keylist.c:313 +msgid "WARNING: invalid notation data found\n" +msgstr "WARNING: invalid notation data found\n" + +#: g10/keylist.c:288 +msgid "Critical signature notation: " +msgstr "Critical signature notation: " + +#: g10/keylist.c:290 +msgid "Signature notation: " +msgstr "Signature notation: " + +#: g10/keylist.c:301 +msgid "not human readable" +msgstr "not human readable" + +#: g10/keylist.c:401 +msgid "Keyring" +msgstr "Keyring" + +#: g10/keylist.c:635 g10/keylist.c:665 g10/keylist.c:753 g10/keylist.c:780 +#: g10/mainproc.c:856 +#, c-format +msgid " [expires: %s]" +msgstr " [expires: %s]" + +#: g10/keylist.c:1345 +msgid "Primary key fingerprint:" +msgstr "Primary key fingerprint:" + +#: g10/keylist.c:1347 +msgid " Subkey fingerprint:" +msgstr " Subkey fingerprint:" + +#: g10/keylist.c:1354 +msgid " Primary key fingerprint:" +msgstr " Primary key fingerprint:" + +#: g10/keylist.c:1356 +msgid " Subkey fingerprint:" +msgstr " Subkey fingerprint:" + +#: g10/keylist.c:1360 g10/keylist.c:1364 +msgid " Key fingerprint =" +msgstr " Key fingerprint =" + +#: g10/mainproc.c:248 +#, c-format +msgid "weird size for an encrypted session key (%d)\n" +msgstr "weird size for an encrypted session key (%d)\n" + +#: g10/mainproc.c:259 +#, c-format +msgid "invalid symkey algorithm detected (%d)\n" +msgstr "invalid symkey algorithm detected (%d)\n" + +#: g10/mainproc.c:288 g10/encr-data.c:66 +#, c-format +msgid "%s encrypted data\n" +msgstr "%s encrypted data\n" + +#: g10/mainproc.c:290 g10/encr-data.c:68 +#, c-format +msgid "encrypted with unknown algorithm %d\n" +msgstr "encrypted with unknown algorithm %d\n" + +#: g10/mainproc.c:318 +#, c-format +msgid "public key is %08lX\n" +msgstr "public key is %08lX\n" + +#: g10/mainproc.c:364 +msgid "public key encrypted data: good DEK\n" +msgstr "public key encrypted data: good DEK\n" + +#: g10/mainproc.c:416 +#, c-format +msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" +msgstr "encrypted with %u-bit %s key, ID %08lX, created %s\n" + +#: g10/mainproc.c:426 +#, c-format +msgid "encrypted with %s key, ID %08lX\n" +msgstr "encrypted with %s key, ID %08lX\n" + +#: g10/mainproc.c:440 +#, c-format +msgid "public key decryption failed: %s\n" +msgstr "public key decryption failed: %s\n" + +#: g10/mainproc.c:467 g10/mainproc.c:486 +#, c-format +msgid "assuming %s encrypted data\n" +msgstr "assuming %s encrypted data\n" + +#: g10/mainproc.c:474 +#, c-format +msgid "IDEA cipher unavailable, optimistically attempting to use %s instead\n" +msgstr "IDEA cipher unavailable, optimistically attempting to use %s instead\n" + +#: g10/mainproc.c:504 +msgid "decryption okay\n" +msgstr "decryption okay\n" + +#: g10/mainproc.c:508 +msgid "WARNING: message was not integrity protected\n" +msgstr "WARNING: message was not integrity protected\n" + +#: g10/mainproc.c:511 +msgid "WARNING: encrypted message has been manipulated!\n" +msgstr "WARNING: encrypted message has been manipulated!\n" + +#: g10/mainproc.c:517 +#, c-format +msgid "decryption failed: %s\n" +msgstr "decryption failed: %s\n" + +#: g10/mainproc.c:536 +msgid "NOTE: sender requested \"for-your-eyes-only\"\n" +msgstr "NOTE: sender requested “for-your-eyes-only”\n" + +#: g10/mainproc.c:538 +#, c-format +msgid "original file name='%.*s'\n" +msgstr "original file name='%.*s'\n" + +#: g10/mainproc.c:710 +msgid "standalone revocation - use \"gpg --import\" to apply\n" +msgstr "standalone revocation - use “gpg --import” to apply\n" + +#: g10/mainproc.c:1209 +msgid "signature verification suppressed\n" +msgstr "signature verification suppressed\n" + +#: g10/mainproc.c:1251 g10/mainproc.c:1261 +msgid "can't handle these multiple signatures\n" +msgstr "can't handle these multiple signatures\n" + +#: g10/mainproc.c:1272 +#, c-format +msgid "Signature made %.*s\n" +msgstr "Signature made %.*s\n" + +#: g10/mainproc.c:1273 +#, c-format +msgid " using %s key %08lX%08lX\n" +msgstr " using %s key %08lX%08lX\n" + +#: g10/mainproc.c:1277 +#, c-format +msgid "Signature made %.*s using %s key ID %08lX\n" +msgstr "Signature made %.*s using %s key ID %08lX\n" + +#: g10/mainproc.c:1302 +msgid "Key available at: " +msgstr "Key available at: " + +#: g10/mainproc.c:1365 g10/mainproc.c:1401 +msgid "BAD signature from \"" +msgstr "BAD signature from \"" + +#: g10/mainproc.c:1366 g10/mainproc.c:1402 +msgid "Expired signature from \"" +msgstr "Expired signature from \"" + +#: g10/mainproc.c:1367 g10/mainproc.c:1403 +msgid "Good signature from \"" +msgstr "Good signature from \"" + +#: g10/mainproc.c:1405 +msgid "[uncertain]" +msgstr "[uncertain]" + +#: g10/mainproc.c:1531 +#, c-format +msgid "Signature expired %s\n" +msgstr "Signature expired %s\n" + +#: g10/mainproc.c:1536 +#, c-format +msgid "Signature expires %s\n" +msgstr "Signature expires %s\n" + +#: g10/mainproc.c:1539 +#, c-format +msgid "%s signature, digest algorithm %s\n" +msgstr "%s signature, digest algorithm %s\n" + +#: g10/mainproc.c:1540 +msgid "binary" +msgstr "binary" + +#: g10/mainproc.c:1541 +msgid "textmode" +msgstr "textmode" + +#: g10/mainproc.c:1541 g10/trustdb.c:488 +msgid "unknown" +msgstr "unknown" + +#: g10/mainproc.c:1561 +#, c-format +msgid "Can't check signature: %s\n" +msgstr "Can't check signature: %s\n" + +#: g10/mainproc.c:1630 g10/mainproc.c:1646 g10/mainproc.c:1732 +msgid "not a detached signature\n" +msgstr "not a detached signature\n" + +#: g10/mainproc.c:1673 +msgid "" +"WARNING: multiple signatures detected. Only the first will be checked.\n" +msgstr "" +"WARNING: multiple signatures detected. Only the first will be checked.\n" + +#: g10/mainproc.c:1681 +#, c-format +msgid "standalone signature of class 0x%02x\n" +msgstr "standalone signature of class 0x%02x\n" + +#: g10/mainproc.c:1738 +msgid "old style (PGP 2.x) signature\n" +msgstr "old style (PGP 2.x) signature\n" + +#: g10/mainproc.c:1748 +msgid "invalid root packet detected in proc_tree()\n" +msgstr "invalid root packet detected in proc_tree()\n" + +#: g10/misc.c:98 +#, c-format +msgid "can't disable core dumps: %s\n" +msgstr "can't disable core dumps: %s\n" + +#: g10/misc.c:162 +msgid "Experimental algorithms should not be used!\n" +msgstr "Experimental algorithms should not be used!\n" + +#: g10/misc.c:192 +msgid "this cipher algorithm is deprecated; please use a more standard one!\n" +msgstr "this cipher algorithm is deprecated; please use a more standard one!\n" + +#: g10/misc.c:301 +msgid "the IDEA cipher plugin is not present\n" +msgstr "the IDEA cipher plugin is not present\n" + +#: g10/misc.c:302 +msgid "" +"please see http://www.gnupg.org/why-not-idea.html for more information\n" +msgstr "" +"please see http://www.gnupg.org/why-not-idea.html for more information\n" + +#: g10/misc.c:535 +#, c-format +msgid "%s:%d: deprecated option \"%s\"\n" +msgstr "%s:%d: deprecated option “%s”\n" + +#: g10/misc.c:539 +#, c-format +msgid "WARNING: \"%s\" is a deprecated option\n" +msgstr "WARNING: “%s” is a deprecated option\n" + +#: g10/misc.c:541 +#, c-format +msgid "please use \"%s%s\" instead\n" +msgstr "please use “%s%s” instead\n" + +#: g10/misc.c:663 +#, c-format +msgid "this message may not be usable by %s\n" +msgstr "this message may not be usable by %s\n" + +#: g10/misc.c:701 +#, c-format +msgid "ambiguous option `%s'\n" +msgstr "ambiguous option ‘%s’\n" + +#: g10/misc.c:717 +#, c-format +msgid "unknown option `%s'\n" +msgstr "unknown option ‘%s’\n" + +#: g10/parse-packet.c:121 +#, c-format +msgid "can't handle public key algorithm %d\n" +msgstr "can't handle public key algorithm %d\n" + +#: g10/parse-packet.c:690 +msgid "WARNING: potentially insecure symmetrically encrypted session key\n" +msgstr "WARNING: potentially insecure symmetrically encrypted session key\n" + +#: g10/parse-packet.c:1103 +#, c-format +msgid "subpacket of type %d has critical bit set\n" +msgstr "subpacket of type %d has critical bit set\n" + +#: g10/passphrase.c:460 g10/passphrase.c:507 +msgid "gpg-agent is not available in this session\n" +msgstr "gpg-agent is not available in this session\n" + +#: g10/passphrase.c:468 +msgid "can't set client pid for the agent\n" +msgstr "can't set client pid for the agent\n" + +#: g10/passphrase.c:476 +msgid "can't get server read FD for the agent\n" +msgstr "can't get server read FD for the agent\n" + +#: g10/passphrase.c:483 +msgid "can't get server write FD for the agent\n" +msgstr "can't get server write FD for the agent\n" + +#: g10/passphrase.c:516 +msgid "malformed GPG_AGENT_INFO environment variable\n" +msgstr "malformed GPG_AGENT_INFO environment variable\n" + +#: g10/passphrase.c:529 +#, c-format +msgid "gpg-agent protocol version %d is not supported\n" +msgstr "gpg-agent protocol version %d is not supported\n" + +#: g10/passphrase.c:550 +#, c-format +msgid "can't connect to `%s': %s\n" +msgstr "can't connect to ‘%s’: %s\n" + +#: g10/passphrase.c:572 +msgid "communication problem with gpg-agent\n" +msgstr "communication problem with gpg-agent\n" + +#: g10/passphrase.c:579 g10/passphrase.c:879 g10/passphrase.c:991 +msgid "problem with the agent - disabling agent use\n" +msgstr "problem with the agent - disabling agent use\n" + +#: g10/passphrase.c:680 g10/passphrase.c:1132 +#, c-format +msgid " (main key ID %08lX)" +msgstr " (main key ID %08lX)" + +#: g10/passphrase.c:690 +#, c-format +msgid "" +"You need a passphrase to unlock the secret key for user:\n" +"\"%.*s\"\n" +"%u-bit %s key, ID %08lX, created %s%s\n" +msgstr "" +"You need a passphrase to unlock the secret key for user:\n" +"“%.*s”\n" +"%u-bit %s key, ID %08lX, created %s%s\n" + +#: g10/passphrase.c:712 +msgid "Repeat passphrase\n" +msgstr "Repeat passphrase\n" + +#: g10/passphrase.c:714 +msgid "Enter passphrase\n" +msgstr "Enter passphrase\n" + +#: g10/passphrase.c:752 +msgid "passphrase too long\n" +msgstr "passphrase too long\n" + +#: g10/passphrase.c:765 +msgid "invalid response from agent\n" +msgstr "invalid response from agent\n" + +#: g10/passphrase.c:780 g10/passphrase.c:873 +msgid "cancelled by user\n" +msgstr "cancelled by user\n" + +#: g10/passphrase.c:785 g10/passphrase.c:962 +#, c-format +msgid "problem with the agent: agent returns 0x%lx\n" +msgstr "problem with the agent: agent returns 0x%lx\n" + +#: g10/passphrase.c:1043 g10/passphrase.c:1179 +msgid "can't query password in batchmode\n" +msgstr "can't query password in batchmode\n" + +#: g10/passphrase.c:1048 g10/passphrase.c:1183 +msgid "Enter passphrase: " +msgstr "Enter passphrase: " + +#: g10/passphrase.c:1118 +msgid "" +"\n" +"You need a passphrase to unlock the secret key for\n" +"user: \"" +msgstr "" +"\n" +"You need a passphrase to unlock the secret key for\n" +"user: \"" + +#: g10/passphrase.c:1127 +#, c-format +msgid "%u-bit %s key, ID %08lX, created %s" +msgstr "%u-bit %s key, ID %08lX, created %s" + +#: g10/passphrase.c:1187 +msgid "Repeat passphrase: " +msgstr "Repeat passphrase: " + +#: g10/plaintext.c:70 +msgid "data not saved; use option \"--output\" to save it\n" +msgstr "data not saved; use option “--output” to save it\n" + +#: g10/plaintext.c:112 g10/plaintext.c:127 +#, c-format +msgid "error creating `%s': %s\n" +msgstr "error creating ‘%s’: %s\n" + +#: g10/plaintext.c:369 +msgid "Detached signature.\n" +msgstr "Detached signature.\n" + +#: g10/plaintext.c:373 +msgid "Please enter name of data file: " +msgstr "Please enter name of data file: " + +#: g10/plaintext.c:394 +msgid "reading stdin ...\n" +msgstr "reading stdin ...\n" + +#: g10/plaintext.c:428 +msgid "no signed data\n" +msgstr "no signed data\n" + +#: g10/plaintext.c:436 +#, c-format +msgid "can't open signed data `%s'\n" +msgstr "can't open signed data ‘%s’\n" + +#: g10/pubkey-enc.c:103 +#, c-format +msgid "anonymous recipient; trying secret key %08lX ...\n" +msgstr "anonymous recipient; trying secret key %08lX ...\n" + +#: g10/pubkey-enc.c:119 +msgid "okay, we are the anonymous recipient.\n" +msgstr "okay, we are the anonymous recipient.\n" + +#: g10/pubkey-enc.c:207 +msgid "old encoding of the DEK is not supported\n" +msgstr "old encoding of the DEK is not supported\n" + +#: g10/pubkey-enc.c:228 +#, c-format +msgid "cipher algorithm %d%s is unknown or disabled\n" +msgstr "cipher algorithm %d%s is unknown or disabled\n" + +#: g10/pubkey-enc.c:266 +#, c-format +msgid "WARNING: cipher algorithm %s not found in recipient preferences\n" +msgstr "WARNING: cipher algorithm %s not found in recipient preferences\n" + +#: g10/pubkey-enc.c:286 +#, c-format +msgid "NOTE: secret key %08lX expired at %s\n" +msgstr "NOTE: secret key %08lX expired at %s\n" + +#: g10/pubkey-enc.c:292 +msgid "NOTE: key has been revoked" +msgstr "NOTE: key has been revoked" + +#: g10/seckey-cert.c:54 +msgid "secret key parts are not available\n" +msgstr "secret key parts are not available\n" + +#: g10/seckey-cert.c:60 +#, c-format +msgid "protection algorithm %d%s is not supported\n" +msgstr "protection algorithm %d%s is not supported\n" + +#: g10/seckey-cert.c:246 +msgid "Invalid passphrase; please try again" +msgstr "Invalid passphrase; please try again" + +#: g10/seckey-cert.c:247 +#, c-format +msgid "%s ...\n" +msgstr "%s ...\n" + +#: g10/seckey-cert.c:307 +msgid "WARNING: Weak key detected - please change passphrase again.\n" +msgstr "WARNING: Weak key detected - please change passphrase again.\n" + +#: g10/seckey-cert.c:345 +msgid "generating the deprecated 16-bit checksum for secret key protection\n" +msgstr "generating the deprecated 16-bit checksum for secret key protection\n" + +#: g10/sig-check.c:70 +msgid "WARNING: signature digest conflict in message\n" +msgstr "WARNING: signature digest conflict in message\n" + +#: g10/sig-check.c:215 +#, c-format +msgid "" +"key %08lX: this is a PGP generated ElGamal key which is NOT secure for " +"signatures!\n" +msgstr "" +"key %08lX: this is a PGP generated ElGamal key which is NOT secure for " +"signatures!\n" + +#: g10/sig-check.c:224 +#, c-format +msgid "public key %08lX is %lu second newer than the signature\n" +msgstr "public key %08lX is %lu second newer than the signature\n" + +#: g10/sig-check.c:225 +#, c-format +msgid "public key %08lX is %lu seconds newer than the signature\n" +msgstr "public key %08lX is %lu seconds newer than the signature\n" + +#: g10/sig-check.c:234 +#, c-format +msgid "" +"key %08lX has been created %lu second in future (time warp or clock " +"problem)\n" +msgstr "" +"key %08lX has been created %lu second in future (time warp or clock " +"problem)\n" + +#: g10/sig-check.c:236 +#, c-format +msgid "" +"key %08lX has been created %lu seconds in future (time warp or clock " +"problem)\n" +msgstr "" +"key %08lX has been created %lu seconds in future (time warp or clock " +"problem)\n" + +#: g10/sig-check.c:249 +#, c-format +msgid "NOTE: signature key %08lX expired %s\n" +msgstr "NOTE: signature key %08lX expired %s\n" + +#: g10/sig-check.c:352 +#, c-format +msgid "assuming bad signature from key %08lX due to an unknown critical bit\n" +msgstr "assuming bad signature from key %08lX due to an unknown critical bit\n" + +#: g10/sig-check.c:568 +#, c-format +msgid "key %08lX: no subkey for subkey revocation signature\n" +msgstr "key %08lX: no subkey for subkey revocation signature\n" + +#: g10/sig-check.c:594 +#, c-format +msgid "key %08lX: no subkey for subkey binding signature\n" +msgstr "key %08lX: no subkey for subkey binding signature\n" + +#: g10/sign.c:85 +msgid "can't put notation data into v3 (PGP 2.x style) signatures\n" +msgstr "can't put notation data into v3 (PGP 2.x style) signatures\n" + +#: g10/sign.c:93 +msgid "can't put notation data into v3 (PGP 2.x style) key signatures\n" +msgstr "can't put notation data into v3 (PGP 2.x style) key signatures\n" + +#: g10/sign.c:112 +#, c-format +msgid "WARNING: unable to %%-expand notation (too large). Using unexpanded.\n" +msgstr "" +"WARNING: unable to %%-expand notation (too large). Using unexpanded.\n" + +#: g10/sign.c:138 +msgid "can't put a policy URL into v3 (PGP 2.x style) signatures\n" +msgstr "can't put a policy URL into v3 (PGP 2.x style) signatures\n" + +#: g10/sign.c:146 +msgid "can't put a policy URL into v3 key (PGP 2.x style) signatures\n" +msgstr "can't put a policy URL into v3 key (PGP 2.x style) signatures\n" + +#: g10/sign.c:159 +#, c-format +msgid "" +"WARNING: unable to %%-expand policy URL (too large). Using unexpanded.\n" +msgstr "" +"WARNING: unable to %%-expand policy URL (too large). Using unexpanded.\n" + +#: g10/sign.c:187 +#, c-format +msgid "" +"WARNING: unable to %%-expand preferred keyserver URL (too large). Using " +"unexpanded.\n" +msgstr "" +"WARNING: unable to %%-expand preferred keyserver URL (too large). Using " +"unexpanded.\n" + +#: g10/sign.c:365 +#, c-format +msgid "checking created signature failed: %s\n" +msgstr "checking created signature failed: %s\n" + +#: g10/sign.c:374 +#, c-format +msgid "%s/%s signature from: \"%s\"\n" +msgstr "%s/%s signature from: “%s”\n" + +#: g10/sign.c:550 +#, c-format +msgid "WARNING: `%s' is an empty file\n" +msgstr "WARNING: ‘%s’ is an empty file\n" + +#: g10/sign.c:734 +msgid "you can only detach-sign with PGP 2.x style keys while in --pgp2 mode\n" +msgstr "" +"you can only detach-sign with PGP 2.x style keys while in --pgp2 mode\n" + +#: g10/sign.c:758 g10/sign.c:997 +#, c-format +msgid "can't create %s: %s\n" +msgstr "can't create %s: %s\n" + +#: g10/sign.c:787 +#, c-format +msgid "forcing digest algorithm %s (%d) violates recipient preferences\n" +msgstr "forcing digest algorithm %s (%d) violates recipient preferences\n" + +#: g10/sign.c:882 +msgid "signing:" +msgstr "signing:" + +#: g10/sign.c:981 +msgid "you can only clearsign with PGP 2.x style keys while in --pgp2 mode\n" +msgstr "you can only clearsign with PGP 2.x style keys while in --pgp2 mode\n" + +#: g10/sign.c:1134 +#, c-format +msgid "%s encryption will be used\n" +msgstr "%s encryption will be used\n" + +#: g10/textfilter.c:134 +#, c-format +msgid "can't handle text lines longer than %d characters\n" +msgstr "can't handle text lines longer than %d characters\n" + +#: g10/textfilter.c:231 +#, c-format +msgid "input line longer than %d characters\n" +msgstr "input line longer than %d characters\n" + +#: g10/tdbio.c:128 g10/tdbio.c:1435 +#, c-format +msgid "trustdb rec %lu: lseek failed: %s\n" +msgstr "trustdb rec %lu: lseek failed: %s\n" + +#: g10/tdbio.c:134 g10/tdbio.c:1442 +#, c-format +msgid "trustdb rec %lu: write failed (n=%d): %s\n" +msgstr "trustdb rec %lu: write failed (n=%d): %s\n" + +#: g10/tdbio.c:244 +msgid "trustdb transaction too large\n" +msgstr "trustdb transaction too large\n" + +#: g10/tdbio.c:497 +#, c-format +msgid "%s: can't access: %s\n" +msgstr "%s: can't access: %s\n" + +#: g10/tdbio.c:512 +#, c-format +msgid "%s: directory does not exist!\n" +msgstr "%s: directory does not exist!\n" + +#: g10/tdbio.c:522 g10/tdbio.c:540 g10/tdbio.c:583 +#, c-format +msgid "%s: can't create lock\n" +msgstr "%s: can't create lock\n" + +#: g10/tdbio.c:524 g10/tdbio.c:586 +#, c-format +msgid "%s: can't make lock\n" +msgstr "%s: can't make lock\n" + +#: g10/tdbio.c:530 g10/openfile.c:249 g10/openfile.c:322 g10/keyring.c:1470 +#, c-format +msgid "%s: can't create: %s\n" +msgstr "%s: can't create: %s\n" + +#: g10/tdbio.c:545 +#, c-format +msgid "%s: failed to create version record: %s" +msgstr "%s: failed to create version record: %s" + +#: g10/tdbio.c:549 +#, c-format +msgid "%s: invalid trustdb created\n" +msgstr "%s: invalid trustdb created\n" + +#: g10/tdbio.c:552 +#, c-format +msgid "%s: trustdb created\n" +msgstr "%s: trustdb created\n" + +#: g10/tdbio.c:592 +msgid "NOTE: trustdb not writable\n" +msgstr "NOTE: trustdb not writable\n" + +#: g10/tdbio.c:608 +#, c-format +msgid "%s: invalid trustdb\n" +msgstr "%s: invalid trustdb\n" + +#: g10/tdbio.c:640 +#, c-format +msgid "%s: failed to create hashtable: %s\n" +msgstr "%s: failed to create hashtable: %s\n" + +#: g10/tdbio.c:648 +#, c-format +msgid "%s: error updating version record: %s\n" +msgstr "%s: error updating version record: %s\n" + +#: g10/tdbio.c:665 g10/tdbio.c:685 g10/tdbio.c:701 g10/tdbio.c:715 +#: g10/tdbio.c:745 g10/tdbio.c:1368 g10/tdbio.c:1395 +#, c-format +msgid "%s: error reading version record: %s\n" +msgstr "%s: error reading version record: %s\n" + +#: g10/tdbio.c:724 +#, c-format +msgid "%s: error writing version record: %s\n" +msgstr "%s: error writing version record: %s\n" + +#: g10/tdbio.c:1164 +#, c-format +msgid "trustdb: lseek failed: %s\n" +msgstr "trustdb: lseek failed: %s\n" + +#: g10/tdbio.c:1172 +#, c-format +msgid "trustdb: read failed (n=%d): %s\n" +msgstr "trustdb: read failed (n=%d): %s\n" + +#: g10/tdbio.c:1193 +#, c-format +msgid "%s: not a trustdb file\n" +msgstr "%s: not a trustdb file\n" + +#: g10/tdbio.c:1211 +#, c-format +msgid "%s: version record with recnum %lu\n" +msgstr "%s: version record with recnum %lu\n" + +#: g10/tdbio.c:1216 +#, c-format +msgid "%s: invalid file version %d\n" +msgstr "%s: invalid file version %d\n" + +#: g10/tdbio.c:1401 +#, c-format +msgid "%s: error reading free record: %s\n" +msgstr "%s: error reading free record: %s\n" + +#: g10/tdbio.c:1409 +#, c-format +msgid "%s: error writing dir record: %s\n" +msgstr "%s: error writing dir record: %s\n" + +#: g10/tdbio.c:1419 +#, c-format +msgid "%s: failed to zero a record: %s\n" +msgstr "%s: failed to zero a record: %s\n" + +#: g10/tdbio.c:1449 +#, c-format +msgid "%s: failed to append a record: %s\n" +msgstr "%s: failed to append a record: %s\n" + +#: g10/tdbio.c:1494 +msgid "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n" +msgstr "the trustdb is corrupted; please run “gpg --fix-trustdb”.\n" + +#: g10/trustdb.c:214 +#, c-format +msgid "`%s' is not a valid long keyID\n" +msgstr "‘%s’ is not a valid long keyID\n" + +#: g10/trustdb.c:249 +#, c-format +msgid "key %08lX: accepted as trusted key\n" +msgstr "key %08lX: accepted as trusted key\n" + +#: g10/trustdb.c:287 +#, c-format +msgid "key %08lX occurs more than once in the trustdb\n" +msgstr "key %08lX occurs more than once in the trustdb\n" + +#: g10/trustdb.c:302 +#, c-format +msgid "key %08lX: no public key for trusted key - skipped\n" +msgstr "key %08lX: no public key for trusted key - skipped\n" + +#: g10/trustdb.c:311 +#, c-format +msgid "key %08lX marked as ultimately trusted\n" +msgstr "key %08lX marked as ultimately trusted\n" + +#: g10/trustdb.c:337 +#, c-format +msgid "trust record %lu, req type %d: read failed: %s\n" +msgstr "trust record %lu, req type %d: read failed: %s\n" + +#: g10/trustdb.c:343 +#, c-format +msgid "trust record %lu is not of requested type %d\n" +msgstr "trust record %lu is not of requested type %d\n" + +#: g10/trustdb.c:358 g10/tdbdump.c:59 +#, c-format +msgid "trust record %lu, type %d: write failed: %s\n" +msgstr "trust record %lu, type %d: write failed: %s\n" + +#: g10/trustdb.c:373 g10/tdbdump.c:217 +#, c-format +msgid "trustdb: sync failed: %s\n" +msgstr "trustdb: sync failed: %s\n" + +#: g10/trustdb.c:435 +#, c-format +msgid "unable to use unknown trust model (%d) - assuming %s trust model\n" +msgstr "unable to use unknown trust model (%d) - assuming %s trust model\n" + +#: g10/trustdb.c:441 +#, c-format +msgid "using %s trust model\n" +msgstr "using %s trust model\n" + +#: g10/trustdb.c:490 +msgid "undefined" +msgstr "undefined" + +#: g10/trustdb.c:491 +msgid "never" +msgstr "never" + +#: g10/trustdb.c:492 +msgid "marginal" +msgstr "marginal" + +#: g10/trustdb.c:493 +msgid "full" +msgstr "full" + +#: g10/trustdb.c:494 +msgid "ultimate" +msgstr "ultimate" + +#: g10/trustdb.c:534 +msgid "no need for a trustdb check\n" +msgstr "no need for a trustdb check\n" + +#: g10/trustdb.c:540 g10/trustdb.c:2141 +#, c-format +msgid "next trustdb check due at %s\n" +msgstr "next trustdb check due at %s\n" + +#: g10/trustdb.c:549 +#, c-format +msgid "no need for a trustdb check with \"%s\" trust model\n" +msgstr "no need for a trustdb check with “%s” trust model\n" + +#: g10/trustdb.c:564 +#, c-format +msgid "no need for a trustdb update with \"%s\" trust model\n" +msgstr "no need for a trustdb update with “%s” trust model\n" + +#: g10/trustdb.c:782 g10/trustdb.c:1253 +#, c-format +msgid "public key %08lX not found: %s\n" +msgstr "public key %08lX not found: %s\n" + +#: g10/trustdb.c:1020 +msgid "please do a --check-trustdb\n" +msgstr "please do a --check-trustdb\n" + +#: g10/trustdb.c:1024 +msgid "checking the trustdb\n" +msgstr "checking the trustdb\n" + +#: g10/trustdb.c:1892 +#, c-format +msgid "%d keys processed (%d validity counts cleared)\n" +msgstr "%d keys processed (%d validity counts cleared)\n" + +#: g10/trustdb.c:1945 +msgid "no ultimately trusted keys found\n" +msgstr "no ultimately trusted keys found\n" + +#: g10/trustdb.c:1963 +#, c-format +msgid "public key of ultimately trusted key %08lX not found\n" +msgstr "public key of ultimately trusted key %08lX not found\n" + +#: g10/trustdb.c:1986 +#, c-format +msgid "%d marginal(s) needed, %d complete(s) needed, %s trust model\n" +msgstr "%d marginal(s) needed, %d complete(s) needed, %s trust model\n" + +#: g10/trustdb.c:2072 +#, c-format +msgid "" +"depth: %d valid: %3d signed: %3d trust: %d-, %dq, %dn, %dm, %df, %du\n" +msgstr "" +"depth: %d valid: %3d signed: %3d trust: %d-, %dq, %dn, %dm, %df, %du\n" + +#: g10/trustdb.c:2147 +#, c-format +msgid "unable to update trustdb version record: write failed: %s\n" +msgstr "unable to update trustdb version record: write failed: %s\n" + +#: g10/verify.c:110 +msgid "" +"the signature could not be verified.\n" +"Please remember that the signature file (.sig or .asc)\n" +"should be the first file given on the command line.\n" +msgstr "" +"the signature could not be verified.\n" +"Please remember that the signature file (.sig or .asc)\n" +"should be the first file given on the command line.\n" + +#: g10/verify.c:177 +#, c-format +msgid "input line %u too long or missing LF\n" +msgstr "input line %u too long or missing LF\n" + +#: g10/skclist.c:129 g10/skclist.c:185 +msgid "key is not flagged as insecure - can't use it with the faked RNG!\n" +msgstr "key is not flagged as insecure - can't use it with the faked RNG!\n" + +#: g10/skclist.c:157 +#, c-format +msgid "skipped `%s': duplicated\n" +msgstr "skipped ‘%s’: duplicated\n" + +#: g10/skclist.c:164 g10/skclist.c:172 +#, c-format +msgid "skipped `%s': %s\n" +msgstr "skipped ‘%s’: %s\n" + +#: g10/skclist.c:168 +msgid "skipped: secret key already present\n" +msgstr "skipped: secret key already present\n" + +#: g10/skclist.c:179 +#, c-format +msgid "" +"skipped `%s': this is a PGP generated ElGamal key which is not secure for " +"signatures!\n" +msgstr "" +"skipped ‘%s’: this is a PGP generated ElGamal key which is not secure for " +"signatures!\n" + +#: g10/openfile.c:84 +#, c-format +msgid "File `%s' exists. " +msgstr "File ‘%s’ exists. " + +#: g10/openfile.c:86 +msgid "Overwrite (y/N)? " +msgstr "Overwrite (y/N)? " + +#: g10/openfile.c:119 +#, c-format +msgid "%s: unknown suffix\n" +msgstr "%s: unknown suffix\n" + +#: g10/openfile.c:141 +msgid "Enter new filename" +msgstr "Enter new filename" + +#: g10/openfile.c:183 +msgid "writing to stdout\n" +msgstr "writing to stdout\n" + +#: g10/openfile.c:282 +#, c-format +msgid "assuming signed data in `%s'\n" +msgstr "assuming signed data in ‘%s’\n" + +#: g10/openfile.c:349 +#, c-format +msgid "new configuration file `%s' created\n" +msgstr "new configuration file ‘%s’ created\n" + +#: g10/openfile.c:351 +#, c-format +msgid "WARNING: options in `%s' are not yet active during this run\n" +msgstr "WARNING: options in ‘%s’ are not yet active during this run\n" + +#: g10/openfile.c:380 +#, c-format +msgid "%s: can't create directory: %s\n" +msgstr "%s: can't create directory: %s\n" + +#: g10/openfile.c:383 +#, c-format +msgid "%s: directory created\n" +msgstr "%s: directory created\n" + +#: g10/encr-data.c:91 +msgid "" +"WARNING: message was encrypted with a weak key in the symmetric cipher.\n" +msgstr "" +"WARNING: message was encrypted with a weak key in the symmetric cipher.\n" + +#: g10/encr-data.c:98 +msgid "problem handling encrypted packet\n" +msgstr "problem handling encrypted packet\n" + +#: g10/seskey.c:52 +msgid "weak key created - retrying\n" +msgstr "weak key created - retrying\n" + +#: g10/seskey.c:57 +#, c-format +msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" +msgstr "cannot avoid weak key for symmetric cipher; tried %d times!\n" + +#: g10/seskey.c:200 +msgid "DSA requires the use of a 160 bit hash algorithm\n" +msgstr "DSA requires the use of a 160 bit hash algorithm\n" + +#: g10/delkey.c:120 g10/delkey.c:127 +msgid "(unless you specify the key by fingerprint)\n" +msgstr "(unless you specify the key by fingerprint)\n" + +#: g10/delkey.c:126 +msgid "can't do that in batchmode without \"--yes\"\n" +msgstr "can't do that in batchmode without “--yes”\n" + +#: g10/delkey.c:138 +msgid "Delete this key from the keyring? " +msgstr "Delete this key from the keyring? " + +#: g10/delkey.c:146 +msgid "This is a secret key! - really delete? " +msgstr "This is a secret key! - really delete? " + +#: g10/delkey.c:156 +#, c-format +msgid "deleting keyblock failed: %s\n" +msgstr "deleting keyblock failed: %s\n" + +#: g10/delkey.c:166 +msgid "ownertrust information cleared\n" +msgstr "ownertrust information cleared\n" + +#: g10/delkey.c:194 +#, c-format +msgid "there is a secret key for public key \"%s\"!\n" +msgstr "there is a secret key for public key “%s”!\n" + +#: g10/delkey.c:196 +msgid "use option \"--delete-secret-keys\" to delete it first.\n" +msgstr "use option “--delete-secret-keys” to delete it first.\n" + +#: g10/helptext.c:47 +msgid "" +"It's up to you to assign a value here; this value will never be exported\n" +"to any 3rd party. We need it to implement the web-of-trust; it has nothing\n" +"to do with the (implicitly created) web-of-certificates." +msgstr "" +"It's up to you to assign a value here; this value will never be exported\n" +"to any 3rd party. We need it to implement the web-of-trust; it has nothing\n" +"to do with the (implicitly created) web-of-certificates." + +#: g10/helptext.c:53 +msgid "" +"To build the Web-of-Trust, GnuPG needs to know which keys are\n" +"ultimately trusted - those are usually the keys for which you have\n" +"access to the secret key. Answer \"yes\" to set this key to\n" +"ultimately trusted\n" +msgstr "" +"To build the Web-of-Trust, GnuPG needs to know which keys are\n" +"ultimately trusted - those are usually the keys for which you have\n" +"access to the secret key. Answer “yes” to set this key to\n" +"ultimately trusted\n" + +#: g10/helptext.c:60 +msgid "If you want to use this revoked key anyway, answer \"yes\"." +msgstr "If you want to use this revoked key anyway, answer “yes”." + +#: g10/helptext.c:64 +msgid "If you want to use this untrusted key anyway, answer \"yes\"." +msgstr "If you want to use this untrusted key anyway, answer “yes”." + +#: g10/helptext.c:68 +msgid "" +"Enter the user ID of the addressee to whom you want to send the message." +msgstr "" +"Enter the user ID of the addressee to whom you want to send the message." + +#: g10/helptext.c:72 +msgid "" +"Select the algorithm to use.\n" +"\n" +"DSA (aka DSS) is the digital signature algorithm which can only be used\n" +"for signatures. This is the suggested algorithm because verification of\n" +"DSA signatures are much faster than those of ElGamal.\n" +"\n" +"ElGamal is an algorithm which can be used for signatures and encryption.\n" +"OpenPGP distinguishs between two flavors of this algorithms: an encrypt " +"only\n" +"and a sign+encrypt; actually it is the same, but some parameters must be\n" +"selected in a special way to create a safe key for signatures: this program\n" +"does this but other OpenPGP implementations are not required to understand\n" +"the signature+encryption flavor.\n" +"\n" +"The first (primary) key must always be a key which is capable of signing;\n" +"this is the reason why the encryption only ElGamal key is not available in\n" +"this menu." +msgstr "" +"Select the algorithm to use.\n" +"\n" +"DSA (aka DSS) is the digital signature algorithm which can only be used\n" +"for signatures. This is the suggested algorithm because verification of\n" +"DSA signatures are much faster than those of ElGamal.\n" +"\n" +"ElGamal is an algorithm which can be used for signatures and encryption.\n" +"OpenPGP distinguishs between two flavors of this algorithms: an encrypt " +"only\n" +"and a sign+encrypt; actually it is the same, but some parameters must be\n" +"selected in a special way to create a safe key for signatures: this program\n" +"does this but other OpenPGP implementations are not required to understand\n" +"the signature+encryption flavor.\n" +"\n" +"The first (primary) key must always be a key which is capable of signing;\n" +"this is the reason why the encryption only ElGamal key is not available in\n" +"this menu." + +#: g10/helptext.c:92 +msgid "" +"Although these keys are defined in RFC2440 they are not suggested\n" +"because they are not supported by all programs and signatures created\n" +"with them are quite large and very slow to verify." +msgstr "" +"Although these keys are defined in RFC2440 they are not suggested\n" +"because they are not supported by all programs and signatures created\n" +"with them are quite large and very slow to verify." + +#: g10/helptext.c:98 +msgid "" +"In general it is not a good idea to use the same key for signing and\n" +"encryption. This algorithm should only be used in certain domains.\n" +"Please consult your security expert first." +msgstr "" +"In general it is not a good idea to use the same key for signing and\n" +"encryption. This algorithm should only be used in certain domains.\n" +"Please consult your security expert first." + +#: g10/helptext.c:105 +msgid "Enter the size of the key" +msgstr "Enter the size of the key" + +#: g10/helptext.c:109 g10/helptext.c:114 g10/helptext.c:126 g10/helptext.c:158 +#: g10/helptext.c:186 g10/helptext.c:191 g10/helptext.c:196 +msgid "Answer \"yes\" or \"no\"" +msgstr "Answer “yes” or “no”" + +#: g10/helptext.c:119 +msgid "" +"Enter the required value as shown in the prompt.\n" +"It is possible to enter a ISO date (YYYY-MM-DD) but you won't\n" +"get a good error response - instead the system tries to interpret\n" +"the given value as an interval." +msgstr "" +"Enter the required value as shown in the prompt.\n" +"It is possible to enter a ISO date (YYYY-MM-DD) but you won't\n" +"get a good error response - instead the system tries to interpret\n" +"the given value as an interval." + +#: g10/helptext.c:131 +msgid "Enter the name of the key holder" +msgstr "Enter the name of the key holder" + +#: g10/helptext.c:136 +msgid "please enter an optional but highly suggested email address" +msgstr "please enter an optional but highly suggested email address" + +#: g10/helptext.c:140 +msgid "Please enter an optional comment" +msgstr "Please enter an optional comment" + +#: g10/helptext.c:145 +msgid "" +"N to change the name.\n" +"C to change the comment.\n" +"E to change the email address.\n" +"O to continue with key generation.\n" +"Q to to quit the key generation." +msgstr "" +"N to change the name.\n" +"C to change the comment.\n" +"E to change the email address.\n" +"O to continue with key generation.\n" +"Q to to quit the key generation." + +#: g10/helptext.c:154 +msgid "Answer \"yes\" (or just \"y\") if it is okay to generate the sub key." +msgstr "Answer “yes” (or just “y”) if it is okay to generate the sub key." + +#: g10/helptext.c:162 +msgid "" +"When you sign a user ID on a key, you should first verify that the key\n" +"belongs to the person named in the user ID. It is useful for others to\n" +"know how carefully you verified this.\n" +"\n" +"\"0\" means you make no particular claim as to how carefully you verified " +"the\n" +" key.\n" +"\n" +"\"1\" means you believe the key is owned by the person who claims to own it\n" +" but you could not, or did not verify the key at all. This is useful " +"for\n" +" a \"persona\" verification, where you sign the key of a pseudonymous " +"user.\n" +"\n" +"\"2\" means you did casual verification of the key. For example, this " +"could\n" +" mean that you verified the key fingerprint and checked the user ID on " +"the\n" +" key against a photo ID.\n" +"\n" +"\"3\" means you did extensive verification of the key. For example, this " +"could\n" +" mean that you verified the key fingerprint with the owner of the key in\n" +" person, and that you checked, by means of a hard to forge document with " +"a\n" +" photo ID (such as a passport) that the name of the key owner matches " +"the\n" +" name in the user ID on the key, and finally that you verified (by " +"exchange\n" +" of email) that the email address on the key belongs to the key owner.\n" +"\n" +"Note that the examples given above for levels 2 and 3 are *only* examples.\n" +"In the end, it is up to you to decide just what \"casual\" and \"extensive" +"\"\n" +"mean to you when you sign other keys.\n" +"\n" +"If you don't know what the right answer is, answer \"0\"." +msgstr "" +"When you sign a user ID on a key, you should first verify that the key\n" +"belongs to the person named in the user ID. It is useful for others to\n" +"know how carefully you verified this.\n" +"\n" +"“0” means you make no particular claim as to how carefully you verified the\n" +" key.\n" +"\n" +"“1” means you believe the key is owned by the person who claims to own it\n" +" but you could not, or did not verify the key at all. This is useful " +"for\n" +" a “persona” verification, where you sign the key of a pseudonymous " +"user.\n" +"\n" +"“2” means you did casual verification of the key. For example, this could\n" +" mean that you verified the key fingerprint and checked the user ID on " +"the\n" +" key against a photo ID.\n" +"\n" +"“3” means you did extensive verification of the key. For example, this " +"could\n" +" mean that you verified the key fingerprint with the owner of the key in\n" +" person, and that you checked, by means of a hard to forge document with " +"a\n" +" photo ID (such as a passport) that the name of the key owner matches " +"the\n" +" name in the user ID on the key, and finally that you verified (by " +"exchange\n" +" of email) that the email address on the key belongs to the key owner.\n" +"\n" +"Note that the examples given above for levels 2 and 3 are *only* examples.\n" +"In the end, it is up to you to decide just what “casual” and “extensive”\n" +"mean to you when you sign other keys.\n" +"\n" +"If you don't know what the right answer is, answer “0”." + +#: g10/helptext.c:200 +msgid "Answer \"yes\" is you want to sign ALL the user IDs" +msgstr "Answer “yes” is you want to sign ALL the user IDs" + +#: g10/helptext.c:204 +msgid "" +"Answer \"yes\" if you really want to delete this user ID.\n" +"All certificates are then also lost!" +msgstr "" +"Answer “yes” if you really want to delete this user ID.\n" +"All certificates are then also lost!" + +#: g10/helptext.c:209 +msgid "Answer \"yes\" if it is okay to delete the subkey" +msgstr "Answer “yes” if it is okay to delete the subkey" + +#: g10/helptext.c:214 +msgid "" +"This is a valid signature on the key; you normally don't want\n" +"to delete this signature because it may be important to establish a\n" +"trust connection to the key or another key certified by this key." +msgstr "" +"This is a valid signature on the key; you normally don't want\n" +"to delete this signature because it may be important to establish a\n" +"trust connection to the key or another key certified by this key." + +#: g10/helptext.c:219 +msgid "" +"This signature can't be checked because you don't have the\n" +"corresponding key. You should postpone its deletion until you\n" +"know which key was used because this signing key might establish\n" +"a trust connection through another already certified key." +msgstr "" +"This signature can't be checked because you don't have the\n" +"corresponding key. You should postpone its deletion until you\n" +"know which key was used because this signing key might establish\n" +"a trust connection through another already certified key." + +#: g10/helptext.c:225 +msgid "" +"The signature is not valid. It does make sense to remove it from\n" +"your keyring." +msgstr "" +"The signature is not valid. It does make sense to remove it from\n" +"your keyring." + +#: g10/helptext.c:229 +msgid "" +"This is a signature which binds the user ID to the key. It is\n" +"usually not a good idea to remove such a signature. Actually\n" +"GnuPG might not be able to use this key anymore. So do this\n" +"only if this self-signature is for some reason not valid and\n" +"a second one is available." +msgstr "" +"This is a signature which binds the user ID to the key. It is\n" +"usually not a good idea to remove such a signature. Actually\n" +"GnuPG might not be able to use this key anymore. So do this\n" +"only if this self-signature is for some reason not valid and\n" +"a second one is available." + +#: g10/helptext.c:237 +msgid "" +"Change the preferences of all user IDs (or just of the selected ones)\n" +"to the current list of preferences. The timestamp of all affected\n" +"self-signatures will be advanced by one second.\n" +msgstr "" +"Change the preferences of all user IDs (or just of the selected ones)\n" +"to the current list of preferences. The timestamp of all affected\n" +"self-signatures will be advanced by one second.\n" + +#: g10/helptext.c:244 +msgid "Please enter the passhrase; this is a secret sentence \n" +msgstr "Please enter the passhrase; this is a secret sentence \n" + +#: g10/helptext.c:250 +msgid "Please repeat the last passphrase, so you are sure what you typed in." +msgstr "Please repeat the last passphrase, so you are sure what you typed in." + +#: g10/helptext.c:254 +msgid "Give the name of the file to which the signature applies" +msgstr "Give the name of the file to which the signature applies" + +#: g10/helptext.c:259 +msgid "Answer \"yes\" if it is okay to overwrite the file" +msgstr "Answer “yes” if it is okay to overwrite the file" + +#: g10/helptext.c:264 +msgid "" +"Please enter a new filename. If you just hit RETURN the default\n" +"file (which is shown in brackets) will be used." +msgstr "" +"Please enter a new filename. If you just hit RETURN the default\n" +"file (which is shown in brackets) will be used." + +#: g10/helptext.c:270 +msgid "" +"You should specify a reason for the certification. Depending on the\n" +"context you have the ability to choose from this list:\n" +" \"Key has been compromised\"\n" +" Use this if you have a reason to believe that unauthorized persons\n" +" got access to your secret key.\n" +" \"Key is superseded\"\n" +" Use this if you have replaced this key with a newer one.\n" +" \"Key is no longer used\"\n" +" Use this if you have retired this key.\n" +" \"User ID is no longer valid\"\n" +" Use this to state that the user ID should not longer be used;\n" +" this is normally used to mark an email address invalid.\n" +msgstr "" +"You should specify a reason for the certification. Depending on the\n" +"context you have the ability to choose from this list:\n" +" “Key has been compromised”\n" +" Use this if you have a reason to believe that unauthorized persons\n" +" got access to your secret key.\n" +" “Key is superseded”\n" +" Use this if you have replaced this key with a newer one.\n" +" “Key is no longer used”\n" +" Use this if you have retired this key.\n" +" “User ID is no longer valid”\n" +" Use this to state that the user ID should not longer be used;\n" +" this is normally used to mark an email address invalid.\n" + +#: g10/helptext.c:286 +msgid "" +"If you like, you can enter a text describing why you issue this\n" +"revocation certificate. Please keep this text concise.\n" +"An empty line ends the text.\n" +msgstr "" +"If you like, you can enter a text describing why you issue this\n" +"revocation certificate. Please keep this text concise.\n" +"An empty line ends the text.\n" + +#: g10/helptext.c:301 +msgid "No help available" +msgstr "No help available" + +#: g10/helptext.c:309 +#, c-format +msgid "No help available for `%s'" +msgstr "No help available for ‘%s’" + +#: g10/keydb.c:189 +#, c-format +msgid "error creating keyring `%s': %s\n" +msgstr "error creating keyring ‘%s’: %s\n" + +#: g10/keydb.c:196 +#, c-format +msgid "keyring `%s' created\n" +msgstr "keyring ‘%s’ created\n" + +#: g10/keydb.c:615 +#, c-format +msgid "failed to rebuild keyring cache: %s\n" +msgstr "failed to rebuild keyring cache: %s\n" + +#: g10/keyring.c:1236 +msgid "WARNING: 2 files with confidential information exists.\n" +msgstr "WARNING: 2 files with confidential information exists.\n" + +#: g10/keyring.c:1238 +#, c-format +msgid "%s is the unchanged one\n" +msgstr "%s is the unchanged one\n" + +#: g10/keyring.c:1239 +#, c-format +msgid "%s is the new one\n" +msgstr "%s is the new one\n" + +#: g10/keyring.c:1240 +msgid "Please fix this possible security flaw\n" +msgstr "Please fix this possible security flaw\n" + +#: g10/keyring.c:1360 +#, c-format +msgid "checking keyring `%s'\n" +msgstr "checking keyring ‘%s’\n" + +#: g10/keyring.c:1398 +#, c-format +msgid "%lu keys checked so far (%lu signatures)\n" +msgstr "%lu keys checked so far (%lu signatures)\n" + +#: g10/keyring.c:1409 +#, c-format +msgid "%lu keys checked (%lu signatures)\n" +msgstr "%lu keys checked (%lu signatures)\n" + +#: g10/keyring.c:1475 +#, c-format +msgid "%s: keyring created\n" +msgstr "%s: keyring created\n" + +#: g10/photoid.c:65 +msgid "" +"\n" +"Pick an image to use for your photo ID. The image must be a JPEG file.\n" +"Remember that the image is stored within your public key. If you use a\n" +"very large picture, your key will become very large as well!\n" +"Keeping the image close to 240x288 is a good size to use.\n" +msgstr "" +"\n" +"Pick an image to use for your photo ID. The image must be a JPEG file.\n" +"Remember that the image is stored within your public key. If you use a\n" +"very large picture, your key will become very large as well!\n" +"Keeping the image close to 240x288 is a good size to use.\n" + +#: g10/photoid.c:79 +msgid "Enter JPEG filename for photo ID: " +msgstr "Enter JPEG filename for photo ID: " + +#: g10/photoid.c:87 +#, c-format +msgid "Unable to open photo \"%s\": %s\n" +msgstr "Unable to open photo “%s”: %s\n" + +#: g10/photoid.c:97 +msgid "Are you sure you want to use it (y/N)? " +msgstr "Are you sure you want to use it (y/N)? " + +#: g10/photoid.c:112 +#, c-format +msgid "\"%s\" is not a JPEG file\n" +msgstr "“%s” is not a JPEG file\n" + +#: g10/photoid.c:129 +msgid "Is this photo correct (y/N/q)? " +msgstr "Is this photo correct (y/N/q)? " + +#: g10/photoid.c:331 +msgid "unable to display photo ID!\n" +msgstr "unable to display photo ID!\n" + +#: g10/exec.c:48 +msgid "no remote program execution supported\n" +msgstr "no remote program execution supported\n" + +#: g10/exec.c:184 +#, c-format +msgid "can't create directory `%s': %s\n" +msgstr "can't create directory ‘%s’: %s\n" + +#: g10/exec.c:325 +msgid "" +"external program calls are disabled due to unsafe options file permissions\n" +msgstr "" +"external program calls are disabled due to unsafe options file permissions\n" + +#: g10/exec.c:355 +msgid "this platform requires temp files when calling external programs\n" +msgstr "this platform requires temp files when calling external programs\n" + +#: g10/exec.c:432 +#, c-format +msgid "unable to execute %s \"%s\": %s\n" +msgstr "unable to execute %s “%s”: %s\n" + +#: g10/exec.c:513 +#, c-format +msgid "system error while calling external program: %s\n" +msgstr "system error while calling external program: %s\n" + +#: g10/exec.c:524 g10/exec.c:583 +msgid "unnatural exit of external program\n" +msgstr "unnatural exit of external program\n" + +#: g10/exec.c:539 +msgid "unable to execute external program\n" +msgstr "unable to execute external program\n" + +#: g10/exec.c:548 +#, c-format +msgid "unable to read external program response: %s\n" +msgstr "unable to read external program response: %s\n" + +#: g10/exec.c:594 g10/exec.c:601 +#, c-format +msgid "WARNING: unable to remove tempfile (%s) `%s': %s\n" +msgstr "WARNING: unable to remove tempfile (%s) ‘%s’: %s\n" + +#: g10/exec.c:606 +#, c-format +msgid "WARNING: unable to remove temp directory `%s': %s\n" +msgstr "WARNING: unable to remove temp directory ‘%s’: %s\n" + +#: g10/keyid.c:332 g10/keyid.c:344 g10/keyid.c:356 +msgid "never " +msgstr "never " + +#: g10/revoke.c:92 +msgid "key incomplete\n" +msgstr "key incomplete\n" + +#: g10/revoke.c:102 g10/revoke.c:116 g10/revoke.c:128 g10/revoke.c:174 +#: g10/revoke.c:186 g10/revoke.c:540 +#, c-format +msgid "build_packet failed: %s\n" +msgstr "build_packet failed: %s\n" + +#: g10/revoke.c:145 +#, c-format +msgid "key %08lX incomplete\n" +msgstr "key %08lX incomplete\n" + +#: g10/revoke.c:270 +msgid "To be revoked by:\n" +msgstr "To be revoked by:\n" + +#: g10/revoke.c:274 +msgid "(This is a sensitive revocation key)\n" +msgstr "(This is a sensitive revocation key)\n" + +#: g10/revoke.c:278 g10/revoke.c:475 +msgid "Create a revocation certificate for this key? " +msgstr "Create a revocation certificate for this key? " + +#: g10/revoke.c:291 g10/revoke.c:506 +msgid "ASCII armored output forced.\n" +msgstr "ASCII armored output forced.\n" + +#: g10/revoke.c:305 g10/revoke.c:520 +#, c-format +msgid "make_keysig_packet failed: %s\n" +msgstr "make_keysig_packet failed: %s\n" + +#: g10/revoke.c:368 +msgid "Revocation certificate created.\n" +msgstr "Revocation certificate created.\n" + +#: g10/revoke.c:374 +#, c-format +msgid "no revocation keys found for `%s'\n" +msgstr "no revocation keys found for ‘%s’\n" + +#: g10/revoke.c:428 +#, c-format +msgid "secret key `%s' not found: %s\n" +msgstr "secret key ‘%s’ not found: %s\n" + +#: g10/revoke.c:457 +#, c-format +msgid "no corresponding public key: %s\n" +msgstr "no corresponding public key: %s\n" + +#: g10/revoke.c:468 +msgid "public key does not match secret key!\n" +msgstr "public key does not match secret key!\n" + +#: g10/revoke.c:491 +msgid "unknown protection algorithm\n" +msgstr "unknown protection algorithm\n" + +#: g10/revoke.c:495 +msgid "NOTE: This key is not protected!\n" +msgstr "NOTE: This key is not protected!\n" + +#: g10/revoke.c:546 +msgid "" +"Revocation certificate created.\n" +"\n" +"Please move it to a medium which you can hide away; if Mallory gets\n" +"access to this certificate he can use it to make your key unusable.\n" +"It is smart to print this certificate and store it away, just in case\n" +"your media become unreadable. But have some caution: The print system of\n" +"your machine might store the data and make it available to others!\n" +msgstr "" +"Revocation certificate created.\n" +"\n" +"Please move it to a medium which you can hide away; if Mallory gets\n" +"access to this certificate he can use it to make your key unusable.\n" +"It is smart to print this certificate and store it away, just in case\n" +"your media become unreadable. But have some caution: The print system of\n" +"your machine might store the data and make it available to others!\n" + +#: g10/revoke.c:587 +msgid "Please select the reason for the revocation:\n" +msgstr "Please select the reason for the revocation:\n" + +#: g10/revoke.c:597 +msgid "Cancel" +msgstr "Cancel" + +#: g10/revoke.c:599 +#, c-format +msgid "(Probably you want to select %d here)\n" +msgstr "(Probably you want to select %d here)\n" + +#: g10/revoke.c:640 +msgid "Enter an optional description; end it with an empty line:\n" +msgstr "Enter an optional description; end it with an empty line:\n" + +#: g10/revoke.c:668 +#, c-format +msgid "Reason for revocation: %s\n" +msgstr "Reason for revocation: %s\n" + +#: g10/revoke.c:670 +msgid "(No description given)\n" +msgstr "(No description given)\n" + +#: g10/revoke.c:675 +msgid "Is this okay? " +msgstr "Is this okay? " + +#: g10/tdbdump.c:104 +#, c-format +msgid "" +"# List of assigned trustvalues, created %s\n" +"# (Use \"gpg --import-ownertrust\" to restore them)\n" +msgstr "" +"# List of assigned trustvalues, created %s\n" +"# (Use “gpg --import-ownertrust” to restore them)\n" + +#: g10/tdbdump.c:140 +#, c-format +msgid "can't open file: %s\n" +msgstr "can't open file: %s\n" + +#: g10/tdbdump.c:151 +msgid "line too long\n" +msgstr "line too long\n" + +#: g10/tdbdump.c:159 +msgid "error: missing colon\n" +msgstr "error: missing colon\n" + +#: g10/tdbdump.c:164 +msgid "error: invalid fingerprint\n" +msgstr "error: invalid fingerprint\n" + +#: g10/tdbdump.c:168 +msgid "error: no ownertrust value\n" +msgstr "error: no ownertrust value\n" + +#: g10/tdbdump.c:204 +#, c-format +msgid "error finding trust record: %s\n" +msgstr "error finding trust record: %s\n" + +#: g10/tdbdump.c:208 +#, c-format +msgid "read error: %s\n" +msgstr "read error: %s\n" diff --git a/po/insert-header.sin b/po/insert-header.sin new file mode 100644 index 000000000..b26de01f6 --- /dev/null +++ b/po/insert-header.sin @@ -0,0 +1,23 @@ +# 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 new file mode 100644 index 000000000..0122c4631 --- /dev/null +++ b/po/quot.sed @@ -0,0 +1,6 @@ +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 new file mode 100644 index 000000000..edb38d704 --- /dev/null +++ b/po/remove-potcdate.sed @@ -0,0 +1,11 @@ +/^"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 new file mode 100644 index 000000000..2436c49e7 --- /dev/null +++ b/po/remove-potcdate.sin @@ -0,0 +1,19 @@ +# 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 +} diff --git a/po/stamp-po b/po/stamp-po new file mode 100644 index 000000000..9788f7023 --- /dev/null +++ b/po/stamp-po @@ -0,0 +1 @@ +timestamp