* Makefile.am (AUTOMAKE_OPTIONS): New.

* configure.ac (AC_CANONICAL_TARGET): Replaced by
AC_CANONICAL_HOST. Changed all reference to TARGET to HOST.  Made
sure that i586-mingw32msvc gets detected as mingw32.

* ro.po: Updated.

* sv.po: Updated.
This commit is contained in:
Werner Koch 2004-12-27 17:27:11 +00:00
parent 9a6bc0265f
commit f79f61e50d
40 changed files with 2186 additions and 1889 deletions

View File

@ -1,3 +1,14 @@
2004-12-27 Werner Koch <wk@g10code.com>
Released 1.2.7.
* Makefile.am (AUTOMAKE_OPTIONS): New.
* configure.ac (AC_CANONICAL_TARGET): Replaced by
AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made
sure that i586-mingw32msvc gets detected as mingw32.
Updated to automake 1.9.
2004-12-22 David Shaw <dshaw@jabberwocky.com> 2004-12-22 David Shaw <dshaw@jabberwocky.com>
* NEWS: Note pgpgroup-to-gpggroup. * NEWS: Note pgpgroup-to-gpggroup.

68
INSTALL
View File

@ -1,13 +1,16 @@
Copyright 1994, 1995, 1996, 1999, 2000, 2001 Free Software Foundation, Installation Instructions
Inc. *************************
This file is free documentation; the Free Software Foundation gives Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it. unlimited permission to copy, distribute and modify it.
Basic Installation Basic Installation
================== ==================
These are generic installation instructions. These are generic installation instructions.
The `configure' shell script attempts to guess correct values for The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses various system-dependent variables used during compilation. It uses
@ -67,12 +70,13 @@ The simplest way to compile this package is:
Compilers and Options Compilers and Options
===================== =====================
Some systems require unusual options for compilation or linking that Some systems require unusual options for compilation or linking that the
the `configure' script does not know about. Run `./configure --help' `configure' script does not know about. Run `./configure --help' for
for details on some of the pertinent environment variables. details on some of the pertinent environment variables.
You can give `configure' initial values for variables by setting You can give `configure' initial values for configuration parameters
them in the environment. You can do that on the command line like this: by setting variables in the command line or in the environment. Here
is an example:
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
@ -81,7 +85,7 @@ them in the environment. You can do that on the command line like this:
Compiling For Multiple Architectures Compiling For Multiple Architectures
==================================== ====================================
You can compile the package for more than one kind of computer at the You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their same time, by placing the object files for each architecture in their
own directory. To do this, you must use a version of `make' that own directory. To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'. `cd' to the supports the `VPATH' variable, such as GNU `make'. `cd' to the
@ -98,19 +102,19 @@ for another architecture.
Installation Names Installation Names
================== ==================
By default, `make install' will install the package's files in By default, `make install' will install the package's files in
`/usr/local/bin', `/usr/local/man', etc. You can specify an `/usr/local/bin', `/usr/local/man', etc. You can specify an
installation prefix other than `/usr/local' by giving `configure' the installation prefix other than `/usr/local' by giving `configure' the
option `--prefix=PATH'. option `--prefix=PREFIX'.
You can specify separate installation prefixes for You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you architecture-specific files and architecture-independent files. If you
give `configure' the option `--exec-prefix=PATH', the package will use give `configure' the option `--exec-prefix=PREFIX', the package will
PATH as the prefix for installing programs and libraries. use PREFIX as the prefix for installing programs and libraries.
Documentation and other data files will still use the regular prefix. Documentation and other data files will still use the regular prefix.
In addition, if you use an unusual directory layout you can give In addition, if you use an unusual directory layout you can give
options like `--bindir=PATH' to specify different values for particular options like `--bindir=DIR' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them. you can set and what kinds of files go in them.
@ -121,7 +125,7 @@ option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Optional Features Optional Features
================= =================
Some packages pay attention to `--enable-FEATURE' options to Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package. `configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The is something like `gnu-as' or `x' (for the X Window System). The
@ -136,10 +140,11 @@ you can use the `configure' options `--x-includes=DIR' and
Specifying the System Type Specifying the System Type
========================== ==========================
There may be some features `configure' cannot figure out There may be some features `configure' cannot figure out automatically,
automatically, but needs to determine by the type of host the package but needs to determine by the type of machine the package will run on.
will run on. Usually `configure' can figure that out, but if it prints Usually, assuming the package is built to be run on the _same_
a message saying it cannot guess the host type, give it the architectures, `configure' can figure that out, but if it prints a
message saying it cannot guess the machine type, give it the
`--build=TYPE' option. TYPE can either be a short name for the system `--build=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name which has the form: type, such as `sun4', or a canonical name which has the form:
@ -151,27 +156,23 @@ where SYSTEM can have one of these forms:
See the file `config.sub' for the possible values of each field. If See the file `config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't `config.sub' isn't included in this package, then this package doesn't
need to know the host type. need to know the machine type.
If you are _building_ compiler tools for cross-compiling, you should If you are _building_ compiler tools for cross-compiling, you should
use the `--target=TYPE' option to select the type of system they will use the `--target=TYPE' option to select the type of system they will
produce code for. produce code for.
If you want to _use_ a cross compiler, that generates code for a If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the host platform different from the build platform, you should specify the
platform (i.e., that on which the generated programs will eventually be "host" platform (i.e., that on which the generated programs will
run) with `--host=TYPE'. In this case, you should also specify the eventually be run) with `--host=TYPE'.
build platform with `--build=TYPE', because, in this case, it may not
be possible to guess the build platform (it sometimes involves
compiling and running simple test programs, and this can't be done if
the compiler is a cross compiler).
Sharing Defaults Sharing Defaults
================ ================
If you want to set default values for `configure' scripts to share, If you want to set default values for `configure' scripts to share, you
you can create a site shell script called `config.site' that gives can create a site shell script called `config.site' that gives default
default values for variables like `CC', `cache_file', and `prefix'. values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then `configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the `PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script. `CONFIG_SITE' environment variable to the location of the site script.
@ -180,7 +181,7 @@ A warning: not all `configure' scripts look for a site script.
Defining Variables Defining Variables
================== ==================
Variables not defined in a site shell script can be set in the Variables not defined in a site shell script can be set in the
environment passed to `configure'. However, some packages may run environment passed to `configure'. However, some packages may run
configure again during the build, and the customized values of these configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set variables may be lost. In order to avoid this problem, you should set
@ -194,8 +195,7 @@ overridden in the site shell script).
`configure' Invocation `configure' Invocation
====================== ======================
`configure' recognizes the following options to control how it `configure' recognizes the following options to control how it operates.
operates.
`--help' `--help'
`-h' `-h'

View File

@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = dist-bzip2 filename-length-max=99
if CROSS_COMPILING if CROSS_COMPILING
checks = checks =
@ -49,9 +51,3 @@ dist-hook:
echo "$(VERSION)" > $(distdir)/VERSION echo "$(VERSION)" > $(distdir)/VERSION
ACLOCAL_AMFLAGS = -I m4

8
NEWS
View File

@ -1,9 +1,15 @@
Noteworthy changes in version 1.2.7 Noteworthy changes in version 1.2.7 (2004-12-27)
------------------------------------------------ ------------------------------------------------
Please note that the 1.2.x series will enter end of life status on
January 1, 2005, after which it will only be updated for security
critical bugs.
* New "pgpgroup-to-gpggroup" script (in the tools directory) to * New "pgpgroup-to-gpggroup" script (in the tools directory) to
convert from PGP 6 group syntax to GnuPG group syntax. convert from PGP 6 group syntax to GnuPG group syntax.
* Translation update and minor bug fixes.
Noteworthy changes in version 1.2.6 (2004-08-25) Noteworthy changes in version 1.2.6 (2004-08-25)
------------------------------------------------ ------------------------------------------------

6
README
View File

@ -1,7 +1,7 @@
GnuPG - The GNU Privacy Guard GnuPG - The GNU Privacy Guard
------------------------------- -------------------------------
Version 1.2.6 Version 1.2.7
Copyright 1998, 1999, 2000, 2001, 2002, 2003, Copyright 1998, 1999, 2000, 2001, 2002, 2003,
2004 Free Software Foundation, Inc. 2004 Free Software Foundation, Inc.
@ -15,6 +15,10 @@
the implied warranty of MERCHANTABILITY or FITNESS FOR A the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. PARTICULAR PURPOSE.
Please note that the 1.2.x series will enter end of life status on
January 1, 2005, after which it will only be updated for security
critical bugs.
Intro Intro
----- -----

View File

@ -21,11 +21,12 @@ dnl
dnl (Process this file with autoconf to produce a configure script.) dnl (Process this file with autoconf to produce a configure script.)
dnlAC_REVISION($Revision$)dnl dnlAC_REVISION($Revision$)dnl
AC_PREREQ(2.52) AC_PREREQ(2.59)
min_automake_version="1.9.3"
# Remember to change the version number immediately *after* a release # Remember to change the version number immediately *after* a release
# and remove the "-cvs" or "rc" suffix immediately *before* a release. # and remove the "-cvs" or "rc" suffix immediately *before* a release.
AC_INIT(gnupg, 1.2.7-cvs, bug-gnupg@gnu.org) AC_INIT(gnupg, 1.2.7, bug-gnupg@gnu.org)
# Set development_version to yes if the minor number is odd or you # Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not # feel that the default check for a development version is not
# sufficient. # sufficient.
@ -33,8 +34,8 @@ development_version=no
AC_CONFIG_AUX_DIR(scripts) AC_CONFIG_AUX_DIR(scripts)
AC_CONFIG_SRCDIR(g10/g10.c) AC_CONFIG_SRCDIR(g10/g10.c)
AC_CANONICAL_TARGET() AC_CANONICAL_HOST
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE()
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_GNU_SOURCE AC_GNU_SOURCE
@ -314,7 +315,7 @@ MPI_OPT_FLAGS=""
try_gettext=yes try_gettext=yes
have_dosish_system=no have_dosish_system=no
case "${target}" in case "${host}" in
*-*-mingw32*) *-*-mingw32*)
# special stuff for Windoze NT # special stuff for Windoze NT
ac_cv_have_dev_random=no ac_cv_have_dev_random=no
@ -472,8 +473,8 @@ fi
AC_SUBST(GPGKEYS_MAILTO) AC_SUBST(GPGKEYS_MAILTO)
AC_SUBST(GPGKEYS_HKP) AC_SUBST(GPGKEYS_HKP)
case "${target}" in case "${host}" in
*-*-mingw32*) *-mingw32*)
PRINTABLE_OS_NAME="MingW32" PRINTABLE_OS_NAME="MingW32"
;; ;;
*-*-cygwin*) *-*-cygwin*)
@ -503,7 +504,7 @@ AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME",
# #
NAME_OF_DEV_RANDOM="/dev/random" NAME_OF_DEV_RANDOM="/dev/random"
NAME_OF_DEV_URANDOM="/dev/urandom" NAME_OF_DEV_URANDOM="/dev/urandom"
case "${target}" in case "${host}" in
*-openbsd*) *-openbsd*)
NAME_OF_DEV_RANDOM="/dev/srandom" NAME_OF_DEV_RANDOM="/dev/srandom"
NAME_OF_DEV_URANDOM="/dev/urandom" NAME_OF_DEV_URANDOM="/dev/urandom"
@ -749,8 +750,8 @@ if test "$use_static_rnd" = default; then
if test "$ac_cv_have_dev_random" = yes; then if test "$ac_cv_have_dev_random" = yes; then
random_modules="rndlinux" random_modules="rndlinux"
else else
case "${target}" in case "${host}" in
*-*-mingw32*|*-*-cygwin*) *-mingw32*|*-*-cygwin*)
random_modules="rndw32" random_modules="rndw32"
;; ;;
i?86-emx-os2|i?86-*-os2*emx) i?86-emx-os2|i?86-*-os2*emx)
@ -917,8 +918,8 @@ GNUPG_CHECK_GNUMAKE
# add some extra libs here so that previous tests don't fail for # add some extra libs here so that previous tests don't fail for
# mysterious reasons - the final link step should bail out. # mysterious reasons - the final link step should bail out.
case "${target}" in case "${host}" in
*-*-mingw32*) *-mingw32*)
dnl NETLIBS="$NETLIBS -lwsock32" dnl NETLIBS="$NETLIBS -lwsock32"
W32LIBS="-lwsock32" W32LIBS="-lwsock32"
;; ;;
@ -1035,7 +1036,7 @@ AC_OUTPUT
# Give some feedback # Give some feedback
echo echo
echo " Configured for: $PRINTABLE_OS_NAME ($target)" echo " Configured for: $PRINTABLE_OS_NAME ($host)"
if test -n "$show_extraasm"; then if test -n "$show_extraasm"; then
echo " Extra cpu specific functions:$show_extraasm" echo " Extra cpu specific functions:$show_extraasm"
fi fi

View File

@ -1,8 +1,8 @@
# Makefile.in generated by automake 1.7.9 from Makefile.am. # Makefile.in generated by automake 1.9.3 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Free Software Foundation, Inc. # 2003, 2004 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.
@ -13,7 +13,6 @@
# PARTICULAR PURPOSE. # PARTICULAR PURPOSE.
@SET_MAKE@ @SET_MAKE@
srcdir = @srcdir@ srcdir = @srcdir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
@ -21,7 +20,6 @@ pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .. top_builddir = ..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@ INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644 install_sh_DATA = $(install_sh) -c -m 644
@ -35,7 +33,34 @@ POST_INSTALL = :
NORMAL_UNINSTALL = : NORMAL_UNINSTALL = :
PRE_UNINSTALL = : PRE_UNINSTALL = :
POST_UNINSTALL = : POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@ host_triplet = @host@
subdir = m4
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
$(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
$(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
$(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
$(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
$(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
$(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
$(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
$(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@ ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@ ALLOCA = @ALLOCA@
AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_FALSE = @AMDEP_FALSE@
@ -156,6 +181,8 @@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__include = @am__include@ am__include = @am__include@
am__leading_dot = @am__leading_dot@ am__leading_dot = @am__leading_dot@
am__quote = @am__quote@ am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@ bindir = @bindir@
build = @build@ build = @build@
build_alias = @build_alias@ build_alias = @build_alias@
@ -176,33 +203,47 @@ libdir = @libdir@
libexecdir = @libexecdir@ libexecdir = @libexecdir@
localstatedir = @localstatedir@ localstatedir = @localstatedir@
mandir = @mandir@ mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@ oldincludedir = @oldincludedir@
prefix = @prefix@ prefix = @prefix@
program_transform_name = @program_transform_name@ program_transform_name = @program_transform_name@
sbindir = @sbindir@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target = @target@
target_alias = @target_alias@ 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 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.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 = $(srcdir)/Makefile.in ChangeLog Makefile.am
all: all-am all: all-am
.SUFFIXES: .SUFFIXES:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
cd $(top_srcdir) && \ cd $(top_srcdir) && \
$(AUTOMAKE) --gnu m4/Makefile $(AUTOMAKE) --gnu m4/Makefile
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status .PRECIOUS: Makefile
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
uninstall-info-am: uninstall-info-am:
tags: TAGS tags: TAGS
TAGS: TAGS:
@ -210,10 +251,6 @@ TAGS:
ctags: CTAGS ctags: CTAGS
CTAGS: CTAGS:
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES) distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
@ -227,7 +264,7 @@ distdir: $(DISTFILES)
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \ dir="/$$dir"; \
$(mkinstalldirs) "$(distdir)$$dir"; \ $(mkdir_p) "$(distdir)$$dir"; \
else \ else \
dir=''; \ dir=''; \
fi; \ fi; \
@ -245,7 +282,6 @@ distdir: $(DISTFILES)
check-am: all-am check-am: all-am
check: check-am check: check-am
all-am: Makefile all-am: Makefile
installdirs: installdirs:
install: install-am install: install-am
install-exec: install-exec-am install-exec: install-exec-am
@ -266,7 +302,7 @@ mostlyclean-generic:
clean-generic: clean-generic:
distclean-generic: distclean-generic:
-rm -f $(CONFIG_CLEAN_FILES) -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic: maintainer-clean-generic:
@echo "This command is intended for maintainers to use" @echo "This command is intended for maintainers to use"
@ -283,6 +319,8 @@ dvi: dvi-am
dvi-am: dvi-am:
html: html-am
info: info-am info: info-am
info-am: info-am:
@ -316,8 +354,8 @@ ps-am:
uninstall-am: uninstall-info-am uninstall-am: uninstall-info-am
.PHONY: all all-am check check-am clean clean-generic distclean \ .PHONY: all all-am check check-am clean clean-generic distclean \
distclean-generic distdir dvi dvi-am info info-am install \ distclean-generic distdir dvi dvi-am html html-am info info-am \
install-am install-data install-data-am install-exec \ install install-am install-data install-data-am install-exec \
install-exec-am install-info install-info-am install-man \ install-exec-am install-info install-info-am install-man \
install-strip installcheck installcheck-am installdirs \ install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \ maintainer-clean maintainer-clean-generic mostlyclean \

View File

@ -1,3 +1,9 @@
2004-12-27 Werner Koch <wk@g10code.com>
* ro.po: Updated.
* sv.po: Updated.
2004-08-09 Werner Koch <wk@g10code.de> 2004-08-09 Werner Koch <wk@g10code.de>
* ca.po: Updated. * ca.po: Updated.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.2\n" "Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2003-10-30 16:35+0200\n" "PO-Revision-Date: 2003-10-30 16:35+0200\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n" "Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n" "Language-Team: Belarusian <i18n@mova.org>\n"
@ -2006,26 +2006,26 @@ msgstr ""
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "" msgstr ""
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "" msgstr ""
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "" msgstr ""
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "" msgstr ""
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "" msgstr ""
@ -3682,7 +3682,7 @@ msgstr ""
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "" msgstr ""
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "" msgstr ""
@ -3691,11 +3691,11 @@ msgstr ""
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "" msgstr ""
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "" msgstr ""
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr "" msgstr ""
@ -3727,16 +3727,16 @@ msgstr "пароль занадта доўгі\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "" msgstr ""
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "скасавана карыстальнікам\n" msgstr "скасавана карыстальнікам\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "" msgstr ""
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3746,20 +3746,20 @@ msgstr ""
"Вам неабходна ўвесьці пароль, каб адчыніць сакрэтны ключ для\n" "Вам неабходна ўвесьці пароль, каб адчыніць сакрэтны ключ для\n"
"карыстальніка: \"" "карыстальніка: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u-бітавы %s ключ, ID %08lX, створаны %s" msgstr "%u-бітавы %s ключ, ID %08lX, створаны %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "" msgstr ""
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Увядзіце пароль: " msgstr "Увядзіце пароль: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Паўтарыце пароль: " msgstr "Паўтарыце пароль: "
@ -3825,41 +3825,41 @@ msgstr ""
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "" msgstr ""
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "" msgstr ""
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "" msgstr ""
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "" msgstr ""
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "" msgstr ""
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "" msgstr ""
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "" msgstr ""
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "" msgstr ""
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "" msgstr ""
@ -4370,7 +4370,7 @@ msgstr ""
msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n"
msgstr "" msgstr ""
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA патрабуе выкарыстаньня 160-і бітавага хэш-альгарытму\n" msgstr "DSA патрабуе выкарыстаньня 160-і бітавага хэш-альгарытму\n"
@ -4659,17 +4659,17 @@ msgstr "Даведка адсутнічае"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Для \"%s\" даведка адсутнічае" msgstr "Для \"%s\" даведка адсутнічае"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "" msgstr ""
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "" msgstr ""
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "" msgstr ""

View File

@ -28,7 +28,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.5\n" "Project-Id-Version: gnupg 1.2.5\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2003-12-05 19:15+0100\n" "PO-Revision-Date: 2003-12-05 19:15+0100\n"
"Last-Translator: Jordi Mallach <jordi@gnu.org>\n" "Last-Translator: Jordi Mallach <jordi@gnu.org>\n"
"Language-Team: Catalan <ca@dodds.net>\n" "Language-Team: Catalan <ca@dodds.net>\n"
@ -2176,28 +2176,28 @@ msgid "too many entries in pk cache - disabled\n"
msgstr "" msgstr ""
"hi ha massa entrades en la memòria cau de claus públiques - desactivada\n" "hi ha massa entrades en la memòria cau de claus públiques - desactivada\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[No s'ha trobat l'id d'usuari]" msgstr "[No s'ha trobat l'id d'usuari]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"La clau invàlida %08lX s'ha fet vàlida amb --allow-non-selfsigned-uid\n" "La clau invàlida %08lX s'ha fet vàlida amb --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "" msgstr ""
"no hi ha una clau secreta per a la subclau pública %08lX - es descarta\n" "no hi ha una clau secreta per a la subclau pública %08lX - es descarta\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "s'usarà la clau secundària %08lX en lloc de la primària %08lX\n" msgstr "s'usarà la clau secundària %08lX en lloc de la primària %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "clau %08lX: clau secreta sense clau pública - es descarta\n" msgstr "clau %08lX: clau secreta sense clau pública - es descarta\n"
@ -3960,7 +3960,7 @@ msgstr "la variable d'entorn GPG_AGENT_INFO és malformada\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "la versió %d del protocol de gpg-agent no està suportada\n" msgstr "la versió %d del protocol de gpg-agent no està suportada\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "no s'ha pogut connectar amb «%s»: %s\n" msgstr "no s'ha pogut connectar amb «%s»: %s\n"
@ -3969,11 +3969,11 @@ msgstr "no s'ha pogut connectar amb «%s»: %s\n"
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "hi ha un problema de comunicació amb el gpg-agent\n" msgstr "hi ha un problema de comunicació amb el gpg-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "hi ha un problema amb l'agent: es deshabilitarà el seu ús\n" msgstr "hi ha un problema amb l'agent: es deshabilitarà el seu ús\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (ID de la clau principal %08lX)" msgstr " (ID de la clau principal %08lX)"
@ -4016,16 +4016,16 @@ msgstr "la contrasenya és massa llarga\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "la resposta de l'agent és invàlida\n" msgstr "la resposta de l'agent és invàlida\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "s'ha cancel·lat per l'usuari\n" msgstr "s'ha cancel·lat per l'usuari\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "hi ha un problema amb l'agent: l'agent ha tornat 0x%lx\n" msgstr "hi ha un problema amb l'agent: l'agent ha tornat 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -4035,20 +4035,20 @@ msgstr ""
"Necessiteu la contrasenya per desblocar la clau secreta de\n" "Necessiteu la contrasenya per desblocar la clau secreta de\n"
"l'usuari: \"" "l'usuari: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "clau %2$s de %1$u bits, ID %3$08lX, creada en %4$s" msgstr "clau %2$s de %1$u bits, ID %3$08lX, creada en %4$s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "no es pot demanar la contrasenya en mode desatès\n" msgstr "no es pot demanar la contrasenya en mode desatès\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Introduïu la contrasenya: " msgstr "Introduïu la contrasenya: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Repetiu la contrasenya: " msgstr "Repetiu la contrasenya: "
@ -4118,41 +4118,41 @@ msgstr "NOTA: la clau secreta %08lX caduca el %s\n"
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "NOTA: aquesta clau ha estat revocada!" msgstr "NOTA: aquesta clau ha estat revocada!"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "s'està sol·licitant la clau %08lX de %s\n" msgstr "s'està sol·licitant la clau %08lX de %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "no s'ha pogut obtenir del servidor la clau: %s\n" msgstr "no s'ha pogut obtenir del servidor la clau: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "error mentre s'enviava a «%s»: %s\n" msgstr "error mentre s'enviava a «%s»: %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "l'enviament a «%s» ha tingut èxit (status=%u)\n" msgstr "l'enviament a «%s» ha tingut èxit (status=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "l'enviament a «%s» ha fallat: status=%u\n" msgstr "l'enviament a «%s» ha fallat: status=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "aquest servidor de claus no suporta --search-keys\n" msgstr "aquest servidor de claus no suporta --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "s'està cercant «%s» al servidor HKP %s\n" msgstr "s'està cercant «%s» al servidor HKP %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "no es pot cercar el servidor de claus: %s\n" msgstr "no es pot cercar el servidor de claus: %s\n"
@ -4723,7 +4723,7 @@ msgstr ""
"no s'ha pogut evitar una clau feble per a xifratge simètric;\n" "no s'ha pogut evitar una clau feble per a xifratge simètric;\n"
"hi ha hagut %d intents!\n" "hi ha hagut %d intents!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA requereix l'ús d'un algoritme de dispersió de 160 bits\n" msgstr "DSA requereix l'ús d'un algoritme de dispersió de 160 bits\n"
@ -5137,17 +5137,17 @@ msgstr "No hi ha ajuda disponible"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "No hi ha ajuda disponible per a `%s'" msgstr "No hi ha ajuda disponible per a `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "error en crear l'anell «%s»: %s\n" msgstr "error en crear l'anell «%s»: %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "s'ha creat l'anell «%s»\n" msgstr "s'ha creat l'anell «%s»\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "no s'ha pogut reconstruir la memòria cau de l'anell: %s\n" msgstr "no s'ha pogut reconstruir la memòria cau de l'anell: %s\n"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg-1.2.3\n" "Project-Id-Version: gnupg-1.2.3\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2003-12-07 16:20+0200\n" "PO-Revision-Date: 2003-12-07 16:20+0200\n"
"Last-Translator: Roman Pavlik <rp@tns.cz>\n" "Last-Translator: Roman Pavlik <rp@tns.cz>\n"
"Language-Team: Czech <translations.cs@gnupg.cz>\n" "Language-Team: Czech <translations.cs@gnupg.cz>\n"
@ -2121,28 +2121,28 @@ msgstr "VAROV
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "pøíli¹ mnoho polo¾ek v bufferu veøejných klíèù - vypnuto\n" msgstr "pøíli¹ mnoho polo¾ek v bufferu veøejných klíèù - vypnuto\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[User ID not found]" msgstr "[User ID not found]"
# c-format # c-format
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Neplatný klíè %08lX zmìnìn na platný pomocí --always-non-selfsigned-uid\n" "Neplatný klíè %08lX zmìnìn na platný pomocí --always-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "neexistuje tajný podklíè pro veøejný klíè %08lX - ignorováno\n" msgstr "neexistuje tajný podklíè pro veøejný klíè %08lX - ignorováno\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "pou¾ívám sekundární klíè %08lX místo primárního klíèe %08lX\n" msgstr "pou¾ívám sekundární klíè %08lX místo primárního klíèe %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "klíè %08lX: tajný klíè bez klíèe veøejného - pøeskoèeno\n" msgstr "klíè %08lX: tajný klíè bez klíèe veøejného - pøeskoèeno\n"
@ -3861,7 +3861,7 @@ msgstr "
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "gpg-agent protokol verze %d není podporován\n" msgstr "gpg-agent protokol verze %d není podporován\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "nemohu se pøipojit k `%s': %s\n" msgstr "nemohu se pøipojit k `%s': %s\n"
@ -3870,11 +3870,11 @@ msgstr "nemohu se p
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "problém v komunikaci s gpg-agentem\n" msgstr "problém v komunikaci s gpg-agentem\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "problém s agentem - pou¾ívání agenta vypnuto\n" msgstr "problém s agentem - pou¾ívání agenta vypnuto\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (hlavní ID klíèe %08lX)" msgstr " (hlavní ID klíèe %08lX)"
@ -3906,16 +3906,16 @@ msgstr "heslo je p
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "neplatná reakce od agenta\n" msgstr "neplatná reakce od agenta\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "zru¹eno u¾ivatelem\n" msgstr "zru¹eno u¾ivatelem\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "problém s agentem: agent vrací 0x%lx\n" msgstr "problém s agentem: agent vrací 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3925,20 +3925,20 @@ msgstr ""
"Musíte znát heslo, abyste odemknul(a) tajný klíè pro\n" "Musíte znát heslo, abyste odemknul(a) tajný klíè pro\n"
"u¾ivatele: \"" "u¾ivatele: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "délka %u bitù, typ %s, klíè %08lX, vytvoøený %s" msgstr "délka %u bitù, typ %s, klíè %08lX, vytvoøený %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "v dávkovém re¾imu se nemohu ptát na heslo\n" msgstr "v dávkovém re¾imu se nemohu ptát na heslo\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Vlo¾te heslo: " msgstr "Vlo¾te heslo: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Opakujte heslo: " msgstr "Opakujte heslo: "
@ -4006,41 +4006,41 @@ msgstr "POZN
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "POZNÁMKA: klíè byl revokován" msgstr "POZNÁMKA: klíè byl revokován"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "po¾aduji klíè %08lX z %s\n" msgstr "po¾aduji klíè %08lX z %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "nemohu dostat klíè ze serveru klíèù: %s\n" msgstr "nemohu dostat klíè ze serveru klíèù: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "chyba pøi posílání na `%s': %s\n" msgstr "chyba pøi posílání na `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "úspì¹né odeslání na `%s' (status=%u)\n" msgstr "úspì¹né odeslání na `%s' (status=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "chyba odeslání na `%s': (status=%u)\n" msgstr "chyba odeslání na `%s': (status=%u)\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "tento keyserver nepodporuje --search-keys\n" msgstr "tento keyserver nepodporuje --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "vyhledávám \"%s\" na HKP serveru %s\n" msgstr "vyhledávám \"%s\" na HKP serveru %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "nemohu prohledávat server klíèù: %s\n" msgstr "nemohu prohledávat server klíèù: %s\n"
@ -4580,7 +4580,7 @@ msgstr ""
"nemohu se vyvarovat slabého klíèe pro symetrickou ¹ifru; operaci jsem zkusil " "nemohu se vyvarovat slabého klíèe pro symetrickou ¹ifru; operaci jsem zkusil "
"%d krát!\n" "%d krát!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA po¾aduje pou¾ití 160-ti bitového hashovacího algoritmu\n" msgstr "DSA po¾aduje pou¾ití 160-ti bitového hashovacího algoritmu\n"
@ -4980,17 +4980,17 @@ msgstr "Pomoc nen
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Pomoc není dostupná pro '%s'" msgstr "Pomoc není dostupná pro '%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "chyba pøi vytváøení souboru klíèù (keyring)`%s': %s\n" msgstr "chyba pøi vytváøení souboru klíèù (keyring)`%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "soubor klíèù (keyring) `%s' vytvoøen\n" msgstr "soubor klíèù (keyring) `%s' vytvoøen\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "selhalo obnovení vyrovnávací pamìti klíèù: %s\n" msgstr "selhalo obnovení vyrovnávací pamìti klíèù: %s\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.0.0h\n" "Project-Id-Version: gnupg 1.0.0h\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2003-12-03 16:11+0100\n" "PO-Revision-Date: 2003-12-03 16:11+0100\n"
"Last-Translator: Birger Langkjer <birger.langkjer@image.dk>\n" "Last-Translator: Birger Langkjer <birger.langkjer@image.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n" "Language-Team: Danish <dansk@klid.dk>\n"
@ -2070,27 +2070,27 @@ msgstr "ADVARSEL: intet blev eksporteret\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "" msgstr ""
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
#, fuzzy #, fuzzy
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[bruger ikke fundet]" msgstr "[bruger ikke fundet]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "" msgstr ""
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "bruger sekundær nøgle %08lX istedetfor primær nøgle %08lX\n" msgstr "bruger sekundær nøgle %08lX istedetfor primær nøgle %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "" msgstr ""
@ -3788,7 +3788,7 @@ msgstr ""
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "valgte cifferalgoritme %d er ugyldig\n" msgstr "valgte cifferalgoritme %d er ugyldig\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, fuzzy, c-format #, fuzzy, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "kan ikke åbne '%s': %s\n" msgstr "kan ikke åbne '%s': %s\n"
@ -3797,11 +3797,11 @@ msgstr "kan ikke
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "" msgstr ""
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "" msgstr ""
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (hovednøgle-ID %08lX)" msgstr " (hovednøgle-ID %08lX)"
@ -3832,36 +3832,36 @@ msgstr ""
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "" msgstr ""
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "" msgstr ""
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "" msgstr ""
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
"user: \"" "user: \""
msgstr "" msgstr ""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "" msgstr ""
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "" msgstr ""
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Indtast kodesætning: " msgstr "Indtast kodesætning: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Gentag kodesætning: " msgstr "Gentag kodesætning: "
@ -3928,41 +3928,41 @@ msgstr ""
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "nøgle %08lX: nøgle er blevet annulleret!\n" msgstr "nøgle %08lX: nøgle er blevet annulleret!\n"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, fuzzy, c-format #, fuzzy, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "importér nøgler fra en nøgleserver: %s\n" msgstr "importér nøgler fra en nøgleserver: %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, fuzzy, c-format #, fuzzy, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "importér nøgler fra en nøgleserver: %s\n" msgstr "importér nøgler fra en nøgleserver: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, fuzzy, c-format #, fuzzy, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "fejl ved læsning af '%s': %s\n" msgstr "fejl ved læsning af '%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "" msgstr ""
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "" msgstr ""
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "" msgstr ""
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "" msgstr ""
#: g10/hkp.c:575 #: g10/hkp.c:586
#, fuzzy, c-format #, fuzzy, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "importér nøgler fra en nøgleserver: %s\n" msgstr "importér nøgler fra en nøgleserver: %s\n"
@ -4477,7 +4477,7 @@ msgstr ""
msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n"
msgstr "" msgstr ""
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "" msgstr ""
@ -4768,17 +4768,17 @@ msgstr "Ingen hj
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Ingen hjælp tilgængelig for `%s'" msgstr "Ingen hjælp tilgængelig for `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, fuzzy, c-format #, fuzzy, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "fejl ved skrivning af nøglering `%s': %s\n" msgstr "fejl ved skrivning af nøglering `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "" msgstr ""
#: g10/keydb.c:639 #: g10/keydb.c:646
#, fuzzy, c-format #, fuzzy, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "ingen standard offentlig nøglering\n" msgstr "ingen standard offentlig nøglering\n"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg-1.2.2\n" "Project-Id-Version: gnupg-1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-07-20 16:01+0200\n" "PO-Revision-Date: 2004-07-20 16:01+0200\n"
"Last-Translator: Walter Koch <koch@u32.de>\n" "Last-Translator: Walter Koch <koch@u32.de>\n"
"Language-Team: German <de@li.org>\n" "Language-Team: German <de@li.org>\n"
@ -2134,29 +2134,29 @@ msgstr "WARNUNG: Nichts exportiert\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "zu viele Einträge im pk-Cache - abgeschaltet\n" msgstr "zu viele Einträge im pk-Cache - abgeschaltet\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[User-ID nicht gefunden]" msgstr "[User-ID nicht gefunden]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Ungültiger Schlüssel %08lX, gültig gemacht per --allow-non-selfsigned-uid\n" "Ungültiger Schlüssel %08lX, gültig gemacht per --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "" msgstr ""
"Kein privater Schlüssel zum öffentlichen Schlüssel %08lX - übergangen\n" "Kein privater Schlüssel zum öffentlichen Schlüssel %08lX - übergangen\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "" msgstr ""
"der Zweitschlüssel %08lX wird anstelle des Hauptschlüssels %08lX verwendet\n" "der Zweitschlüssel %08lX wird anstelle des Hauptschlüssels %08lX verwendet\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "" msgstr ""
@ -3903,7 +3903,7 @@ msgstr "fehlerhaft aufgebaute GPG_AGENT_INFO - Umgebungsvariable\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "GPG-Agent-Protokoll-Version %d wird nicht unterstützt\n" msgstr "GPG-Agent-Protokoll-Version %d wird nicht unterstützt\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "Verbindung zu '%s' kann nicht aufgebaut werden: %s\n" msgstr "Verbindung zu '%s' kann nicht aufgebaut werden: %s\n"
@ -3912,12 +3912,12 @@ msgstr "Verbindung zu '%s' kann nicht aufgebaut werden: %s\n"
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "Kommunikationsproblem mit GPG-Agent\n" msgstr "Kommunikationsproblem mit GPG-Agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "" msgstr ""
"Schwierigkeiten mit dem Agenten - Agent-Ansteuerung wird abgeschaltet\n" "Schwierigkeiten mit dem Agenten - Agent-Ansteuerung wird abgeschaltet\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (Hauptschlüssel-ID %08lX)" msgstr " (Hauptschlüssel-ID %08lX)"
@ -3949,16 +3949,16 @@ msgstr "Passphrase ist zu lang\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "Falsche Antwort des Agenten\n" msgstr "Falsche Antwort des Agenten\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "Abbruch durch Benutzer\n" msgstr "Abbruch durch Benutzer\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "Schwierigkeiten mit dem Agenten: Agent antwortet 0x%lx\n" msgstr "Schwierigkeiten mit dem Agenten: Agent antwortet 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3968,20 +3968,20 @@ msgstr ""
"Sie benötigen eine Passphrase, um den geheimen Schlüssel zu entsperren.\n" "Sie benötigen eine Passphrase, um den geheimen Schlüssel zu entsperren.\n"
"Benutzer: \"" "Benutzer: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u-Bit %s Schlüssel, ID %08lX, erzeugt %s" msgstr "%u-Bit %s Schlüssel, ID %08lX, erzeugt %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "Passphrase kann im Batchmodus nicht abgefragt werden\n" msgstr "Passphrase kann im Batchmodus nicht abgefragt werden\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Geben Sie die Passphrase ein: " msgstr "Geben Sie die Passphrase ein: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Geben Sie die Passphrase nochmal ein: " msgstr "Geben Sie die Passphrase nochmal ein: "
@ -4048,41 +4048,41 @@ msgstr "Hinweis: geheimer Schl
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "Hinweis: Schlüssel wurde widerrufen" msgstr "Hinweis: Schlüssel wurde widerrufen"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "Schlüssel %08lX wird von %s angefordert\n" msgstr "Schlüssel %08lX wird von %s angefordert\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "Schlüssel ist beim Schlüsselserver nicht erhältlich: %s\n" msgstr "Schlüssel ist beim Schlüsselserver nicht erhältlich: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "Fehler beim Senden an `%s': %s\n" msgstr "Fehler beim Senden an `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "Senden an `%s' erfolgreich (status=%u)\n" msgstr "Senden an `%s' erfolgreich (status=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "Senden an `%s' erfolglos (status=%u)\n" msgstr "Senden an `%s' erfolglos (status=%u)\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "Dieser Schlüsselserver unterstützt --search-keys nicht\n" msgstr "Dieser Schlüsselserver unterstützt --search-keys nicht\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "suche nach \"%s\" auf HKP-Server %s\n" msgstr "suche nach \"%s\" auf HKP-Server %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "kann Schlüsselserver nicht durchsuchen: %s\n" msgstr "kann Schlüsselserver nicht durchsuchen: %s\n"
@ -4649,7 +4649,7 @@ msgstr ""
"Trotz %d-fachen Versuch konnte die Erzeugung eines unsicheren Schlüssels für " "Trotz %d-fachen Versuch konnte die Erzeugung eines unsicheren Schlüssels für "
"sym.Verschlüsselung nicht vermieden werden!\n" "sym.Verschlüsselung nicht vermieden werden!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA benötigt einen 160-bit Hash Algorithmus\n" msgstr "DSA benötigt einen 160-bit Hash Algorithmus\n"
@ -5079,17 +5079,17 @@ msgstr "Keine Hilfe vorhanden."
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Keine Hilfe für '%s' vorhanden." msgstr "Keine Hilfe für '%s' vorhanden."
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "Fehler beim Erzeugen des Schlüsselbundes `%s': %s\n" msgstr "Fehler beim Erzeugen des Schlüsselbundes `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "Schlüsselbund `%s' erstellt\n" msgstr "Schlüsselbund `%s' erstellt\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "Schlüsselbund-Cache konnte nicht neu erzeugt werden: %s\n" msgstr "Schlüsselbund-Cache konnte nicht neu erzeugt werden: %s\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg-1.1.92\n" "Project-Id-Version: gnupg-1.1.92\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2003-06-27 12:00+0200\n" "PO-Revision-Date: 2003-06-27 12:00+0200\n"
"Last-Translator: Dokianakis Theofanis <madf@hellug.gr>\n" "Last-Translator: Dokianakis Theofanis <madf@hellug.gr>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n" "Language-Team: Greek <nls@tux.hellug.gr>\n"
@ -2127,27 +2127,27 @@ msgstr "
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "ðÜñá ðïëëÝò êáôá÷ùñÞóåéò óôç pk cache - áðåíåñãïðïéÞèçêå\n" msgstr "ðÜñá ðïëëÝò êáôá÷ùñÞóåéò óôç pk cache - áðåíåñãïðïéÞèçêå\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[User id äåí âñÝèçêå]" msgstr "[User id äåí âñÝèçêå]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Ìç Ýãêõñï êëåéäß %08lX Ýãéíå Ýãêõñï áðü ôï --allow-non-selfsigned-uid\n" "Ìç Ýãêõñï êëåéäß %08lX Ýãéíå Ýãêõñï áðü ôï --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "êáíÝíá ìõóôéêü õðïêëåéäß ãéá ôï äçìüóéï õðïêëåéäß %08lX - áãíüçóç\n" msgstr "êáíÝíá ìõóôéêü õðïêëåéäß ãéá ôï äçìüóéï õðïêëåéäß %08lX - áãíüçóç\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "÷ñÞóç ôïõ äåõôåñåýïíôïò êëåéäéïý %08lX áíôß ôïõ ðñùôåýïíôïò %08lX\n" msgstr "÷ñÞóç ôïõ äåõôåñåýïíôïò êëåéäéïý %08lX áíôß ôïõ ðñùôåýïíôïò %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "êëåéäß %08lX: ìõóôéêü êëåéäß ÷ùñßò äçìüóéï - ðáñáëåßöèçêå\n" msgstr "êëåéäß %08lX: ìõóôéêü êëåéäß ÷ùñßò äçìüóéï - ðáñáëåßöèçêå\n"
@ -3873,7 +3873,7 @@ msgstr "
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "äåí õðïóôçñßæåôáé ç Ýêäïóç ðñùôïêüëëïõ %d ôïõ gpg-agent\n" msgstr "äåí õðïóôçñßæåôáé ç Ýêäïóç ðñùôïêüëëïõ %d ôïõ gpg-agent\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "áäõíáìßá óýíäåóçò óôï `%s': %s\n" msgstr "áäõíáìßá óýíäåóçò óôï `%s': %s\n"
@ -3882,11 +3882,11 @@ msgstr "
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "ðñüâëçìá åðéêïéíùíßáò ìå ôï gpg-agent\n" msgstr "ðñüâëçìá åðéêïéíùíßáò ìå ôï gpg-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "ðñüâëçìá ìå ôïí agent - áðåíåñãïðïéÞóç ôçò ÷ñÞóçò ôïõ agent\n" msgstr "ðñüâëçìá ìå ôïí agent - áðåíåñãïðïéÞóç ôçò ÷ñÞóçò ôïõ agent\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (êýñéï êëåéäß, ID %08lX)" msgstr " (êýñéï êëåéäß, ID %08lX)"
@ -3919,16 +3919,16 @@ msgstr "
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "ìç Ýãêõñç áðÜíôçóç áðü ôïí agent\n" msgstr "ìç Ýãêõñç áðÜíôçóç áðü ôïí agent\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "áêõñþèçêå áðü ôï ÷ñÞóôç\n" msgstr "áêõñþèçêå áðü ôï ÷ñÞóôç\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "ðñüâëçìá ìå ôïí agent: agent åðéóôñÝöåé 0x%lx\n" msgstr "ðñüâëçìá ìå ôïí agent: agent åðéóôñÝöåé 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3938,20 +3938,20 @@ msgstr ""
"×ñåéÜæåóôå ìéá öñÜóç êëåéäß ãéá íá îåêëåéäþóåôå ôï ìõóôéêü êëåéäß\n" "×ñåéÜæåóôå ìéá öñÜóç êëåéäß ãéá íá îåêëåéäþóåôå ôï ìõóôéêü êëåéäß\n"
"ãéá ôï ÷ñÞóôç: \"" "ãéá ôï ÷ñÞóôç: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u-bit %s êëåéäß, ID %08lX, äçìéïõñãßá %s" msgstr "%u-bit %s êëåéäß, ID %08lX, äçìéïõñãßá %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "áäõíáìßá åñþôçóçò ôçò ëÝîçò êëåéäß óå êáôÜóôáóç äÝóìçò\n" msgstr "áäõíáìßá åñþôçóçò ôçò ëÝîçò êëåéäß óå êáôÜóôáóç äÝóìçò\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "ÐëçêôñïëïãÞóôå ôç öñÜóç êëåéäß: " msgstr "ÐëçêôñïëïãÞóôå ôç öñÜóç êëåéäß: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "ÅðáíáëÜâåôå ôç öñÜóç êëåéäß: " msgstr "ÅðáíáëÜâåôå ôç öñÜóç êëåéäß: "
@ -4017,41 +4017,41 @@ msgstr "
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "ÓÇÌÅÉÙÓÇ: ôï êëåéäß Ý÷åé áíáêëçèåß" msgstr "ÓÇÌÅÉÙÓÇ: ôï êëåéäß Ý÷åé áíáêëçèåß"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "áßôçóç êëåéäéïý %08lX áðü ôï %s\n" msgstr "áßôçóç êëåéäéïý %08lX áðü ôï %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "áäõíáìßá ëÞøçò ôïõ êëåéäéïý áðü ôï äéáêïìéóôÞ: %s\n" msgstr "áäõíáìßá ëÞøçò ôïõ êëåéäéïý áðü ôï äéáêïìéóôÞ: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "óöÜëìá óôç áðïóôïëÞ ðñïò ôï `%s': %s\n" msgstr "óöÜëìá óôç áðïóôïëÞ ðñïò ôï `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "åðéôõ÷ßá ôçò áðïóôïëÞò óôï `%s' (êáôÜóôáóç=%u)\n" msgstr "åðéôõ÷ßá ôçò áðïóôïëÞò óôï `%s' (êáôÜóôáóç=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "áðïôõ÷ßá óôçí áðïóôïëÞ ðñïò ôï `%s': êáôÜóôáóç=%u\n" msgstr "áðïôõ÷ßá óôçí áðïóôïëÞ ðñïò ôï `%s': êáôÜóôáóç=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "áõôüò ï keyserver äåí õðïóôçñßæåé --search-keys\n" msgstr "áõôüò ï keyserver äåí õðïóôçñßæåé --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "áíáæÞôçóç ôïõ \"%s\" áðü ôï HKP äéáêïìéóôÞ %s\n" msgstr "áíáæÞôçóç ôïõ \"%s\" áðü ôï HKP äéáêïìéóôÞ %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "áäõíáìßá áíáæÞôçóçò äéáêïìéóôÞ: %s\n" msgstr "áäõíáìßá áíáæÞôçóçò äéáêïìéóôÞ: %s\n"
@ -4604,7 +4604,7 @@ msgstr ""
"áäõíáìßá áðïöõãÞò áäýíáìïõ êëåéäéïý ãéá óõììåôñéêü êñõðôáëãüñéèìï, äïêéìÞ " "áäõíáìßá áðïöõãÞò áäýíáìïõ êëåéäéïý ãéá óõììåôñéêü êñõðôáëãüñéèìï, äïêéìÞ "
"ãéá %d öïñÝò!\n" "ãéá %d öïñÝò!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "ï DSA áðáéôåß ôç ÷ñÞóç åíüò 160 bit áëãüñéèìïõ hash\n" msgstr "ï DSA áðáéôåß ôç ÷ñÞóç åíüò 160 bit áëãüñéèìïõ hash\n"
@ -5012,17 +5012,17 @@ msgstr "
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Äåí õðÜñ÷åé äéáèÝóéìç âïÞèåéá ãéá `%s'" msgstr "Äåí õðÜñ÷åé äéáèÝóéìç âïÞèåéá ãéá `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "áäõíáìßá äçìéïõñãßáò ôçò êëåéäïèÞêçò `%s': %s\n" msgstr "áäõíáìßá äçìéïõñãßáò ôçò êëåéäïèÞêçò `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "êëåéäïèÞêç `%s' äçìéïõñãÞèçêå\n" msgstr "êëåéäïèÞêç `%s' äçìéïõñãÞèçêå\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "áðïôõ÷ßá åðáíáäüìçóçò ôçò cache êëåéäïèÞêçò: %s\n" msgstr "áðïôõ÷ßá åðáíáäüìçóçò ôçò cache êëåéäïèÞêçò: %s\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.0.6d\n" "Project-Id-Version: gnupg 1.0.6d\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2002-04-14 14:33+0100\n" "PO-Revision-Date: 2002-04-14 14:33+0100\n"
"Last-Translator: Edmund GRIMLEY EVANS <edmundo@rano.org>\n" "Last-Translator: Edmund GRIMLEY EVANS <edmundo@rano.org>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
@ -2101,26 +2101,26 @@ msgstr "AVERTO: nenio estis eksportita\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "tro da registroj en pk-staplo - malþaltas\n" msgstr "tro da registroj en pk-staplo - malþaltas\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[Uzantidentigilo ne trovita]" msgstr "[Uzantidentigilo ne trovita]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, fuzzy, c-format #, fuzzy, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "Nevalida þlosilo %08lX validigita per --always-trust\n" msgstr "Nevalida þlosilo %08lX validigita per --always-trust\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, fuzzy, c-format #, fuzzy, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "estas sekreta þlosilo por la publika þlosilo \"%s\"!\n" msgstr "estas sekreta þlosilo por la publika þlosilo \"%s\"!\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "uzas flankan þlosilon %08lX anstataý la æefa þlosilo %08lX\n" msgstr "uzas flankan þlosilon %08lX anstataý la æefa þlosilo %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "þlosilo %08lX: sekreta þlosilo sen publika þlosilo - ignorita\n" msgstr "þlosilo %08lX: sekreta þlosilo sen publika þlosilo - ignorita\n"
@ -3862,7 +3862,7 @@ msgstr "malbona valoro de la media variablo GPG_AGENT_INFO\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "protokolversio %d de gpg-agent ne estas uzebla\n" msgstr "protokolversio %d de gpg-agent ne estas uzebla\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "ne povas konektiøi al '%s': %s\n" msgstr "ne povas konektiøi al '%s': %s\n"
@ -3871,11 +3871,11 @@ msgstr "ne povas konekti
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "komunikproblemo kun gpg-agent\n" msgstr "komunikproblemo kun gpg-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "problemo kun agento - malþaltas uzadon de agento\n" msgstr "problemo kun agento - malþaltas uzadon de agento\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (æefþlosilo %08lX)" msgstr " (æefþlosilo %08lX)"
@ -3907,16 +3907,16 @@ msgstr "pasfrazo estas tro longa\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "nevalida respondo de agento\n" msgstr "nevalida respondo de agento\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "nuligita de uzanto\n" msgstr "nuligita de uzanto\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "problemo kun agento: agento redonas 0x%lx\n" msgstr "problemo kun agento: agento redonas 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3926,20 +3926,20 @@ msgstr ""
"Vi bezonas pasfrazon por malþlosi la sekretan þlosilon\n" "Vi bezonas pasfrazon por malþlosi la sekretan þlosilon\n"
"por la uzanto: \"" "por la uzanto: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u-bita %s-þlosilo, %08lX, kreita je %s" msgstr "%u-bita %s-þlosilo, %08lX, kreita je %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "ne povas kontroli pasvorton en neinteraga reøimo\n" msgstr "ne povas kontroli pasvorton en neinteraga reøimo\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Donu pasfrazon: " msgstr "Donu pasfrazon: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Ripetu pasfrazon: " msgstr "Ripetu pasfrazon: "
@ -4006,41 +4006,41 @@ msgstr "NOTO: sekreta
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "þlosilo %08lX: þlosilo estas revokita!\n" msgstr "þlosilo %08lX: þlosilo estas revokita!\n"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, fuzzy, c-format #, fuzzy, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "petas la þlosilon %08lX de HKP-þlosilservilo %s ...\n" msgstr "petas la þlosilon %08lX de HKP-þlosilservilo %s ...\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "ne povas akiri þlosilon de þlosilservilo: %s\n" msgstr "ne povas akiri þlosilon de þlosilservilo: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "eraro dum sendo al '%s': %s\n" msgstr "eraro dum sendo al '%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "sukceso dum sendo al '%s' (statuso=%u)\n" msgstr "sukceso dum sendo al '%s' (statuso=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "malsukceso dum sendo al '%s': statuso=%u\n" msgstr "malsukceso dum sendo al '%s': statuso=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "" msgstr ""
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "seræas pri \"%s\" æe HKP-servilo %s\n" msgstr "seræas pri \"%s\" æe HKP-servilo %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "ne povas seræi æe þlosilservilo: %s\n" msgstr "ne povas seræi æe þlosilservilo: %s\n"
@ -4575,7 +4575,7 @@ msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n"
msgstr "" msgstr ""
"ne povas eviti malfortajn þlosilojn por simetria æifro; provis %d fojojn!\n" "ne povas eviti malfortajn þlosilojn por simetria æifro; provis %d fojojn!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "" msgstr ""
@ -4968,17 +4968,17 @@ msgstr "Nenia helpo disponata"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Nenia helpo disponata por '%s'" msgstr "Nenia helpo disponata por '%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "eraro dum kreado de þlosilaro '%s': %s\n" msgstr "eraro dum kreado de þlosilaro '%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "þlosilaro '%s' kreita\n" msgstr "þlosilaro '%s' kreita\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "malsukcesis rekonstrui þlosilaran staplon: %s\n" msgstr "malsukcesis rekonstrui þlosilaran staplon: %s\n"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GNU gnupg 1.2.2\n" "Project-Id-Version: GNU gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-06-18 22:40+0100\n" "PO-Revision-Date: 2004-06-18 22:40+0100\n"
"Last-Translator: Jaime Suárez <jsuarez@ono.com>\n" "Last-Translator: Jaime Suárez <jsuarez@ono.com>\n"
"Language-Team: Spanish <es@li.org>\n" "Language-Team: Spanish <es@li.org>\n"
@ -2158,26 +2158,26 @@ msgstr "ATENCI
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "demasiados registros en la cache pk - anulada\n" msgstr "demasiados registros en la cache pk - anulada\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[Identificador de usuario no encontrado]" msgstr "[Identificador de usuario no encontrado]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "Clave %08lX inválida hecha mediante --allow-non-selfsigned-uid\n" msgstr "Clave %08lX inválida hecha mediante --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "no hay subclave secreta para la clave pública %08lX -ignorada\n" msgstr "no hay subclave secreta para la clave pública %08lX -ignorada\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "usando clave secundaria %08lX en vez de clave primaria %08lX\n" msgstr "usando clave secundaria %08lX en vez de clave primaria %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "clave %08lX: clave secreta sin clave pública - omitida\n" msgstr "clave %08lX: clave secreta sin clave pública - omitida\n"
@ -3891,7 +3891,7 @@ msgstr "variable de entorno GPG_AGENT_INFO malformada\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "el programa no permite usar el protocolo agente gpg versión %d\n" msgstr "el programa no permite usar el protocolo agente gpg versión %d\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "no se puede conectar con `%s': %s\n" msgstr "no se puede conectar con `%s': %s\n"
@ -3900,11 +3900,11 @@ msgstr "no se puede conectar con `%s': %s\n"
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "problema de comunicación con el agente gpg\n" msgstr "problema de comunicación con el agente gpg\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "problema con el agente - inhabilitando el uso del agente\n" msgstr "problema con el agente - inhabilitando el uso del agente\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr "(ID clave primaria %08lX)" msgstr "(ID clave primaria %08lX)"
@ -3936,16 +3936,16 @@ msgstr "frase contrase
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "respuesta del agente inválida\n" msgstr "respuesta del agente inválida\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "cancelado por el usuario\n" msgstr "cancelado por el usuario\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "problema con el agente: el agente devuelve 0x%lx\n" msgstr "problema con el agente: el agente devuelve 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3955,20 +3955,20 @@ msgstr ""
"Necesita una frase contraseña para desbloquear la clave secreta\n" "Necesita una frase contraseña para desbloquear la clave secreta\n"
"del usuario: \"" "del usuario: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "clave %2$s de %1$u bits, ID %3$08lX, creada el %4$s" msgstr "clave %2$s de %1$u bits, ID %3$08lX, creada el %4$s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "imposible pedir contraseña en modo de proceso por lotes\n" msgstr "imposible pedir contraseña en modo de proceso por lotes\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Introduzca frase contraseña: " msgstr "Introduzca frase contraseña: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Repita frase contraseña: " msgstr "Repita frase contraseña: "
@ -4034,41 +4034,41 @@ msgstr "NOTA: clave secreta %08lX caducada el %s\n"
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "NOTA: la clave ha sido revocada" msgstr "NOTA: la clave ha sido revocada"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "solicitando clave %08lX a %s\n" msgstr "solicitando clave %08lX a %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "no puede obtenerse la clave en el servidor: %s\n" msgstr "no puede obtenerse la clave en el servidor: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "error enviando a `%s': %s\n" msgstr "error enviando a `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "envió correcto a `%s` (estado=%u)\n" msgstr "envió correcto a `%s` (estado=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "falló el envio a `%s': status=%u\n" msgstr "falló el envio a `%s': status=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "este servidor de clave no proporciona --search-keys\n" msgstr "este servidor de clave no proporciona --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "buscando \"%s\" en el servidor HKP %s\n" msgstr "buscando \"%s\" en el servidor HKP %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "no puede buscarse en el servidor: %s\n" msgstr "no puede buscarse en el servidor: %s\n"
@ -4609,7 +4609,7 @@ msgstr ""
"¡imposible evitar clave débil para cifrado simétrico después de %d " "¡imposible evitar clave débil para cifrado simétrico después de %d "
"intentos!\n" "intentos!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA necesita un algoritmo de hash de 160 bits.\n" msgstr "DSA necesita un algoritmo de hash de 160 bits.\n"
@ -5007,17 +5007,17 @@ msgstr "Ayuda no disponible"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "No hay ayuda disponible para `%s'" msgstr "No hay ayuda disponible para `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "error escribiendo anillo `%s': %s\n" msgstr "error escribiendo anillo `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "anillo `%s' creado\n" msgstr "anillo `%s' creado\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "fallo reconstruyendo caché del anillo de claves: %s\n" msgstr "fallo reconstruyendo caché del anillo de claves: %s\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.2\n" "Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-06-17 11:04+0300\n" "PO-Revision-Date: 2004-06-17 11:04+0300\n"
"Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n" "Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n"
"Language-Team: Estonian <et@li.org>\n" "Language-Team: Estonian <et@li.org>\n"
@ -2081,28 +2081,28 @@ msgstr "HOIATUS: midagi ei eksporditud\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "avalike võtmete puhvris on liiga palju võtmeid - blokeerin\n" msgstr "avalike võtmete puhvris on liiga palju võtmeid - blokeerin\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[Kasutaja id puudub]" msgstr "[Kasutaja id puudub]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Vigane võti %08lX muudeti kehtivaks võtme --allow-non-selfsigned-uid " "Vigane võti %08lX muudeti kehtivaks võtme --allow-non-selfsigned-uid "
"kasutamisega\n" "kasutamisega\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "avalikul alamvõtmel %08lX puudub salajane alamvõti - ignoreerin\n" msgstr "avalikul alamvõtmel %08lX puudub salajane alamvõti - ignoreerin\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "kasutan sekundaarset võtit %08lX primaarse võtme %08lX asemel\n" msgstr "kasutan sekundaarset võtit %08lX primaarse võtme %08lX asemel\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "võti %08lX: salajane võti avaliku võtmeta - jätsin vahele\n" msgstr "võti %08lX: salajane võti avaliku võtmeta - jätsin vahele\n"
@ -3806,7 +3806,7 @@ msgstr "vigane GPG_AGENT_INFO keskkonnamuutuja\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "gpg-agendi protokolli versioon %d ei ole toetatud\n" msgstr "gpg-agendi protokolli versioon %d ei ole toetatud\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "ei õnnestu luua ühendust serveriga `%s': %s\n" msgstr "ei õnnestu luua ühendust serveriga `%s': %s\n"
@ -3815,11 +3815,11 @@ msgstr "ei
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "probleem gpg-agent programmiga suhtlemisel\n" msgstr "probleem gpg-agent programmiga suhtlemisel\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "probleem agendiga - blokeerin agendi kasutamise\n" msgstr "probleem agendiga - blokeerin agendi kasutamise\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (peamise võtme ID %08lX)" msgstr " (peamise võtme ID %08lX)"
@ -3851,16 +3851,16 @@ msgstr "liiga pikk parool\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "vigane vastus agendilt\n" msgstr "vigane vastus agendilt\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "katkestatud kasutaja poolt\n" msgstr "katkestatud kasutaja poolt\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "probleem agendiga: agent tagastas 0x%lx\n" msgstr "probleem agendiga: agent tagastas 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3870,20 +3870,20 @@ msgstr ""
"Te vajate kasutaja salajase võtme lahtilukustamiseks\n" "Te vajate kasutaja salajase võtme lahtilukustamiseks\n"
"parooli: \"" "parooli: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u-bitine %s võti, ID %08lX, loodud %s" msgstr "%u-bitine %s võti, ID %08lX, loodud %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "pakettmoodis ei saa parooli küsida\n" msgstr "pakettmoodis ei saa parooli küsida\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Sisestage parool: " msgstr "Sisestage parool: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Korrake parooli: " msgstr "Korrake parooli: "
@ -3949,41 +3949,41 @@ msgstr "M
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "MÄRKUS: võti on tühistatud" msgstr "MÄRKUS: võti on tühistatud"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "küsin võtit %08lX võtmeserverist %s\n" msgstr "küsin võtit %08lX võtmeserverist %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "võtmeserverist ei saa võtit: %s\n" msgstr "võtmeserverist ei saa võtit: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "viga teate saatmisel serverile `%s': %s\n" msgstr "viga teate saatmisel serverile `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "teate saatmine serverile `%s' õnnestus (olek=%u)\n" msgstr "teate saatmine serverile `%s' õnnestus (olek=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "teate saatmine serverile `%s' ebaõnnestus: olek=%u\n" msgstr "teate saatmine serverile `%s' ebaõnnestus: olek=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "see võtmeserver ei toeta --search-keys\n" msgstr "see võtmeserver ei toeta --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "otsin \"%s\" HKP serverist %s\n" msgstr "otsin \"%s\" HKP serverist %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "võtmeserverist ei saa otsida: %s\n" msgstr "võtmeserverist ei saa otsida: %s\n"
@ -4513,7 +4513,7 @@ msgstr ""
"sümmeetrilises ¨ifris ei õnnestu vältida nõrga võtme kasutamist; proovisin %" "sümmeetrilises ¨ifris ei õnnestu vältida nõrga võtme kasutamist; proovisin %"
"d korda!\n" "d korda!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA nõuab 160 bitist räsialgoritmi kasutamist\n" msgstr "DSA nõuab 160 bitist räsialgoritmi kasutamist\n"
@ -4905,17 +4905,17 @@ msgstr "Abiinfo puudub"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "`%s' kohta abiinfo puudub" msgstr "`%s' kohta abiinfo puudub"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "viga võtmehoidla `%s' loomisel: %s\n" msgstr "viga võtmehoidla `%s' loomisel: %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "võtmehoidla `%s' on loodud\n" msgstr "võtmehoidla `%s' on loodud\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "võtmehoidla vahemälu uuesti loomine ebaõnnestus: %s\n" msgstr "võtmehoidla vahemälu uuesti loomine ebaõnnestus: %s\n"

View File

@ -22,7 +22,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.2\n" "Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-06-16 22:40+0300\n" "PO-Revision-Date: 2004-06-16 22:40+0300\n"
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n" "Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
@ -2115,28 +2115,28 @@ msgstr "VAROITUS: mitään ei viety\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "pk-välimuistissa on liian monta kohdetta - poistettu käytöstä\n" msgstr "pk-välimuistissa on liian monta kohdetta - poistettu käytöstä\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[Käyttäjätunnusta ei löytynyt]" msgstr "[Käyttäjätunnusta ei löytynyt]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Epäkelpo avain %08lX hyväksytty valitsimella --allow-non-selfsigned-uid\n" "Epäkelpo avain %08lX hyväksytty valitsimella --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "ei salaista aliavainta julkiselle aliavaimelle %08lX - ohitetaan\n" msgstr "ei salaista aliavainta julkiselle aliavaimelle %08lX - ohitetaan\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "" msgstr ""
"käytetään toissijaista avainta %08lX ensisijaisen avaimen %08lX sijasta\n" "käytetään toissijaista avainta %08lX ensisijaisen avaimen %08lX sijasta\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "" msgstr ""
@ -3858,7 +3858,7 @@ msgstr "GPG_AGENT_INFO-ympäristömuuttuja on väärin muotoiltu\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "gpg-agent-protokollaversio %d ei ole tuettu\n" msgstr "gpg-agent-protokollaversio %d ei ole tuettu\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "yhteys kohteeseen \"%s\" ei onnistu: %s\n" msgstr "yhteys kohteeseen \"%s\" ei onnistu: %s\n"
@ -3867,11 +3867,11 @@ msgstr "yhteys kohteeseen \"%s\" ei onnistu: %s\n"
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "gpg-agentin kanssa yhteysongelma\n" msgstr "gpg-agentin kanssa yhteysongelma\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "agentin käytössä on ongelmia - agenttia ei käytetä\n" msgstr "agentin käytössä on ongelmia - agenttia ei käytetä\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (pääavaimen tunnus %08lX)" msgstr " (pääavaimen tunnus %08lX)"
@ -3903,16 +3903,16 @@ msgstr "salasana on liian pitkä\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "agentin lähettämä vastaus ei kelpaa\n" msgstr "agentin lähettämä vastaus ei kelpaa\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "käyttäjän peruma\n" msgstr "käyttäjän peruma\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "agentin käytössä on ongelmia: agentti vastaa 0x%lx\n" msgstr "agentin käytössä on ongelmia: agentti vastaa 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3921,20 +3921,20 @@ msgstr ""
"\n" "\n"
"Tarvitset salasanan avataksesi salaisen avaimen käyttäjälle: \"" "Tarvitset salasanan avataksesi salaisen avaimen käyttäjälle: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u-bittinen %s-avain, tunnus %08lX, luotu %s" msgstr "%u-bittinen %s-avain, tunnus %08lX, luotu %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "salasanan kysyminen ei onnistu eräajossa\n" msgstr "salasanan kysyminen ei onnistu eräajossa\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Syötä salasana: " msgstr "Syötä salasana: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Toista salasana: " msgstr "Toista salasana: "
@ -4001,41 +4001,41 @@ msgstr "HUOM: salainen avain %08lX vanheni %s\n"
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "HUOM: avain on mitätöity!" msgstr "HUOM: avain on mitätöity!"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "pyydetään avainta %08lX kohteesta %s\n" msgstr "pyydetään avainta %08lX kohteesta %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "avainpalvelimelta ei saa avainta: %s\n" msgstr "avainpalvelimelta ei saa avainta: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "virhe lähettäessä kohteeseen \"%s\": %s\n" msgstr "virhe lähettäessä kohteeseen \"%s\": %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "kohteeseen \"%s\" lähettäminen onnistui (tila=%u)\n" msgstr "kohteeseen \"%s\" lähettäminen onnistui (tila=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "virhe lähettäessä kohteeseen \"%s\": tila=%u\n" msgstr "virhe lähettäessä kohteeseen \"%s\": tila=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "tämä avainpalvelin ei tue valitsinta --search-keys\n" msgstr "tämä avainpalvelin ei tue valitsinta --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "etsitään \"%s\" HKP-palvelimelta %s\n" msgstr "etsitään \"%s\" HKP-palvelimelta %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr " avainpalvelimelta ei pysty etsimään: %s\n" msgstr " avainpalvelimelta ei pysty etsimään: %s\n"
@ -4590,7 +4590,7 @@ msgstr ""
"heikon avaimen luomista symmetriselle salaimelle ei voitu välttää; \n" "heikon avaimen luomista symmetriselle salaimelle ei voitu välttää; \n"
"yritettiin %d kertaa!\n" "yritettiin %d kertaa!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA vaatii 160-bittisen tiivistealgoritmin käyttöä\n" msgstr "DSA vaatii 160-bittisen tiivistealgoritmin käyttöä\n"
@ -4995,17 +4995,17 @@ msgstr "Ei ohjeita saatavilla"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Ei ohjetta aiheesta \"%s\"" msgstr "Ei ohjetta aiheesta \"%s\""
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "virhe luotaessa avainrengasta \"%s\": %s\n" msgstr "virhe luotaessa avainrengasta \"%s\": %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "avainrengas \"%s\" luotu\n" msgstr "avainrengas \"%s\" luotu\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "avainrenkaan välimuistin uudelleenluominen epäonnistui: %s\n" msgstr "avainrenkaan välimuistin uudelleenluominen epäonnistui: %s\n"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.5\n" "Project-Id-Version: gnupg 1.2.5\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-06-16 20:20+0200\n" "PO-Revision-Date: 2004-06-16 20:20+0200\n"
"Last-Translator: Gaël Quéri <gael@lautre.net>\n" "Last-Translator: Gaël Quéri <gael@lautre.net>\n"
"Language-Team: French <traduc@traduc.org>\n" "Language-Team: French <traduc@traduc.org>\n"
@ -2158,29 +2158,29 @@ msgstr "ATTENTION: rien n'a
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "trop d'entrées dans le cache pk - désactivé\n" msgstr "trop d'entrées dans le cache pk - désactivé\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[Nom utilisateur introuvable]" msgstr "[Nom utilisateur introuvable]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"La clé invalide %08lX a été rendue valide par --allow-non-selfsigned-uid\n" "La clé invalide %08lX a été rendue valide par --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "pas de sous-clé secrète pour la clé publique %08lX - ignorée\n" msgstr "pas de sous-clé secrète pour la clé publique %08lX - ignorée\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "" msgstr ""
"utilisation de la clé secondaire %08lX à la place de la clé\n" "utilisation de la clé secondaire %08lX à la place de la clé\n"
"principale %08lX\n" "principale %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "clé %08lX: clé secrète sans clé publique - non prise en compte\n" msgstr "clé %08lX: clé secrète sans clé publique - non prise en compte\n"
@ -3922,7 +3922,7 @@ msgstr "la variable d'environnement GPG_AGENT_INFO est mal d
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "le protocole gpg-agent version %d n'est pas supporté\n" msgstr "le protocole gpg-agent version %d n'est pas supporté\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "impossible de se connecter à `%s': %s\n" msgstr "impossible de se connecter à `%s': %s\n"
@ -3931,11 +3931,11 @@ msgstr "impossible de se connecter
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "problème de communication avec ssh-agent\n" msgstr "problème de communication avec ssh-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "problème avec l'agent - arrêt d'utilisation de l'agent\n" msgstr "problème avec l'agent - arrêt d'utilisation de l'agent\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (ID clé principale %08lX)" msgstr " (ID clé principale %08lX)"
@ -3968,16 +3968,16 @@ msgstr "mot de passe trop long\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "réponse de l'agent invalide\n" msgstr "réponse de l'agent invalide\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "annulé par l'utilisateur\n" msgstr "annulé par l'utilisateur\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "problème avec l'agent : l'agent renvoie 0x%lx\n" msgstr "problème avec l'agent : l'agent renvoie 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3987,20 +3987,20 @@ msgstr ""
"Vous avez besoin d'un mot de passe pour déverrouiller la clé secrète pour\n" "Vous avez besoin d'un mot de passe pour déverrouiller la clé secrète pour\n"
"l'utilisateur: \"" "l'utilisateur: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "clé de %u bits %s, ID %08lX, créée le %s" msgstr "clé de %u bits %s, ID %08lX, créée le %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "impossible de demander un mot de passe en mode automatique\n" msgstr "impossible de demander un mot de passe en mode automatique\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Entrez le mot de passe: " msgstr "Entrez le mot de passe: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Répétez le mot de passe: " msgstr "Répétez le mot de passe: "
@ -4070,41 +4070,41 @@ msgstr "NOTE: la cl
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "NOTE: la clé a été révoquée" msgstr "NOTE: la clé a été révoquée"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "requête de la clé %08lX de %s\n" msgstr "requête de la clé %08lX de %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "impossible d'obtenir les clés du serveur: %s\n" msgstr "impossible d'obtenir les clés du serveur: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "erreur pendant l'envoi de `%s': %s\n" msgstr "erreur pendant l'envoi de `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "l'envoi à `%s' s'est déroulé avec succès (résultat=%u)\n" msgstr "l'envoi à `%s' s'est déroulé avec succès (résultat=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "l'envoi à `%s' a échoué: le résultat est %u\n" msgstr "l'envoi à `%s' a échoué: le résultat est %u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "ce serveur de clés ne supporte pas --search-keys\n" msgstr "ce serveur de clés ne supporte pas --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "recherche de \"%s\" du serveur HKP %s\n" msgstr "recherche de \"%s\" du serveur HKP %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "impossible de chercher une clé dans le serveur : %s\n" msgstr "impossible de chercher une clé dans le serveur : %s\n"
@ -4676,7 +4676,7 @@ msgstr ""
"impossible d'éviter une clé faible pour le chiffrement symétrique:\n" "impossible d'éviter une clé faible pour le chiffrement symétrique:\n"
"%d essais ont eu lieu !\n" "%d essais ont eu lieu !\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA nécessite l'utilisation d'un algorithme de hachage de 160 bits\n" msgstr "DSA nécessite l'utilisation d'un algorithme de hachage de 160 bits\n"
@ -5073,17 +5073,17 @@ msgstr "Pas d'aide disponible"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Pas d'aide disponible pour `%s'" msgstr "Pas d'aide disponible pour `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "erreur durant la création du porte-clés `%s' : %s\n" msgstr "erreur durant la création du porte-clés `%s' : %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "le porte-clés `%s` a été créé\n" msgstr "le porte-clés `%s` a été créé\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "la reconstruction du cache de porte-clés a échoué : %s\n" msgstr "la reconstruction du cache de porte-clés a échoué : %s\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.4\n" "Project-Id-Version: gnupg 1.2.4\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2003-12-04 11:39+0100\n" "PO-Revision-Date: 2003-12-04 11:39+0100\n"
"Last-Translator: Jacobo Tarrio <jtarrio@trasno.net>\n" "Last-Translator: Jacobo Tarrio <jtarrio@trasno.net>\n"
"Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n" "Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n"
@ -2111,28 +2111,28 @@ msgstr "AVISO: non se exportou nada\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "demasiadas entradas na caché de chaves públicas - desactivada\n" msgstr "demasiadas entradas na caché de chaves públicas - desactivada\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[Non se atopou o id de usuario]" msgstr "[Non se atopou o id de usuario]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Chave %08lX non válida convertida en válida por --allow-non-selfsigned-uid\n" "Chave %08lX non válida convertida en válida por --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "" msgstr ""
"non hai unha sub-chave secreta para a sub-chave pública %08lX - ignórase\n" "non hai unha sub-chave secreta para a sub-chave pública %08lX - ignórase\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "emprégase a chave secundaria %08lX no canto da primaria %08lX\n" msgstr "emprégase a chave secundaria %08lX no canto da primaria %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "chave %08lX: chave secreta sen chave pública - omitida\n" msgstr "chave %08lX: chave secreta sen chave pública - omitida\n"
@ -3860,7 +3860,7 @@ msgstr "variable de ambiente GPG_AGENT_INFO mal formada\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "a versión %d do protocolo de gpg-agent non está soportada\n" msgstr "a versión %d do protocolo de gpg-agent non está soportada\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "non se puido conectar a `%s': %s\n" msgstr "non se puido conectar a `%s': %s\n"
@ -3869,11 +3869,11 @@ msgstr "non se puido conectar a `%s': %s\n"
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "problema de comunicación con gpg-agent\n" msgstr "problema de comunicación con gpg-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "problema co axente - desactivando o emprego do axente\n" msgstr "problema co axente - desactivando o emprego do axente\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (ID principal da chave %08lX)" msgstr " (ID principal da chave %08lX)"
@ -3905,16 +3905,16 @@ msgstr "contrasinal demasiado longo\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "resposta do axente non válida\n" msgstr "resposta do axente non válida\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "cancelado polo usuario\n" msgstr "cancelado polo usuario\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "problema co axente: o axente voltou coa resposta 0x%lx\n" msgstr "problema co axente: o axente voltou coa resposta 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3924,20 +3924,20 @@ msgstr ""
"Necesita un contrasinal para desbloquea-la chave secreta para\n" "Necesita un contrasinal para desbloquea-la chave secreta para\n"
"o usuario \"" "o usuario \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u-bits, chave %s, ID %08lX, creada %s" msgstr "%u-bits, chave %s, ID %08lX, creada %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "non se pode consulta-lo contrasinal en modo de proceso por lotes\n" msgstr "non se pode consulta-lo contrasinal en modo de proceso por lotes\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Introduza o contrasinal: " msgstr "Introduza o contrasinal: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Repita o contrasinal: " msgstr "Repita o contrasinal: "
@ -4003,41 +4003,41 @@ msgstr "NOTA: a chave secreta %08lX caducou o %s\n"
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "NOTA: a chave está revocada" msgstr "NOTA: a chave está revocada"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "solicitando a chave %08lX de %s\n" msgstr "solicitando a chave %08lX de %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "non se pode obte-la chave do servidor de chaves: %s\n" msgstr "non se pode obte-la chave do servidor de chaves: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "erro ao enviar a `%s': %s\n" msgstr "erro ao enviar a `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "éxito ao enviar a `%s' (estado=%u)\n" msgstr "éxito ao enviar a `%s' (estado=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "fallo ao enviar a `%s': estado=%u\n" msgstr "fallo ao enviar a `%s': estado=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "este servidor de chaves non soporta --search-keys\n" msgstr "este servidor de chaves non soporta --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "buscando \"%s\" no servidor HKP %s\n" msgstr "buscando \"%s\" no servidor HKP %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "non se pode buscar no servidor de chaves: %s\n" msgstr "non se pode buscar no servidor de chaves: %s\n"
@ -4591,7 +4591,7 @@ msgstr ""
"non se pode evitar unha chave feble para o cifrado simétrico; tentouse %d " "non se pode evitar unha chave feble para o cifrado simétrico; tentouse %d "
"veces\n" "veces\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA require o emprego dun algoritmo hash de 160 bits\n" msgstr "DSA require o emprego dun algoritmo hash de 160 bits\n"
@ -4985,17 +4985,17 @@ msgstr "Non hai axuda dispo
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Non hai axuda dispoñible para `%s'" msgstr "Non hai axuda dispoñible para `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "erro ao crea-lo chaveiro `%s': %s\n" msgstr "erro ao crea-lo chaveiro `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "chaveiro `%s' creado\n" msgstr "chaveiro `%s' creado\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "fallo ao reconstruí-la caché de chaveiros: %s\n" msgstr "fallo ao reconstruí-la caché de chaveiros: %s\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.5\n" "Project-Id-Version: gnupg 1.2.5\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-06-19 21:53+0200\n" "PO-Revision-Date: 2004-06-19 21:53+0200\n"
"Last-Translator: Nagy Ferenc László <nfl@nfllab.com>\n" "Last-Translator: Nagy Ferenc László <nfl@nfllab.com>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@ -2091,29 +2091,29 @@ msgstr "FIGYELEM: Semmit sem export
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "Túl sok bejegyzés van a nyilvánoskulcs-gyorsítótárban - letiltom.\n" msgstr "Túl sok bejegyzés van a nyilvánoskulcs-gyorsítótárban - letiltom.\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[ismeretlen kulcs]" msgstr "[ismeretlen kulcs]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"%08lX érvénytelen kulcsot érvényesítettük az\n" "%08lX érvénytelen kulcsot érvényesítettük az\n"
"--allow-non-selfsigned-uid opcióval.\n" "--allow-non-selfsigned-uid opcióval.\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "" msgstr ""
"Nincs titkos alkulcs a %08lX nyilvános alkulcshoz - figyelmen kívül hagyom.\n" "Nincs titkos alkulcs a %08lX nyilvános alkulcshoz - figyelmen kívül hagyom.\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "A %08lX másodlagos kulcsot használjuk a %08lX elsõdleges helyett.\n" msgstr "A %08lX másodlagos kulcsot használjuk a %08lX elsõdleges helyett.\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "%08lX kulcs: titkos kulcs nyilvános kulcs nélkül - kihagytam.\n" msgstr "%08lX kulcs: titkos kulcs nyilvános kulcs nélkül - kihagytam.\n"
@ -3827,7 +3827,7 @@ msgstr "Nem megfelel
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "%d gpg-agent protokollverzió nem támogatott!\n" msgstr "%d gpg-agent protokollverzió nem támogatott!\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "Nem tudok kapcsolódni \"%s\" objektumhoz: %s\n" msgstr "Nem tudok kapcsolódni \"%s\" objektumhoz: %s\n"
@ -3836,11 +3836,11 @@ msgstr "Nem tudok kapcsol
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "Kommunikációs probléma a gpg ügynökkel!\n" msgstr "Kommunikációs probléma a gpg ügynökkel!\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "Probléma van az ügynökkel. Letiltom a használatát.\n" msgstr "Probléma van az ügynökkel. Letiltom a használatát.\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr "" msgstr ""
@ -3875,16 +3875,16 @@ msgstr "A jelsz
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "Érvénytelen válasz az ügynöktõl!\n" msgstr "Érvénytelen válasz az ügynöktõl!\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "A felhasználó megszakította a mûveletet.\n" msgstr "A felhasználó megszakította a mûveletet.\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "Probléma az ügynökkel: ügynök válasza: 0x%lx\n" msgstr "Probléma az ügynökkel: ügynök válasza: 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3895,20 +3895,20 @@ msgstr ""
"használatához:\n" "használatához:\n"
"\"" "\""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u bites %s kulcs, azonosító: %08lX, létrehozva: %s." msgstr "%u bites %s kulcs, azonosító: %08lX, létrehozva: %s."
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "Nem tudok jelszót bekérni kötegelt módban!\n" msgstr "Nem tudok jelszót bekérni kötegelt módban!\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Írja be a jelszót: " msgstr "Írja be a jelszót: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Ismételje meg a jelszót: " msgstr "Ismételje meg a jelszót: "
@ -3975,41 +3975,41 @@ msgstr "MEGJEGYZ
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "MEGJEGYZÉS: A kulcsot visszavonták." msgstr "MEGJEGYZÉS: A kulcsot visszavonták."
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "Lekérem a %08lX kulcsot a %s kulcsszerverrõl.\n" msgstr "Lekérem a %08lX kulcsot a %s kulcsszerverrõl.\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "Nem tudom lehívni a kulcsot a %s kulcsszerverrõl.\n" msgstr "Nem tudom lehívni a kulcsot a %s kulcsszerverrõl.\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "Hiba %s-ra/-re küldéskor: %s\n" msgstr "Hiba %s-ra/-re küldéskor: %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "Sikeresen felküldtem %s kulcsszerverre. (Státusz: %u.)\n" msgstr "Sikeresen felküldtem %s kulcsszerverre. (Státusz: %u.)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "Nem tudtam felküldeni %s kulcsszerverre. Státusz: %u.\n" msgstr "Nem tudtam felküldeni %s kulcsszerverre. Státusz: %u.\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "Ez a kulcsszerver nem támogatja a --search-keys kapcsolót.\n" msgstr "Ez a kulcsszerver nem támogatja a --search-keys kapcsolót.\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "Keresem \"%s\"-t a %s HKP szerveren.\n" msgstr "Keresem \"%s\"-t a %s HKP szerveren.\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "Nem tudok keresni a %s kulcsszerveren.\n" msgstr "Nem tudok keresni a %s kulcsszerveren.\n"
@ -4555,7 +4555,7 @@ msgstr ""
"Nem tudom elkerülni a gyenge kulcsot a szimmetrikus titkosítóhoz.\n" "Nem tudom elkerülni a gyenge kulcsot a szimmetrikus titkosítóhoz.\n"
"%d alkalommal próbáltam!\n" "%d alkalommal próbáltam!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "A DSA 160 bites hash (kivonatoló) algoritmust igényel.\n" msgstr "A DSA 160 bites hash (kivonatoló) algoritmust igényel.\n"
@ -4958,17 +4958,17 @@ msgstr "Nem
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Nem áll rendelkezésre segítség \"%s\" témához." msgstr "Nem áll rendelkezésre segítség \"%s\" témához."
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "Hiba a(z) \"%s\" kulcskarika létrehozásakor: %s\n" msgstr "Hiba a(z) \"%s\" kulcskarika létrehozásakor: %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "\"%s\" kulcskarikát létrehoztam.\n" msgstr "\"%s\" kulcskarikát létrehoztam.\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "Nem tudtam újraépíteni a kulcskarika cache-ét: %s\n" msgstr "Nem tudtam újraépíteni a kulcskarika cache-ét: %s\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg-id\n" "Project-Id-Version: gnupg-id\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-06-17 16:32+0700\n" "PO-Revision-Date: 2004-06-17 16:32+0700\n"
"Last-Translator: Tedi Heriyanto <tedi_h@gmx.net>\n" "Last-Translator: Tedi Heriyanto <tedi_h@gmx.net>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
@ -2102,26 +2102,26 @@ msgstr "PERINGATAN: tidak ada yang diekspor\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "terlalu banyak masukan dalam pk cache - ditiadakan\n" msgstr "terlalu banyak masukan dalam pk cache - ditiadakan\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[User id tidak ditemukan]" msgstr "[User id tidak ditemukan]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "kunci tidak valid %08lX dibuat valid oleh --allow-non-selfsigned-uid\n" msgstr "kunci tidak valid %08lX dibuat valid oleh --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "tidak ada subkey rahasia untuk subkey publik %08lX. diabaikan\n" msgstr "tidak ada subkey rahasia untuk subkey publik %08lX. diabaikan\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "menggunakan kunci sekunder %08lX bukannya kunci primer %08lX\n" msgstr "menggunakan kunci sekunder %08lX bukannya kunci primer %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "kunci %08lX: kunci rahasia tanpa kunci publik - dilewati\n" msgstr "kunci %08lX: kunci rahasia tanpa kunci publik - dilewati\n"
@ -3837,7 +3837,7 @@ msgstr "variabel lingkungan GPG_AGENT_INFO salah bentuk\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "protokol gpg-agent versi %d tidak didukung\n" msgstr "protokol gpg-agent versi %d tidak didukung\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "tidak dapat terkoneksi ke `%s': %s\n" msgstr "tidak dapat terkoneksi ke `%s': %s\n"
@ -3846,11 +3846,11 @@ msgstr "tidak dapat terkoneksi ke `%s': %s\n"
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "masalah komunikasi dengan gpg-agent\n" msgstr "masalah komunikasi dengan gpg-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "masalah dengan agen - tiadakan penggunaan agen\n" msgstr "masalah dengan agen - tiadakan penggunaan agen\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (ID kunci utama %08lX)" msgstr " (ID kunci utama %08lX)"
@ -3882,16 +3882,16 @@ msgstr "passphrase terlalu panjang\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "respon tidak valid dari agen\n" msgstr "respon tidak valid dari agen\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "dibatalkan oleh user\n" msgstr "dibatalkan oleh user\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "masalah dengan agen: agen mengembalikan 0x%lx\n" msgstr "masalah dengan agen: agen mengembalikan 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3901,20 +3901,20 @@ msgstr ""
"Anda perlu passphrase untuk membuka kunci rahasia untuk\n" "Anda perlu passphrase untuk membuka kunci rahasia untuk\n"
"pemakai: \"" "pemakai: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u-bit kunci %s, ID %08lX, tercipta %s" msgstr "%u-bit kunci %s, ID %08lX, tercipta %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "tidak dapat meminta password dalam mode batch\n" msgstr "tidak dapat meminta password dalam mode batch\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Masukkan passphrase: " msgstr "Masukkan passphrase: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Ulangi passphrase: " msgstr "Ulangi passphrase: "
@ -3980,41 +3980,41 @@ msgstr "CATATAN: kunci pribadi %08lX berakhir pada %s\n"
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "CATATAN: kunci telah dibatalkan" msgstr "CATATAN: kunci telah dibatalkan"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "meminta kunci %08lX dari %s\n" msgstr "meminta kunci %08lX dari %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "tidak dapat memperoleh kunci keyserver: %s\n" msgstr "tidak dapat memperoleh kunci keyserver: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "kesalahan mengirim ke `%s': %s\n" msgstr "kesalahan mengirim ke `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "success sending to `%s' (status=%u)\n" msgstr "success sending to `%s' (status=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "failed sending to `%s': status=%u\n" msgstr "failed sending to `%s': status=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "keyserver ini tidak mendukung --search-keys\n" msgstr "keyserver ini tidak mendukung --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "mencari \"%s\" dari server HKP %s\n" msgstr "mencari \"%s\" dari server HKP %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "tidak dapat mencari keyserver: %s\n" msgstr "tidak dapat mencari keyserver: %s\n"
@ -4554,7 +4554,7 @@ msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n"
msgstr "" msgstr ""
"tidak dapat menghindari kunci lemah untuk cipher simetrik; mencoba %d kali!\n" "tidak dapat menghindari kunci lemah untuk cipher simetrik; mencoba %d kali!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA butuh penggunaan algoritma hash 160 bit\n" msgstr "DSA butuh penggunaan algoritma hash 160 bit\n"
@ -4960,17 +4960,17 @@ msgstr "Tidak tersedia bantuan"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Tidak tersedia bantuan untuk `%s'" msgstr "Tidak tersedia bantuan untuk `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "kesalahan menulis keyring `%s': %s\n" msgstr "kesalahan menulis keyring `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "%s: keyring tercipta\n" msgstr "%s: keyring tercipta\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "gagal membuat kembali cache keyring: %s\n" msgstr "gagal membuat kembali cache keyring: %s\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.1.92\n" "Project-Id-Version: gnupg 1.1.92\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-06-16 17:01+0200\n" "PO-Revision-Date: 2004-06-16 17:01+0200\n"
"Last-Translator: Marco d'Itri <md@linux.it>\n" "Last-Translator: Marco d'Itri <md@linux.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n"
@ -2112,27 +2112,27 @@ msgstr "ATTENZIONE: non
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "troppe voci nella pk cache - disabilitata\n" msgstr "troppe voci nella pk cache - disabilitata\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[User ID non trovato]" msgstr "[User ID non trovato]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "Chiave %08lX non valida resa valida da --allow-non-selfsigned-uid\n" msgstr "Chiave %08lX non valida resa valida da --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "" msgstr ""
"manca una subchiave segreta per la subchiave pubblica %08lX - ignorata\n" "manca una subchiave segreta per la subchiave pubblica %08lX - ignorata\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "uso la chiave secondaria %08lX invece della chiave primaria %08lX\n" msgstr "uso la chiave secondaria %08lX invece della chiave primaria %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "chiave %08lX: chiave segreta senza chiave pubblica - saltata\n" msgstr "chiave %08lX: chiave segreta senza chiave pubblica - saltata\n"
@ -3855,7 +3855,7 @@ msgstr "variabile di ambiente GPG_AGENT_INFO malformata\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "la versione %d del protocollo di gpg-agent non è gestita\n" msgstr "la versione %d del protocollo di gpg-agent non è gestita\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "impossibile connettersi a `%s': %s\n" msgstr "impossibile connettersi a `%s': %s\n"
@ -3864,11 +3864,11 @@ msgstr "impossibile connettersi a `%s': %s\n"
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "problema di comunicazione con gpg-agent\n" msgstr "problema di comunicazione con gpg-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "problema con l'agent - uso dell'agent disattivato\n" msgstr "problema con l'agent - uso dell'agent disattivato\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (key ID principale %08lX)" msgstr " (key ID principale %08lX)"
@ -3900,16 +3900,16 @@ msgstr "passphrase troppo lunga\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "risposta non valida dall'agent\n" msgstr "risposta non valida dall'agent\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "interrotto dall'utente\n" msgstr "interrotto dall'utente\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "problema con l'agent: ha restituito 0x%lx\n" msgstr "problema con l'agent: ha restituito 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3919,20 +3919,20 @@ msgstr ""
"Ti serve una passphrase per sbloccare la chiave segreta\n" "Ti serve una passphrase per sbloccare la chiave segreta\n"
"dell'utente: \"" "dell'utente: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "chiave %2$s di %1$u bit, ID %3$08lX, creata il %4$s" msgstr "chiave %2$s di %1$u bit, ID %3$08lX, creata il %4$s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "impossibile chiedere la password in modo batch\n" msgstr "impossibile chiedere la password in modo batch\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Inserisci la passphrase: " msgstr "Inserisci la passphrase: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Ripeti la passphrase: " msgstr "Ripeti la passphrase: "
@ -4000,41 +4000,41 @@ msgstr "NOTA: chiave %08lX scaduta il %s\n"
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "NOTA: la chiave è stata revocata" msgstr "NOTA: la chiave è stata revocata"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "richiedo la chiave %08lX a %s\n" msgstr "richiedo la chiave %08lX a %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "impossibile scaricare la chiave dal keyserver: %s\n" msgstr "impossibile scaricare la chiave dal keyserver: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "errore leggendo `%s': %s\n" msgstr "errore leggendo `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "inviata con successo a `%s' (status=%u)\n" msgstr "inviata con successo a `%s' (status=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "invio a `%s' fallito: status=%u\n" msgstr "invio a `%s' fallito: status=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "questo keyserver non gestisce --search-keys\n" msgstr "questo keyserver non gestisce --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "cerco \"%s\" sul server HKP %s\n" msgstr "cerco \"%s\" sul server HKP %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "impossibile cercare sul keyserver: %s\n" msgstr "impossibile cercare sul keyserver: %s\n"
@ -4592,7 +4592,7 @@ msgstr ""
"Impossibile evitare una chiave debole per il cifrario simmetrico;\n" "Impossibile evitare una chiave debole per il cifrario simmetrico;\n"
"ho provato %d volte!\n" "ho provato %d volte!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA richiede l'uso di un algoritmo di hashing con almeno 160 bit\n" msgstr "DSA richiede l'uso di un algoritmo di hashing con almeno 160 bit\n"
@ -5003,17 +5003,17 @@ msgstr "Non
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Non è disponibile un aiuto per `%s'" msgstr "Non è disponibile un aiuto per `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "errore creando il portachiavi `%s': %s\n" msgstr "errore creando il portachiavi `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "portachiavi `%s' creato\n" msgstr "portachiavi `%s' creato\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "rebuild della cache del portachiavi fallito: %s\n" msgstr "rebuild della cache del portachiavi fallito: %s\n"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.1\n" "Project-Id-Version: gnupg 1.2.1\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2003-12-06 00:44+0900\n" "PO-Revision-Date: 2003-12-06 00:44+0900\n"
"Last-Translator: IIDA Yosiaki <iida@gnu.org>\n" "Last-Translator: IIDA Yosiaki <iida@gnu.org>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@ -2124,26 +2124,26 @@ msgstr "
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "pkキャッシュのエントリーが多すぎます - 使用禁止\n" msgstr "pkキャッシュのエントリーが多すぎます - 使用禁止\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[ユーザーidが見つかりません]" msgstr "[ユーザーidが見つかりません]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "--allow-non-selfsigned-uidで有効にされた無効な鍵%08lXです\n" msgstr "--allow-non-selfsigned-uidで有効にされた無効な鍵%08lXです\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "公開副鍵%08lXにたいする秘密副鍵がありません - 無視\n" msgstr "公開副鍵%08lXにたいする秘密副鍵がありません - 無視\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "副鍵%08lXを主鍵%08lXに代用します\n" msgstr "副鍵%08lXを主鍵%08lXに代用します\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "鍵%08lX: 公開鍵のない秘密鍵です - スキップ\n" msgstr "鍵%08lX: 公開鍵のない秘密鍵です - スキップ\n"
@ -3837,7 +3837,7 @@ msgstr "GPG_AGENT_INFO
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "gpg-agentプロトコル・バージョン%dはサポートしていません\n" msgstr "gpg-agentプロトコル・バージョン%dはサポートしていません\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "`%s'へ接続できません: %s\n" msgstr "`%s'へ接続できません: %s\n"
@ -3846,11 +3846,11 @@ msgstr "`%s'
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "gpg-agentとの通信障害\n" msgstr "gpg-agentとの通信障害\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "エージェントに障害: エージェント利用禁止\n" msgstr "エージェントに障害: エージェント利用禁止\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (主鍵ID %08lX)" msgstr " (主鍵ID %08lX)"
@ -3882,16 +3882,16 @@ msgstr "
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "エージェントからの無効な応答\n" msgstr "エージェントからの無効な応答\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "ユーザーによる取消し\n" msgstr "ユーザーによる取消し\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "エージェントに障害: エージェントが0x%lxを返却\n" msgstr "エージェントに障害: エージェントが0x%lxを返却\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3901,20 +3901,20 @@ msgstr ""
"次のユーザーの秘密鍵のロックを解除するには\n" "次のユーザーの秘密鍵のロックを解除するには\n"
"パスフレーズがいります: \"" "パスフレーズがいります: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%uビット%s鍵, ID %08lX作成日付は%s" msgstr "%uビット%s鍵, ID %08lX作成日付は%s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "バッチモードではパスワードの問合せができません\n" msgstr "バッチモードではパスワードの問合せができません\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "パスフレーズを入力: " msgstr "パスフレーズを入力: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "パスフレーズを再入力: " msgstr "パスフレーズを再入力: "
@ -3982,41 +3982,41 @@ msgstr "
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "注意: 鍵は失効済みです" msgstr "注意: 鍵は失効済みです"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "鍵%08lXを%sに要求\n" msgstr "鍵%08lXを%sに要求\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "鍵サーバーから鍵を読み込めません: %s\n" msgstr "鍵サーバーから鍵を読み込めません: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "`%s'への送信エラー: %s\n" msgstr "`%s'への送信エラー: %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "`%s'への送信に成功 (状態=%u)\n" msgstr "`%s'への送信に成功 (状態=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "`%s'への送信に失敗しました: 状態=%u\n" msgstr "`%s'への送信に失敗しました: 状態=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "この鍵サーバーは、--search-keysをサポートしません\n" msgstr "この鍵サーバーは、--search-keysをサポートしません\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "「%s」をHKPサーバー%sから検索\n" msgstr "「%s」をHKPサーバー%sから検索\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "鍵サーバーを検索できません: %s\n" msgstr "鍵サーバーを検索できません: %s\n"
@ -4537,7 +4537,7 @@ msgstr "
msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n"
msgstr "対称暗号法の弱い鍵を回避することができません。%d回試みました!\n" msgstr "対称暗号法の弱い鍵を回避することができません。%d回試みました!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSAでは160ビットのハッシュ・アルゴリズムの使用が必要です\n" msgstr "DSAでは160ビットのハッシュ・アルゴリズムの使用が必要です\n"
@ -4926,17 +4926,17 @@ msgstr "
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "「%s」のヘルプはありません" msgstr "「%s」のヘルプはありません"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "鍵輪「%s」の作成エラー: %s\n" msgstr "鍵輪「%s」の作成エラー: %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "鍵輪「%s」ができました\n" msgstr "鍵輪「%s」ができました\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "鍵輪キャッシュの再構築に失敗しました: %s\n" msgstr "鍵輪キャッシュの再構築に失敗しました: %s\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.2\n" "Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-05-10 19:23+0200\n" "PO-Revision-Date: 2004-05-10 19:23+0200\n"
"Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n" "Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n" "Language-Team: Dutch <vertaling@nl.linux.org>\n"
@ -2118,29 +2118,29 @@ msgstr "WAARSCHUWING: niets uitgevoerd\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "teveel ingangen in pk buffer - uit gezet\n" msgstr "teveel ingangen in pk buffer - uit gezet\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[Gebruikerscode niet gevonden]" msgstr "[Gebruikerscode niet gevonden]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Ongeldige sleutel %08lX geldig gemaakt met --allow-non-selfsigned-uid\n" "Ongeldige sleutel %08lX geldig gemaakt met --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "geen geheime deelsleutel voor openbare deelsleutel %08lX - genegeerd\n" msgstr "geen geheime deelsleutel voor openbare deelsleutel %08lX - genegeerd\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "" msgstr ""
"de secundaire sleutel %08lX wordt gebruikt in plaats van primaire sleutel %" "de secundaire sleutel %08lX wordt gebruikt in plaats van primaire sleutel %"
"08lX\n" "08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "" msgstr ""
@ -3876,7 +3876,7 @@ msgstr "misvormde GPG_AGENT_INFO omgevingsvariabele\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "gpg-agent protocol versie %d wordt niet ondersteund\n" msgstr "gpg-agent protocol versie %d wordt niet ondersteund\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "kan niet verbinden met `%s': %s\n" msgstr "kan niet verbinden met `%s': %s\n"
@ -3885,11 +3885,11 @@ msgstr "kan niet verbinden met `%s': %s\n"
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "communicatieprobleem met gpg-agent\n" msgstr "communicatieprobleem met gpg-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "probleem met de agent - gebruik van agent uit gezet\n" msgstr "probleem met de agent - gebruik van agent uit gezet\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (hoofdsleutel ID %08lX)" msgstr " (hoofdsleutel ID %08lX)"
@ -3922,16 +3922,16 @@ msgstr "wachtwoord te lang\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "ongeldig antwoord van agent\n" msgstr "ongeldig antwoord van agent\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "geannuleerd door gebruiker\n" msgstr "geannuleerd door gebruiker\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "probleem met agent: agent geeft 0x%lx terug\n" msgstr "probleem met agent: agent geeft 0x%lx terug\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3941,20 +3941,20 @@ msgstr ""
"U heeft een wachtwoord nodig om de geheime sleutel\n" "U heeft een wachtwoord nodig om de geheime sleutel\n"
"voor de gebruiker te ontgrendelen: \"" "voor de gebruiker te ontgrendelen: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u-bit %s sleutel, ID %08lX, gemaakt op %s" msgstr "%u-bit %s sleutel, ID %08lX, gemaakt op %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "kan niet vragen om wachtwoord in batch-modus\n" msgstr "kan niet vragen om wachtwoord in batch-modus\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Geef wachtwoord: " msgstr "Geef wachtwoord: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Herhaal wachtwoord: " msgstr "Herhaal wachtwoord: "
@ -4022,41 +4022,41 @@ msgstr "LET OP: geheime sleutel %08lX verlopen op %s\n"
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "LET OP: sleutel is herroepen" msgstr "LET OP: sleutel is herroepen"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "bezig met opvragen sleutel %08lX van %s\n" msgstr "bezig met opvragen sleutel %08lX van %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "kan sleutel niet ontvangen van sleutelserver: %s\n" msgstr "kan sleutel niet ontvangen van sleutelserver: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "fout bij verzenden aan `%s': %s\n" msgstr "fout bij verzenden aan `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "succes bij zenden aan `%s' (status=%u)\n" msgstr "succes bij zenden aan `%s' (status=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "verzenden aan `%s' mislukt: status=%u\n" msgstr "verzenden aan `%s' mislukt: status=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "" msgstr ""
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "bezig met zoeken naar \"%s\" bij HKP-server %s\n" msgstr "bezig met zoeken naar \"%s\" bij HKP-server %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "kan niet zoeken op sleutelserver: %s\n" msgstr "kan niet zoeken op sleutelserver: %s\n"
@ -4607,7 +4607,7 @@ msgstr ""
"kan zwakke sleutel voor symmetrische codering niet vermijden; %d keer " "kan zwakke sleutel voor symmetrische codering niet vermijden; %d keer "
"geprobeerd!\n" "geprobeerd!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA vereist het gebruik van een 160-bits hash-algoritme\n" msgstr "DSA vereist het gebruik van een 160-bits hash-algoritme\n"
@ -5026,17 +5026,17 @@ msgstr "Geen hulp beschikbaar"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Geen hulp beschikbaar voor `%s'" msgstr "Geen hulp beschikbaar voor `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "fout bij aanmaken sleutelbos `%s': %s\n" msgstr "fout bij aanmaken sleutelbos `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "sleutelbos `%s' aangemaakt\n" msgstr "sleutelbos `%s' aangemaakt\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "opnieuw opbouwen sleutelbos buffer mislukt: %s\n" msgstr "opnieuw opbouwen sleutelbos buffer mislukt: %s\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg-1.2.2\n" "Project-Id-Version: gnupg-1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-06-23 15:54+0200\n" "PO-Revision-Date: 2004-06-23 15:54+0200\n"
"Last-Translator: Janusz A. Urbanowicz <alex@bofh.net.pl>\n" "Last-Translator: Janusz A. Urbanowicz <alex@bofh.net.pl>\n"
"Language-Team: Polish <pl@li.org>\n" "Language-Team: Polish <pl@li.org>\n"
@ -2130,27 +2130,27 @@ msgstr "OSTRZE
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "zbyt wiele wpisów w buforze kluczy publicznych - wy³±czony\n" msgstr "zbyt wiele wpisów w buforze kluczy publicznych - wy³±czony\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[brak identyfikatora u¿ytkownika]" msgstr "[brak identyfikatora u¿ytkownika]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Opcja --allow-non-selfsigned-uid wymusi³a uznanie za poprawny klucza %08lX.\n" "Opcja --allow-non-selfsigned-uid wymusi³a uznanie za poprawny klucza %08lX.\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "brak prywatnego odpowiednika podklucza publicznego %08lX - pominiêty\n" msgstr "brak prywatnego odpowiednika podklucza publicznego %08lX - pominiêty\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "u¿ywany jest podklucz %08lX zamiast klucza g³ównego %08lX\n" msgstr "u¿ywany jest podklucz %08lX zamiast klucza g³ównego %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "klucz %08lX: klucz tajny bez klucza jawnego - pominiêty\n" msgstr "klucz %08lX: klucz tajny bez klucza jawnego - pominiêty\n"
@ -3868,7 +3868,7 @@ msgstr "z
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "wersja %d protoko³u agenta nie jest obs³ugiwana\n" msgstr "wersja %d protoko³u agenta nie jest obs³ugiwana\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "nie mo¿na siê po³±czyæ z ,,%s'': %s\n" msgstr "nie mo¿na siê po³±czyæ z ,,%s'': %s\n"
@ -3877,11 +3877,11 @@ msgstr "nie mo
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "problem z porozumiewaniem siê z agentem\n" msgstr "problem z porozumiewaniem siê z agentem\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "problem z agentem - zostaje wy³±czony\n" msgstr "problem z agentem - zostaje wy³±czony\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (podklucz %08lX)" msgstr " (podklucz %08lX)"
@ -3913,16 +3913,16 @@ msgstr "has
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "b³êdna odpowied¼ agenta\n" msgstr "b³êdna odpowied¼ agenta\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "anulowano przez u¿ytkownika\n" msgstr "anulowano przez u¿ytkownika\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "problem agenta: zwróci³ 0x%lx\n" msgstr "problem agenta: zwróci³ 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3932,20 +3932,20 @@ msgstr ""
"Musisz podaæ has³o aby odbezpieczyæ klucz prywatny u¿ytkownika:\n" "Musisz podaæ has³o aby odbezpieczyæ klucz prywatny u¿ytkownika:\n"
"\"" "\""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "d³ugo¶æ %u bitów, typ %s, numer %08lX, stworzony %s" msgstr "d³ugo¶æ %u bitów, typ %s, numer %08lX, stworzony %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "pytanie o has³o nie dzia³a w trybie wsadowym\n" msgstr "pytanie o has³o nie dzia³a w trybie wsadowym\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Podaj has³o: " msgstr "Podaj has³o: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Powtórz has³o: " msgstr "Powtórz has³o: "
@ -4012,41 +4012,41 @@ msgstr "UWAGA: wa
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "UWAGA: klucz zosta³ uniewa¿niony" msgstr "UWAGA: klucz zosta³ uniewa¿niony"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "zapytanie o klucz %08lX w %s\n" msgstr "zapytanie o klucz %08lX w %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "nie mo¿na pobraæ klucza z serwera: %s\n" msgstr "nie mo¿na pobraæ klucza z serwera: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "b³±d przy wysy³aniu do ,,%s'': %s\n" msgstr "b³±d przy wysy³aniu do ,,%s'': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "wysy³anie do ,,%s'' powiod³o siê (status=%u)\n" msgstr "wysy³anie do ,,%s'' powiod³o siê (status=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "wysy³anie do ,,%s'' nie powiod³o siê (status=%u)\n" msgstr "wysy³anie do ,,%s'' nie powiod³o siê (status=%u)\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "ten serwer kluczy nie umo¿liwia przeszukiwania\n" msgstr "ten serwer kluczy nie umo¿liwia przeszukiwania\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "zapytanie o ,,%s'' w serwerze HKP %s\n" msgstr "zapytanie o ,,%s'' w serwerze HKP %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "nie mo¿na przeszukaæ serwera: %s\n" msgstr "nie mo¿na przeszukaæ serwera: %s\n"
@ -4593,7 +4593,7 @@ msgstr ""
"brak mo¿liwo¶ci generacji dobrego klucza dla szyfru symetrycznego;\n" "brak mo¿liwo¶ci generacji dobrego klucza dla szyfru symetrycznego;\n"
"operacja by³a powtarzana %d razy!\n" "operacja by³a powtarzana %d razy!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "" msgstr ""
"Algorytm DSA wymaga u¿ycia algorytmu skrótu daj±cego 160-bitowy wynik.\n" "Algorytm DSA wymaga u¿ycia algorytmu skrótu daj±cego 160-bitowy wynik.\n"
@ -4995,17 +4995,17 @@ msgstr "Pomoc niedost
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Brak pomocy o ,,%s''" msgstr "Brak pomocy o ,,%s''"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "b³±d tworzenia zbioru kluczy `%s': %s\n" msgstr "b³±d tworzenia zbioru kluczy `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "zbiór kluczy ,,%s'' zosta³ utworzony\n" msgstr "zbiór kluczy ,,%s'' zosta³ utworzony\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "nie powiod³a siê odbudowa bufora bazy: %s\n" msgstr "nie powiod³a siê odbudowa bufora bazy: %s\n"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg\n" "Project-Id-Version: gnupg\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2002-09-13 18:26+0100\n" "PO-Revision-Date: 2002-09-13 18:26+0100\n"
"Last-Translator: Pedro Morais <morais@kde.org>\n" "Last-Translator: Pedro Morais <morais@kde.org>\n"
"Language-Team: pt <morais@kde.org>\n" "Language-Team: pt <morais@kde.org>\n"
@ -2121,26 +2121,26 @@ msgstr "AVISO: nada exportado\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "entradas demais no cache pk - desactivado\n" msgstr "entradas demais no cache pk - desactivado\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[Utilizador não encontrado]" msgstr "[Utilizador não encontrado]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "Chave inválida %08lX tornada válida por --allow-non-selfsigned-uid\n" msgstr "Chave inválida %08lX tornada válida por --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, fuzzy, c-format #, fuzzy, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "há uma chave secreta para a chave pública \"%s\"!\n" msgstr "há uma chave secreta para a chave pública \"%s\"!\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "usando chave secundária %08lX ao invés de chave primária %08lX\n" msgstr "usando chave secundária %08lX ao invés de chave primária %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "chave %08lX: chave secreta sem chave pública - ignorada\n" msgstr "chave %08lX: chave secreta sem chave pública - ignorada\n"
@ -3860,7 +3860,7 @@ msgstr "vari
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "a versão %d do protocolo gpg-agent não é suportada\n" msgstr "a versão %d do protocolo gpg-agent não é suportada\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "impossível ligar a `%s': %s\n" msgstr "impossível ligar a `%s': %s\n"
@ -3869,11 +3869,11 @@ msgstr "imposs
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "problemas na comunicação com o gpg-agent\n" msgstr "problemas na comunicação com o gpg-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "problema com o agente - a desactivar a utilização deste\n" msgstr "problema com o agente - a desactivar a utilização deste\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (ID principal da chave %08lX)" msgstr " (ID principal da chave %08lX)"
@ -3907,16 +3907,16 @@ msgstr "frase secreta demasiado longa\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "resposta do agente inválida\n" msgstr "resposta do agente inválida\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "cancelado pelo utilizador\n" msgstr "cancelado pelo utilizador\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "problema com o agente: o agente returnou 0x%lx\n" msgstr "problema com o agente: o agente returnou 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3926,20 +3926,20 @@ msgstr ""
"Você precisa de uma frase secreta para desbloquear a chave secreta do\n" "Você precisa de uma frase secreta para desbloquear a chave secreta do\n"
"utilizador: \"" "utilizador: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "chave de %u-bit/%s, ID %08lX, criada em %s" msgstr "chave de %u-bit/%s, ID %08lX, criada em %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "impossível pedir senha em modo não-interactivo\n" msgstr "impossível pedir senha em modo não-interactivo\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Digite a frase secreta: " msgstr "Digite a frase secreta: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Repita a frase secreta: " msgstr "Repita a frase secreta: "
@ -4005,41 +4005,41 @@ msgstr "NOTA: chave secreta %08lX expirou em %s\n"
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "NOTA: a chave foi revogada" msgstr "NOTA: a chave foi revogada"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "a pedir a chave %08lX de %s\n" msgstr "a pedir a chave %08lX de %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "não consigo obter chave do servidor: %s\n" msgstr "não consigo obter chave do servidor: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "erro ao enviar para `%s': %s\n" msgstr "erro ao enviar para `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "sucesso ao enviar para `%s' (estado=%u)\n" msgstr "sucesso ao enviar para `%s' (estado=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "erro ao enviar para `%s': estado=%u\n" msgstr "erro ao enviar para `%s': estado=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "" msgstr ""
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "a procurar por \"%s\" no servidor HKP %s\n" msgstr "a procurar por \"%s\" no servidor HKP %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "não consigo procurar no servidor de chaves: %s\n" msgstr "não consigo procurar no servidor de chaves: %s\n"
@ -4586,7 +4586,7 @@ msgstr ""
"impossível evitar chave fraca para criptografia simétrica;\n" "impossível evitar chave fraca para criptografia simétrica;\n"
"tentei %d vezes!\n" "tentei %d vezes!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA necessita de utilização de uma algoritmo de dispersão de 160 bit\n" msgstr "DSA necessita de utilização de uma algoritmo de dispersão de 160 bit\n"
@ -4987,17 +4987,17 @@ msgstr "Nenhuma ajuda dispon
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Nenhuma ajuda disponível para `%s'" msgstr "Nenhuma ajuda disponível para `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "erro ao criar porta-chaves `%s': %s\n" msgstr "erro ao criar porta-chaves `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "porta-chaves `%s' criado\n" msgstr "porta-chaves `%s' criado\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "falha ao criar 'cache' do porta-chaves: %s\n" msgstr "falha ao criar 'cache' do porta-chaves: %s\n"

View File

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GNU gnupg 1.0\n" "Project-Id-Version: GNU gnupg 1.0\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 1998-11-20 23:46:36-0200\n" "PO-Revision-Date: 1998-11-20 23:46:36-0200\n"
"Last-Translator:\n" "Last-Translator:\n"
"Language-Team: ?\n" "Language-Team: ?\n"
@ -2182,27 +2182,27 @@ msgstr "AVISO: nada exportado\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "entradas demais no cache pk - desativado\n" msgstr "entradas demais no cache pk - desativado\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
#, fuzzy #, fuzzy
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[usuário não encontrado]" msgstr "[usuário não encontrado]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, fuzzy, c-format #, fuzzy, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "há uma chave secreta para esta chave pública!\n" msgstr "há uma chave secreta para esta chave pública!\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "usando chave secundária %08lX ao invés de chave primária %08lX\n" msgstr "usando chave secundária %08lX ao invés de chave primária %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "chave %08lX: chave secreta sem chave pública - ignorada\n" msgstr "chave %08lX: chave secreta sem chave pública - ignorada\n"
@ -3931,7 +3931,7 @@ msgstr ""
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "algoritmo de proteção %d não é suportado\n" msgstr "algoritmo de proteção %d não é suportado\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, fuzzy, c-format #, fuzzy, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "impossível abrir `%s': %s\n" msgstr "impossível abrir `%s': %s\n"
@ -3940,11 +3940,11 @@ msgstr "imposs
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "" msgstr ""
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "" msgstr ""
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (ID principal da chave %08lX)" msgstr " (ID principal da chave %08lX)"
@ -3980,16 +3980,16 @@ msgstr "linha muito longa\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "" msgstr ""
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "" msgstr ""
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "" msgstr ""
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3999,20 +3999,20 @@ msgstr ""
"Você precisa de uma frase secreta para desbloquear a chave secreta do\n" "Você precisa de uma frase secreta para desbloquear a chave secreta do\n"
"usuário: \"" "usuário: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "chave de %u-bit/%s, ID %08lX, criada em %s" msgstr "chave de %u-bit/%s, ID %08lX, criada em %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "impossível pedir senha em modo não-interativo\n" msgstr "impossível pedir senha em modo não-interativo\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Digite a frase secreta: " msgstr "Digite a frase secreta: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Repita a frase secreta: " msgstr "Repita a frase secreta: "
@ -4080,41 +4080,41 @@ msgstr "NOTA: chave secreta %08lX expirou %s\n"
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "chave %08lX: a chave foi revogada!\n" msgstr "chave %08lX: a chave foi revogada!\n"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, fuzzy, c-format #, fuzzy, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "impossível escrever para o chaveiro: %s\n" msgstr "impossível escrever para o chaveiro: %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, fuzzy, c-format #, fuzzy, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "impossível escrever para o chaveiro: %s\n" msgstr "impossível escrever para o chaveiro: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, fuzzy, c-format #, fuzzy, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "erro na leitura de `%s': %s\n" msgstr "erro na leitura de `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "" msgstr ""
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "" msgstr ""
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "" msgstr ""
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "" msgstr ""
#: g10/hkp.c:575 #: g10/hkp.c:586
#, fuzzy, c-format #, fuzzy, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "impossível escrever para o chaveiro: %s\n" msgstr "impossível escrever para o chaveiro: %s\n"
@ -4652,7 +4652,7 @@ msgstr ""
"impossível evitar chave fraca para criptografia simétrica;\n" "impossível evitar chave fraca para criptografia simétrica;\n"
"%d tentativas!\n" "%d tentativas!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "" msgstr ""
@ -4996,17 +4996,17 @@ msgstr "Nenhuma ajuda dispon
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Nenhuma ajuda disponível para `%s'" msgstr "Nenhuma ajuda disponível para `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, fuzzy, c-format #, fuzzy, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "erro na escrita do chaveiro `%s': %s\n" msgstr "erro na escrita do chaveiro `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, fuzzy, c-format #, fuzzy, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "%s: chaveiro criado\n" msgstr "%s: chaveiro criado\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, fuzzy, c-format #, fuzzy, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "%s: falha ao criar tabela de \"hash\": %s\n" msgstr "%s: falha ao criar tabela de \"hash\": %s\n"

193
po/ro.po
View File

@ -1,7 +1,7 @@
# Mesajele în limba românã pentru gnupg. # Mesajele în limba românã pentru gnupg.
# Copyright (C) 2003 Free Software Foundation, Inc. # Copyright (C) 2003 Free Software Foundation, Inc.
# Acest fiºier este distribuit sub aceeaºi licenþã ca ºi pachetul gnupg. # Acest fiºier este distribuit sub aceeaºi licenþã ca ºi pachetul gnupg.
# Laurentiu Buzdugan <lbgnupg@rolix.org>, 2003. # Laurentiu Buzdugan <lbuz@rolix.org>, 2003.
# #
# #
# #
@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.2\n" "Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-06-17 12:00-0500\n" "PO-Revision-Date: 2003-05-11 12:00-0500\n"
"Last-Translator: Laurentiu Buzdugan <lbgnupg@rolix.org>\n" "Last-Translator: Laurentiu Buzdugan <blbuz@rolix.org>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Type: text/plain; charset=ISO-8859-2\n"
@ -77,7 +77,7 @@ msgstr "algoritm pubkey necunoscut"
#: util/errors.c:58 #: util/errors.c:58
msgid "unknown digest algorithm" msgid "unknown digest algorithm"
msgstr "algoritm rezumat necunoscut" msgstr "algoritm rezumat (digest) necunoscut"
#: util/errors.c:59 #: util/errors.c:59
msgid "bad public key" msgid "bad public key"
@ -365,14 +365,14 @@ msgstr ""
#: cipher/md.c:140 #: cipher/md.c:140
#, c-format #, c-format
msgid "digest algorithm `%s' is read-only in this release\n" msgid "digest algorithm `%s' is read-only in this release\n"
msgstr "algoritm rezumat `%s' este numai-citire în acestă ediţie\n" msgstr "algoritm rezumat (digest) `%s' este numai-citire în acestă ediţie\n"
#: cipher/md.c:147 #: cipher/md.c:147
#, c-format #, c-format
msgid "WARNING: digest `%s' is not part of OpenPGP. Use at your own risk!\n" msgid "WARNING: digest `%s' is not part of OpenPGP. Use at your own risk!\n"
msgstr "" msgstr ""
"AVERTISMENT: rezumatul `%s' nu este parte din OpenPGP. Folosiţi-l pe riscul " "AVERTISMENT: rezumatul (digest) `%s' nu este parte din OpenPGP. Folosiţi-l "
"dvs.!\n" "pe riscul dvs.!\n"
#: cipher/rndegd.c:204 #: cipher/rndegd.c:204
msgid "" msgid ""
@ -550,7 +550,7 @@ msgstr "Pune armura unui fi
#: g10/g10.c:381 #: g10/g10.c:381
msgid "|algo [files]|print message digests" msgid "|algo [files]|print message digests"
msgstr "|algo [fişiere]|afişează rezumate mesaje" msgstr "|algo [fişiere]|afişează rezumate (digest) mesaje"
#: g10/g10.c:385 g10/gpgv.c:64 #: g10/g10.c:385 g10/gpgv.c:64
msgid "" msgid ""
@ -705,13 +705,13 @@ msgstr "emuleaz
#: g10/g10.c:472 #: g10/g10.c:472
msgid "set all packet, cipher and digest options to OpenPGP behavior" msgid "set all packet, cipher and digest options to OpenPGP behavior"
msgstr "" msgstr ""
"setează toate opţiunile pentru pachete, cifru şi rezumat ca pentru " "setează toate opţiunile pentru pachete, cifru şi rezumat (digest) ca pentru "
"comportamentul OpenPGP" "comportamentul OpenPGP"
#: g10/g10.c:473 #: g10/g10.c:473
msgid "set all packet, cipher and digest options to PGP 2.x behavior" msgid "set all packet, cipher and digest options to PGP 2.x behavior"
msgstr "" msgstr ""
"setează toate opţiunile pentru pachete, cifru şi rezumat ca pentru " "setează toate opţiunile pentru pachete, cifru şi rezumat (digest) ca pentru "
"comportamentul PGP 2.x" "comportamentul PGP 2.x"
#: g10/g10.c:477 #: g10/g10.c:477
@ -720,7 +720,8 @@ msgstr "|N|folose
#: g10/g10.c:479 #: g10/g10.c:479
msgid "|NAME|use message digest algorithm NAME for passphrases" msgid "|NAME|use message digest algorithm NAME for passphrases"
msgstr "|NUME|foloseşte algoritm rezumat mesaj NUME pentru fraza-parolă" msgstr ""
"|NUME|foloseşte algoritm rezumat (digest) mesaj NUME pentru fraza-parolă"
#: g10/g10.c:481 #: g10/g10.c:481
msgid "|NAME|use cipher algorithm NAME for passphrases" msgid "|NAME|use cipher algorithm NAME for passphrases"
@ -732,7 +733,7 @@ msgstr "|NUME|folose
#: g10/g10.c:484 #: g10/g10.c:484
msgid "|NAME|use message digest algorithm NAME" msgid "|NAME|use message digest algorithm NAME"
msgstr "|NUME|foloseşte algoritm rezumat mesaj NUME" msgstr "|NUME|foloseşte algoritm rezumat (digest) mesaj NUME"
#: g10/g10.c:486 #: g10/g10.c:486
msgid "|N|use compress algorithm N" msgid "|N|use compress algorithm N"
@ -864,7 +865,7 @@ msgstr ""
#: g10/g10.c:1224 #: g10/g10.c:1224
#, c-format #, c-format
msgid "unknown configuration item \"%s\"\n" msgid "unknown configuration item \"%s\"\n"
msgstr "articol configurare necunoscut \"%s\"\n" msgstr "articol de configurare necunoscut \"%s\"\n"
#: g10/g10.c:1445 #: g10/g10.c:1445
#, c-format #, c-format
@ -976,11 +977,11 @@ msgstr "algoritm cifrare selectat este invalid\n"
#: g10/g10.c:2175 g10/g10.c:2193 #: g10/g10.c:2175 g10/g10.c:2193
msgid "selected digest algorithm is invalid\n" msgid "selected digest algorithm is invalid\n"
msgstr "algoritm rezumat selectat este invalid\n" msgstr "algoritm rezumat (digest) selectat este invalid\n"
#: g10/g10.c:2181 #: g10/g10.c:2181
msgid "selected certification digest algorithm is invalid\n" msgid "selected certification digest algorithm is invalid\n"
msgstr "algoritm rezumat certificare selectat este invalid\n" msgstr "algoritm rezumat (digest) certificare selectat este invalid\n"
#: g10/g10.c:2197 #: g10/g10.c:2197
#, c-format #, c-format
@ -1010,7 +1011,7 @@ msgstr "default-cert-level invalid; trebuie s
#: g10/g10.c:2211 #: g10/g10.c:2211
msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgid "invalid min-cert-level; must be 1, 2, or 3\n"
msgstr "min-cert-level invalid; trebuie să fie 0, 1, 2 sau 3\n" msgstr "min-cert-level invalid; trebuie să fie 1, 2 sau 3\n"
#: g10/g10.c:2214 #: g10/g10.c:2214
msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "NOTE: simple S2K mode (0) is strongly discouraged\n"
@ -1030,7 +1031,7 @@ msgstr "preferin
#: g10/g10.c:2238 #: g10/g10.c:2238
msgid "invalid personal digest preferences\n" msgid "invalid personal digest preferences\n"
msgstr "preferinţe rezumat personale invalide\n" msgstr "preferinţe rezumat (digest) personale invalide\n"
#: g10/g10.c:2242 #: g10/g10.c:2242
msgid "invalid personal compress preferences\n" msgid "invalid personal compress preferences\n"
@ -1039,7 +1040,7 @@ msgstr "preferin
#: g10/g10.c:2272 #: g10/g10.c:2272
#, c-format #, c-format
msgid "%s does not yet work with %s\n" msgid "%s does not yet work with %s\n"
msgstr "%s nu merge încă cu %s!\n" msgstr "%s nu merge încă cu %s\n"
#: g10/g10.c:2316 #: g10/g10.c:2316
#, c-format #, c-format
@ -1049,7 +1050,8 @@ msgstr "nu pute
#: g10/g10.c:2321 #: g10/g10.c:2321
#, c-format #, c-format
msgid "you may not use digest algorithm \"%s\" while in %s mode\n" msgid "you may not use digest algorithm \"%s\" while in %s mode\n"
msgstr "nu puteţi folosi algorimul de rezumat \"%s\" câtă vreme în modul %s\n" msgstr ""
"nu puteţi folosi algoritmul rezumat (digest) \"%s\" câtă vreme în modul %s\n"
#: g10/g10.c:2326 #: g10/g10.c:2326
#, c-format #, c-format
@ -1132,27 +1134,27 @@ msgstr "-k[v][v][v][c] [id-utilizator] [inel_chei]"
#: g10/g10.c:2683 #: g10/g10.c:2683
#, c-format #, c-format
msgid "keyserver send failed: %s\n" msgid "keyserver send failed: %s\n"
msgstr "trimitere server de chei eşuată: %s\n" msgstr "trimiterea la serverul de chei a eşuat: %s\n"
#: g10/g10.c:2685 #: g10/g10.c:2685
#, c-format #, c-format
msgid "keyserver receive failed: %s\n" msgid "keyserver receive failed: %s\n"
msgstr "recepţie server de chei eşuată: %s\n" msgstr "receptionarea de la serverul de chei a eşuat: %s\n"
#: g10/g10.c:2687 #: g10/g10.c:2687
#, c-format #, c-format
msgid "key export failed: %s\n" msgid "key export failed: %s\n"
msgstr "export cheie eşuat: %s\n" msgstr "exportul cheii a eşuat: %s\n"
#: g10/g10.c:2698 #: g10/g10.c:2698
#, c-format #, c-format
msgid "keyserver search failed: %s\n" msgid "keyserver search failed: %s\n"
msgstr "căutare server de chei eşuată: %s\n" msgstr "căutarea pe serverul de chei a eşuat: %s\n"
#: g10/g10.c:2708 #: g10/g10.c:2708
#, c-format #, c-format
msgid "keyserver refresh failed: %s\n" msgid "keyserver refresh failed: %s\n"
msgstr "actualizare server de chei eşuată: %s\n" msgstr "actualizarea serverului de chei a eşuat: %s\n"
#: g10/g10.c:2749 #: g10/g10.c:2749
#, c-format #, c-format
@ -1175,7 +1177,7 @@ msgstr "[nume_fi
#: g10/g10.c:2942 #: g10/g10.c:2942
msgid "Go ahead and type your message ...\n" msgid "Go ahead and type your message ...\n"
msgstr "Daţi-i drumul şi scrieţi mesajul ...\n" msgstr "Daţi-i drumul şi scriţi mesajul ...\n"
#: g10/g10.c:2945 g10/decrypt.c:62 g10/decrypt.c:145 g10/verify.c:95 #: g10/g10.c:2945 g10/decrypt.c:62 g10/decrypt.c:145 g10/verify.c:95
#: g10/verify.c:142 #: g10/verify.c:142
@ -1481,12 +1483,14 @@ msgstr "AVERTISMENT: Folosi
#: g10/pkclist.c:602 #: g10/pkclist.c:602
msgid "WARNING: this key might be revoked (revocation key not present)\n" msgid "WARNING: this key might be revoked (revocation key not present)\n"
msgstr "" msgstr ""
"AVERTISMENT: această cheie poate fi revocată (cheia de revocare nu este " "AVERTISMENT: această cheie ar putea fi revocată (cheia de revocare nu este "
"prezentã)\n" "prezentã)\n"
#: g10/pkclist.c:611 #: g10/pkclist.c:611
msgid "WARNING: This key has been revoked by its designated revoker!\n" msgid "WARNING: This key has been revoked by its designated revoker!\n"
msgstr "AVERTISMENT: Această cheie a fost revocată revocatorul desemnat!\n" msgstr ""
"AVERTISMENT: Această cheie a fost revocată de cel desemnat cu această "
"capacitate!\n"
#: g10/pkclist.c:614 #: g10/pkclist.c:614
msgid "WARNING: This key has been revoked by its owner!\n" msgid "WARNING: This key has been revoked by its owner!\n"
@ -2036,7 +2040,7 @@ msgstr "nu pot crea un pachet ESK simetric datorit
#: g10/encode.c:223 #: g10/encode.c:223
#, c-format #, c-format
msgid "using cipher %s\n" msgid "using cipher %s\n"
msgstr "folosesc cifrul %s\n" msgstr "este folosit cifrul %s\n"
#: g10/encode.c:233 g10/encode.c:494 #: g10/encode.c:233 g10/encode.c:494
#, c-format #, c-format
@ -2123,26 +2127,26 @@ msgstr "AVERTISMENT: nimic exportat\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "prea multe intrãri în cache-ul pk - deactivat\n" msgstr "prea multe intrãri în cache-ul pk - deactivat\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[ID utilizator nu a fost gãsit]" msgstr "[ID utilizator nu a fost gãsit]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "Cheia invalidã %08lX fãcutã validã de --allow-non-selfsigned-uid\n" msgstr "Cheia invalidã %08lX fãcutã validã de --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "nici o subcheie secretã pentru subcheia publicã %08lX - ignoratã\n" msgstr "nici o subcheie secretã pentru subcheia publicã %08lX - ignoratã\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "folosim cheia secundarã %08lX în loc de cheia primarã %08lX\n" msgstr "folosim cheia secundarã %08lX în loc de cheia primarã %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "cheia %08lX: cheie secretã fãrã cheie publicã - sãritã\n" msgstr "cheia %08lX: cheie secretã fãrã cheie publicã - sãritã\n"
@ -2684,7 +2688,7 @@ msgstr " (3) Am f
#: g10/keyedit.c:668 #: g10/keyedit.c:668
msgid "Your selection? (enter '?' for more information): " msgid "Your selection? (enter '?' for more information): "
msgstr "Selecţia dvs.? (introduceţi '?' pentru informaţii suplimentare): " msgstr "Selecţia dvs.? (apasaţi '?' pentru informaţii suplimentare): "
#: g10/keyedit.c:688 #: g10/keyedit.c:688
msgid "" msgid ""
@ -3229,7 +3233,7 @@ msgstr "Comand
#: g10/keyedit.c:1611 #: g10/keyedit.c:1611
msgid "Digest: " msgid "Digest: "
msgstr "Rezumat: " msgstr "Rezumat (digest): "
#: g10/keyedit.c:1663 #: g10/keyedit.c:1663
msgid "Features: " msgid "Features: "
@ -3298,9 +3302,9 @@ msgid ""
"WARNING: no user ID has been marked as primary. This command may\n" "WARNING: no user ID has been marked as primary. This command may\n"
" cause a different user ID to become the assumed primary.\n" " cause a different user ID to become the assumed primary.\n"
msgstr "" msgstr ""
"AVERTISMENT: nici un ID utilizator nu a fost marcat ca primar.\n" "AVERTISMENT: nici un ID utilizator nu a fost desemnat ca primar. Această\n"
" Această comandă poate cauza ca un alt ID utilizator\n" " comandă poate face ca un alt ID utilizator să devină cel "
" să devină ID-ul utilizator primar presupus.\n" "primar.\n"
#: g10/keyedit.c:2181 #: g10/keyedit.c:2181
msgid "" msgid ""
@ -3582,12 +3586,12 @@ msgstr "dimensiune ciudat
#: g10/mainproc.c:262 #: g10/mainproc.c:262
#, c-format #, c-format
msgid "bad passphrase or unknown cipher algorithm (%d)\n" msgid "bad passphrase or unknown cipher algorithm (%d)\n"
msgstr "frază=parolă greşită sau algoritm cifrare necunoscut (%d)\n" msgstr "fraza-parolă incorectă sau algoritm de cifrare necunoscut (%d)\n"
#: g10/mainproc.c:299 #: g10/mainproc.c:299
#, c-format #, c-format
msgid "%s encrypted session key\n" msgid "%s encrypted session key\n"
msgstr "%s cheie de sesiune cifrată\n" msgstr "cheie de sesiune cifrată %s\n"
#: g10/mainproc.c:301 g10/encr-data.c:66 #: g10/mainproc.c:301 g10/encr-data.c:66
#, c-format #, c-format
@ -3600,9 +3604,9 @@ msgid "encrypted with unknown algorithm %d\n"
msgstr "cifrat cu un algoritm necunoscut %d\n" msgstr "cifrat cu un algoritm necunoscut %d\n"
#: g10/mainproc.c:309 #: g10/mainproc.c:309
#, fuzzy, c-format #, c-format
msgid "passphrase generated with unknown digest algorithm %d\n" msgid "passphrase generated with unknown digest algorithm %d\n"
msgstr "cifrat cu un algoritm necunoscut %d\n" msgstr "fraza-parolă generată cu un algoritm rezumat (digest) necunoscut %d\n"
#: g10/mainproc.c:358 #: g10/mainproc.c:358
#, c-format #, c-format
@ -3631,11 +3635,11 @@ msgstr "decriptarea cu cheie public
#: g10/mainproc.c:494 #: g10/mainproc.c:494
#, c-format #, c-format
msgid "encrypted with %lu passphrases\n" msgid "encrypted with %lu passphrases\n"
msgstr "cifrată cu %lu fraze-parolă\n" msgstr "cifrat(ă) cu %lu fraze-parolă\n"
#: g10/mainproc.c:496 #: g10/mainproc.c:496
msgid "encrypted with 1 passphrase\n" msgid "encrypted with 1 passphrase\n"
msgstr "cifrată cu 1 frază-parolă\n" msgstr "cifrat(ă) cu 1 fraza-parolă\n"
#: g10/mainproc.c:512 g10/mainproc.c:531 #: g10/mainproc.c:512 g10/mainproc.c:531
#, c-format #, c-format
@ -3696,7 +3700,7 @@ msgstr "nu pot m
#: g10/mainproc.c:1352 #: g10/mainproc.c:1352
#, c-format #, c-format
msgid "Signature made %.*s using %s key ID %08lX\n" msgid "Signature made %.*s using %s key ID %08lX\n"
msgstr "Semnătură făcută %.*s folosind cheia %s cu ID %08lX\n" msgstr "Semnătura a făcut %.*s folosind cheia %s ID %08lX\n"
#: g10/mainproc.c:1381 #: g10/mainproc.c:1381
msgid "Key available at: " msgid "Key available at: "
@ -3731,7 +3735,7 @@ msgstr "Semn
#: g10/mainproc.c:1574 #: g10/mainproc.c:1574
#, c-format #, c-format
msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s\n"
msgstr "semnătură %s, algoritm rezumat %s\n" msgstr "semnătură %s, algoritm rezumat (digest) %s\n"
#: g10/mainproc.c:1575 #: g10/mainproc.c:1575
msgid "binary" msgid "binary"
@ -3815,7 +3819,7 @@ msgstr "v
#: g10/misc.c:551 #: g10/misc.c:551
msgid "Uncompressed" msgid "Uncompressed"
msgstr "Necompresat" msgstr "Necompresat(ă)"
#: g10/misc.c:629 #: g10/misc.c:629
#, c-format #, c-format
@ -3830,7 +3834,7 @@ msgstr "nu pot m
#: g10/parse-packet.c:688 #: g10/parse-packet.c:688
msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgid "WARNING: potentially insecure symmetrically encrypted session key\n"
msgstr "" msgstr ""
"AVERTISMENT: cheie de sesiune cifrată simetric potenţial nesigură " "AVERTISMENT: cheie de sesiune cifrată simetric potential nesigură "
"(insecure)\n" "(insecure)\n"
#: g10/parse-packet.c:1106 #: g10/parse-packet.c:1106
@ -3863,7 +3867,7 @@ msgstr "variabila de mediu GPG_AGENT_INFO anormal
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "gpg-agent versiune protocol %d nu este suportat\n" msgstr "gpg-agent versiune protocol %d nu este suportat\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "nu mã pot conecta la `%s': %s\n" msgstr "nu mã pot conecta la `%s': %s\n"
@ -3872,11 +3876,11 @@ msgstr "nu m
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "probleme de comunicare cu gpg-agent\n" msgstr "probleme de comunicare cu gpg-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "problemã cu agentul - deactivez folosirea agentului\n" msgstr "problemã cu agentul - deactivez folosirea agentului\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (ID cheie principalã %08lX)" msgstr " (ID cheie principalã %08lX)"
@ -3909,16 +3913,16 @@ msgstr "fraz
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "rãspuns invalid de la agent\n" msgstr "rãspuns invalid de la agent\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "anulatã de utilizator\n" msgstr "anulatã de utilizator\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "problemã cu agentul: agentul returneazã 0x%lx\n" msgstr "problemã cu agentul: agentul returneazã 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3928,20 +3932,20 @@ msgstr ""
"Aveþi nevoie de o frazã-parolã pentru a descuia cheia\n" "Aveþi nevoie de o frazã-parolã pentru a descuia cheia\n"
"secretã pentru utilizator: \"" "secretã pentru utilizator: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "cheia %2$s de %1$u-biþi, ID %3$08lX, creatã %4$s" msgstr "cheia %2$s de %1$u-biþi, ID %3$08lX, creatã %4$s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "nu pot cere parola în modul batch\n" msgstr "nu pot cere parola în modul batch\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Introduceþi fraza-parolã: " msgstr "Introduceþi fraza-parolã: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Repetaþi fraza-parolã: " msgstr "Repetaþi fraza-parolã: "
@ -4008,41 +4012,41 @@ msgstr "NOT
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "NOTÃ: cheia a fost revocatã" msgstr "NOTÃ: cheia a fost revocatã"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "cer cheia %08lX de la %s\n" msgstr "cer cheia %08lX de la %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "nu pot obþine cheia de la serverul de chei: %s\n" msgstr "nu pot obþine cheia de la serverul de chei: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "eroare trimitere la `%s': %s\n" msgstr "eroare trimitere la `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "succes trimitere la `%s' (stare=%u)\n" msgstr "succes trimitere la `%s' (stare=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "a eºuat trimiterea la `%s': stare=%u\n" msgstr "a eºuat trimiterea la `%s': stare=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "acest sercer de chei nu suportă --search-keys\n" msgstr "acest server de chei nu suportă --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "caut pentru \"%s\" de pe serverul HKP %s\n" msgstr "caut pentru \"%s\" de pe serverul HKP %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "nu pot cãuta serverul de chei: %s\n" msgstr "nu pot cãuta serverul de chei: %s\n"
@ -4057,9 +4061,9 @@ msgid "protection algorithm %d%s is not supported\n"
msgstr "algoritm de protecþie %d%s nu este suportat\n" msgstr "algoritm de protecþie %d%s nu este suportat\n"
#: g10/seckey-cert.c:70 #: g10/seckey-cert.c:70
#, fuzzy, c-format #, c-format
msgid "protection digest %d is not supported\n" msgid "protection digest %d is not supported\n"
msgstr "algoritm de protecţie %d%s nu este suportat\n" msgstr "algoritm de rezumat (digest) %d nu este suportat\n"
#: g10/seckey-cert.c:239 #: g10/seckey-cert.c:239
msgid "Invalid passphrase; please try again" msgid "Invalid passphrase; please try again"
@ -4082,7 +4086,9 @@ msgstr "generez
#: g10/sig-check.c:70 #: g10/sig-check.c:70
msgid "WARNING: signature digest conflict in message\n" msgid "WARNING: signature digest conflict in message\n"
msgstr "AVERTISMENT: conflict pentru rezumat semnătură în mesaj\n" msgstr ""
"AVERTISMENT: conflict pentru rezumatul semnăturii (signature digest) în "
"mesaj\n"
#: g10/sig-check.c:93 #: g10/sig-check.c:93
#, c-format #, c-format
@ -4095,8 +4101,8 @@ msgstr ""
#, c-format #, c-format
msgid "WARNING: signing subkey %08lX has an invalid cross-certification\n" msgid "WARNING: signing subkey %08lX has an invalid cross-certification\n"
msgstr "" msgstr ""
"AVERTISMENT: subcheia de semnare %08lX are un certificare-reciprocă invalidă " "AVERTISMENT: subcheia de semnare %08lX are o certificare reciprică (cross-"
"(invalid cross-certification)\n" "certification) invalidă\n"
#: g10/sig-check.c:233 #: g10/sig-check.c:233
#, c-format #, c-format
@ -4155,7 +4161,7 @@ msgstr "cheia %08lX: nici o subcheie pentru pachetul de revocare a subcheii\n"
#: g10/sig-check.c:640 #: g10/sig-check.c:640
#, c-format #, c-format
msgid "key %08lX: no subkey for subkey binding signature\n" msgid "key %08lX: no subkey for subkey binding signature\n"
msgstr "cheia %08lX: nici o subcheie pentru semnare legată de cheie\n" msgstr "cheia %08lX: nici o subcheie pentru legarea semnăturii de subcheie\n"
#: g10/sign.c:84 #: g10/sign.c:84
msgid "can't put notation data into v3 (PGP 2.x style) signatures\n" msgid "can't put notation data into v3 (PGP 2.x style) signatures\n"
@ -4216,7 +4222,8 @@ msgstr "nu pot crea %s: %s\n"
#, c-format #, c-format
msgid "forcing digest algorithm %s (%d) violates recipient preferences\n" msgid "forcing digest algorithm %s (%d) violates recipient preferences\n"
msgstr "" msgstr ""
"forţarea algoritmului rezumat %s (%d) violează preferinţele destinatarului\n" "forţarea algoritmului rezumat (digest) %s (%d) violează preferinţele "
"destinatarului\n"
#: g10/sign.c:804 #: g10/sign.c:804
msgid "signing:" msgid "signing:"
@ -4444,12 +4451,12 @@ msgstr "cheia public
#: g10/trustdb.c:1203 #: g10/trustdb.c:1203
#, c-format #, c-format
msgid "signature from Elgamal signing key %08lX to %08lX skipped\n" msgid "signature from Elgamal signing key %08lX to %08lX skipped\n"
msgstr "semnătură de la cheia de semnare Elgamal %08lX la %08lX sărită\n" msgstr "semnătură de la cheie de semnare Elgamal %08lX pentru %08lX sărită\n"
#: g10/trustdb.c:1211 #: g10/trustdb.c:1211
#, c-format #, c-format
msgid "signature from %08lX to Elgamal signing key %08lX skipped\n" msgid "signature from %08lX to Elgamal signing key %08lX skipped\n"
msgstr "semnătură de la %08lX la cheia de semnare Elgamal %08lX sărită\n" msgstr "semnătură de la %08lX pentru cheia de semnare Elgamal %08lX sărită\n"
#: g10/trustdb.c:1608 #: g10/trustdb.c:1608
#, c-format #, c-format
@ -4579,7 +4586,7 @@ msgstr "cheie slab
msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n"
msgstr "nu pot evita cheie slabã pentru cifru simetric; am încercat %d ori!\n" msgstr "nu pot evita cheie slabã pentru cifru simetric; am încercat %d ori!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA necesitã folosirea unui algoritm cu hash de 160 biþi\n" msgstr "DSA necesitã folosirea unui algoritm cu hash de 160 biþi\n"
@ -4987,17 +4994,17 @@ msgstr "Nici un ajutor disponibil"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Nici un disponibil disponibil pentru `%s'" msgstr "Nici un disponibil disponibil pentru `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "eroare la crearea inelului de chei `%s': %s\n" msgstr "eroare la crearea inelului de chei `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "inelul de chei `%s' creat\n" msgstr "inelul de chei `%s' creat\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "am eºuat sã reconstruiesc cache-ul inelului de chei: %s\n" msgstr "am eºuat sã reconstruiesc cache-ul inelului de chei: %s\n"
@ -5300,3 +5307,27 @@ msgstr "eroare g
#, c-format #, c-format
msgid "read error: %s\n" msgid "read error: %s\n"
msgstr "eroare citire: %s\n" msgstr "eroare citire: %s\n"
#~ msgid " (%d) ElGamal (sign and encrypt)\n"
#~ msgstr " (%d) ElGamal (semnătură şi cifrare)\n"
#~ 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 ""
#~ "Folosirea acestui algoritm este suportată numai de GnuPG. Nu veţi putea\n"
#~ "folosi această cheie pentru a comunica cu alţi utilizatori PGP. Mai "
#~ "mult,\n"
#~ "acest algoritm este foarte lent şi ar putea fi mai puţin sigur decât\n"
#~ "celelalte opţiuni.\n"
#~ msgid "Create anyway? "
#~ msgstr "Creaţi oricum? "
#~ msgid "invalid symkey algorithm detected (%d)\n"
#~ msgstr "am detectat un algoritm symkey invalid (%d)\n"
#~ msgid "this keyserver is not fully HKP compatible\n"
#~ msgstr "acest server de chei nu este în totalitate compatibil cu HKP\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GnuPG 1.2.4\n" "Project-Id-Version: GnuPG 1.2.4\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2003-12-23 19:24+0100\n" "PO-Revision-Date: 2003-12-23 19:24+0100\n"
"Last-Translator: Maxim Britov <maxbritov@tut.by>\n" "Last-Translator: Maxim Britov <maxbritov@tut.by>\n"
"Language-Team: Russian <gnupg-ru@gnupg.org>\n" "Language-Team: Russian <gnupg-ru@gnupg.org>\n"
@ -2095,27 +2095,27 @@ msgstr "ВНИМАНИЕ: нечего экспортировать\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "слишком много входов в pk кэше - отключено\n" msgstr "слишком много входов в pk кэше - отключено\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[User ID Не найден]" msgstr "[User ID Не найден]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Недействительный ключ %08lX разрешен параметром --allow-non-selfsigned-uid\n" "Недействительный ключ %08lX разрешен параметром --allow-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "нет секретного подключа для открытого подключа %08lX - игнорирую\n" msgstr "нет секретного подключа для открытого подключа %08lX - игнорирую\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "используется вторичный ключ %08lX вместо главного %08lX\n" msgstr "используется вторичный ключ %08lX вместо главного %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "ключ %08lX: секретный ключ без открытого - пропущен\n" msgstr "ключ %08lX: секретный ключ без открытого - пропущен\n"
@ -3816,7 +3816,7 @@ msgstr "неправильная переменная окружения GPG_AGE
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "протокол gpg-agent версии %d не поддерживается\n" msgstr "протокол gpg-agent версии %d не поддерживается\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "не могу подключиться к `%s': %s\n" msgstr "не могу подключиться к `%s': %s\n"
@ -3825,11 +3825,11 @@ msgstr "не могу подключиться к `%s': %s\n"
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "коммуникационный проблемы с gpg-agent\n" msgstr "коммуникационный проблемы с gpg-agent\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "проблема с агентом - использование агента отключено\n" msgstr "проблема с агентом - использование агента отключено\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (главный идентификатор ключа %08lX)" msgstr " (главный идентификатор ключа %08lX)"
@ -3861,16 +3861,16 @@ msgstr "пароль слишком длинный\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "неверный ответ от агента\n" msgstr "неверный ответ от агента\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "прервано пользователем\n" msgstr "прервано пользователем\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "проблема с агентом: агент вернул 0x%lx\n" msgstr "проблема с агентом: агент вернул 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3880,20 +3880,20 @@ msgstr ""
"Необходим пароль для доступа к секретному ключу пользователя:\n" "Необходим пароль для доступа к секретному ключу пользователя:\n"
"\"" "\""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u-бит %s ключ, ID %08lX, создан %s" msgstr "%u-бит %s ключ, ID %08lX, создан %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "не могу получить пароль в пакетном режиме\n" msgstr "не могу получить пароль в пакетном режиме\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Введите пароль: " msgstr "Введите пароль: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Повторите пароль: " msgstr "Повторите пароль: "
@ -3959,41 +3959,41 @@ msgstr "ЗАМЕТЬТЕ: секретный ключ %08lX просрочен
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "ЗАМЕТЬТЕ: ключ был отозван" msgstr "ЗАМЕТЬТЕ: ключ был отозван"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "запрос ключа %08lX с %s\n" msgstr "запрос ключа %08lX с %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "не могу получить ключ с сервера ключей: %s\n" msgstr "не могу получить ключ с сервера ключей: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "ошибка отправки на `%s': %s\n" msgstr "ошибка отправки на `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "успешно отправлено на `%s' (статус=%u)\n" msgstr "успешно отправлено на `%s' (статус=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "сбой отправки на `%s': статус=%u\n" msgstr "сбой отправки на `%s': статус=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "Данный сервер ключей не поддерживает --search-keys\n" msgstr "Данный сервер ключей не поддерживает --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "поиск \"%s\" на HKP сервере %s\n" msgstr "поиск \"%s\" на HKP сервере %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "не могу найти сервер ключей: %s\n" msgstr "не могу найти сервер ключей: %s\n"
@ -4524,7 +4524,7 @@ msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n"
msgstr "" msgstr ""
"невозможно избежать слабого ключа для симметричного шифра; %d попыток!\n" "невозможно избежать слабого ключа для симметричного шифра; %d попыток!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA требует использования 160 битной хэш-функции\n" msgstr "DSA требует использования 160 битной хэш-функции\n"
@ -4913,17 +4913,17 @@ msgstr "Нет доступной справки"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Нет справки для `%s'" msgstr "Нет справки для `%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "ошибка создания таблицы ключей `%s': %s\n" msgstr "ошибка создания таблицы ключей `%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "создана таблица ключей `%s'\n" msgstr "создана таблица ключей `%s'\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "сбой перестройки кэша таблицы ключей: %s\n" msgstr "сбой перестройки кэша таблицы ключей: %s\n"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.5\n" "Project-Id-Version: gnupg 1.2.5\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-07-20 15:52+0200\n" "PO-Revision-Date: 2004-07-20 15:52+0200\n"
"Last-Translator: Michal Majer <mmajer@econ.umb.sk>\n" "Last-Translator: Michal Majer <mmajer@econ.umb.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@ -2124,28 +2124,28 @@ msgstr "VAROVANIE: ni
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "príli¹ veµa polo¾iek v bufferi verejných kµúèov - vypnuté\n" msgstr "príli¹ veµa polo¾iek v bufferi verejných kµúèov - vypnuté\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[User id not found]" msgstr "[User id not found]"
# c-format # c-format
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Neplatný kµúè %08lX zmenený na platný pomocou --always-non-selfsigned-uid\n" "Neplatný kµúè %08lX zmenený na platný pomocou --always-non-selfsigned-uid\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "existuje tajný kµúè pre tento verejný kµúè %08lX!\n" msgstr "existuje tajný kµúè pre tento verejný kµúè %08lX!\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "pou¾ívam sekundárny kµúè %08lX namiesto primárneho kµúèa %08lX\n" msgstr "pou¾ívam sekundárny kµúè %08lX namiesto primárneho kµúèa %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "kµúè %08lX: tajný kµúè bez verejného kµúèa - preskoèené\n" msgstr "kµúè %08lX: tajný kµúè bez verejného kµúèa - preskoèené\n"
@ -3865,7 +3865,7 @@ msgstr "zl
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "gpg-agent protokol verzie %d nie je podporovaný\n" msgstr "gpg-agent protokol verzie %d nie je podporovaný\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "nemô¾em sa pripoji» k `%s': %s\n" msgstr "nemô¾em sa pripoji» k `%s': %s\n"
@ -3874,11 +3874,11 @@ msgstr "nem
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "problém v komunikácii s gpg-agentom\n" msgstr "problém v komunikácii s gpg-agentom\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "problém s agentom - pou¾ívanie agenta vypnuté\n" msgstr "problém s agentom - pou¾ívanie agenta vypnuté\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (hlavné ID kµúèa %08lX)" msgstr " (hlavné ID kµúèa %08lX)"
@ -3910,16 +3910,16 @@ msgstr "heslo je pr
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "neplatná reakcia od agenta\n" msgstr "neplatná reakcia od agenta\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "zru¹ené u¾ívateµom\n" msgstr "zru¹ené u¾ívateµom\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "problém s agentom: agent vracia 0x%lx\n" msgstr "problém s agentom: agent vracia 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3929,20 +3929,20 @@ msgstr ""
"Musíte pozna» heslo, aby ste odomkli tajný kµúè pre\n" "Musíte pozna» heslo, aby ste odomkli tajný kµúè pre\n"
"u¾ívateµa: \"" "u¾ívateµa: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "då¾ka %u bitov, typ %s, ID %08lX, vytvorený %s" msgstr "då¾ka %u bitov, typ %s, ID %08lX, vytvorený %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "v dávkovom re¾ime sa nemô¾em pýta» na heslo\n" msgstr "v dávkovom re¾ime sa nemô¾em pýta» na heslo\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Vlo¾te heslo: " msgstr "Vlo¾te heslo: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Opakujte heslo: " msgstr "Opakujte heslo: "
@ -4008,41 +4008,41 @@ msgstr "POZN
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "POZNÁMKA: kµúè bol revokovaný" msgstr "POZNÁMKA: kµúè bol revokovaný"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "po¾adujem kµúè %08lX z %s\n" msgstr "po¾adujem kµúè %08lX z %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "nemô¾em dosta» kµúè zo servera kµúèov: %s\n" msgstr "nemô¾em dosta» kµúè zo servera kµúèov: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "chyba pri posielaní na `%s': %s\n" msgstr "chyba pri posielaní na `%s': %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "úspe¹né odoslanie na `%s' (status=%u)\n" msgstr "úspe¹né odoslanie na `%s' (status=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "zlyhalo posielanie na `%s': (status=%u)\n" msgstr "zlyhalo posielanie na `%s': (status=%u)\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "tento server kµúèov nepodporuje --search-keys\n" msgstr "tento server kµúèov nepodporuje --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "vyhµadávam \"%s\" na HKP serveri %s\n" msgstr "vyhµadávam \"%s\" na HKP serveri %s\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "nemô¾em prehµadáva» server kµúèov: %s\n" msgstr "nemô¾em prehµadáva» server kµúèov: %s\n"
@ -4582,7 +4582,7 @@ msgstr ""
"nemô¾em sa vyvarova» slabého kµúèa pre symetrickú ¹ifru; operáciu som skúsil " "nemô¾em sa vyvarova» slabého kµúèa pre symetrickú ¹ifru; operáciu som skúsil "
"%d krát!\n" "%d krát!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA po¾aduje pou¾itie 160 bitového hashovacieho algoritmu\n" msgstr "DSA po¾aduje pou¾itie 160 bitového hashovacieho algoritmu\n"
@ -4982,17 +4982,17 @@ msgstr "Pomoc nie je k dispoz
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "Pomoc nie je dostupná pre '%s'" msgstr "Pomoc nie je dostupná pre '%s'"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "chyba pri vytváraní súboru kµúèov (keyring)`%s': %s\n" msgstr "chyba pri vytváraní súboru kµúèov (keyring)`%s': %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "súbor kµúèov (keyring) `%s' vytvorený\n" msgstr "súbor kµúèov (keyring) `%s' vytvorený\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "zlyhalo obnovenie vyrovnávacej pamäti kµúèov: %s\n" msgstr "zlyhalo obnovenie vyrovnávacej pamäti kµúèov: %s\n"

1228
po/sv.po

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.2\n" "Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-07-08 08:10+0300\n" "PO-Revision-Date: 2004-07-08 08:10+0300\n"
"Last-Translator: Nilgün Belma Bugüner <nilgun@superonline.com>\n" "Last-Translator: Nilgün Belma Bugüner <nilgun@superonline.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n" "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@ -2105,29 +2105,29 @@ msgstr "UYARI: hiçbir şey dışarı aktarılmadı\n"
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "pk belleğinde çok fazla girdi - iptal edildi\n" msgstr "pk belleğinde çok fazla girdi - iptal edildi\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[Kullanıcı kimliği bulunamadı]" msgstr "[Kullanıcı kimliği bulunamadı]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "" msgstr ""
"Geçersiz %08lX anahtarı --allow-non-selfsigned-uid kullanılarak geçerli " "Geçersiz %08lX anahtarı --allow-non-selfsigned-uid kullanılarak geçerli "
"oldu\n" "oldu\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "" msgstr ""
"yardımcı genel anahtar %08lX için bir gizli anahtar yok - yoksayılıyor\n" "yardımcı genel anahtar %08lX için bir gizli anahtar yok - yoksayılıyor\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "yardımcı anahtar %08lX, asıl anahtar %08lX yerine kullanılıyor\n" msgstr "yardımcı anahtar %08lX, asıl anahtar %08lX yerine kullanılıyor\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "%08lX anahtarı: genel anahtarsız gizli anahtar - atlandı\n" msgstr "%08lX anahtarı: genel anahtarsız gizli anahtar - atlandı\n"
@ -3866,7 +3866,7 @@ msgstr "GPG_AGENT_INFO çevre değişkeni hatalı\n"
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "gpg-agent protokolü sürüm %d desteklenmiyor\n" msgstr "gpg-agent protokolü sürüm %d desteklenmiyor\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "\"%s\" sunucusuna bağlanılamadı: %s\n" msgstr "\"%s\" sunucusuna bağlanılamadı: %s\n"
@ -3875,11 +3875,11 @@ msgstr "\"%s\" sunucusuna bağlanılamadı: %s\n"
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "gpg-agent ile haberleşme problemi\n" msgstr "gpg-agent ile haberleşme problemi\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "vekil ile problem - vekil kullanımı iptal ediliyor\n" msgstr "vekil ile problem - vekil kullanımı iptal ediliyor\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (asıl anahtar kimliği %08lX)" msgstr " (asıl anahtar kimliği %08lX)"
@ -3911,16 +3911,16 @@ msgstr "Parola çok uzun\n"
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "yanıt geçersiz\n" msgstr "yanıt geçersiz\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "kullanıcı tarafından durduruldu\n" msgstr "kullanıcı tarafından durduruldu\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "vekil ile sorun var: vekil 0x%lx ile sonuçlandı\n" msgstr "vekil ile sorun var: vekil 0x%lx ile sonuçlandı\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3930,22 +3930,22 @@ msgstr ""
"Gizli anahtarın kilidini açmak için bir anahtar parolasına ihtiyacınız var.\n" "Gizli anahtarın kilidini açmak için bir anahtar parolasına ihtiyacınız var.\n"
"Anahtarın sahibi: \"" "Anahtarın sahibi: \""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "" msgstr ""
"%u bitlik %s anahtarı, %08lX kimliği ile\n" "%u bitlik %s anahtarı, %08lX kimliği ile\n"
"%s tarihinde üretilmiş" "%s tarihinde üretilmiş"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "önceden tanımlanmış işlemler kipinde (batchmode) parola sorgulanamaz\n" msgstr "önceden tanımlanmış işlemler kipinde (batchmode) parola sorgulanamaz\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "Anahtar parolasını girin: " msgstr "Anahtar parolasını girin: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "Tekrar: " msgstr "Tekrar: "
@ -4011,41 +4011,41 @@ msgstr "BİLGİ: %08lX gizli anahtarının %s tarihinde kullanım süresi doldu\
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "BİLGİ: anahtar yürürlükten kaldırılmıştı" msgstr "BİLGİ: anahtar yürürlükten kaldırılmıştı"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "%08lX anahtarı %s adresinden isteniyor\n" msgstr "%08lX anahtarı %s adresinden isteniyor\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "anahtar sunucusunun %s adresinden anahtar alınamadı\n" msgstr "anahtar sunucusunun %s adresinden anahtar alınamadı\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "\"%s\" adresine gönderme hatası: %s\n" msgstr "\"%s\" adresine gönderme hatası: %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "\"%s\" adresine gönderme işlemi başarılı (durum=%u)\n" msgstr "\"%s\" adresine gönderme işlemi başarılı (durum=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "\"%s\" adresine gönderme işlemi başarısız (durum=%u)\n" msgstr "\"%s\" adresine gönderme işlemi başarısız (durum=%u)\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "bu anahtar sunucusu --search-keys seçeneğini desteklemiyor\n" msgstr "bu anahtar sunucusu --search-keys seçeneğini desteklemiyor\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "HKP sunucusunun %2$s adresinde \"%1$s\" aranıyor\n" msgstr "HKP sunucusunun %2$s adresinde \"%1$s\" aranıyor\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "anahtar sunucusu aranamıyor: %s\n" msgstr "anahtar sunucusu aranamıyor: %s\n"
@ -4589,7 +4589,7 @@ msgstr ""
"simetrik şifre için zayıf anahtarın önlenmesi mümkün olamadı: %d kere " "simetrik şifre için zayıf anahtarın önlenmesi mümkün olamadı: %d kere "
"denendi!\n" "denendi!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA, 160 bitlik bir hash algoritması kullanılmasını gerektiriyor\n" msgstr "DSA, 160 bitlik bir hash algoritması kullanılmasını gerektiriyor\n"
@ -4979,17 +4979,17 @@ msgstr "yardım mevcut değil"
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "\"%s\" için yardım mevcut değil" msgstr "\"%s\" için yardım mevcut değil"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "`%s' anahtar zinciri oluşturulurken hata: %s\n" msgstr "`%s' anahtar zinciri oluşturulurken hata: %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "`%s' anahtar zinciri oluşturuldu\n" msgstr "`%s' anahtar zinciri oluşturuldu\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "anahtar zinciri belleği yeniden oluşturulurken hata: %s\n" msgstr "anahtar zinciri belleği yeniden oluşturulurken hata: %s\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.2\n" "Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2004-07-20 15:50+0200\n" "PO-Revision-Date: 2004-07-20 15:50+0200\n"
"Last-Translator: Meng Jie <zuxyhere@eastday.com>\n" "Last-Translator: Meng Jie <zuxyhere@eastday.com>\n"
"Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n" "Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
@ -2067,26 +2067,26 @@ msgstr "
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "pk 缓存里项目太多——已禁用\n" msgstr "pk 缓存里项目太多——已禁用\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[找不到用户标识]" msgstr "[找不到用户标识]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "--allow-non-selfsigned-uid 能让无效的密钥 %08lX 生效\n" msgstr "--allow-non-selfsigned-uid 能让无效的密钥 %08lX 生效\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "公钥 %08lX 没有相对应的私钥——正在忽略\n" msgstr "公钥 %08lX 没有相对应的私钥——正在忽略\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "使用子钥 %08lX 而非主钥 %08lX\n" msgstr "使用子钥 %08lX 而非主钥 %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "密钥 %08lX只有私钥而没有公钥——已跳过\n" msgstr "密钥 %08lX只有私钥而没有公钥——已跳过\n"
@ -3788,7 +3788,7 @@ msgstr "GPG_AGENT_INFO
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "不支持 gpg-agent 协议版本 %d\n" msgstr "不支持 gpg-agent 协议版本 %d\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "无法连接至‘%s%s\n" msgstr "无法连接至‘%s%s\n"
@ -3797,11 +3797,11 @@ msgstr "
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "与 gpg-agent 通讯有问题\n" msgstr "与 gpg-agent 通讯有问题\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "代理程序的问题——正在停用代理程序\n" msgstr "代理程序的问题——正在停用代理程序\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr "(主钥匙号 %08lX)" msgstr "(主钥匙号 %08lX)"
@ -3833,16 +3833,16 @@ msgstr "
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "代理程序响应无效\n" msgstr "代理程序响应无效\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "用户取消\n" msgstr "用户取消\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "代理程序的问题:代理程序返回 0x%lx\n" msgstr "代理程序的问题:代理程序返回 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3852,20 +3852,20 @@ msgstr ""
"您需要下列使用者的密码,才能解开私钥:\n" "您需要下列使用者的密码,才能解开私钥:\n"
"\"" "\""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u 字节的 %s 密钥,钥匙号 %08lX建立于 %s" msgstr "%u 字节的 %s 密钥,钥匙号 %08lX建立于 %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "在批处理模式中无法询问密码\n" msgstr "在批处理模式中无法询问密码\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "请输入密码:" msgstr "请输入密码:"
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "请再输入一次密码:" msgstr "请再输入一次密码:"
@ -3931,41 +3931,41 @@ msgstr "ע
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "注意:密钥已被吊销" msgstr "注意:密钥已被吊销"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "正在查询密钥 %08lX来自 %s\n" msgstr "正在查询密钥 %08lX来自 %s\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "无法从公钥服务器取得密钥: %s\n" msgstr "无法从公钥服务器取得密钥: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "上传到‘%s的时候发生错误%s\n" msgstr "上传到‘%s的时候发生错误%s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "成功上传至‘%s(状态 = %u)\n" msgstr "成功上传至‘%s(状态 = %u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "上传到‘%s失败状态 = %u\n" msgstr "上传到‘%s失败状态 = %u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "此公钥服务器不支持 --search-keys\n" msgstr "此公钥服务器不支持 --search-keys\n"
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "正在搜寻“%s”在 HKP 服务器 %s 上\n" msgstr "正在搜寻“%s”在 HKP 服务器 %s 上\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "无法搜寻公钥服务器:%s\n" msgstr "无法搜寻公钥服务器:%s\n"
@ -4480,7 +4480,7 @@ msgstr "
msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n"
msgstr "对称加密无法避免生成弱密钥;已经尝试 %d 次!\n" msgstr "对称加密无法避免生成弱密钥;已经尝试 %d 次!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA 要求使用 160 字节的散列算法\n" msgstr "DSA 要求使用 160 字节的散列算法\n"
@ -4861,17 +4861,17 @@ msgstr "û
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "%s没有可用的帮助" msgstr "%s没有可用的帮助"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "建立钥匙环‘%s时发生错误%s\n" msgstr "建立钥匙环‘%s时发生错误%s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "钥匙环‘%s已建立\n" msgstr "钥匙环‘%s已建立\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "重新建立钥匙环缓存失败: %s\n" msgstr "重新建立钥匙环缓存失败: %s\n"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg 1.2.2\n" "Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2004-08-13 18:54+0200\n" "POT-Creation-Date: 2004-12-27 17:50+0100\n"
"PO-Revision-Date: 2003-05-13 15:48+0800\n" "PO-Revision-Date: 2003-05-13 15:48+0800\n"
"Last-Translator: Jedi <Jedi@idej.org>\n" "Last-Translator: Jedi <Jedi@idej.org>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
@ -2072,26 +2072,26 @@ msgstr "ĵ
msgid "too many entries in pk cache - disabled\n" msgid "too many entries in pk cache - disabled\n"
msgstr "pk 快取裡有太多項目 ─ 已禁用\n" msgstr "pk 快取裡有太多項目 ─ 已禁用\n"
#: g10/getkey.c:186 g10/getkey.c:2672 #: g10/getkey.c:186 g10/getkey.c:2689
msgid "[User id not found]" msgid "[User id not found]"
msgstr "[找不到使用者 ID]" msgstr "[找不到使用者 ID]"
#: g10/getkey.c:1607 #: g10/getkey.c:1630
#, c-format #, c-format
msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n" msgid "Invalid key %08lX made valid by --allow-non-selfsigned-uid\n"
msgstr "--allow-non-selfsigned-uid 能讓無效的金鑰 %08lX 生效\n" msgstr "--allow-non-selfsigned-uid 能讓無效的金鑰 %08lX 生效\n"
#: g10/getkey.c:2160 #: g10/getkey.c:2179
#, c-format #, c-format
msgid "no secret subkey for public subkey %08lX - ignoring\n" msgid "no secret subkey for public subkey %08lX - ignoring\n"
msgstr "公鑰 %08lX 沒有相對應的私鑰 ─ 正在忽略\n" msgstr "公鑰 %08lX 沒有相對應的私鑰 ─ 正在忽略\n"
#: g10/getkey.c:2388 #: g10/getkey.c:2407
#, c-format #, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n" msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr "正在使用次鑰 %08lX 來替換主鑰 %08lX\n" msgstr "正在使用次鑰 %08lX 來替換主鑰 %08lX\n"
#: g10/getkey.c:2435 #: g10/getkey.c:2454
#, c-format #, c-format
msgid "key %08lX: secret key without public key - skipped\n" msgid "key %08lX: secret key without public key - skipped\n"
msgstr "金鑰 %08lX: 祇有私鑰而沒有公鑰 ─ 已跳過\n" msgstr "金鑰 %08lX: 祇有私鑰而沒有公鑰 ─ 已跳過\n"
@ -3785,7 +3785,7 @@ msgstr "
msgid "gpg-agent protocol version %d is not supported\n" msgid "gpg-agent protocol version %d is not supported\n"
msgstr "gpg-agent 協定版本 %d 未被支援\n" msgstr "gpg-agent 協定版本 %d 未被支援\n"
#: g10/passphrase.c:549 g10/hkp.c:155 #: g10/passphrase.c:549 g10/hkp.c:156
#, c-format #, c-format
msgid "can't connect to `%s': %s\n" msgid "can't connect to `%s': %s\n"
msgstr "無法連接至 `%s' %s\n" msgstr "無法連接至 `%s' %s\n"
@ -3794,11 +3794,11 @@ msgstr "
msgid "communication problem with gpg-agent\n" msgid "communication problem with gpg-agent\n"
msgstr "gpg-agent 的通訊問題\n" msgstr "gpg-agent 的通訊問題\n"
#: g10/passphrase.c:578 g10/passphrase.c:879 g10/passphrase.c:992 #: g10/passphrase.c:578 g10/passphrase.c:885 g10/passphrase.c:998
msgid "problem with the agent - disabling agent use\n" msgid "problem with the agent - disabling agent use\n"
msgstr "代理程式的問題 ─ 正在停用代理程式\n" msgstr "代理程式的問題 ─ 正在停用代理程式\n"
#: g10/passphrase.c:680 g10/passphrase.c:1098 #: g10/passphrase.c:680 g10/passphrase.c:1104
#, c-format #, c-format
msgid " (main key ID %08lX)" msgid " (main key ID %08lX)"
msgstr " (主要金鑰 ID %08lX)" msgstr " (主要金鑰 ID %08lX)"
@ -3830,16 +3830,16 @@ msgstr "
msgid "invalid response from agent\n" msgid "invalid response from agent\n"
msgstr "代理程式傳回無效的回應\n" msgstr "代理程式傳回無效的回應\n"
#: g10/passphrase.c:780 g10/passphrase.c:873 #: g10/passphrase.c:780 g10/passphrase.c:879
msgid "cancelled by user\n" msgid "cancelled by user\n"
msgstr "由使用者取消了\n" msgstr "由使用者取消了\n"
#: g10/passphrase.c:785 g10/passphrase.c:963 #: g10/passphrase.c:785 g10/passphrase.c:969
#, c-format #, c-format
msgid "problem with the agent: agent returns 0x%lx\n" msgid "problem with the agent: agent returns 0x%lx\n"
msgstr "代理程式的問題:代理程式傳回 0x%lx\n" msgstr "代理程式的問題:代理程式傳回 0x%lx\n"
#: g10/passphrase.c:1084 #: g10/passphrase.c:1090
msgid "" msgid ""
"\n" "\n"
"You need a passphrase to unlock the secret key for\n" "You need a passphrase to unlock the secret key for\n"
@ -3849,20 +3849,20 @@ msgstr ""
"妳需要下列使用者的密碼串,纔能解開私鑰:\n" "妳需要下列使用者的密碼串,纔能解開私鑰:\n"
"\"" "\""
#: g10/passphrase.c:1093 #: g10/passphrase.c:1099
#, c-format #, c-format
msgid "%u-bit %s key, ID %08lX, created %s" msgid "%u-bit %s key, ID %08lX, created %s"
msgstr "%u 位元 %s ID %08lX 的金鑰,建立於 %s" msgstr "%u 位元 %s ID %08lX 的金鑰,建立於 %s"
#: g10/passphrase.c:1145 #: g10/passphrase.c:1151
msgid "can't query password in batchmode\n" msgid "can't query password in batchmode\n"
msgstr "在批次模式中無法詢問密碼\n" msgstr "在批次模式中無法詢問密碼\n"
#: g10/passphrase.c:1149 #: g10/passphrase.c:1155
msgid "Enter passphrase: " msgid "Enter passphrase: "
msgstr "請輸入密碼串: " msgstr "請輸入密碼串: "
#: g10/passphrase.c:1153 #: g10/passphrase.c:1159
msgid "Repeat passphrase: " msgid "Repeat passphrase: "
msgstr "請再輸入一次密碼串: " msgstr "請再輸入一次密碼串: "
@ -3928,41 +3928,41 @@ msgstr "
msgid "NOTE: key has been revoked" msgid "NOTE: key has been revoked"
msgstr "請注意:金鑰已經被撤銷了" msgstr "請注意:金鑰已經被撤銷了"
#: g10/hkp.c:71 #: g10/hkp.c:72
#, c-format #, c-format
msgid "requesting key %08lX from %s\n" msgid "requesting key %08lX from %s\n"
msgstr "金鑰 %08lX 正向 %s 要求中\n" msgstr "金鑰 %08lX 正向 %s 要求中\n"
#: g10/hkp.c:98 #: g10/hkp.c:99
#, c-format #, c-format
msgid "can't get key from keyserver: %s\n" msgid "can't get key from keyserver: %s\n"
msgstr "無法從金鑰伺服器取得金鑰: %s\n" msgstr "無法從金鑰伺服器取得金鑰: %s\n"
#: g10/hkp.c:183 #: g10/hkp.c:184
#, c-format #, c-format
msgid "error sending to `%s': %s\n" msgid "error sending to `%s': %s\n"
msgstr "傳送到 `%s' 的時候發生錯誤: %s\n" msgstr "傳送到 `%s' 的時候發生錯誤: %s\n"
#: g10/hkp.c:198 #: g10/hkp.c:199
#, c-format #, c-format
msgid "success sending to `%s' (status=%u)\n" msgid "success sending to `%s' (status=%u)\n"
msgstr "成功地傳送到 `%s' (狀態=%u)\n" msgstr "成功地傳送到 `%s' (狀態=%u)\n"
#: g10/hkp.c:201 #: g10/hkp.c:202
#, c-format #, c-format
msgid "failed sending to `%s': status=%u\n" msgid "failed sending to `%s': status=%u\n"
msgstr "傳送到 `%s' 的時候失敗了:狀態=%u\n" msgstr "傳送到 `%s' 的時候失敗了:狀態=%u\n"
#: g10/hkp.c:373 #: g10/hkp.c:384
msgid "this keyserver does not support --search-keys\n" msgid "this keyserver does not support --search-keys\n"
msgstr "" msgstr ""
#: g10/hkp.c:523 #: g10/hkp.c:534
#, c-format #, c-format
msgid "searching for \"%s\" from HKP server %s\n" msgid "searching for \"%s\" from HKP server %s\n"
msgstr "正在搜尋 \"%s\" 於 HKP 伺服器 %s 上\n" msgstr "正在搜尋 \"%s\" 於 HKP 伺服器 %s 上\n"
#: g10/hkp.c:575 #: g10/hkp.c:586
#, c-format #, c-format
msgid "can't search keyserver: %s\n" msgid "can't search keyserver: %s\n"
msgstr "無法搜尋金鑰伺服器: %s\n" msgstr "無法搜尋金鑰伺服器: %s\n"
@ -4478,7 +4478,7 @@ msgstr "
msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n"
msgstr "無法避免對稱式編密法的弱金鑰;已經試了 %d 次了!\n" msgstr "無法避免對稱式編密法的弱金鑰;已經試了 %d 次了!\n"
#: g10/seskey.c:210 #: g10/seskey.c:213
msgid "DSA requires the use of a 160 bit hash algorithm\n" msgid "DSA requires the use of a 160 bit hash algorithm\n"
msgstr "DSA 要求使用 160 位元的雜湊演算法\n" msgstr "DSA 要求使用 160 位元的雜湊演算法\n"
@ -4859,17 +4859,17 @@ msgstr "
msgid "No help available for `%s'" msgid "No help available for `%s'"
msgstr "`%s' 沒有可用的說明" msgstr "`%s' 沒有可用的說明"
#: g10/keydb.c:156 #: g10/keydb.c:160
#, c-format #, c-format
msgid "error creating keyring `%s': %s\n" msgid "error creating keyring `%s': %s\n"
msgstr "建立鑰匙圈 `%s' 時發生錯誤: %s\n" msgstr "建立鑰匙圈 `%s' 時發生錯誤: %s\n"
#: g10/keydb.c:163 #: g10/keydb.c:167
#, c-format #, c-format
msgid "keyring `%s' created\n" msgid "keyring `%s' created\n"
msgstr "鑰匙圈 `%s' 已建立\n" msgstr "鑰匙圈 `%s' 已建立\n"
#: g10/keydb.c:639 #: g10/keydb.c:646
#, c-format #, c-format
msgid "failed to rebuild keyring cache: %s\n" msgid "failed to rebuild keyring cache: %s\n"
msgstr "重新建立鑰匙圈快取失敗: %s\n" msgstr "重新建立鑰匙圈快取失敗: %s\n"

18
scripts/config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
timestamp='2004-07-19' timestamp='2004-08-13'
# This file is free software; you can redistribute it and/or modify it # This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -203,9 +203,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
amiga:OpenBSD:*:*) amiga:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE} echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;; exit 0 ;;
arc:OpenBSD:*:*)
echo mipsel-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
cats:OpenBSD:*:*) cats:OpenBSD:*:*)
echo arm-unknown-openbsd${UNAME_RELEASE} echo arm-unknown-openbsd${UNAME_RELEASE}
exit 0 ;; exit 0 ;;
@ -230,18 +227,12 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
mvmeppc:OpenBSD:*:*) mvmeppc:OpenBSD:*:*)
echo powerpc-unknown-openbsd${UNAME_RELEASE} echo powerpc-unknown-openbsd${UNAME_RELEASE}
exit 0 ;; exit 0 ;;
pmax:OpenBSD:*:*)
echo mipsel-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
sgi:OpenBSD:*:*) sgi:OpenBSD:*:*)
echo mipseb-unknown-openbsd${UNAME_RELEASE} echo mips64-unknown-openbsd${UNAME_RELEASE}
exit 0 ;; exit 0 ;;
sun3:OpenBSD:*:*) sun3:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE} echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;; exit 0 ;;
wgrisc:OpenBSD:*:*)
echo mipsel-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
*:OpenBSD:*:*) *:OpenBSD:*:*)
echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
exit 0 ;; exit 0 ;;
@ -1179,9 +1170,10 @@ EOF
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
exit 0 ;; exit 0 ;;
*:Darwin:*:*) *:Darwin:*:*)
case `uname -p` in UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
case $UNAME_PROCESSOR in
*86) UNAME_PROCESSOR=i686 ;; *86) UNAME_PROCESSOR=i686 ;;
powerpc) UNAME_PROCESSOR=powerpc ;; unknown) UNAME_PROCESSOR=powerpc ;;
esac esac
echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
exit 0 ;; exit 0 ;;

View File

@ -1,7 +1,9 @@
#! /bin/sh #! /bin/sh
# depcomp - compile a program generating dependencies as side-effects # depcomp - compile a program generating dependencies as side-effects
# Copyright 1999, 2000 Free Software Foundation, Inc.
scriptversion=2004-05-31.23
# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -25,22 +27,45 @@
# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>. # Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
case $1 in
'')
echo "$0: No command. Try \`$0 --help' for more information." 1>&2
exit 1;
;;
-h | --h*)
cat <<\EOF
Usage: depcomp [--help] [--version] PROGRAM [ARGS]
Run PROGRAMS ARGS to compile a file, generating dependencies
as side-effects.
Environment variables:
depmode Dependency tracking mode.
source Source file read by `PROGRAMS ARGS'.
object Object file output by `PROGRAMS ARGS'.
DEPDIR directory where to store dependencies.
depfile Dependency file to output.
tmpdepfile Temporary file to use when outputing dependencies.
libtool Whether libtool is used (yes/no).
Report bugs to <bug-automake@gnu.org>.
EOF
exit 0
;;
-v | --v*)
echo "depcomp $scriptversion"
exit 0
;;
esac
if test -z "$depmode" || test -z "$source" || test -z "$object"; then if test -z "$depmode" || test -z "$source" || test -z "$object"; then
echo "depcomp: Variables source, object and depmode must be set" 1>&2 echo "depcomp: Variables source, object and depmode must be set" 1>&2
exit 1 exit 1
fi fi
# `libtool' can also be set to `yes' or `no'.
if test -z "$depfile"; then
base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
dir=`echo "$object" | sed 's,/.*$,/,'`
if test "$dir" = "$object"; then
dir=
fi
# FIXME: should be _deps on DOS.
depfile="$dir.deps/$base"
fi
# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
depfile=${depfile-`echo "$object" |
sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
rm -f "$tmpdepfile" rm -f "$tmpdepfile"
@ -172,19 +197,25 @@ sgi)
aix) aix)
# The C for AIX Compiler uses -M and outputs the dependencies # The C for AIX Compiler uses -M and outputs the dependencies
# in a .u file. This file always lives in the current directory. # in a .u file. In older versions, this file always lives in the
# Also, the AIX compiler puts `$object:' at the start of each line; # current directory. Also, the AIX compiler puts `$object:' at the
# $object doesn't have directory information. # start of each line; $object doesn't have directory information.
stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'` # Version 6 uses the directory in both cases.
stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
tmpdepfile="$stripped.u" tmpdepfile="$stripped.u"
outname="$stripped.o"
if test "$libtool" = yes; then if test "$libtool" = yes; then
"$@" -Wc,-M "$@" -Wc,-M
else else
"$@" -M "$@" -M
fi fi
stat=$? stat=$?
if test -f "$tmpdepfile"; then :
else
stripped=`echo "$stripped" | sed 's,^.*/,,'`
tmpdepfile="$stripped.u"
fi
if test $stat -eq 0; then : if test $stat -eq 0; then :
else else
rm -f "$tmpdepfile" rm -f "$tmpdepfile"
@ -192,6 +223,7 @@ aix)
fi fi
if test -f "$tmpdepfile"; then if test -f "$tmpdepfile"; then
outname="$stripped.o"
# Each line is of the form `foo.o: dependent.h'. # Each line is of the form `foo.o: dependent.h'.
# Do two passes, one to just change these to # Do two passes, one to just change these to
# `$object: dependent.h' and one to simply `dependent.h:'. # `$object: dependent.h' and one to simply `dependent.h:'.
@ -206,38 +238,89 @@ aix)
rm -f "$tmpdepfile" rm -f "$tmpdepfile"
;; ;;
icc)
# Intel's C compiler understands `-MD -MF file'. However on
# icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
# ICC 7.0 will fill foo.d with something like
# foo.o: sub/foo.c
# foo.o: sub/foo.h
# which is wrong. We want:
# sub/foo.o: sub/foo.c
# sub/foo.o: sub/foo.h
# sub/foo.c:
# sub/foo.h:
# ICC 7.1 will output
# foo.o: sub/foo.c sub/foo.h
# and will wrap long lines using \ :
# foo.o: sub/foo.c ... \
# sub/foo.h ... \
# ...
"$@" -MD -MF "$tmpdepfile"
stat=$?
if test $stat -eq 0; then :
else
rm -f "$tmpdepfile"
exit $stat
fi
rm -f "$depfile"
# Each line is of the form `foo.o: dependent.h',
# or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
# Do two passes, one to just change these to
# `$object: dependent.h' and one to simply `dependent.h:'.
sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
# Some versions of the HPUX 10.20 sed can't process this invocation
# correctly. Breaking it into two sed invocations is a workaround.
sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
sed -e 's/$/ :/' >> "$depfile"
rm -f "$tmpdepfile"
;;
tru64) tru64)
# The Tru64 compiler uses -MD to generate dependencies as a side # The Tru64 compiler uses -MD to generate dependencies as a side
# effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
# At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
# dependencies in `foo.d' instead, so we check for that too. # dependencies in `foo.d' instead, so we check for that too.
# Subdirectories are respected. # Subdirectories are respected.
dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
test "x$dir" = "x$object" && dir=
base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
base=`echo "$object" | sed -e 's/\.o$//' -e 's/\.lo$//'`
tmpdepfile1="$base.o.d"
tmpdepfile2="$base.d"
if test "$libtool" = yes; then if test "$libtool" = yes; then
# Dependencies are output in .lo.d with libtool 1.4.
# With libtool 1.5 they are output both in $dir.libs/$base.o.d
# and in $dir.libs/$base.o.d and $dir$base.o.d. We process the
# latter, because the former will be cleaned when $dir.libs is
# erased.
tmpdepfile1="$dir.libs/$base.lo.d"
tmpdepfile2="$dir$base.o.d"
tmpdepfile3="$dir.libs/$base.d"
"$@" -Wc,-MD "$@" -Wc,-MD
else else
tmpdepfile1="$dir$base.o.d"
tmpdepfile2="$dir$base.d"
tmpdepfile3="$dir$base.d"
"$@" -MD "$@" -MD
fi fi
stat=$? stat=$?
if test $stat -eq 0; then : if test $stat -eq 0; then :
else else
rm -f "$tmpdepfile1" "$tmpdepfile2" rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
exit $stat exit $stat
fi fi
if test -f "$tmpdepfile1"; then if test -f "$tmpdepfile1"; then
tmpdepfile="$tmpdepfile1" tmpdepfile="$tmpdepfile1"
else elif test -f "$tmpdepfile2"; then
tmpdepfile="$tmpdepfile2" tmpdepfile="$tmpdepfile2"
else
tmpdepfile="$tmpdepfile3"
fi fi
if test -f "$tmpdepfile"; then if test -f "$tmpdepfile"; then
sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
# That's a space and a tab in the []. # That's a tab and a space in the [].
sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
else else
echo "#dummy" > "$depfile" echo "#dummy" > "$depfile"
fi fi
@ -250,34 +333,42 @@ tru64)
dashmstdout) dashmstdout)
# Important note: in order to support this mode, a compiler *must* # Important note: in order to support this mode, a compiler *must*
# always write the proprocessed file to stdout, regardless of -o, # always write the preprocessed file to stdout, regardless of -o.
# because we must use -o when running libtool. "$@" || exit $?
test -z "$dashmflag" && dashmflag=-M
( IFS=" " # Remove the call to Libtool.
case " $* " in if test "$libtool" = yes; then
*" --mode=compile "*) # this is libtool, let us make it quiet while test $1 != '--mode=compile'; do
for arg shift
do # cycle over the arguments done
case "$arg" in shift
"--mode=compile") fi
# insert --quiet before "--mode=compile"
set fnord "$@" --quiet # Remove `-o $object'.
shift # fnord IFS=" "
;; for arg
esac do
set fnord "$@" "$arg" case $arg in
shift # fnord -o)
shift # "$arg" shift
done ;;
$object)
shift
;;
*)
set fnord "$@" "$arg"
shift # fnord
shift # $arg
;; ;;
esac esac
"$@" $dashmflag | sed 's:^[^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" done
) &
proc=$! test -z "$dashmflag" && dashmflag=-M
"$@" # Require at least two characters before searching for `:'
stat=$? # in the target name. This is to cope with DOS-style filenames:
wait "$proc" # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
if test "$stat" != 0; then exit $stat; fi "$@" $dashmflag |
sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
rm -f "$depfile" rm -f "$depfile"
cat < "$tmpdepfile" > "$depfile" cat < "$tmpdepfile" > "$depfile"
tr ' ' ' tr ' ' '
@ -295,33 +386,37 @@ dashXmstdout)
;; ;;
makedepend) makedepend)
# X makedepend "$@" || exit $?
( # Remove any Libtool call
shift if test "$libtool" = yes; then
cleared=no while test $1 != '--mode=compile'; do
for arg in "$@"; do shift
case $cleared in no)
set ""; shift
cleared=yes
esac
case "$arg" in
-D*|-I*)
set fnord "$@" "$arg"; shift;;
-*)
;;
*)
set fnord "$@" "$arg"; shift;;
esac
done done
obj_suffix="`echo $object | sed 's/^.*\././'`" shift
touch "$tmpdepfile" fi
${MAKEDEPEND-makedepend} 2>/dev/null -o"$obj_suffix" -f"$tmpdepfile" "$@" # X makedepend
) & shift
proc=$! cleared=no
"$@" for arg in "$@"; do
stat=$? case $cleared in
wait "$proc" no)
if test "$stat" != 0; then exit $stat; fi set ""; shift
cleared=yes ;;
esac
case "$arg" in
-D*|-I*)
set fnord "$@" "$arg"; shift ;;
# Strip any option that makedepend may not understand. Remove
# the object too, otherwise makedepend will parse it as a source file.
-*|$object)
;;
*)
set fnord "$@" "$arg"; shift ;;
esac
done
obj_suffix="`echo $object | sed 's/^.*\././'`"
touch "$tmpdepfile"
${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
rm -f "$depfile" rm -f "$depfile"
cat < "$tmpdepfile" > "$depfile" cat < "$tmpdepfile" > "$depfile"
sed '1,2d' "$tmpdepfile" | tr ' ' ' sed '1,2d' "$tmpdepfile" | tr ' ' '
@ -334,35 +429,39 @@ makedepend)
cpp) cpp)
# Important note: in order to support this mode, a compiler *must* # Important note: in order to support this mode, a compiler *must*
# always write the proprocessed file to stdout, regardless of -o, # always write the preprocessed file to stdout.
# because we must use -o when running libtool. "$@" || exit $?
( IFS=" "
case " $* " in # Remove the call to Libtool.
*" --mode=compile "*) if test "$libtool" = yes; then
for arg while test $1 != '--mode=compile'; do
do # cycle over the arguments shift
case $arg in done
"--mode=compile") shift
# insert --quiet before "--mode=compile" fi
set fnord "$@" --quiet
shift # fnord # Remove `-o $object'.
;; IFS=" "
esac for arg
set fnord "$@" "$arg" do
shift # fnord case $arg in
shift # "$arg" -o)
done shift
;;
$object)
shift
;;
*)
set fnord "$@" "$arg"
shift # fnord
shift # $arg
;; ;;
esac esac
"$@" -E | done
"$@" -E |
sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
sed '$ s: \\$::' > "$tmpdepfile" sed '$ s: \\$::' > "$tmpdepfile"
) &
proc=$!
"$@"
stat=$?
wait "$proc"
if test "$stat" != 0; then exit $stat; fi
rm -f "$depfile" rm -f "$depfile"
echo "$object : \\" > "$depfile" echo "$object : \\" > "$depfile"
cat < "$tmpdepfile" >> "$depfile" cat < "$tmpdepfile" >> "$depfile"
@ -372,49 +471,27 @@ cpp)
msvisualcpp) msvisualcpp)
# Important note: in order to support this mode, a compiler *must* # Important note: in order to support this mode, a compiler *must*
# always write the proprocessed file to stdout, regardless of -o, # always write the preprocessed file to stdout, regardless of -o,
# because we must use -o when running libtool. # because we must use -o when running libtool.
( IFS=" " "$@" || exit $?
case " $* " in IFS=" "
*" --mode=compile "*) for arg
for arg do
do # cycle over the arguments case "$arg" in
case $arg in "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
"--mode=compile")
# insert --quiet before "--mode=compile"
set fnord "$@" --quiet
shift # fnord
;;
esac
set fnord "$@" "$arg"
shift # fnord
shift # "$arg"
done
;;
esac
for arg
do
case "$arg" in
"-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
set fnord "$@" set fnord "$@"
shift shift
shift shift
;; ;;
*) *)
set fnord "$@" "$arg" set fnord "$@" "$arg"
shift shift
shift shift
;; ;;
esac esac
done done
"$@" -E | "$@" -E |
sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
) &
proc=$!
"$@"
stat=$?
wait "$proc"
if test "$stat" != 0; then exit $stat; fi
rm -f "$depfile" rm -f "$depfile"
echo "$object : \\" > "$depfile" echo "$object : \\" > "$depfile"
. "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
@ -434,3 +511,12 @@ none)
esac esac
exit 0 exit 0
# Local Variables:
# mode: shell-script
# sh-indentation: 2
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-end: "$"
# End:

View File

@ -1,19 +1,38 @@
#!/bin/sh #!/bin/sh
#
# install - install a program, script, or datafile # install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
scriptversion=2004-10-22.00
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# following copyright and license.
# #
# Copyright 1991 by the Massachusetts Institute of Technology # Copyright (C) 1994 X Consortium
# #
# Permission to use, copy, modify, distribute, and sell this software and its # Permission is hereby granted, free of charge, to any person obtaining a copy
# documentation for any purpose is hereby granted without fee, provided that # of this software and associated documentation files (the "Software"), to
# the above copyright notice appear in all copies and that both that # deal in the Software without restriction, including without limitation the
# copyright notice and this permission notice appear in supporting # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# documentation, and that the name of M.I.T. not be used in advertising or # sell copies of the Software, and to permit persons to whom the Software is
# publicity pertaining to distribution of the software without specific, # furnished to do so, subject to the following conditions:
# written prior permission. M.I.T. makes no representations about the #
# suitability of this software for any purpose. It is provided "as is" # The above copyright notice and this permission notice shall be included in
# without express or implied warranty. # all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# Except as contained in this notice, the name of the X Consortium shall not
# be used in advertising or otherwise to promote the sale, use or other deal-
# ings in this Software without prior written authorization from the X Consor-
# tium.
#
#
# FSF changes to this file are in the public domain.
# #
# Calling this script install-sh is preferred over install.sh, to prevent # Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creating a file called install from it # `make' implicit rules from creating a file called install from it
@ -23,13 +42,11 @@
# from scratch. It can only install one file at a time, a restriction # from scratch. It can only install one file at a time, a restriction
# shared with many OS's install programs. # shared with many OS's install programs.
# set DOITPROG to echo to test this script # set DOITPROG to echo to test this script
# Don't use :- since 4.3BSD and earlier shells don't like it. # Don't use :- since 4.3BSD and earlier shells don't like it.
doit="${DOITPROG-}" doit="${DOITPROG-}"
# put in absolute paths if you don't have them in your path; or use env. vars. # put in absolute paths if you don't have them in your path; or use env. vars.
mvprog="${MVPROG-mv}" mvprog="${MVPROG-mv}"
@ -41,211 +58,266 @@ stripprog="${STRIPPROG-strip}"
rmprog="${RMPROG-rm}" rmprog="${RMPROG-rm}"
mkdirprog="${MKDIRPROG-mkdir}" mkdirprog="${MKDIRPROG-mkdir}"
transformbasename=""
transform_arg=""
instcmd="$mvprog"
chmodcmd="$chmodprog 0755" chmodcmd="$chmodprog 0755"
chowncmd="" chowncmd=
chgrpcmd="" chgrpcmd=
stripcmd="" stripcmd=
rmcmd="$rmprog -f" rmcmd="$rmprog -f"
mvcmd="$mvprog" mvcmd="$mvprog"
src="" src=
dst="" dst=
dir_arg="" dir_arg=
dstarg=
no_target_directory=
while [ x"$1" != x ]; do usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
case $1 in or: $0 [OPTION]... SRCFILES... DIRECTORY
-c) instcmd="$cpprog" or: $0 [OPTION]... -t DIRECTORY SRCFILES...
shift or: $0 [OPTION]... -d DIRECTORIES...
continue;;
-d) dir_arg=true In the 1st form, copy SRCFILE to DSTFILE.
shift In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
continue;; In the 4th, create DIRECTORIES.
-m) chmodcmd="$chmodprog $2" Options:
shift -c (ignored)
shift -d create directories instead of installing files.
continue;; -g GROUP $chgrpprog installed files to GROUP.
-m MODE $chmodprog installed files to MODE.
-o USER $chownprog installed files to USER.
-s $stripprog installed files.
-t DIRECTORY install into DIRECTORY.
-T report an error if DSTFILE is a directory.
--help display this help and exit.
--version display version info and exit.
-o) chowncmd="$chownprog $2" Environment variables override the default commands:
shift CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
shift "
continue;;
-g) chgrpcmd="$chgrpprog $2" while test -n "$1"; do
shift case $1 in
shift -c) shift
continue;; continue;;
-s) stripcmd="$stripprog" -d) dir_arg=true
shift shift
continue;; continue;;
-t=*) transformarg=`echo $1 | sed 's/-t=//'` -g) chgrpcmd="$chgrpprog $2"
shift shift
continue;; shift
continue;;
-b=*) transformbasename=`echo $1 | sed 's/-b=//'` --help) echo "$usage"; exit 0;;
shift
continue;;
*) if [ x"$src" = x ] -m) chmodcmd="$chmodprog $2"
then shift
src=$1 shift
else continue;;
# this colon is to work around a 386BSD /bin/sh bug
:
dst=$1
fi
shift
continue;;
esac
done
if [ x"$src" = x ] -o) chowncmd="$chownprog $2"
then shift
echo "install: no input file specified" shift
exit 1 continue;;
else
:
fi
if [ x"$dir_arg" != x ]; then -s) stripcmd=$stripprog
dst=$src shift
src="" continue;;
if [ -d $dst ]; then
instcmd=:
chmodcmd=""
else
instcmd=$mkdirprog
fi
else
# Waiting for this to be detected by the "$instcmd $src $dsttmp" command -t) dstarg=$2
# might cause directories to be created, which would be especially bad
# if $src (and thus $dsttmp) contains '*'.
if [ -f $src -o -d $src ]
then
:
else
echo "install: $src does not exist"
exit 1
fi
if [ x"$dst" = x ]
then
echo "install: no destination specified"
exit 1
else
:
fi
# If destination is a directory, append the input filename; if your system
# does not like double slashes in filenames, you may need to add some logic
if [ -d $dst ]
then
dst="$dst"/`basename $src`
else
:
fi
fi
## this sed command emulates the dirname command
dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
# Make sure that the destination directory exists.
# this part is taken from Noah Friedman's mkinstalldirs script
# Skip lots of stat calls in the usual case.
if [ ! -d "$dstdir" ]; then
defaultIFS='
'
IFS="${IFS-${defaultIFS}}"
oIFS="${IFS}"
# Some sh's can't handle IFS=/ for some reason.
IFS='%'
set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
IFS="${oIFS}"
pathcomp=''
while [ $# -ne 0 ] ; do
pathcomp="${pathcomp}${1}"
shift shift
shift
continue;;
if [ ! -d "${pathcomp}" ] ; -T) no_target_directory=true
then shift
$mkdirprog "${pathcomp}" continue;;
else
:
fi
pathcomp="${pathcomp}/" --version) echo "$0 $scriptversion"; exit 0;;
*) # When -d is used, all remaining arguments are directories to create.
# When -t is used, the destination is already specified.
test -n "$dir_arg$dstarg" && break
# Otherwise, the last argument is the destination. Remove it from $@.
for arg
do
if test -n "$dstarg"; then
# $@ is not empty: it contains at least $arg.
set fnord "$@" "$dstarg"
shift # fnord
fi
shift # arg
dstarg=$arg
done
break;;
esac
done done
if test -z "$1"; then
if test -z "$dir_arg"; then
echo "$0: no input file specified." >&2
exit 1
fi
# It's OK to call `install-sh -d' without argument.
# This can happen when creating conditional directories.
exit 0
fi fi
if [ x"$dir_arg" != x ] for src
then do
$doit $instcmd $dst && # Protect names starting with `-'.
case $src in
-*) src=./$src ;;
esac
if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else : ; fi && if test -n "$dir_arg"; then
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else : ; fi && dst=$src
if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else : ; fi && src=
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else : ; fi
else
# If we're going to rename the final executable, determine the name now. if test -d "$dst"; then
mkdircmd=:
chmodcmd=
else
mkdircmd=$mkdirprog
fi
else
# Waiting for this to be detected by the "$cpprog $src $dsttmp" command
# might cause directories to be created, which would be especially bad
# if $src (and thus $dsttmp) contains '*'.
if test ! -f "$src" && test ! -d "$src"; then
echo "$0: $src does not exist." >&2
exit 1
fi
if [ x"$transformarg" = x ] if test -z "$dstarg"; then
then echo "$0: no destination specified." >&2
dstfile=`basename $dst` exit 1
else fi
dstfile=`basename $dst $transformbasename |
sed $transformarg`$transformbasename
fi
# don't allow the sed command to completely eliminate the filename dst=$dstarg
# Protect names starting with `-'.
case $dst in
-*) dst=./$dst ;;
esac
if [ x"$dstfile" = x ] # If destination is a directory, append the input filename; won't work
then # if double slashes aren't ignored.
dstfile=`basename $dst` if test -d "$dst"; then
else if test -n "$no_target_directory"; then
: echo "$0: $dstarg: Is a directory" >&2
fi exit 1
fi
dst=$dst/`basename "$src"`
fi
fi
# Make a temp file name in the proper directory. # This sed command emulates the dirname command.
dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
dsttmp=$dstdir/#inst.$$# # Make sure that the destination directory exists.
# Move or copy the file name to the temp name # Skip lots of stat calls in the usual case.
if test ! -d "$dstdir"; then
defaultIFS='
'
IFS="${IFS-$defaultIFS}"
$doit $instcmd $src $dsttmp && oIFS=$IFS
# Some sh's can't handle IFS=/ for some reason.
IFS='%'
set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
shift
IFS=$oIFS
trap "rm -f ${dsttmp}" 0 && pathcomp=
# and set any options; do chmod last to preserve setuid bits while test $# -ne 0 ; do
pathcomp=$pathcomp$1
shift
if test ! -d "$pathcomp"; then
$mkdirprog "$pathcomp"
# mkdir can fail with a `File exist' error in case several
# install-sh are creating the directory concurrently. This
# is OK.
test -d "$pathcomp" || exit
fi
pathcomp=$pathcomp/
done
fi
# If any of these fail, we abort the whole thing. If we want to if test -n "$dir_arg"; then
# ignore errors from any of these, just make sure not to ignore $doit $mkdircmd "$dst" \
# errors from the above "$doit $instcmd $src $dsttmp" command. && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
&& { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
&& { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
&& { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else :;fi && else
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else :;fi && dstfile=`basename "$dst"`
if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else :;fi &&
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else :;fi &&
# Now rename the file to the real destination. # Make a couple of temp file names in the proper directory.
dsttmp=$dstdir/_inst.$$_
rmtmp=$dstdir/_rm.$$_
$doit $rmcmd -f $dstdir/$dstfile && # Trap to clean up those temp files at exit.
$doit $mvcmd $dsttmp $dstdir/$dstfile trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
trap '(exit $?); exit' 1 2 13 15
fi && # Copy the file name to the temp name.
$doit $cpprog "$src" "$dsttmp" &&
# and set any options; do chmod last to preserve setuid bits.
#
# If any of these fail, we abort the whole thing. If we want to
# ignore errors from any of these, just make sure not to ignore
# errors from the above "$doit $cpprog $src $dsttmp" command.
#
{ test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
&& { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
&& { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
&& { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } &&
exit 0 # Now rename the file to the real destination.
{ $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
|| {
# The rename failed, perhaps because mv can't rename something else
# to itself, or perhaps because mv is so ancient that it does not
# support -f.
# Now remove or move aside any old file at destination location.
# We try this two ways since rm can't unlink itself on some
# systems and the destination file might be busy for other
# reasons. In this case, the final cleanup might fail but the new
# file should still install successfully.
{
if test -f "$dstdir/$dstfile"; then
$doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
|| $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
|| {
echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
(exit 1); exit
}
else
:
fi
} &&
# Now rename the file to the real destination.
$doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
}
}
fi || { (exit 1); exit; }
done
# The final little trick to "correctly" pass the exit status to the exit trap.
{
(exit 0); exit
}
# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-end: "$"
# End:

View File

@ -1,6 +1,10 @@
#! /bin/sh #! /bin/sh
# Common stub for a few missing GNU programs while installing. # Common stub for a few missing GNU programs while installing.
# Copyright 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
scriptversion=2004-09-07.08
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004
# Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -38,18 +42,24 @@ else
configure_ac=configure.in configure_ac=configure.in
fi fi
msg="missing on your system"
case "$1" in case "$1" in
--run) --run)
# Try to run requested program, and just exit if it succeeds. # Try to run requested program, and just exit if it succeeds.
run= run=
shift shift
"$@" && exit 0 "$@" && exit 0
# Exit code 63 means version mismatch. This often happens
# when the user try to use an ancient version of a tool on
# a file that requires a minimum version. In this case we
# we should proceed has if the program had been absent, or
# if --run hadn't been passed.
if test $? = 63; then
run=:
msg="probably too old"
fi
;; ;;
esac
# If it does not exist, or fails to run (possibly an outdated version),
# try to emulate it.
case "$1" in
-h|--h|--he|--hel|--help) -h|--h|--he|--hel|--help)
echo "\ echo "\
@ -74,11 +84,15 @@ Supported PROGRAM values:
lex create \`lex.yy.c', if possible, from existing .c lex create \`lex.yy.c', if possible, from existing .c
makeinfo touch the output file makeinfo touch the output file
tar try tar, gnutar, gtar, then tar without non-portable flags tar try tar, gnutar, gtar, then tar without non-portable flags
yacc create \`y.tab.[ch]', if possible, from existing .[ch]" yacc create \`y.tab.[ch]', if possible, from existing .[ch]
Send bug reports to <bug-automake@gnu.org>."
exit 0
;; ;;
-v|--v|--ve|--ver|--vers|--versi|--versio|--version) -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
echo "missing 0.4 - GNU automake" echo "missing $scriptversion (GNU Automake)"
exit 0
;; ;;
-*) -*)
@ -87,14 +101,44 @@ Supported PROGRAM values:
exit 1 exit 1
;; ;;
aclocal*) esac
# Now exit if we have it, but it failed. Also exit now if we
# don't have it and --version was passed (most likely to detect
# the program).
case "$1" in
lex|yacc)
# Not GNU programs, they don't have --version.
;;
tar)
if test -n "$run"; then
echo 1>&2 "ERROR: \`tar' requires --run"
exit 1
elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
exit 1
fi
;;
*)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed. # We have it, but it failed.
exit 1 exit 1
elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
# Could not run --version or --help. This is probably someone
# running `$TOOL --version' or `$TOOL --help' to check whether
# $TOOL exists and not knowing $TOOL uses missing.
exit 1
fi fi
;;
esac
# If it does not exist, or fails to run (possibly an outdated version),
# try to emulate it.
case "$1" in
aclocal*)
echo 1>&2 "\ echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if WARNING: \`$1' is $msg. You should only need it if
you modified \`acinclude.m4' or \`${configure_ac}'. You might want you modified \`acinclude.m4' or \`${configure_ac}'. You might want
to install the \`Automake' and \`Perl' packages. Grab them from to install the \`Automake' and \`Perl' packages. Grab them from
any GNU archive site." any GNU archive site."
@ -102,13 +146,8 @@ WARNING: \`$1' is missing on your system. You should only need it if
;; ;;
autoconf) autoconf)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\ echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if WARNING: \`$1' is $msg. You should only need it if
you modified \`${configure_ac}'. You might want to install the you modified \`${configure_ac}'. You might want to install the
\`Autoconf' and \`GNU m4' packages. Grab them from any GNU \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
archive site." archive site."
@ -116,13 +155,8 @@ WARNING: \`$1' is missing on your system. You should only need it if
;; ;;
autoheader) autoheader)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\ echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if WARNING: \`$1' is $msg. You should only need it if
you modified \`acconfig.h' or \`${configure_ac}'. You might want you modified \`acconfig.h' or \`${configure_ac}'. You might want
to install the \`Autoconf' and \`GNU m4' packages. Grab them to install the \`Autoconf' and \`GNU m4' packages. Grab them
from any GNU archive site." from any GNU archive site."
@ -140,13 +174,8 @@ WARNING: \`$1' is missing on your system. You should only need it if
;; ;;
automake*) automake*)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\ echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if WARNING: \`$1' is $msg. You should only need it if
you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
You might want to install the \`Automake' and \`Perl' packages. You might want to install the \`Automake' and \`Perl' packages.
Grab them from any GNU archive site." Grab them from any GNU archive site."
@ -156,16 +185,11 @@ WARNING: \`$1' is missing on your system. You should only need it if
;; ;;
autom4te) autom4te)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\ echo 1>&2 "\
WARNING: \`$1' is needed, and you do not seem to have it handy on your WARNING: \`$1' is needed, but is $msg.
system. You might have modified some files without having the You might have modified some files without having the
proper tools for further handling them. proper tools for further handling them.
You can get \`$1Help2man' as part of \`Autoconf' from any GNU You can get \`$1' as part of \`Autoconf' from any GNU
archive site." archive site."
file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
@ -185,7 +209,7 @@ WARNING: \`$1' is needed, and you do not seem to have it handy on your
bison|yacc) bison|yacc)
echo 1>&2 "\ echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if WARNING: \`$1' $msg. You should only need it if
you modified a \`.y' file. You may need the \`Bison' package you modified a \`.y' file. You may need the \`Bison' package
in order for those modifications to take effect. You can get in order for those modifications to take effect. You can get
\`Bison' from any GNU archive site." \`Bison' from any GNU archive site."
@ -215,7 +239,7 @@ WARNING: \`$1' is missing on your system. You should only need it if
lex|flex) lex|flex)
echo 1>&2 "\ echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if WARNING: \`$1' is $msg. You should only need it if
you modified a \`.l' file. You may need the \`Flex' package you modified a \`.l' file. You may need the \`Flex' package
in order for those modifications to take effect. You can get in order for those modifications to take effect. You can get
\`Flex' from any GNU archive site." \`Flex' from any GNU archive site."
@ -237,13 +261,8 @@ WARNING: \`$1' is missing on your system. You should only need it if
;; ;;
help2man) help2man)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\ echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if WARNING: \`$1' is $msg. You should only need it if
you modified a dependency of a manual page. You may need the you modified a dependency of a manual page. You may need the
\`Help2man' package in order for those modifications to take \`Help2man' package in order for those modifications to take
effect. You can get \`Help2man' from any GNU archive site." effect. You can get \`Help2man' from any GNU archive site."
@ -262,13 +281,8 @@ WARNING: \`$1' is missing on your system. You should only need it if
;; ;;
makeinfo) makeinfo)
if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
# We have makeinfo, but it failed.
exit 1
fi
echo 1>&2 "\ echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if WARNING: \`$1' is $msg. You should only need it if
you modified a \`.texi' or \`.texinfo' file, or any other file you modified a \`.texi' or \`.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy \`make' (AIX, call might also be the consequence of using a buggy \`make' (AIX,
@ -284,32 +298,28 @@ WARNING: \`$1' is missing on your system. You should only need it if
tar) tar)
shift shift
if test -n "$run"; then
echo 1>&2 "ERROR: \`tar' requires --run"
exit 1
fi
# We have already tried tar in the generic part. # We have already tried tar in the generic part.
# Look for gnutar/gtar before invocation to avoid ugly error # Look for gnutar/gtar before invocation to avoid ugly error
# messages. # messages.
if (gnutar --version > /dev/null 2>&1); then if (gnutar --version > /dev/null 2>&1); then
gnutar ${1+"$@"} && exit 0 gnutar "$@" && exit 0
fi fi
if (gtar --version > /dev/null 2>&1); then if (gtar --version > /dev/null 2>&1); then
gtar ${1+"$@"} && exit 0 gtar "$@" && exit 0
fi fi
firstarg="$1" firstarg="$1"
if shift; then if shift; then
case "$firstarg" in case "$firstarg" in
*o*) *o*)
firstarg=`echo "$firstarg" | sed s/o//` firstarg=`echo "$firstarg" | sed s/o//`
tar "$firstarg" ${1+"$@"} && exit 0 tar "$firstarg" "$@" && exit 0
;; ;;
esac esac
case "$firstarg" in case "$firstarg" in
*h*) *h*)
firstarg=`echo "$firstarg" | sed s/h//` firstarg=`echo "$firstarg" | sed s/h//`
tar "$firstarg" ${1+"$@"} && exit 0 tar "$firstarg" "$@" && exit 0
;; ;;
esac esac
fi fi
@ -323,10 +333,10 @@ WARNING: I can't seem to be able to run \`tar' with the given arguments.
*) *)
echo 1>&2 "\ echo 1>&2 "\
WARNING: \`$1' is needed, and you do not seem to have it handy on your WARNING: \`$1' is needed, and is $msg.
system. You might have modified some files without having the You might have modified some files without having the
proper tools for further handling them. Check the \`README' file, proper tools for further handling them. Check the \`README' file,
it often tells you about the needed prerequirements for installing it often tells you about the needed prerequisites for installing
this package. You may also peek at any GNU archive site, in case this package. You may also peek at any GNU archive site, in case
some other package would contain this missing \`$1' program." some other package would contain this missing \`$1' program."
exit 1 exit 1
@ -334,3 +344,10 @@ WARNING: \`$1' is needed, and you do not seem to have it handy on your
esac esac
exit 0 exit 0
# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-end: "$"
# End:

View File

@ -1,20 +1,32 @@
#! /bin/sh #! /bin/sh
# mkinstalldirs --- make directory hierarchy # mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@prep.ai.mit.edu>
scriptversion=2004-02-15.20
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16 # Created: 1993-05-16
# Public domain # Public domain.
#
# This file is maintained in Automake, please report
# bugs to <bug-automake@gnu.org> or send patches to
# <automake-patches@gnu.org>.
errstatus=0 errstatus=0
dirmode="" dirmode=""
usage="\ usage="\
Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
Create each directory DIR (with mode MODE, if specified), including all
leading file name components.
Report bugs to <bug-automake@gnu.org>."
# process command line arguments # process command line arguments
while test $# -gt 0 ; do while test $# -gt 0 ; do
case $1 in case $1 in
-h | --help | --h*) # -h for help -h | --help | --h*) # -h for help
echo "$usage" 1>&2 echo "$usage"
exit 0 exit 0
;; ;;
-m) # -m PERM arg -m) # -m PERM arg
@ -23,6 +35,10 @@ while test $# -gt 0 ; do
dirmode=$1 dirmode=$1
shift shift
;; ;;
--version)
echo "$0 $scriptversion"
exit 0
;;
--) # stop option processing --) # stop option processing
shift shift
break break
@ -50,17 +66,37 @@ case $# in
0) exit 0 ;; 0) exit 0 ;;
esac esac
# Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
# mkdir -p a/c at the same time, both will detect that a is missing,
# one will create a, then the other will try to create a and die with
# a "File exists" error. This is a problem when calling mkinstalldirs
# from a parallel make. We use --version in the probe to restrict
# ourselves to GNU mkdir, which is thread-safe.
case $dirmode in case $dirmode in
'') '')
if mkdir -p -- . 2>/dev/null; then if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
echo "mkdir -p -- $*" echo "mkdir -p -- $*"
exec mkdir -p -- "$@" exec mkdir -p -- "$@"
else
# On NextStep and OpenStep, the `mkdir' command does not
# recognize any option. It will interpret all options as
# directories to create, and then abort because `.' already
# exists.
test -d ./-p && rmdir ./-p
test -d ./--version && rmdir ./--version
fi fi
;; ;;
*) *)
if mkdir -m "$dirmode" -p -- . 2>/dev/null; then if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
test ! -d ./--version; then
echo "mkdir -m $dirmode -p -- $*" echo "mkdir -m $dirmode -p -- $*"
exec mkdir -m "$dirmode" -p -- "$@" exec mkdir -m "$dirmode" -p -- "$@"
else
# Clean up after NextStep and OpenStep mkdir.
for d in ./-m ./-p ./--version "./$dirmode";
do
test -d $d && rmdir $d
done
fi fi
;; ;;
esac esac
@ -84,17 +120,17 @@ do
mkdir "$pathcomp" || lasterr=$? mkdir "$pathcomp" || lasterr=$?
if test ! -d "$pathcomp"; then if test ! -d "$pathcomp"; then
errstatus=$lasterr errstatus=$lasterr
else else
if test ! -z "$dirmode"; then if test ! -z "$dirmode"; then
echo "chmod $dirmode $pathcomp" echo "chmod $dirmode $pathcomp"
lasterr="" lasterr=""
chmod "$dirmode" "$pathcomp" || lasterr=$? chmod "$dirmode" "$pathcomp" || lasterr=$?
if test ! -z "$lasterr"; then if test ! -z "$lasterr"; then
errstatus=$lasterr errstatus=$lasterr
fi fi
fi fi
fi fi
fi fi
@ -107,5 +143,8 @@ exit $errstatus
# Local Variables: # Local Variables:
# mode: shell-script # mode: shell-script
# sh-indentation: 2 # sh-indentation: 2
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-end: "$"
# End: # End:
# mkinstalldirs ends here