mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-17 14:07:03 +01:00
See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner Koch
This commit is contained in:
parent
1423b4239b
commit
080c9ca49f
12
BUGS
12
BUGS
@ -26,8 +26,8 @@ and after about half a day in the rsync snapshots.
|
|||||||
4. save
|
4. save
|
||||||
5. key has expiration date from 1. and gpg reports that pubkey
|
5. key has expiration date from 1. and gpg reports that pubkey
|
||||||
and seckey differ.
|
and seckey differ.
|
||||||
The for loop the exp.date is set before v3 detection?
|
The for loop the exp.date is set before v3 detection?
|
||||||
[is this bug still alive?]
|
[is this bug still alive? - can someone please check it]
|
||||||
|
|
||||||
[ *] #5
|
[ *] #5
|
||||||
/home/jam/.gnupg/pubring.gpg: can't open gdbm file: Can't be writer
|
/home/jam/.gnupg/pubring.gpg: can't open gdbm file: Can't be writer
|
||||||
@ -50,11 +50,5 @@ and after about half a day in the rsync snapshots.
|
|||||||
"trustdb transaction too large" with about 500 signatures on a key
|
"trustdb transaction too large" with about 500 signatures on a key
|
||||||
FAEBD5FC.
|
FAEBD5FC.
|
||||||
|
|
||||||
[ **] #20 1999-06-16 <jashley@yorktown.designlab.ukans.edu> 0.9.7
|
|
||||||
Using "addkey" in the edit menu with more than 1 subkey leads to
|
|
||||||
"out of secure memory" in some cases.
|
|
||||||
|
|
||||||
|
|
||||||
Next #21
|
|
||||||
|
|
||||||
|
|
||||||
|
Next #22
|
||||||
|
10
ChangeLog
10
ChangeLog
@ -1,11 +1,17 @@
|
|||||||
Wed Jun 16 20:16:21 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
Sat Jun 26 12:15:59 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
|
|
||||||
|
* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Support for HPUX and IRIX.
|
||||||
|
* configure.in (HAVE_DL_SHL_LOAD): New for HPUX (Dave Dykstra).
|
||||||
|
|
||||||
|
* VERSION: Now 0.9.8
|
||||||
|
|
||||||
|
Wed Jun 16 20:16:21 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
* configure.in: Add test for docbook-to-man
|
* configure.in: Add test for docbook-to-man
|
||||||
|
|
||||||
Tue Jun 15 12:21:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
Tue Jun 15 12:21:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
|
|
||||||
* acinclude.m4 (GNUPG_SYS_NM_PARSE): Support for {net,free}bsd,
|
* acinclude.m4 (GNUPG_SYS_NM_PARSE): Support for {net,free}bsd,
|
||||||
|
|
||||||
Thu Jun 10 14:18:23 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
Thu Jun 10 14:18:23 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
4
NEWS
4
NEWS
@ -1,3 +1,5 @@
|
|||||||
|
Noteworthy changes in version 0.9.8
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
* New subcommand "delsig" in the edit menu.
|
* New subcommand "delsig" in the edit menu.
|
||||||
|
|
||||||
@ -14,6 +16,8 @@
|
|||||||
New option -N to insert notations and a --set-policy-url.
|
New option -N to insert notations and a --set-policy-url.
|
||||||
A couple of other options to allow restting of options.
|
A couple of other options to allow restting of options.
|
||||||
|
|
||||||
|
* Better support for HPUX
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 0.9.7
|
Noteworthy changes in version 0.9.7
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
10
OBUGS
10
OBUGS
@ -77,3 +77,13 @@
|
|||||||
Import does not detect identical user IDs.
|
Import does not detect identical user IDs.
|
||||||
FIX: 1999-05-22
|
FIX: 1999-05-22
|
||||||
|
|
||||||
|
[ **] #20 1999-06-16 <jashley@yorktown.designlab.ukans.edu> 0.9.7
|
||||||
|
Using "addkey" in the edit menu with more than 1 subkey leads to
|
||||||
|
"out of secure memory" in some cases.
|
||||||
|
FIX: 1999-06-17 (Twofish uses too much memory and the memory
|
||||||
|
becomes fragmented - workaround is using CAST5 to protect passphrases)
|
||||||
|
|
||||||
|
[ *] #21 1999-06-17
|
||||||
|
Ctrl-D does not work correct for messages entered at the tty.
|
||||||
|
FIX: 1999-06-18 (Better EOF detection on terminals)
|
||||||
|
|
||||||
|
27
README
27
README
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
GnuPG - The GNU Privacy Guard
|
GnuPG - The GNU Privacy Guard
|
||||||
-------------------------------
|
-------------------------------
|
||||||
Version 0.9.7
|
Version 0.9.8
|
||||||
|
|
||||||
GnuPG is now in Beta test and you should report all bugs to the
|
GnuPG is now in Beta test and you should report all bugs to the
|
||||||
mailing list (see below). The 0.9.x versions are released mainly
|
mailing list (see below). The 0.9.x versions are released mainly
|
||||||
@ -32,8 +32,8 @@
|
|||||||
have problems, please subscribe to "gnupg-users@gnupg.org" by sending
|
have problems, please subscribe to "gnupg-users@gnupg.org" by sending
|
||||||
mail with the subject "subscribe" to "gnupg-users-request@gnupg.org"
|
mail with the subject "subscribe" to "gnupg-users-request@gnupg.org"
|
||||||
and ask there. The gnupg.org domain is hosted in Germany to avoid
|
and ask there. The gnupg.org domain is hosted in Germany to avoid
|
||||||
possible legal problems with gnu.org (technical advices may count
|
possible legal problems (technical advices may count as a violation
|
||||||
as a violation of ITAR).
|
of ITAR).
|
||||||
|
|
||||||
See the file COPYING for copyright and warranty information.
|
See the file COPYING for copyright and warranty information.
|
||||||
|
|
||||||
@ -45,11 +45,13 @@
|
|||||||
patented worldwide) and RSA (which is patented in the United States
|
patented worldwide) and RSA (which is patented in the United States
|
||||||
until Sep 20, 2000).
|
until Sep 20, 2000).
|
||||||
|
|
||||||
The default algorithms are now DSA and ElGamal. ElGamal for signing
|
The default algorithms are DSA and ElGamal. ElGamal for signing
|
||||||
is still available, but because of the larger size of such
|
is still available, but because of the larger size of such
|
||||||
signatures it is deprecated (Please note that the GnuPG
|
signatures it is deprecated (Please note that the GnuPG
|
||||||
implementation of ElGamal signatures is *not* insecure). Symmetric
|
implementation of ElGamal signatures is *not* insecure). Symmetric
|
||||||
algorithms are: 3DES, Blowfish, and CAST5 (Twofish will come soon).
|
algorithms are: 3DES, Blowfish, CAST5 and Twofish (GnuPG does not
|
||||||
|
yet create Twofish encrypted messages because there no agreement
|
||||||
|
in the OpenPG WG on how to use it together with a MDC algorithm)
|
||||||
Digest algorithms available are MD5, RIPEMD160, SHA1, and TIGER/192.
|
Digest algorithms available are MD5, RIPEMD160, SHA1, and TIGER/192.
|
||||||
|
|
||||||
|
|
||||||
@ -436,10 +438,9 @@
|
|||||||
To avoid possible legal problems we have decided, not to use
|
To avoid possible legal problems we have decided, not to use
|
||||||
the normal www.gnu.org webserver.
|
the normal www.gnu.org webserver.
|
||||||
|
|
||||||
Please direct bug reports to <gnupg-bugs@gnu.org> or, better,
|
Please direct bug reports to <gnupg-bugs@gnu.org> or post
|
||||||
post them to the mailing list <gnupg-devel@gnupg.org> (this is a
|
them direct to the mailing list <gnupg-devel@gnupg.org>.
|
||||||
closed list - subscribe before posting, see above (~line 33)).
|
Please direct questions about GnuPG to the users mailing list or
|
||||||
Please direct questions about GnuPG to the mailing list or
|
|
||||||
one of the pgp newsgroups and give me more time to improve
|
one of the pgp newsgroups and give me more time to improve
|
||||||
GnuPG. Commercial support for GnuPG is also available; please
|
GnuPG. Commercial support for GnuPG is also available; please
|
||||||
see the GNU service directory or search other resources.
|
see the GNU service directory or search other resources.
|
||||||
@ -450,8 +451,8 @@
|
|||||||
Version: GnuPG v0.9.7 (GNU/Linux)
|
Version: GnuPG v0.9.7 (GNU/Linux)
|
||||||
Comment: For info see http://www.gnupg.org
|
Comment: For info see http://www.gnupg.org
|
||||||
|
|
||||||
iQB1AwUBN1UgTx0Z9MEMmFelAQH93wMAt2JYGXSkJR9+VBeLlpKdjxoIylrlDWEL
|
iQB1AwUBN3SoBh0Z9MEMmFelAQE+9wL/bOTFEPvkO0drlWAu8k2P7udEzwfGlKhE
|
||||||
Jk5U/tuuM8H8G4ZJi7lDEhJNX77Jbh2LI18eCJJdrmWPrmDCNK2udDwcyKV4nW3k
|
Iyr6g75FSX4NnDkHB7RjyHYvQUkc8gicxYV8pBWe5c1bMYwrpe1cMvAu+BtUfDQc
|
||||||
7Fzpc/j8fKJcICP+T9YU9wa0NJrrTg1v
|
oHUbx9ln7CZ2BkEgzT5bjypugwtc6o7g
|
||||||
=dgdp
|
=uTFn
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
2
TODO
2
TODO
@ -29,6 +29,8 @@
|
|||||||
|
|
||||||
* convert the given user ID to UTF-8 and add an option to suppress this.
|
* convert the given user ID to UTF-8 and add an option to suppress this.
|
||||||
|
|
||||||
|
* A way to disable keys.
|
||||||
|
|
||||||
|
|
||||||
Nice to have
|
Nice to have
|
||||||
------------
|
------------
|
||||||
|
@ -76,6 +76,7 @@
|
|||||||
|
|
||||||
#undef USE_DYNAMIC_LINKING
|
#undef USE_DYNAMIC_LINKING
|
||||||
#undef HAVE_DL_DLOPEN
|
#undef HAVE_DL_DLOPEN
|
||||||
|
#undef HAVE_DL_SHL_LOAD
|
||||||
#undef HAVE_DLD_DLD_LINK
|
#undef HAVE_DLD_DLD_LINK
|
||||||
|
|
||||||
#undef USE_SHM_COPROCESSING
|
#undef USE_SHM_COPROCESSING
|
||||||
|
@ -204,9 +204,14 @@ define(GNUPG_CHECK_RDYNAMIC,
|
|||||||
CFLAGS_RDYNAMIC="-Wl,-dy"
|
CFLAGS_RDYNAMIC="-Wl,-dy"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
openbsd* | freebsd2* | osf4* )
|
hpux* )
|
||||||
|
CFLAGS_RDYNAMIC="-Wl,-E"
|
||||||
|
;;
|
||||||
|
|
||||||
|
openbsd* | freebsd2* | osf4* | irix* )
|
||||||
CFLAGS_RDYNAMIC=""
|
CFLAGS_RDYNAMIC=""
|
||||||
;;
|
;;
|
||||||
|
|
||||||
* )
|
* )
|
||||||
CFLAGS_RDYNAMIC="-Wl,-export-dynamic"
|
CFLAGS_RDYNAMIC="-Wl,-export-dynamic"
|
||||||
;;
|
;;
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
Sat Jun 26 12:15:59 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
|
|
||||||
|
* rndegd.c (do_write): s/ssize_t/int/ due to SunOS 4.1 probs.
|
||||||
|
|
||||||
|
* cipher.c (do_cbc_encrypt, do_cbc_decrypt): New.
|
||||||
|
|
||||||
|
* dynload.c (HAVE_DL_SHL_LOAD): Map hpux API to dlopen (Dave Dykstra).
|
||||||
|
* Makefile.am (install-exec-hook): Removed.
|
||||||
|
|
||||||
Sun May 23 14:20:22 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
Sun May 23 14:20:22 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
* cipher.c (setup_cipher_table): Enable Twofish
|
* cipher.c (setup_cipher_table): Enable Twofish
|
||||||
|
@ -98,11 +98,3 @@ rndegd: $(srcdir)/rndegd.c
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
install-exec-hook:
|
|
||||||
@list='$(pkglib_PROGRAMS)'; for p in $$list; do \
|
|
||||||
if test -f $(pkglibdir)/$$p; then \
|
|
||||||
echo "chmod 644 $(pkglibdir)/$$p"; \
|
|
||||||
chmod 644 $(pkglibdir)/$$p; \
|
|
||||||
fi; \
|
|
||||||
done
|
|
||||||
|
|
||||||
|
@ -408,6 +408,49 @@ do_ecb_decrypt( CIPHER_HANDLE c, byte *outbuf, byte *inbuf, unsigned nblocks )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
do_cbc_encrypt( CIPHER_HANDLE c, byte *outbuf, byte *inbuf, unsigned nblocks )
|
||||||
|
{
|
||||||
|
unsigned int n;
|
||||||
|
byte *ivp;
|
||||||
|
int i;
|
||||||
|
size_t blocksize = c->blocksize;
|
||||||
|
|
||||||
|
for(n=0; n < nblocks; n++ ) {
|
||||||
|
/* fixme: the xor should works on words and not on
|
||||||
|
* bytes. Maybe it is a good idea to enhance the cipher backend
|
||||||
|
* API to allow for CBC handling in the backend */
|
||||||
|
for(ivp=c->iv,i=0; i < blocksize; i++ )
|
||||||
|
outbuf[i] ^= *ivp++;
|
||||||
|
(*c->encrypt)( &c->context.c, outbuf, outbuf );
|
||||||
|
memcpy(c->iv, outbuf, blocksize );
|
||||||
|
inbuf += c->blocksize;
|
||||||
|
outbuf += c->blocksize;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
do_cbc_decrypt( CIPHER_HANDLE c, byte *outbuf, byte *inbuf, unsigned nblocks )
|
||||||
|
{
|
||||||
|
unsigned int n;
|
||||||
|
byte *ivp;
|
||||||
|
int i;
|
||||||
|
size_t blocksize = c->blocksize;
|
||||||
|
|
||||||
|
for(n=0; n < nblocks; n++ ) {
|
||||||
|
/* because outbuf and inbuf might be the same, we have
|
||||||
|
* to save the original ciphertext block. We use lastiv
|
||||||
|
* for this here because it is not used otherwise */
|
||||||
|
memcpy(c->lastiv, inbuf, blocksize );
|
||||||
|
(*c->decrypt)( &c->context.c, outbuf, inbuf );
|
||||||
|
for(ivp=c->iv,i=0; i < blocksize; i++ )
|
||||||
|
outbuf[i] ^= *ivp++;
|
||||||
|
memcpy(c->iv, c->lastiv, blocksize );
|
||||||
|
inbuf += c->blocksize;
|
||||||
|
outbuf += c->blocksize;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
do_cfb_encrypt( CIPHER_HANDLE c, byte *outbuf, byte *inbuf, unsigned nbytes )
|
do_cfb_encrypt( CIPHER_HANDLE c, byte *outbuf, byte *inbuf, unsigned nbytes )
|
||||||
@ -524,6 +567,10 @@ cipher_encrypt( CIPHER_HANDLE c, byte *outbuf, byte *inbuf, unsigned nbytes )
|
|||||||
assert(!(nbytes%8));
|
assert(!(nbytes%8));
|
||||||
do_ecb_encrypt(c, outbuf, inbuf, nbytes/8 );
|
do_ecb_encrypt(c, outbuf, inbuf, nbytes/8 );
|
||||||
break;
|
break;
|
||||||
|
case CIPHER_MODE_CBC:
|
||||||
|
assert(!(nbytes%8)); /* fixme: should be blocksize */
|
||||||
|
do_cbc_encrypt(c, outbuf, inbuf, nbytes/8 );
|
||||||
|
break;
|
||||||
case CIPHER_MODE_CFB:
|
case CIPHER_MODE_CFB:
|
||||||
case CIPHER_MODE_PHILS_CFB:
|
case CIPHER_MODE_PHILS_CFB:
|
||||||
do_cfb_encrypt(c, outbuf, inbuf, nbytes );
|
do_cfb_encrypt(c, outbuf, inbuf, nbytes );
|
||||||
@ -550,6 +597,10 @@ cipher_decrypt( CIPHER_HANDLE c, byte *outbuf, byte *inbuf, unsigned nbytes )
|
|||||||
assert(!(nbytes%8));
|
assert(!(nbytes%8));
|
||||||
do_ecb_decrypt(c, outbuf, inbuf, nbytes/8 );
|
do_ecb_decrypt(c, outbuf, inbuf, nbytes/8 );
|
||||||
break;
|
break;
|
||||||
|
case CIPHER_MODE_CBC:
|
||||||
|
assert(!(nbytes%8)); /* fixme: should assert on blocksize */
|
||||||
|
do_cbc_decrypt(c, outbuf, inbuf, nbytes/8 );
|
||||||
|
break;
|
||||||
case CIPHER_MODE_CFB:
|
case CIPHER_MODE_CFB:
|
||||||
case CIPHER_MODE_PHILS_CFB:
|
case CIPHER_MODE_PHILS_CFB:
|
||||||
do_cfb_decrypt(c, outbuf, inbuf, nbytes );
|
do_cfb_decrypt(c, outbuf, inbuf, nbytes );
|
||||||
|
@ -27,6 +27,9 @@
|
|||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#elif defined(HAVE_DLD_DLD_LINK)
|
#elif defined(HAVE_DLD_DLD_LINK)
|
||||||
#include <dld.h>
|
#include <dld.h>
|
||||||
|
#elif defined(HAVE_DL_SHL_LOAD)
|
||||||
|
#include <dl.h>
|
||||||
|
#include <errno.h>
|
||||||
#endif
|
#endif
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "cipher.h"
|
#include "cipher.h"
|
||||||
@ -45,6 +48,27 @@
|
|||||||
#define RTLD_NOW 1
|
#define RTLD_NOW 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_DL_SHL_LOAD /* HPUX has shl_load instead of dlopen */
|
||||||
|
#define HAVE_DL_DLOPEN
|
||||||
|
#define dlopen(PATHNAME,MODE) \
|
||||||
|
((void *) shl_load(PATHNAME, DYNAMIC_PATH | \
|
||||||
|
(((MODE) & RTLD_NOW) ? BIND_IMMEDIATE : BIND_DEFERRED), 0L))
|
||||||
|
#define dlclose(HANDLE) shl_unload((shl_t) (HANDLE))
|
||||||
|
#define dlerror() (errno == 0 ? NULL : strerror(errno))
|
||||||
|
|
||||||
|
static void *
|
||||||
|
dlsym(void *handle, char *name)
|
||||||
|
{
|
||||||
|
void *addr;
|
||||||
|
if (shl_findsym((shl_t *)&handle,name,(short)TYPE_UNDEFINED,&addr) != 0) {
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
return addr;
|
||||||
|
}
|
||||||
|
#endif /*HAVE_DL_SHL_LOAD*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct ext_list {
|
typedef struct ext_list {
|
||||||
struct ext_list *next;
|
struct ext_list *next;
|
||||||
int internal;
|
int internal;
|
||||||
|
@ -341,12 +341,16 @@ md_final(MD_HANDLE a)
|
|||||||
{
|
{
|
||||||
struct md_digest_list_s *r;
|
struct md_digest_list_s *r;
|
||||||
|
|
||||||
|
if( a->finalized )
|
||||||
|
return;
|
||||||
|
|
||||||
if( a->bufcount )
|
if( a->bufcount )
|
||||||
md_write( a, NULL, 0 );
|
md_write( a, NULL, 0 );
|
||||||
|
|
||||||
for(r=a->list; r; r = r->next ) {
|
for(r=a->list; r; r = r->next ) {
|
||||||
(*r->final)( &r->context.c );
|
(*r->final)( &r->context.c );
|
||||||
}
|
}
|
||||||
|
a->finalized = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ static int
|
|||||||
do_write( int fd, void *buf, size_t nbytes )
|
do_write( int fd, void *buf, size_t nbytes )
|
||||||
{
|
{
|
||||||
size_t nleft = nbytes;
|
size_t nleft = nbytes;
|
||||||
ssize_t nwritten;
|
int nwritten;
|
||||||
|
|
||||||
while( nleft > 0 ) {
|
while( nleft > 0 ) {
|
||||||
nwritten = write( fd, buf, nleft);
|
nwritten = write( fd, buf, nleft);
|
||||||
|
15
configure.in
15
configure.in
@ -108,7 +108,7 @@ dnl
|
|||||||
AC_MSG_CHECKING([whether compilation of libgcrypt is requested])
|
AC_MSG_CHECKING([whether compilation of libgcrypt is requested])
|
||||||
AC_ARG_ENABLE(libgcrypt,
|
AC_ARG_ENABLE(libgcrypt,
|
||||||
[ --enable-libgcrypt compile the libgcrypt [default=no]],
|
[ --enable-libgcrypt compile the libgcrypt [default=no]],
|
||||||
[compile_libgcrypt="$enableval"],[compile_libgcrypt=yes])
|
[compile_libgcrypt="$enableval"],[compile_libgcrypt=no])
|
||||||
AM_CONDITIONAL(COMPILE_LIBGCRYPT, test x$compile_libgcrypt = xyes)
|
AM_CONDITIONAL(COMPILE_LIBGCRYPT, test x$compile_libgcrypt = xyes)
|
||||||
AC_MSG_RESULT($compile_libgcrypt)
|
AC_MSG_RESULT($compile_libgcrypt)
|
||||||
|
|
||||||
@ -287,8 +287,14 @@ if test "$try_dynload" = yes ; then
|
|||||||
AC_DEFINE(HAVE_DL_DLOPEN)
|
AC_DEFINE(HAVE_DL_DLOPEN)
|
||||||
DYNLINK_LDFLAGS="$CFLAGS_RDYNAMIC"
|
DYNLINK_LDFLAGS="$CFLAGS_RDYNAMIC"
|
||||||
use_gnupg_extensions=yes
|
use_gnupg_extensions=yes
|
||||||
dnl else
|
else
|
||||||
dnl
|
AC_CHECK_LIB(dld,shl_load)
|
||||||
|
if test "$ac_cv_lib_dld_shl_load" = "yes"; then
|
||||||
|
AC_DEFINE(USE_DYNAMIC_LINKING)
|
||||||
|
AC_DEFINE(HAVE_DL_SHL_LOAD)
|
||||||
|
DYNLINK_LDFLAGS="$CFLAGS_RDYNAMIC"
|
||||||
|
use_gnupg_extensions=yes
|
||||||
|
dnl -----------------
|
||||||
dnl DLD is not ready for use. So I better disable this test
|
dnl DLD is not ready for use. So I better disable this test
|
||||||
dnl
|
dnl
|
||||||
dnl AC_CHECK_LIB(dld,dld_link)
|
dnl AC_CHECK_LIB(dld,dld_link)
|
||||||
@ -297,7 +303,8 @@ dnl AC_DEFINE(USE_DYNAMIC_LINKING)
|
|||||||
dnl AC_DEFINE(HAVE_DLD_DLD_LINK)
|
dnl AC_DEFINE(HAVE_DLD_DLD_LINK)
|
||||||
dnl DYNLINK_LDFLAGS="$CFLAGS_RDYNAMIC"
|
dnl DYNLINK_LDFLAGS="$CFLAGS_RDYNAMIC"
|
||||||
dnl use_gnupg_extensions=yes
|
dnl use_gnupg_extensions=yes
|
||||||
dnl fi
|
dnl ---------------
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
@ -197,7 +197,7 @@ Same as --list-keys, but the signatures are listed too.
|
|||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--list-sigs &OptParmNames;</term>
|
<term>--check-sigs &OptParmNames;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Same as --list-sigs, but the signatures are verified.
|
Same as --list-sigs, but the signatures are verified.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
@ -1,6 +1,16 @@
|
|||||||
Tue Jun 15 12:21:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
Sat Jun 26 12:15:59 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
|
|
||||||
|
* dearmor.c (enarmor_file): Fixed comment string.
|
||||||
|
* tdbdump.c (export_ownertrust): Text fix.
|
||||||
|
* tbio.c (tdbio_invalid): Ditto.
|
||||||
|
|
||||||
|
* parse-packet.c (parse_key): Made temp buffer larger.
|
||||||
|
|
||||||
|
* Makefile.am (install-data-local): Add missing backslashes
|
||||||
|
|
||||||
|
Tue Jun 15 12:21:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
* g10.c (main): Made iterated+salted the default S2K method.
|
* g10.c (main): Made iterated+salted the default S2K method.
|
||||||
|
|
||||||
* Makefile.am (install-data-local): Use DESTDIR.
|
* Makefile.am (install-data-local): Use DESTDIR.
|
||||||
@ -13,7 +23,7 @@ Tue Jun 15 12:21:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|||||||
Mon Jun 14 21:18:54 CEST 1999 Michael Roth <mroth@nessie.de>
|
Mon Jun 14 21:18:54 CEST 1999 Michael Roth <mroth@nessie.de>
|
||||||
|
|
||||||
* g10.c: New options --openpgp, --no-tty, --emit-version,
|
* g10.c: New options --openpgp, --no-tty, --emit-version,
|
||||||
--default-comment and --lock-multiple
|
--default-comment and --lock-multiple
|
||||||
|
|
||||||
Thu Jun 10 14:18:23 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
Thu Jun 10 14:18:23 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
|
@ -86,8 +86,8 @@ install-data-local:
|
|||||||
$(INSTALL_DATA) $(srcdir)/options.skel \
|
$(INSTALL_DATA) $(srcdir)/options.skel \
|
||||||
$(DESTDIR)$(pkgdatadir)/options.skel
|
$(DESTDIR)$(pkgdatadir)/options.skel
|
||||||
@set -e;\
|
@set -e;\
|
||||||
if test -f $(DESTDIR)$(bindir)/gpgm ; then
|
if test -f $(DESTDIR)$(bindir)/gpgm ; then \
|
||||||
echo "removing obsolete gpgm binary"
|
echo "removing obsolete gpgm binary" ; \
|
||||||
rm $(DESTDIR)$(bindir)/gpgm ;
|
rm $(DESTDIR)$(bindir)/gpgm ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ enarmor_file( const char *fname )
|
|||||||
goto leave;
|
goto leave;
|
||||||
|
|
||||||
afx.what = 4;
|
afx.what = 4;
|
||||||
afx.hdrlines = "Comment: Use \"gpgm --dearmor\" for unpacking\n";
|
afx.hdrlines = "Comment: Use \"gpg --dearmor\" for unpacking\n";
|
||||||
iobuf_push_filter( out, armor_filter, &afx );
|
iobuf_push_filter( out, armor_filter, &afx );
|
||||||
|
|
||||||
while( (c = iobuf_get(inp)) != -1 )
|
while( (c = iobuf_get(inp)) != -1 )
|
||||||
|
@ -842,10 +842,12 @@ keyedit_menu( const char *username, STRLIST locusr, STRLIST commands )
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case cmdADDKEY:
|
case cmdADDKEY:
|
||||||
|
secmem_dump_stats();
|
||||||
if( generate_subkeypair( keyblock, sec_keyblock ) ) {
|
if( generate_subkeypair( keyblock, sec_keyblock ) ) {
|
||||||
redisplay = 1;
|
redisplay = 1;
|
||||||
sec_modified = modified = 1;
|
sec_modified = modified = 1;
|
||||||
}
|
}
|
||||||
|
secmem_dump_stats();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
@ -1281,7 +1281,7 @@ parse_key( IOBUF inp, int pkttype, unsigned long pktlen,
|
|||||||
|
|
||||||
if( pkttype == PKT_SECRET_KEY || pkttype == PKT_SECRET_SUBKEY ) {
|
if( pkttype == PKT_SECRET_KEY || pkttype == PKT_SECRET_SUBKEY ) {
|
||||||
PKT_secret_key *sk = pkt->pkt.secret_key;
|
PKT_secret_key *sk = pkt->pkt.secret_key;
|
||||||
byte temp[8];
|
byte temp[16];
|
||||||
|
|
||||||
if( !npkey ) {
|
if( !npkey ) {
|
||||||
sk->skey[0] = mpi_set_opaque( NULL,
|
sk->skey[0] = mpi_set_opaque( NULL,
|
||||||
@ -1370,6 +1370,8 @@ parse_key( IOBUF inp, int pkttype, unsigned long pktlen,
|
|||||||
* so a
|
* so a
|
||||||
* sk->protect.ivlen = cipher_get_blocksize(sk->protect.algo);
|
* sk->protect.ivlen = cipher_get_blocksize(sk->protect.algo);
|
||||||
* won't work. The only solution I see is to hardwire it here.
|
* won't work. The only solution I see is to hardwire it here.
|
||||||
|
* NOTE: if you change the ivlen above 16, don't forget to
|
||||||
|
* enlarge temp.
|
||||||
*/
|
*/
|
||||||
switch( sk->protect.algo ) {
|
switch( sk->protect.algo ) {
|
||||||
case 7: case 8: case 9: /* reserved for AES */
|
case 7: case 8: case 9: /* reserved for AES */
|
||||||
|
@ -399,7 +399,7 @@ export_ownertrust()
|
|||||||
|
|
||||||
init_trustdb();
|
init_trustdb();
|
||||||
printf(_("# List of assigned trustvalues, created %s\n"
|
printf(_("# List of assigned trustvalues, created %s\n"
|
||||||
"# (Use \"gpgm --import-ownertrust\" to restore them)\n"),
|
"# (Use \"gpg --import-ownertrust\" to restore them)\n"),
|
||||||
asctimestamp( make_timestamp() ) );
|
asctimestamp( make_timestamp() ) );
|
||||||
for(recnum=0; !tdbio_read_record( recnum, &rec, 0); recnum++ ) {
|
for(recnum=0; !tdbio_read_record( recnum, &rec, 0); recnum++ ) {
|
||||||
if( rec.rectype == RECTYPE_DIR ) {
|
if( rec.rectype == RECTYPE_DIR ) {
|
||||||
|
@ -1627,7 +1627,7 @@ void
|
|||||||
tdbio_invalid(void)
|
tdbio_invalid(void)
|
||||||
{
|
{
|
||||||
log_error(_(
|
log_error(_(
|
||||||
"The trustdb is corrupted; please run \"gpgm --fix-trustdb\".\n") );
|
"the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n") );
|
||||||
g10_exit(2);
|
g10_exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jun 26 12:15:59 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
|
|
||||||
|
* cipher.h (MD_HANDLE): Assigned a structure name.
|
||||||
|
|
||||||
Fri Apr 9 12:26:25 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
Fri Apr 9 12:26:25 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
* cipher.h (BLOWFISH160): Removed.
|
* cipher.h (BLOWFISH160): Removed.
|
||||||
|
@ -72,17 +72,21 @@ typedef struct cipher_handle_s *CIPHER_HANDLE;
|
|||||||
#define CIPHER_MODE_PHILS_CFB 3
|
#define CIPHER_MODE_PHILS_CFB 3
|
||||||
#define CIPHER_MODE_AUTO_CFB 4
|
#define CIPHER_MODE_AUTO_CFB 4
|
||||||
#define CIPHER_MODE_DUMMY 5 /* used with algo DUMMY for no encryption */
|
#define CIPHER_MODE_DUMMY 5 /* used with algo DUMMY for no encryption */
|
||||||
|
#define CIPHER_MODE_CBC 6
|
||||||
|
|
||||||
struct md_digest_list_s;
|
struct md_digest_list_s;
|
||||||
|
|
||||||
typedef struct {
|
struct gcry_md_context {
|
||||||
int secure;
|
int secure;
|
||||||
FILE *debug;
|
FILE *debug;
|
||||||
|
int finalized;
|
||||||
struct md_digest_list_s *list;
|
struct md_digest_list_s *list;
|
||||||
int bufcount;
|
int bufcount;
|
||||||
int bufsize;
|
int bufsize;
|
||||||
byte buffer[1];
|
byte buffer[1];
|
||||||
} *MD_HANDLE;
|
};
|
||||||
|
|
||||||
|
typedef struct gcry_md_context *MD_HANDLE;
|
||||||
|
|
||||||
|
|
||||||
int g10c_debug_mode;
|
int g10c_debug_mode;
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
Thu Jun 10 14:18:23 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
Sat Jun 26 12:15:59 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
|
|
||||||
|
* pt_BR.po: Updated (Thiago).
|
||||||
|
|
||||||
|
Thu Jun 10 14:18:23 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
* it.po: Updated (Marco).
|
* it.po: Updated (Marco).
|
||||||
|
|
||||||
* es_ES.po: Updated (Urko).
|
* es_ES.po: Updated (Urko).
|
||||||
|
@ -24,8 +24,6 @@ gnulocaledir = $(prefix)/share/locale
|
|||||||
gettextsrcdir = $(prefix)/share/gettext/po
|
gettextsrcdir = $(prefix)/share/gettext/po
|
||||||
subdir = po
|
subdir = po
|
||||||
|
|
||||||
DESTDIR =
|
|
||||||
|
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
|
MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
|
||||||
@ -113,16 +111,16 @@ install-data: install-data-@USE_NLS@
|
|||||||
install-data-no: all
|
install-data-no: all
|
||||||
install-data-yes: all
|
install-data-yes: all
|
||||||
if test -r "$(MKINSTALLDIRS)"; then \
|
if test -r "$(MKINSTALLDIRS)"; then \
|
||||||
$(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
|
$(MKINSTALLDIRS) $(datadir); \
|
||||||
else \
|
else \
|
||||||
$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
|
$(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
|
||||||
fi
|
fi
|
||||||
@catalogs='$(CATALOGS)'; \
|
@catalogs='$(CATALOGS)'; \
|
||||||
for cat in $$catalogs; do \
|
for cat in $$catalogs; do \
|
||||||
cat=`basename $$cat`; \
|
cat=`basename $$cat`; \
|
||||||
case "$$cat" in \
|
case "$$cat" in \
|
||||||
*.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
|
*.gmo) destdir=$(gnulocaledir);; \
|
||||||
*) destdir=$(DESTDIR)$(localedir);; \
|
*) destdir=$(localedir);; \
|
||||||
esac; \
|
esac; \
|
||||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
||||||
dir=$$destdir/$$lang/LC_MESSAGES; \
|
dir=$$destdir/$$lang/LC_MESSAGES; \
|
||||||
@ -155,12 +153,12 @@ install-data-yes: all
|
|||||||
done
|
done
|
||||||
if test "$(PACKAGE)" = "gettext"; then \
|
if test "$(PACKAGE)" = "gettext"; then \
|
||||||
if test -r "$(MKINSTALLDIRS)"; then \
|
if test -r "$(MKINSTALLDIRS)"; then \
|
||||||
$(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
|
$(MKINSTALLDIRS) $(gettextsrcdir); \
|
||||||
else \
|
else \
|
||||||
$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
|
$(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
|
||||||
fi; \
|
fi; \
|
||||||
$(INSTALL_DATA) $(srcdir)/Makefile.in.in \
|
$(INSTALL_DATA) $(srcdir)/Makefile.in.in \
|
||||||
$(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
|
$(gettextsrcdir)/Makefile.in.in; \
|
||||||
else \
|
else \
|
||||||
: ; \
|
: ; \
|
||||||
fi
|
fi
|
||||||
@ -173,12 +171,12 @@ uninstall:
|
|||||||
for cat in $$catalogs; do \
|
for cat in $$catalogs; do \
|
||||||
cat=`basename $$cat`; \
|
cat=`basename $$cat`; \
|
||||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
||||||
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
||||||
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
||||||
rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
||||||
rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
||||||
done
|
done
|
||||||
rm -f $(DESTDIR)$(gettextsrcdir)/po-Makefile.in.in
|
rm -f $(gettextsrcdir)/po-Makefile.in.in
|
||||||
|
|
||||||
check: all
|
check: all
|
||||||
|
|
||||||
|
335
po/de.po
335
po/de.po
@ -3,7 +3,7 @@
|
|||||||
# Walter Koch <walterk@dip.de>, 1998.
|
# Walter Koch <walterk@dip.de>, 1998.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"POT-Creation-Date: 1999-06-08 21:26+0200\n"
|
"POT-Creation-Date: 1999-06-26 11:22+0200\n"
|
||||||
"PO-Revision-Date: 1999-05-30 21:56+0200\n"
|
"PO-Revision-Date: 1999-05-30 21:56+0200\n"
|
||||||
"Last-Translator: Walter Koch <walterk@mail.dip.de>\n"
|
"Last-Translator: Walter Koch <walterk@mail.dip.de>\n"
|
||||||
"Language-Team: German <de@li.org>\n"
|
"Language-Team: German <de@li.org>\n"
|
||||||
@ -274,7 +274,7 @@ msgstr ""
|
|||||||
"Arbeiten durch, damit das Betriebssystem weitere Entropie sammeln kann!\n"
|
"Arbeiten durch, damit das Betriebssystem weitere Entropie sammeln kann!\n"
|
||||||
"(Es werden noch %d Byte benötigt.)\n"
|
"(Es werden noch %d Byte benötigt.)\n"
|
||||||
|
|
||||||
#: g10/g10.c:169
|
#: g10/g10.c:174
|
||||||
msgid ""
|
msgid ""
|
||||||
"@Commands:\n"
|
"@Commands:\n"
|
||||||
" "
|
" "
|
||||||
@ -282,131 +282,131 @@ msgstr ""
|
|||||||
"@Befehle:\n"
|
"@Befehle:\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: g10/g10.c:171
|
#: g10/g10.c:176
|
||||||
msgid "|[file]|make a signature"
|
msgid "|[file]|make a signature"
|
||||||
msgstr "|[Datei]|Eine Unterschrift erzeugen"
|
msgstr "|[Datei]|Eine Unterschrift erzeugen"
|
||||||
|
|
||||||
#: g10/g10.c:172
|
#: g10/g10.c:177
|
||||||
msgid "|[file]|make a clear text signature"
|
msgid "|[file]|make a clear text signature"
|
||||||
msgstr "|[Datei]|Eine Klartextunterschrift erzeugen"
|
msgstr "|[Datei]|Eine Klartextunterschrift erzeugen"
|
||||||
|
|
||||||
#: g10/g10.c:173
|
#: g10/g10.c:178
|
||||||
msgid "make a detached signature"
|
msgid "make a detached signature"
|
||||||
msgstr "Eine abgetrennte Unterschrift erzeugen"
|
msgstr "Eine abgetrennte Unterschrift erzeugen"
|
||||||
|
|
||||||
#: g10/g10.c:174
|
#: g10/g10.c:179
|
||||||
msgid "encrypt data"
|
msgid "encrypt data"
|
||||||
msgstr "Daten verschlüsseln"
|
msgstr "Daten verschlüsseln"
|
||||||
|
|
||||||
#: g10/g10.c:175
|
#: g10/g10.c:180
|
||||||
msgid "encryption only with symmetric cipher"
|
msgid "encryption only with symmetric cipher"
|
||||||
msgstr "Daten symmetrisch verschlüsseln"
|
msgstr "Daten symmetrisch verschlüsseln"
|
||||||
|
|
||||||
#: g10/g10.c:176
|
#: g10/g10.c:181
|
||||||
msgid "store only"
|
msgid "store only"
|
||||||
msgstr "Nur speichern"
|
msgstr "Nur speichern"
|
||||||
|
|
||||||
#: g10/g10.c:177
|
#: g10/g10.c:182
|
||||||
msgid "decrypt data (default)"
|
msgid "decrypt data (default)"
|
||||||
msgstr "Daten entschlüsseln (Voreinstellung)"
|
msgstr "Daten entschlüsseln (Voreinstellung)"
|
||||||
|
|
||||||
#: g10/g10.c:178
|
#: g10/g10.c:183
|
||||||
msgid "verify a signature"
|
msgid "verify a signature"
|
||||||
msgstr "Signatur prüfen"
|
msgstr "Signatur prüfen"
|
||||||
|
|
||||||
#: g10/g10.c:179
|
#: g10/g10.c:184
|
||||||
msgid "list keys"
|
msgid "list keys"
|
||||||
msgstr "Liste der Schlüssel"
|
msgstr "Liste der Schlüssel"
|
||||||
|
|
||||||
#: g10/g10.c:181
|
#: g10/g10.c:186
|
||||||
msgid "list keys and signatures"
|
msgid "list keys and signatures"
|
||||||
msgstr "Liste der Schlüssel und ihrer Signaturen"
|
msgstr "Liste der Schlüssel und ihrer Signaturen"
|
||||||
|
|
||||||
#: g10/g10.c:182
|
#: g10/g10.c:187
|
||||||
msgid "check key signatures"
|
msgid "check key signatures"
|
||||||
msgstr "Signaturen der Schlüssel prüfen"
|
msgstr "Signaturen der Schlüssel prüfen"
|
||||||
|
|
||||||
#: g10/g10.c:183
|
#: g10/g10.c:188
|
||||||
msgid "list keys and fingerprints"
|
msgid "list keys and fingerprints"
|
||||||
msgstr "Liste der Schlüssel und ihrer \"Fingerabdrücke\""
|
msgstr "Liste der Schlüssel und ihrer \"Fingerabdrücke\""
|
||||||
|
|
||||||
#: g10/g10.c:184
|
#: g10/g10.c:189
|
||||||
msgid "list secret keys"
|
msgid "list secret keys"
|
||||||
msgstr "Liste der geheimen Schlüssel"
|
msgstr "Liste der geheimen Schlüssel"
|
||||||
|
|
||||||
#: g10/g10.c:185
|
#: g10/g10.c:190
|
||||||
msgid "generate a new key pair"
|
msgid "generate a new key pair"
|
||||||
msgstr "Ein neues Schlüsselpaar erzeugen"
|
msgstr "Ein neues Schlüsselpaar erzeugen"
|
||||||
|
|
||||||
#: g10/g10.c:186
|
#: g10/g10.c:191
|
||||||
msgid "remove key from the public keyring"
|
msgid "remove key from the public keyring"
|
||||||
msgstr "Schlüssel entfernen"
|
msgstr "Schlüssel entfernen"
|
||||||
|
|
||||||
#: g10/g10.c:187
|
#: g10/g10.c:192
|
||||||
msgid "sign or edit a key"
|
msgid "sign or edit a key"
|
||||||
msgstr "Unterschreiben oder Bearbeiten eines Schlüssels"
|
msgstr "Unterschreiben oder Bearbeiten eines Schlüssels"
|
||||||
|
|
||||||
#: g10/g10.c:188
|
#: g10/g10.c:193
|
||||||
msgid "generate a revocation certificate"
|
msgid "generate a revocation certificate"
|
||||||
msgstr "Ein Schlüsselwiderruf-Zertifikat erzeugen"
|
msgstr "Ein Schlüsselwiderruf-Zertifikat erzeugen"
|
||||||
|
|
||||||
#: g10/g10.c:189
|
#: g10/g10.c:194
|
||||||
msgid "export keys"
|
msgid "export keys"
|
||||||
msgstr "Schlüssel exportieren"
|
msgstr "Schlüssel exportieren"
|
||||||
|
|
||||||
#: g10/g10.c:190
|
#: g10/g10.c:195
|
||||||
msgid "export keys to a key server"
|
msgid "export keys to a key server"
|
||||||
msgstr "Schlüssel zu einem Schlüsselserver exportieren"
|
msgstr "Schlüssel zu einem Schlüsselserver exportieren"
|
||||||
|
|
||||||
#: g10/g10.c:191
|
#: g10/g10.c:196
|
||||||
msgid "import keys from a key server"
|
msgid "import keys from a key server"
|
||||||
msgstr "Schlüssel von einem Schlüsselserver importieren"
|
msgstr "Schlüssel von einem Schlüsselserver importieren"
|
||||||
|
|
||||||
#: g10/g10.c:194
|
#: g10/g10.c:199
|
||||||
msgid "import/merge keys"
|
msgid "import/merge keys"
|
||||||
msgstr "Schlüssel importieren/kombinieren"
|
msgstr "Schlüssel importieren/kombinieren"
|
||||||
|
|
||||||
#: g10/g10.c:196
|
#: g10/g10.c:201
|
||||||
msgid "list only the sequence of packets"
|
msgid "list only the sequence of packets"
|
||||||
msgstr "Lediglich die Struktur der Datenpakete anzeigen"
|
msgstr "Lediglich die Struktur der Datenpakete anzeigen"
|
||||||
|
|
||||||
#: g10/g10.c:198
|
#: g10/g10.c:203
|
||||||
msgid "export the ownertrust values"
|
msgid "export the ownertrust values"
|
||||||
msgstr "Exportieren der \"Owner trust\" Werte"
|
msgstr "Exportieren der \"Owner trust\" Werte"
|
||||||
|
|
||||||
#: g10/g10.c:200
|
#: g10/g10.c:205
|
||||||
msgid "import ownertrust values"
|
msgid "import ownertrust values"
|
||||||
msgstr "Importieren der \"Owner trust\" Werte"
|
msgstr "Importieren der \"Owner trust\" Werte"
|
||||||
|
|
||||||
#: g10/g10.c:202
|
#: g10/g10.c:207
|
||||||
msgid "|[NAMES]|update the trust database"
|
msgid "|[NAMES]|update the trust database"
|
||||||
msgstr "|[NAMEN]|Ändern der \"Trust\"-Datenbank"
|
msgstr "|[NAMEN]|Ändern der \"Trust\"-Datenbank"
|
||||||
|
|
||||||
#: g10/g10.c:204
|
#: g10/g10.c:209
|
||||||
msgid "|[NAMES]|check the trust database"
|
msgid "|[NAMES]|check the trust database"
|
||||||
msgstr "|[NAMEN]|Überprüfen der \"Trust\"-Datenbank"
|
msgstr "|[NAMEN]|Überprüfen der \"Trust\"-Datenbank"
|
||||||
|
|
||||||
#: g10/g10.c:205
|
#: g10/g10.c:210
|
||||||
msgid "fix a corrupted trust database"
|
msgid "fix a corrupted trust database"
|
||||||
msgstr "Reparieren einer beschädigten \"Trust\"-Datenbank"
|
msgstr "Reparieren einer beschädigten \"Trust\"-Datenbank"
|
||||||
|
|
||||||
#: g10/g10.c:206
|
#: g10/g10.c:211
|
||||||
msgid "De-Armor a file or stdin"
|
msgid "De-Armor a file or stdin"
|
||||||
msgstr "Datei oder stdin von der ASCII-Hülle befreien"
|
msgstr "Datei oder stdin von der ASCII-Hülle befreien"
|
||||||
|
|
||||||
#: g10/g10.c:207
|
#: g10/g10.c:212
|
||||||
msgid "En-Armor a file or stdin"
|
msgid "En-Armor a file or stdin"
|
||||||
msgstr "Datei oder stdin in eine ASCII-Hülle einpacken"
|
msgstr "Datei oder stdin in eine ASCII-Hülle einpacken"
|
||||||
|
|
||||||
#: g10/g10.c:208
|
#: g10/g10.c:213
|
||||||
msgid "|algo [files]|print message digests"
|
msgid "|algo [files]|print message digests"
|
||||||
msgstr "|algo [Dateien]|Message-Digests für die Dateien ausgeben"
|
msgstr "|algo [Dateien]|Message-Digests für die Dateien ausgeben"
|
||||||
|
|
||||||
#: g10/g10.c:209
|
#: g10/g10.c:214
|
||||||
msgid "print all message digests"
|
msgid "print all message digests"
|
||||||
msgstr "Message-Digests für die Eingabedaten ausgeben"
|
msgstr "Message-Digests für die Eingabedaten ausgeben"
|
||||||
|
|
||||||
#: g10/g10.c:215
|
#: g10/g10.c:220
|
||||||
msgid ""
|
msgid ""
|
||||||
"@\n"
|
"@\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
@ -416,152 +416,160 @@ msgstr ""
|
|||||||
"Optionen:\n"
|
"Optionen:\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: g10/g10.c:217
|
#: g10/g10.c:222
|
||||||
msgid "create ascii armored output"
|
msgid "create ascii armored output"
|
||||||
msgstr "Ausgabe mit ASCII-Hülle versehen"
|
msgstr "Ausgabe mit ASCII-Hülle versehen"
|
||||||
|
|
||||||
#: g10/g10.c:218
|
#: g10/g10.c:223
|
||||||
msgid "|NAME|encrypt for NAME"
|
msgid "|NAME|encrypt for NAME"
|
||||||
msgstr "|NAME|Verschlüsseln für NAME"
|
msgstr "|NAME|Verschlüsseln für NAME"
|
||||||
|
|
||||||
#: g10/g10.c:222
|
#: g10/g10.c:227
|
||||||
msgid "use this user-id to sign or decrypt"
|
msgid "use this user-id to sign or decrypt"
|
||||||
msgstr "Mit dieser User-ID signieren"
|
msgstr "Mit dieser User-ID signieren"
|
||||||
|
|
||||||
#: g10/g10.c:223
|
#: g10/g10.c:228
|
||||||
msgid "|N|set compress level N (0 disables)"
|
msgid "|N|set compress level N (0 disables)"
|
||||||
msgstr "Kompressionsstufe auf N setzen (0=keine Kompr.)"
|
msgstr "Kompressionsstufe auf N setzen (0=keine Kompr.)"
|
||||||
|
|
||||||
#: g10/g10.c:225
|
#: g10/g10.c:230
|
||||||
msgid "use canonical text mode"
|
msgid "use canonical text mode"
|
||||||
msgstr "Textmodus benutzen"
|
msgstr "Textmodus benutzen"
|
||||||
|
|
||||||
#: g10/g10.c:226
|
#: g10/g10.c:231
|
||||||
msgid "use as output file"
|
msgid "use as output file"
|
||||||
msgstr "Als Ausgabedatei benutzen"
|
msgstr "Als Ausgabedatei benutzen"
|
||||||
|
|
||||||
#: g10/g10.c:227
|
#: g10/g10.c:232
|
||||||
msgid "verbose"
|
msgid "verbose"
|
||||||
msgstr "Detaillierte Informationen"
|
msgstr "Detaillierte Informationen"
|
||||||
|
|
||||||
#: g10/g10.c:228
|
#: g10/g10.c:233
|
||||||
msgid "be somewhat more quiet"
|
msgid "be somewhat more quiet"
|
||||||
msgstr "Etwas weniger Infos"
|
msgstr "Etwas weniger Infos"
|
||||||
|
|
||||||
#: g10/g10.c:229
|
#: g10/g10.c:234
|
||||||
|
msgid "don't use the terminal at all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: g10/g10.c:235
|
||||||
msgid "force v3 signatures"
|
msgid "force v3 signatures"
|
||||||
msgstr "v3 Signaturen erzwingen"
|
msgstr "v3 Signaturen erzwingen"
|
||||||
|
|
||||||
#: g10/g10.c:230
|
#: g10/g10.c:236
|
||||||
msgid "always use a MDC for encryption"
|
msgid "always use a MDC for encryption"
|
||||||
msgstr "Beim Verschlüsseln ein Siegel (MDC) verwenden"
|
msgstr "Beim Verschlüsseln ein Siegel (MDC) verwenden"
|
||||||
|
|
||||||
#: g10/g10.c:231
|
#: g10/g10.c:237
|
||||||
msgid "do not make any changes"
|
msgid "do not make any changes"
|
||||||
msgstr "Keine wirklichen Änderungen durchführen"
|
msgstr "Keine wirklichen Änderungen durchführen"
|
||||||
|
|
||||||
#. { oInteractive, "interactive", 0, N_("prompt before overwriting") },
|
#. { oInteractive, "interactive", 0, N_("prompt before overwriting") },
|
||||||
#: g10/g10.c:233
|
#: g10/g10.c:239
|
||||||
msgid "batch mode: never ask"
|
msgid "batch mode: never ask"
|
||||||
msgstr "Stapelmodus: Keine Abfragen"
|
msgstr "Stapelmodus: Keine Abfragen"
|
||||||
|
|
||||||
#: g10/g10.c:234
|
#: g10/g10.c:240
|
||||||
msgid "assume yes on most questions"
|
msgid "assume yes on most questions"
|
||||||
msgstr "\"Ja\" als Standardantwort annehmen"
|
msgstr "\"Ja\" als Standardantwort annehmen"
|
||||||
|
|
||||||
#: g10/g10.c:235
|
#: g10/g10.c:241
|
||||||
msgid "assume no on most questions"
|
msgid "assume no on most questions"
|
||||||
msgstr "\"Nein\" als Standardantwort annehmen"
|
msgstr "\"Nein\" als Standardantwort annehmen"
|
||||||
|
|
||||||
#: g10/g10.c:236
|
#: g10/g10.c:242
|
||||||
msgid "add this keyring to the list of keyrings"
|
msgid "add this keyring to the list of keyrings"
|
||||||
msgstr "Als öffentlichen Schlüsselbund mitbenutzen"
|
msgstr "Als öffentlichen Schlüsselbund mitbenutzen"
|
||||||
|
|
||||||
#: g10/g10.c:237
|
#: g10/g10.c:243
|
||||||
msgid "add this secret keyring to the list"
|
msgid "add this secret keyring to the list"
|
||||||
msgstr "Als geheimen Schlüsselbund mitbenutzen"
|
msgstr "Als geheimen Schlüsselbund mitbenutzen"
|
||||||
|
|
||||||
#: g10/g10.c:238
|
#: g10/g10.c:244
|
||||||
msgid "|NAME|use NAME as default secret key"
|
msgid "|NAME|use NAME as default secret key"
|
||||||
msgstr "|NAME|NAME als voreingestellten Schlüssel benutzen"
|
msgstr "|NAME|NAME als voreingestellten Schlüssel benutzen"
|
||||||
|
|
||||||
#: g10/g10.c:239
|
#: g10/g10.c:245
|
||||||
msgid "|HOST|use this keyserver to lookup keys"
|
msgid "|HOST|use this keyserver to lookup keys"
|
||||||
msgstr "|HOST|Schlüssel bei diesem Server nachschlagen"
|
msgstr "|HOST|Schlüssel bei diesem Server nachschlagen"
|
||||||
|
|
||||||
#: g10/g10.c:240
|
#: g10/g10.c:246
|
||||||
msgid "|NAME|set terminal charset to NAME"
|
msgid "|NAME|set terminal charset to NAME"
|
||||||
msgstr "|NAME|Terminalzeichensatz NAME benutzen"
|
msgstr "|NAME|Terminalzeichensatz NAME benutzen"
|
||||||
|
|
||||||
#: g10/g10.c:241
|
#: g10/g10.c:247
|
||||||
msgid "read options from file"
|
msgid "read options from file"
|
||||||
msgstr "Optionen aus der Datei lesen"
|
msgstr "Optionen aus der Datei lesen"
|
||||||
|
|
||||||
#: g10/g10.c:243
|
#: g10/g10.c:249
|
||||||
msgid "set debugging flags"
|
msgid "set debugging flags"
|
||||||
msgstr "Debug-Flags einschalten"
|
msgstr "Debug-Flags einschalten"
|
||||||
|
|
||||||
#: g10/g10.c:244
|
#: g10/g10.c:250
|
||||||
msgid "enable full debugging"
|
msgid "enable full debugging"
|
||||||
msgstr "Alle Debug-Flags einschalten"
|
msgstr "Alle Debug-Flags einschalten"
|
||||||
|
|
||||||
#: g10/g10.c:245
|
#: g10/g10.c:251
|
||||||
msgid "|FD|write status info to this FD"
|
msgid "|FD|write status info to this FD"
|
||||||
msgstr "|FD|Statusinfo auf FD (Dateihandle) ausgeben"
|
msgstr "|FD|Statusinfo auf FD (Dateihandle) ausgeben"
|
||||||
|
|
||||||
#: g10/g10.c:246
|
#: g10/g10.c:252
|
||||||
msgid "do not write comment packets"
|
msgid "do not write comment packets"
|
||||||
msgstr "Keine Kommentarpakete schreiben"
|
msgstr "Keine Kommentarpakete schreiben"
|
||||||
|
|
||||||
#: g10/g10.c:247
|
#: g10/g10.c:253
|
||||||
msgid "(default is 1)"
|
msgid "(default is 1)"
|
||||||
msgstr "Benötigte Vollvertrauen (Voreinstellung 1)"
|
msgstr "Benötigte Vollvertrauen (Voreinstellung 1)"
|
||||||
|
|
||||||
#: g10/g10.c:248
|
#: g10/g10.c:254
|
||||||
msgid "(default is 3)"
|
msgid "(default is 3)"
|
||||||
msgstr "Benötigte Teilvertrauen (Voreinstellung 3)"
|
msgstr "Benötigte Teilvertrauen (Voreinstellung 3)"
|
||||||
|
|
||||||
#: g10/g10.c:250
|
#: g10/g10.c:256
|
||||||
msgid "|FILE|load extension module FILE"
|
msgid "|FILE|load extension module FILE"
|
||||||
msgstr "|DATEI|Erweiterungsmodul DATEI laden"
|
msgstr "|DATEI|Erweiterungsmodul DATEI laden"
|
||||||
|
|
||||||
#: g10/g10.c:251
|
#: g10/g10.c:257
|
||||||
msgid "emulate the mode described in RFC1991"
|
msgid "emulate the mode described in RFC1991"
|
||||||
msgstr "Den in RFC1991 beschriebenen Modus nachahmen"
|
msgstr "Den in RFC1991 beschriebenen Modus nachahmen"
|
||||||
|
|
||||||
#: g10/g10.c:252
|
#: g10/g10.c:258
|
||||||
|
msgid "set all packet, cipher and digest options to OpenPGP behavior"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: g10/g10.c:259
|
||||||
msgid "|N|use passphrase mode N"
|
msgid "|N|use passphrase mode N"
|
||||||
msgstr "|N|Verwenden des Mantra-Modus N"
|
msgstr "|N|Verwenden des Mantra-Modus N"
|
||||||
|
|
||||||
#: g10/g10.c:254
|
#: g10/g10.c:261
|
||||||
msgid "|NAME|use message digest algorithm NAME for passphrases"
|
msgid "|NAME|use message digest algorithm NAME for passphrases"
|
||||||
msgstr "|NAME|Das Hashverfahren NAME für Mantras benutzen"
|
msgstr "|NAME|Das Hashverfahren NAME für Mantras benutzen"
|
||||||
|
|
||||||
#: g10/g10.c:256
|
#: g10/g10.c:263
|
||||||
msgid "|NAME|use cipher algorithm NAME for passphrases"
|
msgid "|NAME|use cipher algorithm NAME for passphrases"
|
||||||
msgstr "|NAME|Das Verschlü.verfahren NAME für Mantras benutzen"
|
msgstr "|NAME|Das Verschlü.verfahren NAME für Mantras benutzen"
|
||||||
|
|
||||||
#: g10/g10.c:257
|
#: g10/g10.c:264
|
||||||
msgid "|NAME|use cipher algorithm NAME"
|
msgid "|NAME|use cipher algorithm NAME"
|
||||||
msgstr "|NAME|Das Verschlü.verfahren NAME benutzen"
|
msgstr "|NAME|Das Verschlü.verfahren NAME benutzen"
|
||||||
|
|
||||||
#: g10/g10.c:258
|
#: g10/g10.c:265
|
||||||
msgid "|NAME|use message digest algorithm NAME"
|
msgid "|NAME|use message digest algorithm NAME"
|
||||||
msgstr "|NAME|Das Hashverfahren NAME benutzen"
|
msgstr "|NAME|Das Hashverfahren NAME benutzen"
|
||||||
|
|
||||||
#: g10/g10.c:259
|
#: g10/g10.c:266
|
||||||
msgid "|N|use compress algorithm N"
|
msgid "|N|use compress algorithm N"
|
||||||
msgstr "|N|Die Komprimierverfahren N benutzen"
|
msgstr "|N|Die Komprimierverfahren N benutzen"
|
||||||
|
|
||||||
#: g10/g10.c:260
|
#: g10/g10.c:267
|
||||||
msgid "throw keyid field of encrypted packets"
|
msgid "throw keyid field of encrypted packets"
|
||||||
msgstr "Entferne die Absender-ID verschlüsselter Pakete"
|
msgstr "Entferne die Absender-ID verschlüsselter Pakete"
|
||||||
|
|
||||||
#: g10/g10.c:261
|
#: g10/g10.c:268
|
||||||
msgid "|NAME=VALUE|use this notation data"
|
msgid "|NAME=VALUE|use this notation data"
|
||||||
msgstr "|NAME=WERT|verwende diese \"notation\"-Daten"
|
msgstr "|NAME=WERT|verwende diese \"notation\"-Daten"
|
||||||
|
|
||||||
#: g10/g10.c:263
|
#: g10/g10.c:270
|
||||||
msgid ""
|
msgid ""
|
||||||
"@\n"
|
"@\n"
|
||||||
"Examples:\n"
|
"Examples:\n"
|
||||||
@ -581,15 +589,15 @@ msgstr ""
|
|||||||
" --list-keys [Namen] Schlüssel anzeigen\n"
|
" --list-keys [Namen] Schlüssel anzeigen\n"
|
||||||
" --fingerprint [Namen] \"Fingerabdrücke\" anzeigen\n"
|
" --fingerprint [Namen] \"Fingerabdrücke\" anzeigen\n"
|
||||||
|
|
||||||
#: g10/g10.c:337
|
#: g10/g10.c:347
|
||||||
msgid "Please report bugs to <gnupg-bugs@gnu.org>.\n"
|
msgid "Please report bugs to <gnupg-bugs@gnu.org>.\n"
|
||||||
msgstr "Berichte über Bugs (Programmfehler) bitte an <gnupg-bugs@gnu.org>.\n"
|
msgstr "Berichte über Bugs (Programmfehler) bitte an <gnupg-bugs@gnu.org>.\n"
|
||||||
|
|
||||||
#: g10/g10.c:341
|
#: g10/g10.c:351
|
||||||
msgid "Usage: gpg [options] [files] (-h for help)"
|
msgid "Usage: gpg [options] [files] (-h for help)"
|
||||||
msgstr "Aufruf: gpg [Optionen] [Dateien] (-h für Hilfe)"
|
msgstr "Aufruf: gpg [Optionen] [Dateien] (-h für Hilfe)"
|
||||||
|
|
||||||
#: g10/g10.c:344
|
#: g10/g10.c:354
|
||||||
msgid ""
|
msgid ""
|
||||||
"Syntax: gpg [options] [files]\n"
|
"Syntax: gpg [options] [files]\n"
|
||||||
"sign, check, encrypt or decrypt\n"
|
"sign, check, encrypt or decrypt\n"
|
||||||
@ -599,7 +607,7 @@ msgstr ""
|
|||||||
"Signieren, prüfen, verschlüsseln, entschlüsseln\n"
|
"Signieren, prüfen, verschlüsseln, entschlüsseln\n"
|
||||||
"Die voreingestellte Operation ist abhängig von den Eingabedaten\n"
|
"Die voreingestellte Operation ist abhängig von den Eingabedaten\n"
|
||||||
|
|
||||||
#: g10/g10.c:349
|
#: g10/g10.c:359
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Supported algorithms:\n"
|
"Supported algorithms:\n"
|
||||||
@ -607,161 +615,161 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
"Unterstützte Verfahren:\n"
|
"Unterstützte Verfahren:\n"
|
||||||
|
|
||||||
#: g10/g10.c:423
|
#: g10/g10.c:433
|
||||||
msgid "usage: gpg [options] "
|
msgid "usage: gpg [options] "
|
||||||
msgstr "Aufruf: gpg [Optionen] "
|
msgstr "Aufruf: gpg [Optionen] "
|
||||||
|
|
||||||
#: g10/g10.c:463
|
#: g10/g10.c:473
|
||||||
msgid "conflicting commands\n"
|
msgid "conflicting commands\n"
|
||||||
msgstr "Widersprüchliche Befehle\n"
|
msgstr "Widersprüchliche Befehle\n"
|
||||||
|
|
||||||
#: g10/g10.c:595
|
#: g10/g10.c:605
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "NOTE: no default option file `%s'\n"
|
msgid "NOTE: no default option file `%s'\n"
|
||||||
msgstr "Hinweis: Keine voreingestellte Optionendatei '%s' vorhanden\n"
|
msgstr "Hinweis: Keine voreingestellte Optionendatei '%s' vorhanden\n"
|
||||||
|
|
||||||
#: g10/g10.c:599
|
#: g10/g10.c:609
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "option file `%s': %s\n"
|
msgid "option file `%s': %s\n"
|
||||||
msgstr "Optionendatei '%s': %s\n"
|
msgstr "Optionendatei '%s': %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:606
|
#: g10/g10.c:616
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "reading options from `%s'\n"
|
msgid "reading options from `%s'\n"
|
||||||
msgstr "Optionen werden aus '%s' gelesen\n"
|
msgstr "Optionen werden aus '%s' gelesen\n"
|
||||||
|
|
||||||
#: g10/g10.c:755
|
#: g10/g10.c:782
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s is not a valid character set\n"
|
msgid "%s is not a valid character set\n"
|
||||||
msgstr "%s ist kein gültiger Zeichensatz.\n"
|
msgstr "%s ist kein gültiger Zeichensatz.\n"
|
||||||
|
|
||||||
#: g10/g10.c:799 g10/g10.c:811
|
#: g10/g10.c:827 g10/g10.c:839
|
||||||
msgid "selected cipher algorithm is invalid\n"
|
msgid "selected cipher algorithm is invalid\n"
|
||||||
msgstr "Das ausgewählte Verschlüsslungsverfahren ist ungültig\n"
|
msgstr "Das ausgewählte Verschlüsslungsverfahren ist ungültig\n"
|
||||||
|
|
||||||
#: g10/g10.c:805 g10/g10.c:817
|
#: g10/g10.c:833 g10/g10.c:845
|
||||||
msgid "selected digest algorithm is invalid\n"
|
msgid "selected digest algorithm is invalid\n"
|
||||||
msgstr "Das ausgewählte Hashverfahren ist ungültig\n"
|
msgstr "Das ausgewählte Hashverfahren ist ungültig\n"
|
||||||
|
|
||||||
#: g10/g10.c:821
|
#: g10/g10.c:849
|
||||||
msgid "the given policy URL is invalid\n"
|
msgid "the given policy URL is invalid\n"
|
||||||
msgstr "Die angegebene URL für Richtlinien ist ungültig\n"
|
msgstr "Die angegebene URL für Richtlinien ist ungültig\n"
|
||||||
|
|
||||||
#: g10/g10.c:824
|
#: g10/g10.c:852
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "compress algorithm must be in range %d..%d\n"
|
msgid "compress algorithm must be in range %d..%d\n"
|
||||||
msgstr "Das Komprimierverfahren muß im Bereich %d bis %d liegen\n"
|
msgstr "Das Komprimierverfahren muß im Bereich %d bis %d liegen\n"
|
||||||
|
|
||||||
#: g10/g10.c:826
|
#: g10/g10.c:854
|
||||||
msgid "completes-needed must be greater than 0\n"
|
msgid "completes-needed must be greater than 0\n"
|
||||||
msgstr "completes-needed müssen größer als 0 sein\n"
|
msgstr "completes-needed müssen größer als 0 sein\n"
|
||||||
|
|
||||||
#: g10/g10.c:828
|
#: g10/g10.c:856
|
||||||
msgid "marginals-needed must be greater than 1\n"
|
msgid "marginals-needed must be greater than 1\n"
|
||||||
msgstr "marginals-needed müssen größer als 1 sein\n"
|
msgstr "marginals-needed müssen größer als 1 sein\n"
|
||||||
|
|
||||||
#: g10/g10.c:830
|
#: g10/g10.c:858
|
||||||
msgid "max-cert-depth must be in range 1 to 255\n"
|
msgid "max-cert-depth must be in range 1 to 255\n"
|
||||||
msgstr "max-cert-depth muß im Bereich 1 bis 255 liegen\n"
|
msgstr "max-cert-depth muß im Bereich 1 bis 255 liegen\n"
|
||||||
|
|
||||||
#: g10/g10.c:833
|
#: g10/g10.c:861
|
||||||
msgid "NOTE: simple S2K mode (0) is strongly discouraged\n"
|
msgid "NOTE: simple S2K mode (0) is strongly discouraged\n"
|
||||||
msgstr "Hinweis: Vom \"simple S2K\"-Modus (0) ist strikt abzuraten\n"
|
msgstr "Hinweis: Vom \"simple S2K\"-Modus (0) ist strikt abzuraten\n"
|
||||||
|
|
||||||
#: g10/g10.c:837
|
#: g10/g10.c:865
|
||||||
msgid "invalid S2K mode; must be 0, 1 or 3\n"
|
msgid "invalid S2K mode; must be 0, 1 or 3\n"
|
||||||
msgstr "ungültiger \"simple S2K\"-Modus; Wert muß 0, 1 oder 3 sein\n"
|
msgstr "ungültiger \"simple S2K\"-Modus; Wert muß 0, 1 oder 3 sein\n"
|
||||||
|
|
||||||
#: g10/g10.c:914
|
#: g10/g10.c:942
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "failed to initialize the TrustDB: %s\n"
|
msgid "failed to initialize the TrustDB: %s\n"
|
||||||
msgstr "Die Trust-DB kann nicht initialisiert werden: %s\n"
|
msgstr "Die Trust-DB kann nicht initialisiert werden: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:920
|
#: g10/g10.c:948
|
||||||
msgid "--store [filename]"
|
msgid "--store [filename]"
|
||||||
msgstr "--store [Dateiname]"
|
msgstr "--store [Dateiname]"
|
||||||
|
|
||||||
#: g10/g10.c:927
|
#: g10/g10.c:955
|
||||||
msgid "--symmetric [filename]"
|
msgid "--symmetric [filename]"
|
||||||
msgstr "--symmetric [Dateiname]"
|
msgstr "--symmetric [Dateiname]"
|
||||||
|
|
||||||
#: g10/g10.c:935
|
#: g10/g10.c:963
|
||||||
msgid "--encrypt [filename]"
|
msgid "--encrypt [filename]"
|
||||||
msgstr "--encrypt [Dateiname]"
|
msgstr "--encrypt [Dateiname]"
|
||||||
|
|
||||||
#: g10/g10.c:948
|
#: g10/g10.c:976
|
||||||
msgid "--sign [filename]"
|
msgid "--sign [filename]"
|
||||||
msgstr "--sign [Dateiname]"
|
msgstr "--sign [Dateiname]"
|
||||||
|
|
||||||
#: g10/g10.c:961
|
#: g10/g10.c:989
|
||||||
msgid "--sign --encrypt [filename]"
|
msgid "--sign --encrypt [filename]"
|
||||||
msgstr "--sign --encrypt [Dateiname]"
|
msgstr "--sign --encrypt [Dateiname]"
|
||||||
|
|
||||||
#: g10/g10.c:975
|
#: g10/g10.c:1003
|
||||||
msgid "--clearsign [filename]"
|
msgid "--clearsign [filename]"
|
||||||
msgstr "--clearsign [Dateiname]"
|
msgstr "--clearsign [Dateiname]"
|
||||||
|
|
||||||
#: g10/g10.c:987
|
#: g10/g10.c:1015
|
||||||
msgid "--decrypt [filename]"
|
msgid "--decrypt [filename]"
|
||||||
msgstr "--decrypt [Dateiname]"
|
msgstr "--decrypt [Dateiname]"
|
||||||
|
|
||||||
#: g10/g10.c:996
|
#: g10/g10.c:1024
|
||||||
msgid "--edit-key username [commands]"
|
msgid "--edit-key username [commands]"
|
||||||
msgstr "--edit-key Username [Befehle]"
|
msgstr "--edit-key Username [Befehle]"
|
||||||
|
|
||||||
#: g10/g10.c:1010
|
#: g10/g10.c:1038
|
||||||
msgid "--delete-secret-key username"
|
msgid "--delete-secret-key username"
|
||||||
msgstr "--delete-secret-key Username"
|
msgstr "--delete-secret-key Username"
|
||||||
|
|
||||||
#: g10/g10.c:1013
|
#: g10/g10.c:1041
|
||||||
msgid "--delete-key username"
|
msgid "--delete-key username"
|
||||||
msgstr "--delete-key Benutzername"
|
msgstr "--delete-key Benutzername"
|
||||||
|
|
||||||
#: g10/encode.c:231 g10/g10.c:1036 g10/sign.c:366
|
#: g10/encode.c:231 g10/g10.c:1064 g10/sign.c:366
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "can't open %s: %s\n"
|
msgid "can't open %s: %s\n"
|
||||||
msgstr "'%s' kann nicht geöffnet werden: %s\n"
|
msgstr "'%s' kann nicht geöffnet werden: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1047
|
#: g10/g10.c:1075
|
||||||
msgid "-k[v][v][v][c] [userid] [keyring]"
|
msgid "-k[v][v][v][c] [userid] [keyring]"
|
||||||
msgstr "-k[v][v][v][c] [Benutzername] [Keyring]"
|
msgstr "-k[v][v][v][c] [Benutzername] [Keyring]"
|
||||||
|
|
||||||
#: g10/g10.c:1106
|
#: g10/g10.c:1134
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "dearmoring failed: %s\n"
|
msgid "dearmoring failed: %s\n"
|
||||||
msgstr "Entfernen der ASCII-Hülle ist fehlgeschlagen: %s\n"
|
msgstr "Entfernen der ASCII-Hülle ist fehlgeschlagen: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1114
|
#: g10/g10.c:1142
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "enarmoring failed: %s\n"
|
msgid "enarmoring failed: %s\n"
|
||||||
msgstr "Anbringen der ASCII-Hülle ist fehlgeschlagen: %s\n"
|
msgstr "Anbringen der ASCII-Hülle ist fehlgeschlagen: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1180
|
#: g10/g10.c:1208
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "invalid hash algorithm `%s'\n"
|
msgid "invalid hash algorithm `%s'\n"
|
||||||
msgstr "Ungültiges Hashverfahren '%s'\n"
|
msgstr "Ungültiges Hashverfahren '%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:1255
|
#: g10/g10.c:1283
|
||||||
msgid "[filename]"
|
msgid "[filename]"
|
||||||
msgstr "[Dateiname]"
|
msgstr "[Dateiname]"
|
||||||
|
|
||||||
#: g10/g10.c:1259
|
#: g10/g10.c:1287
|
||||||
msgid "Go ahead and type your message ...\n"
|
msgid "Go ahead and type your message ...\n"
|
||||||
msgstr "Auf geht's - Botschaft eintippen ...\n"
|
msgstr "Auf geht's - Botschaft eintippen ...\n"
|
||||||
|
|
||||||
#: g10/decrypt.c:59 g10/g10.c:1262 g10/verify.c:66
|
#: g10/decrypt.c:59 g10/g10.c:1290 g10/verify.c:66
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "can't open `%s'\n"
|
msgid "can't open `%s'\n"
|
||||||
msgstr "'%s' kann nicht geöffnet werden\n"
|
msgstr "'%s' kann nicht geöffnet werden\n"
|
||||||
|
|
||||||
#: g10/g10.c:1429
|
#: g10/g10.c:1457
|
||||||
msgid ""
|
msgid ""
|
||||||
"the first character of a notation name must be a letter or an underscore\n"
|
"the first character of a notation name must be a letter or an underscore\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Das erste Zeichen eines \"notation\"-Namens muß ein Buchstabe oder\n"
|
"Das erste Zeichen eines \"notation\"-Namens muß ein Buchstabe oder\n"
|
||||||
"ein Unterstrich sein\n"
|
"ein Unterstrich sein\n"
|
||||||
|
|
||||||
#: g10/g10.c:1435
|
#: g10/g10.c:1463
|
||||||
msgid ""
|
msgid ""
|
||||||
"a notation name must have only letters, digits, dots or underscores and end "
|
"a notation name must have only letters, digits, dots or underscores and end "
|
||||||
"with an '='\n"
|
"with an '='\n"
|
||||||
@ -769,12 +777,12 @@ msgstr ""
|
|||||||
"Ein \"notation\"-Name darf nur Buchstaben, Zahlen, Punkte oder Unterstriche "
|
"Ein \"notation\"-Name darf nur Buchstaben, Zahlen, Punkte oder Unterstriche "
|
||||||
"enthalten und muß mit einem '=' enden\n"
|
"enthalten und muß mit einem '=' enden\n"
|
||||||
|
|
||||||
#: g10/g10.c:1441
|
#: g10/g10.c:1469
|
||||||
msgid "dots in a notation name must be surrounded by other characters\n"
|
msgid "dots in a notation name must be surrounded by other characters\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Punkte in einem \"notation\"-Namen müssen von anderen Zeichen umgeben sein\n"
|
"Punkte in einem \"notation\"-Namen müssen von anderen Zeichen umgeben sein\n"
|
||||||
|
|
||||||
#: g10/g10.c:1449
|
#: g10/g10.c:1477
|
||||||
msgid "a notation value must not use any control characters\n"
|
msgid "a notation value must not use any control characters\n"
|
||||||
msgstr "Ein \"notation\"-Wert darf keine Kontrollzeichen verwenden\n"
|
msgstr "Ein \"notation\"-Wert darf keine Kontrollzeichen verwenden\n"
|
||||||
|
|
||||||
@ -1370,7 +1378,8 @@ msgid "DSA keypair will have 1024 bits.\n"
|
|||||||
msgstr "Der DSA Schlüssel wird 1024 Bits haben.\n"
|
msgstr "Der DSA Schlüssel wird 1024 Bits haben.\n"
|
||||||
|
|
||||||
#: g10/keygen.c:859
|
#: g10/keygen.c:859
|
||||||
msgid "Key generation cancelled.\n"
|
#, fuzzy
|
||||||
|
msgid "Key generation canceled.\n"
|
||||||
msgstr "Schlüsselerzeugung abgebrochen.\n"
|
msgstr "Schlüsselerzeugung abgebrochen.\n"
|
||||||
|
|
||||||
#: g10/keygen.c:869
|
#: g10/keygen.c:869
|
||||||
@ -1442,7 +1451,7 @@ msgstr "%s: WARNUNG: Leere Datei\n"
|
|||||||
msgid "reading from `%s'\n"
|
msgid "reading from `%s'\n"
|
||||||
msgstr "Lesen von '%s'\n"
|
msgstr "Lesen von '%s'\n"
|
||||||
|
|
||||||
#: g10/encode.c:417
|
#: g10/encode.c:431
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s/%s encrypted for: %s\n"
|
msgid "%s/%s encrypted for: %s\n"
|
||||||
msgstr "%s verschlüsselt für: %s\n"
|
msgstr "%s verschlüsselt für: %s\n"
|
||||||
@ -1834,7 +1843,7 @@ msgstr ""
|
|||||||
msgid "Really sign? "
|
msgid "Really sign? "
|
||||||
msgstr "Wirklich unterschreiben? "
|
msgstr "Wirklich unterschreiben? "
|
||||||
|
|
||||||
#: g10/keyedit.c:369 g10/keyedit.c:1779 g10/keyedit.c:1828 g10/sign.c:128
|
#: g10/keyedit.c:369 g10/keyedit.c:1790 g10/keyedit.c:1839 g10/sign.c:128
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "signing failed: %s\n"
|
msgid "signing failed: %s\n"
|
||||||
msgstr "Beglaubigung fehlgeschlagen: %s\n"
|
msgstr "Beglaubigung fehlgeschlagen: %s\n"
|
||||||
@ -2141,95 +2150,102 @@ msgstr "M
|
|||||||
msgid "Really remove this user id? "
|
msgid "Really remove this user id? "
|
||||||
msgstr "Diese User-ID wirklich entfernen? "
|
msgstr "Diese User-ID wirklich entfernen? "
|
||||||
|
|
||||||
#: g10/keyedit.c:856 g10/keyedit.c:878
|
#: g10/keyedit.c:858 g10/keyedit.c:880
|
||||||
msgid "You must select at least one key.\n"
|
msgid "You must select at least one key.\n"
|
||||||
msgstr "Zumindestens ein Schlüssel muß ausgewählt werden.\n"
|
msgstr "Zumindestens ein Schlüssel muß ausgewählt werden.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:860
|
#: g10/keyedit.c:862
|
||||||
msgid "Do you really want to delete the selected keys? "
|
msgid "Do you really want to delete the selected keys? "
|
||||||
msgstr "Möchten Sie die ausgewählten Schlüssel wirklich entfernen? "
|
msgstr "Möchten Sie die ausgewählten Schlüssel wirklich entfernen? "
|
||||||
|
|
||||||
#: g10/keyedit.c:861
|
#: g10/keyedit.c:863
|
||||||
msgid "Do you really want to delete this key? "
|
msgid "Do you really want to delete this key? "
|
||||||
msgstr "Möchten Sie diesen Schlüssel wirklich entfernen? "
|
msgstr "Möchten Sie diesen Schlüssel wirklich entfernen? "
|
||||||
|
|
||||||
#: g10/keyedit.c:882
|
#: g10/keyedit.c:884
|
||||||
msgid "Do you really want to revoke the selected keys? "
|
msgid "Do you really want to revoke the selected keys? "
|
||||||
msgstr "Möchten Sie die ausgewählten Schlüssel wirklich widerrufen? "
|
msgstr "Möchten Sie die ausgewählten Schlüssel wirklich widerrufen? "
|
||||||
|
|
||||||
#: g10/keyedit.c:883
|
#: g10/keyedit.c:885
|
||||||
msgid "Do you really want to revoke this key? "
|
msgid "Do you really want to revoke this key? "
|
||||||
msgstr "Möchten Sie diesen Schlüssel wirklich wiederrufen? "
|
msgstr "Möchten Sie diesen Schlüssel wirklich wiederrufen? "
|
||||||
|
|
||||||
#: g10/keyedit.c:937
|
#: g10/keyedit.c:939
|
||||||
msgid "Invalid command (try \"help\")\n"
|
msgid "Invalid command (try \"help\")\n"
|
||||||
msgstr "Ungültiger Befehl (versuchen Sie's mal mit \"help\")\n"
|
msgstr "Ungültiger Befehl (versuchen Sie's mal mit \"help\")\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1289
|
#: g10/keyedit.c:1294
|
||||||
msgid "Delete this good signature? (y/N/q)"
|
msgid "Delete this good signature? (y/N/q)"
|
||||||
msgstr "Diese korrekte Beglaubigung entfernen? (j/N/q)"
|
msgstr "Diese korrekte Beglaubigung entfernen? (j/N/q)"
|
||||||
|
|
||||||
#: g10/keyedit.c:1292
|
#: g10/keyedit.c:1298
|
||||||
msgid "Delete this invalid signature? (y/N/q)"
|
msgid "Delete this invalid signature? (y/N/q)"
|
||||||
msgstr "Diese ungültige Beglaubigung entfernen= (j/N/q)"
|
msgstr "Diese ungültige Beglaubigung entfernen= (j/N/q)"
|
||||||
|
|
||||||
#: g10/keyedit.c:1297
|
#: g10/keyedit.c:1302
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Delete this unknown signature? (y/N/q)"
|
||||||
|
msgstr "Diese korrekte Beglaubigung entfernen? (j/N/q)"
|
||||||
|
|
||||||
|
#: g10/keyedit.c:1308
|
||||||
msgid "Really delete this self-signature? (y/N)"
|
msgid "Really delete this self-signature? (y/N)"
|
||||||
msgstr "Eigenbeglaubigung wirklich entfernen? (j/N)"
|
msgstr "Eigenbeglaubigung wirklich entfernen? (j/N)"
|
||||||
|
|
||||||
#: g10/keyedit.c:1311
|
#: g10/keyedit.c:1322
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Deleted %d signature.\n"
|
msgid "Deleted %d signature.\n"
|
||||||
msgstr "%d Beglaubigungen entfernt.\n"
|
msgstr "%d Beglaubigungen entfernt.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1312
|
#: g10/keyedit.c:1323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Deleted %d signatures.\n"
|
msgid "Deleted %d signatures.\n"
|
||||||
msgstr "%d Beglaubigungen entfernt.\n"
|
msgstr "%d Beglaubigungen entfernt.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1315
|
#: g10/keyedit.c:1326
|
||||||
msgid "Nothing deleted.\n"
|
msgid "Nothing deleted.\n"
|
||||||
msgstr "Nichts entfernt.\n"
|
msgstr "Nichts entfernt.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1384
|
#: g10/keyedit.c:1395
|
||||||
msgid "Please remove selections from the secret keys.\n"
|
msgid "Please remove selections from the secret keys.\n"
|
||||||
msgstr "Bitte entfernen Sie die Auswahl von den geheimen Schlüsseln.\n"
|
msgstr "Bitte entfernen Sie die Auswahl von den geheimen Schlüsseln.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1390
|
#: g10/keyedit.c:1401
|
||||||
msgid "Please select at most one secondary key.\n"
|
msgid "Please select at most one secondary key.\n"
|
||||||
msgstr "Bitte wählen Sie höchstens einen Zweitschlüssel aus.\n"
|
msgstr "Bitte wählen Sie höchstens einen Zweitschlüssel aus.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1394
|
#: g10/keyedit.c:1405
|
||||||
msgid "Changing exiration time for a secondary key.\n"
|
#, fuzzy
|
||||||
|
msgid "Changing expiration time for a secondary key.\n"
|
||||||
msgstr "Ändern des Verfallsdatums des Zweitschlüssels.\n"
|
msgstr "Ändern des Verfallsdatums des Zweitschlüssels.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1396
|
#: g10/keyedit.c:1407
|
||||||
msgid "Changing exiration time for the primary key.\n"
|
#, fuzzy
|
||||||
|
msgid "Changing expiration time for the primary key.\n"
|
||||||
msgstr "Ändern des Verfallsdatums des Hauptschlüssels.\n"
|
msgstr "Ändern des Verfallsdatums des Hauptschlüssels.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1437
|
#: g10/keyedit.c:1448
|
||||||
msgid "You can't change the expiration date of a v3 key\n"
|
msgid "You can't change the expiration date of a v3 key\n"
|
||||||
msgstr "Sie können das Verfallsdatum eines v3-Schlüssels nicht ändern\n"
|
msgstr "Sie können das Verfallsdatum eines v3-Schlüssels nicht ändern\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1453
|
#: g10/keyedit.c:1464
|
||||||
msgid "No corresponding signature in secret ring\n"
|
msgid "No corresponding signature in secret ring\n"
|
||||||
msgstr "Keine entsprechende Signatur im geheimen Schlüsselbund\n"
|
msgstr "Keine entsprechende Signatur im geheimen Schlüsselbund\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1513
|
#: g10/keyedit.c:1524
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No user id with index %d\n"
|
msgid "No user id with index %d\n"
|
||||||
msgstr "Keine User-ID mit Index %d\n"
|
msgstr "Keine User-ID mit Index %d\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1559
|
#: g10/keyedit.c:1570
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No secondary key with index %d\n"
|
msgid "No secondary key with index %d\n"
|
||||||
msgstr "Kein Zweitschlüssel mit Index %d\n"
|
msgstr "Kein Zweitschlüssel mit Index %d\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1657
|
#: g10/keyedit.c:1668
|
||||||
msgid "user ID: \""
|
msgid "user ID: \""
|
||||||
msgstr "User-ID: \""
|
msgstr "User-ID: \""
|
||||||
|
|
||||||
#: g10/keyedit.c:1660
|
#: g10/keyedit.c:1671
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\"\n"
|
"\"\n"
|
||||||
@ -2238,15 +2254,15 @@ msgstr ""
|
|||||||
"\"\n"
|
"\"\n"
|
||||||
"unterschrieben mit Ihrem Schlüssel %08lX um %s\n"
|
"unterschrieben mit Ihrem Schlüssel %08lX um %s\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1664
|
#: g10/keyedit.c:1675
|
||||||
msgid "Create a revocation certificate for this signature? (y/N)"
|
msgid "Create a revocation certificate for this signature? (y/N)"
|
||||||
msgstr "Ein Widerrufszertifikat für diese Unterschrift erzeugen (j/N)"
|
msgstr "Ein Widerrufszertifikat für diese Unterschrift erzeugen (j/N)"
|
||||||
|
|
||||||
#: g10/keyedit.c:1744
|
#: g10/keyedit.c:1755
|
||||||
msgid "Really create the revocation certificates? (y/N)"
|
msgid "Really create the revocation certificates? (y/N)"
|
||||||
msgstr "Wirklich ein Unterschrift-Widerrufszertifikat erzeugen? (j/N) "
|
msgstr "Wirklich ein Unterschrift-Widerrufszertifikat erzeugen? (j/N) "
|
||||||
|
|
||||||
#: g10/keyedit.c:1767
|
#: g10/keyedit.c:1778
|
||||||
msgid "no secret key\n"
|
msgid "no secret key\n"
|
||||||
msgstr "Kein geheimer Schlüssel\n"
|
msgstr "Kein geheimer Schlüssel\n"
|
||||||
|
|
||||||
@ -2396,11 +2412,11 @@ msgstr "%u-Bit %s Schl
|
|||||||
msgid " (main key ID %08lX)"
|
msgid " (main key ID %08lX)"
|
||||||
msgstr " (Hauptschlüssel-ID %08lX)"
|
msgstr " (Hauptschlüssel-ID %08lX)"
|
||||||
|
|
||||||
#: g10/passphrase.c:190
|
#: g10/passphrase.c:192
|
||||||
msgid "Enter passphrase: "
|
msgid "Enter passphrase: "
|
||||||
msgstr "Geben Sie das Mantra ein: "
|
msgstr "Geben Sie das Mantra ein: "
|
||||||
|
|
||||||
#: g10/passphrase.c:194
|
#: g10/passphrase.c:196
|
||||||
msgid "Repeat passphrase: "
|
msgid "Repeat passphrase: "
|
||||||
msgstr "Geben Sie das Mantra nochmal ein: "
|
msgstr "Geben Sie das Mantra nochmal ein: "
|
||||||
|
|
||||||
@ -2650,7 +2666,8 @@ msgid "%s: failed to append a record: %s\n"
|
|||||||
msgstr "%s: konnte Satz nicht anhängen: %s\n"
|
msgstr "%s: konnte Satz nicht anhängen: %s\n"
|
||||||
|
|
||||||
#: g10/tdbio.c:1630
|
#: g10/tdbio.c:1630
|
||||||
msgid "The trustdb is corrupted; please run \"gpgm --fix-trustdb\".\n"
|
#, fuzzy
|
||||||
|
msgid "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Die \"Trust\"-Datenbank ist beschädigt; verwenden Sie \"gpgm "
|
"Die \"Trust\"-Datenbank ist beschädigt; verwenden Sie \"gpgm "
|
||||||
"--fix-trustdb\".\n"
|
"--fix-trustdb\".\n"
|
||||||
@ -3363,6 +3380,18 @@ msgstr ""
|
|||||||
# "your keyring if it is really invalid and not just unchecked due to\n"
|
# "your keyring if it is really invalid and not just unchecked due to\n"
|
||||||
# "a missing public key (marked by \"sig?\")."
|
# "a missing public key (marked by \"sig?\")."
|
||||||
#: g10/helptext.c:181
|
#: g10/helptext.c:181
|
||||||
|
#, fuzzy
|
||||||
|
msgid "keyedit.delsig.unknown"
|
||||||
|
msgstr ""
|
||||||
|
"Diese Beglaubigung ist ungültig. Es ist sinnvoll sie aus Ihrem\n"
|
||||||
|
"Schlüsselbund zu entfernen, sofern sie wirklich ungültig ist und nicht nur\n"
|
||||||
|
"wegen eines fehlenden öff.Schlüssel (\"sig?\") unkontrollierbar ist."
|
||||||
|
|
||||||
|
# ("keyedit.delsig.invalid"),
|
||||||
|
# "The signature is not valid. It does make sense to remove it from\n"
|
||||||
|
# "your keyring if it is really invalid and not just unchecked due to\n"
|
||||||
|
# "a missing public key (marked by \"sig?\")."
|
||||||
|
#: g10/helptext.c:187
|
||||||
msgid "keyedit.delsig.invalid"
|
msgid "keyedit.delsig.invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Diese Beglaubigung ist ungültig. Es ist sinnvoll sie aus Ihrem\n"
|
"Diese Beglaubigung ist ungültig. Es ist sinnvoll sie aus Ihrem\n"
|
||||||
@ -3375,7 +3404,7 @@ msgstr ""
|
|||||||
# "GnuPG might not be able to use this key anymore. So do this\n"
|
# "GnuPG might not be able to use this key anymore. So do this\n"
|
||||||
# "only if this self-signature is for some reason not valid and\n"
|
# "only if this self-signature is for some reason not valid and\n"
|
||||||
# "a second one is available."
|
# "a second one is available."
|
||||||
#: g10/helptext.c:186
|
#: g10/helptext.c:191
|
||||||
msgid "keyedit.delsig.selfsig"
|
msgid "keyedit.delsig.selfsig"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Diese Beglaubigung bindet die User-ID an den Schlüssel. Normalerweise ist\n"
|
"Diese Beglaubigung bindet die User-ID an den Schlüssel. Normalerweise ist\n"
|
||||||
@ -3388,7 +3417,7 @@ msgstr ""
|
|||||||
# ################################
|
# ################################
|
||||||
# ####### Help msgids ############
|
# ####### Help msgids ############
|
||||||
# ################################
|
# ################################
|
||||||
#: g10/helptext.c:195
|
#: g10/helptext.c:200
|
||||||
msgid "passphrase.enter"
|
msgid "passphrase.enter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bitte geben Sie das Mantra ein. Dies ist ein geheimer Satz, der aus\n"
|
"Bitte geben Sie das Mantra ein. Dies ist ein geheimer Satz, der aus\n"
|
||||||
@ -3403,7 +3432,7 @@ msgstr ""
|
|||||||
"werden,\n"
|
"werden,\n"
|
||||||
"sind i.d.R. eine gute Wahl"
|
"sind i.d.R. eine gute Wahl"
|
||||||
|
|
||||||
#: g10/helptext.c:202
|
#: g10/helptext.c:207
|
||||||
msgid "passphrase.repeat"
|
msgid "passphrase.repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Um sicher zu gehen, daß Sie sich bei der Eingabe des Mantras nicht\n"
|
"Um sicher zu gehen, daß Sie sich bei der Eingabe des Mantras nicht\n"
|
||||||
@ -3411,21 +3440,21 @@ msgstr ""
|
|||||||
"übereinstimmen, wird das Mantra akzeptiert."
|
"übereinstimmen, wird das Mantra akzeptiert."
|
||||||
|
|
||||||
# "Give the name fo the file to which the signature applies"
|
# "Give the name fo the file to which the signature applies"
|
||||||
#: g10/helptext.c:206
|
#: g10/helptext.c:211
|
||||||
msgid "detached_signature.filename"
|
msgid "detached_signature.filename"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Geben Sie den Namen der Datei an, zu dem die abgetrennte Unterschrift gehört"
|
"Geben Sie den Namen der Datei an, zu dem die abgetrennte Unterschrift gehört"
|
||||||
|
|
||||||
# "Answer \"yes\" if it is okay to overwrite the file"
|
# "Answer \"yes\" if it is okay to overwrite the file"
|
||||||
#: g10/helptext.c:210
|
#: g10/helptext.c:215
|
||||||
msgid "openfile.overwrite.okay"
|
msgid "openfile.overwrite.okay"
|
||||||
msgstr "Geben Sie \"ja\" ein, wenn Sie die Datei überschreiben möchten"
|
msgstr "Geben Sie \"ja\" ein, wenn Sie die Datei überschreiben möchten"
|
||||||
|
|
||||||
#: g10/helptext.c:224
|
#: g10/helptext.c:229
|
||||||
msgid "No help available"
|
msgid "No help available"
|
||||||
msgstr "Keine Hilfe vorhanden."
|
msgstr "Keine Hilfe vorhanden."
|
||||||
|
|
||||||
#: g10/helptext.c:236
|
#: g10/helptext.c:241
|
||||||
#, c-format
|
#, c-format
|
||||||
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."
|
||||||
|
941
po/es_ES.po
941
po/es_ES.po
File diff suppressed because it is too large
Load Diff
328
po/fr.po
328
po/fr.po
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnupg 0.9.7\n"
|
"Project-Id-Version: gnupg 0.9.7\n"
|
||||||
"POT-Creation-Date: 1999-06-08 21:26+0200\n"
|
"POT-Creation-Date: 1999-06-26 11:22+0200\n"
|
||||||
"PO-Revision-Date: 1999-05-24 21:48+02:00\n"
|
"PO-Revision-Date: 1999-05-24 21:48+02:00\n"
|
||||||
"Last-Translator: Gaël Quéri <gqueri@mail.dotcom.fr>\n"
|
"Last-Translator: Gaël Quéri <gqueri@mail.dotcom.fr>\n"
|
||||||
"Language-Team: French <traduc@Linux.EU.ORG>\n"
|
"Language-Team: French <traduc@Linux.EU.ORG>\n"
|
||||||
@ -276,7 +276,7 @@ msgstr ""
|
|||||||
"Il n'y a pas assez d'octets aléatoires disponibles. Faites autre chose\n"
|
"Il n'y a pas assez d'octets aléatoires disponibles. Faites autre chose\n"
|
||||||
"pour que l'OS puisse amasser plus d'entropie ! (il faut %d octets de plus)\n"
|
"pour que l'OS puisse amasser plus d'entropie ! (il faut %d octets de plus)\n"
|
||||||
|
|
||||||
#: g10/g10.c:169
|
#: g10/g10.c:174
|
||||||
msgid ""
|
msgid ""
|
||||||
"@Commands:\n"
|
"@Commands:\n"
|
||||||
" "
|
" "
|
||||||
@ -284,132 +284,132 @@ msgstr ""
|
|||||||
"@Commandes:\n"
|
"@Commandes:\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: g10/g10.c:171
|
#: g10/g10.c:176
|
||||||
msgid "|[file]|make a signature"
|
msgid "|[file]|make a signature"
|
||||||
msgstr "|[fichier]|faire une signature"
|
msgstr "|[fichier]|faire une signature"
|
||||||
|
|
||||||
#: g10/g10.c:172
|
#: g10/g10.c:177
|
||||||
msgid "|[file]|make a clear text signature"
|
msgid "|[file]|make a clear text signature"
|
||||||
msgstr "|[fichier]|faire une signature en texte clair"
|
msgstr "|[fichier]|faire une signature en texte clair"
|
||||||
|
|
||||||
#: g10/g10.c:173
|
#: g10/g10.c:178
|
||||||
msgid "make a detached signature"
|
msgid "make a detached signature"
|
||||||
msgstr "faire une signature détachée"
|
msgstr "faire une signature détachée"
|
||||||
|
|
||||||
#: g10/g10.c:174
|
#: g10/g10.c:179
|
||||||
msgid "encrypt data"
|
msgid "encrypt data"
|
||||||
msgstr "chiffrer les données"
|
msgstr "chiffrer les données"
|
||||||
|
|
||||||
#: g10/g10.c:175
|
#: g10/g10.c:180
|
||||||
msgid "encryption only with symmetric cipher"
|
msgid "encryption only with symmetric cipher"
|
||||||
msgstr "chiffrement symétrique seulement"
|
msgstr "chiffrement symétrique seulement"
|
||||||
|
|
||||||
#: g10/g10.c:176
|
#: g10/g10.c:181
|
||||||
msgid "store only"
|
msgid "store only"
|
||||||
msgstr "pas d'action"
|
msgstr "pas d'action"
|
||||||
|
|
||||||
#: g10/g10.c:177
|
#: g10/g10.c:182
|
||||||
msgid "decrypt data (default)"
|
msgid "decrypt data (default)"
|
||||||
msgstr "déchiffrer les données (défaut)"
|
msgstr "déchiffrer les données (défaut)"
|
||||||
|
|
||||||
#: g10/g10.c:178
|
#: g10/g10.c:183
|
||||||
msgid "verify a signature"
|
msgid "verify a signature"
|
||||||
msgstr "vérifier une signature"
|
msgstr "vérifier une signature"
|
||||||
|
|
||||||
#: g10/g10.c:179
|
#: g10/g10.c:184
|
||||||
msgid "list keys"
|
msgid "list keys"
|
||||||
msgstr "lister les clés"
|
msgstr "lister les clés"
|
||||||
|
|
||||||
#: g10/g10.c:181
|
#: g10/g10.c:186
|
||||||
msgid "list keys and signatures"
|
msgid "list keys and signatures"
|
||||||
msgstr "lister les clés et les signatures"
|
msgstr "lister les clés et les signatures"
|
||||||
|
|
||||||
#: g10/g10.c:182
|
#: g10/g10.c:187
|
||||||
msgid "check key signatures"
|
msgid "check key signatures"
|
||||||
msgstr "vérifier les signatures des clés"
|
msgstr "vérifier les signatures des clés"
|
||||||
|
|
||||||
#: g10/g10.c:183
|
#: g10/g10.c:188
|
||||||
msgid "list keys and fingerprints"
|
msgid "list keys and fingerprints"
|
||||||
msgstr "lister les clés et les empreintes"
|
msgstr "lister les clés et les empreintes"
|
||||||
|
|
||||||
#: g10/g10.c:184
|
#: g10/g10.c:189
|
||||||
msgid "list secret keys"
|
msgid "list secret keys"
|
||||||
msgstr "lister les clés secrètes"
|
msgstr "lister les clés secrètes"
|
||||||
|
|
||||||
#: g10/g10.c:185
|
#: g10/g10.c:190
|
||||||
msgid "generate a new key pair"
|
msgid "generate a new key pair"
|
||||||
msgstr "générer une nouvelle paire de clés"
|
msgstr "générer une nouvelle paire de clés"
|
||||||
|
|
||||||
#: g10/g10.c:186
|
#: g10/g10.c:191
|
||||||
msgid "remove key from the public keyring"
|
msgid "remove key from the public keyring"
|
||||||
msgstr "enlever la clé du porte-clés public"
|
msgstr "enlever la clé du porte-clés public"
|
||||||
|
|
||||||
#: g10/g10.c:187
|
#: g10/g10.c:192
|
||||||
msgid "sign or edit a key"
|
msgid "sign or edit a key"
|
||||||
msgstr "signer ou éditer une clé"
|
msgstr "signer ou éditer une clé"
|
||||||
|
|
||||||
#: g10/g10.c:188
|
#: g10/g10.c:193
|
||||||
msgid "generate a revocation certificate"
|
msgid "generate a revocation certificate"
|
||||||
msgstr "générer un certificat de révocation"
|
msgstr "générer un certificat de révocation"
|
||||||
|
|
||||||
#: g10/g10.c:189
|
#: g10/g10.c:194
|
||||||
msgid "export keys"
|
msgid "export keys"
|
||||||
msgstr "exporter les clés"
|
msgstr "exporter les clés"
|
||||||
|
|
||||||
#: g10/g10.c:190
|
#: g10/g10.c:195
|
||||||
msgid "export keys to a key server"
|
msgid "export keys to a key server"
|
||||||
msgstr "exporter les clés vers un serveur de clés"
|
msgstr "exporter les clés vers un serveur de clés"
|
||||||
|
|
||||||
#: g10/g10.c:191
|
#: g10/g10.c:196
|
||||||
msgid "import keys from a key server"
|
msgid "import keys from a key server"
|
||||||
msgstr "importer les clés d'un serveur de clés"
|
msgstr "importer les clés d'un serveur de clés"
|
||||||
|
|
||||||
#: g10/g10.c:194
|
#: g10/g10.c:199
|
||||||
msgid "import/merge keys"
|
msgid "import/merge keys"
|
||||||
msgstr "importer/fusionner les clés"
|
msgstr "importer/fusionner les clés"
|
||||||
|
|
||||||
#: g10/g10.c:196
|
#: g10/g10.c:201
|
||||||
msgid "list only the sequence of packets"
|
msgid "list only the sequence of packets"
|
||||||
msgstr "ne lister que les paquets"
|
msgstr "ne lister que les paquets"
|
||||||
|
|
||||||
#: g10/g10.c:198
|
#: g10/g10.c:203
|
||||||
msgid "export the ownertrust values"
|
msgid "export the ownertrust values"
|
||||||
msgstr "exporter les indices de confiance"
|
msgstr "exporter les indices de confiance"
|
||||||
|
|
||||||
#: g10/g10.c:200
|
#: g10/g10.c:205
|
||||||
msgid "import ownertrust values"
|
msgid "import ownertrust values"
|
||||||
msgstr "importer les indices de confiance"
|
msgstr "importer les indices de confiance"
|
||||||
|
|
||||||
#
|
#
|
||||||
#: g10/g10.c:202
|
#: g10/g10.c:207
|
||||||
msgid "|[NAMES]|update the trust database"
|
msgid "|[NAMES]|update the trust database"
|
||||||
msgstr "|[NOMS]|mettre la base de confiance à jour"
|
msgstr "|[NOMS]|mettre la base de confiance à jour"
|
||||||
|
|
||||||
#: g10/g10.c:204
|
#: g10/g10.c:209
|
||||||
msgid "|[NAMES]|check the trust database"
|
msgid "|[NAMES]|check the trust database"
|
||||||
msgstr "|[NOMS]|vérifier la base de confiance"
|
msgstr "|[NOMS]|vérifier la base de confiance"
|
||||||
|
|
||||||
#: g10/g10.c:205
|
#: g10/g10.c:210
|
||||||
msgid "fix a corrupted trust database"
|
msgid "fix a corrupted trust database"
|
||||||
msgstr "réparer une base de confiance corrompue"
|
msgstr "réparer une base de confiance corrompue"
|
||||||
|
|
||||||
#: g10/g10.c:206
|
#: g10/g10.c:211
|
||||||
msgid "De-Armor a file or stdin"
|
msgid "De-Armor a file or stdin"
|
||||||
msgstr "Enlever l'armure d'un fichier ou de stdin"
|
msgstr "Enlever l'armure d'un fichier ou de stdin"
|
||||||
|
|
||||||
#: g10/g10.c:207
|
#: g10/g10.c:212
|
||||||
msgid "En-Armor a file or stdin"
|
msgid "En-Armor a file or stdin"
|
||||||
msgstr "Mettre une armure à un fichier ou à stdin"
|
msgstr "Mettre une armure à un fichier ou à stdin"
|
||||||
|
|
||||||
#: g10/g10.c:208
|
#: g10/g10.c:213
|
||||||
msgid "|algo [files]|print message digests"
|
msgid "|algo [files]|print message digests"
|
||||||
msgstr "|alg. [fich.]|indiquer les fonctions de hachage"
|
msgstr "|alg. [fich.]|indiquer les fonctions de hachage"
|
||||||
|
|
||||||
#: g10/g10.c:209
|
#: g10/g10.c:214
|
||||||
msgid "print all message digests"
|
msgid "print all message digests"
|
||||||
msgstr "écrire toutes les fonctions de hachage"
|
msgstr "écrire toutes les fonctions de hachage"
|
||||||
|
|
||||||
#: g10/g10.c:215
|
#: g10/g10.c:220
|
||||||
msgid ""
|
msgid ""
|
||||||
"@\n"
|
"@\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
@ -419,154 +419,162 @@ msgstr ""
|
|||||||
"Options:\n"
|
"Options:\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: g10/g10.c:217
|
#: g10/g10.c:222
|
||||||
msgid "create ascii armored output"
|
msgid "create ascii armored output"
|
||||||
msgstr "créer une sortie ascii avec armure"
|
msgstr "créer une sortie ascii avec armure"
|
||||||
|
|
||||||
#: g10/g10.c:218
|
#: g10/g10.c:223
|
||||||
msgid "|NAME|encrypt for NAME"
|
msgid "|NAME|encrypt for NAME"
|
||||||
msgstr "|NOM|chiffrer pour NOM"
|
msgstr "|NOM|chiffrer pour NOM"
|
||||||
|
|
||||||
#: g10/g10.c:222
|
#: g10/g10.c:227
|
||||||
msgid "use this user-id to sign or decrypt"
|
msgid "use this user-id to sign or decrypt"
|
||||||
msgstr "utiliser ce nom pour signer ou déchiffrer"
|
msgstr "utiliser ce nom pour signer ou déchiffrer"
|
||||||
|
|
||||||
#: g10/g10.c:223
|
#: g10/g10.c:228
|
||||||
msgid "|N|set compress level N (0 disables)"
|
msgid "|N|set compress level N (0 disables)"
|
||||||
msgstr "|N|niveau de compression N (0 désactive)"
|
msgstr "|N|niveau de compression N (0 désactive)"
|
||||||
|
|
||||||
#: g10/g10.c:225
|
#: g10/g10.c:230
|
||||||
msgid "use canonical text mode"
|
msgid "use canonical text mode"
|
||||||
msgstr "utiliser le mode texte canonique"
|
msgstr "utiliser le mode texte canonique"
|
||||||
|
|
||||||
#: g10/g10.c:226
|
#: g10/g10.c:231
|
||||||
msgid "use as output file"
|
msgid "use as output file"
|
||||||
msgstr "utiliser comme fichier de sortie"
|
msgstr "utiliser comme fichier de sortie"
|
||||||
|
|
||||||
#: g10/g10.c:227
|
#: g10/g10.c:232
|
||||||
msgid "verbose"
|
msgid "verbose"
|
||||||
msgstr "bavard"
|
msgstr "bavard"
|
||||||
|
|
||||||
#: g10/g10.c:228
|
#: g10/g10.c:233
|
||||||
msgid "be somewhat more quiet"
|
msgid "be somewhat more quiet"
|
||||||
msgstr "devenir beaucoup plus silencieux"
|
msgstr "devenir beaucoup plus silencieux"
|
||||||
|
|
||||||
|
#: g10/g10.c:234
|
||||||
|
msgid "don't use the terminal at all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#
|
#
|
||||||
#: g10/g10.c:229
|
#: g10/g10.c:235
|
||||||
msgid "force v3 signatures"
|
msgid "force v3 signatures"
|
||||||
msgstr "forcer les signatures en v3"
|
msgstr "forcer les signatures en v3"
|
||||||
|
|
||||||
#: g10/g10.c:230
|
#: g10/g10.c:236
|
||||||
msgid "always use a MDC for encryption"
|
msgid "always use a MDC for encryption"
|
||||||
msgstr "toujours utiliser un sceau pour le chiffrement"
|
msgstr "toujours utiliser un sceau pour le chiffrement"
|
||||||
|
|
||||||
#: g10/g10.c:231
|
#: g10/g10.c:237
|
||||||
msgid "do not make any changes"
|
msgid "do not make any changes"
|
||||||
msgstr "ne rien changer"
|
msgstr "ne rien changer"
|
||||||
|
|
||||||
#. { oInteractive, "interactive", 0, N_("prompt before overwriting") },
|
#. { oInteractive, "interactive", 0, N_("prompt before overwriting") },
|
||||||
#: g10/g10.c:233
|
#: g10/g10.c:239
|
||||||
msgid "batch mode: never ask"
|
msgid "batch mode: never ask"
|
||||||
msgstr "mode automatique : ne jamais rien demander"
|
msgstr "mode automatique : ne jamais rien demander"
|
||||||
|
|
||||||
#: g10/g10.c:234
|
#: g10/g10.c:240
|
||||||
msgid "assume yes on most questions"
|
msgid "assume yes on most questions"
|
||||||
msgstr "répondre oui à la plupart des questions"
|
msgstr "répondre oui à la plupart des questions"
|
||||||
|
|
||||||
#: g10/g10.c:235
|
#: g10/g10.c:241
|
||||||
msgid "assume no on most questions"
|
msgid "assume no on most questions"
|
||||||
msgstr "répondre non à la plupart des questions"
|
msgstr "répondre non à la plupart des questions"
|
||||||
|
|
||||||
#: g10/g10.c:236
|
#: g10/g10.c:242
|
||||||
msgid "add this keyring to the list of keyrings"
|
msgid "add this keyring to the list of keyrings"
|
||||||
msgstr "ajouter ce porte-clés à la liste des porte-clés"
|
msgstr "ajouter ce porte-clés à la liste des porte-clés"
|
||||||
|
|
||||||
#: g10/g10.c:237
|
#: g10/g10.c:243
|
||||||
msgid "add this secret keyring to the list"
|
msgid "add this secret keyring to the list"
|
||||||
msgstr "ajouter ce porte-clés secret à la liste"
|
msgstr "ajouter ce porte-clés secret à la liste"
|
||||||
|
|
||||||
#: g10/g10.c:238
|
#: g10/g10.c:244
|
||||||
msgid "|NAME|use NAME as default secret key"
|
msgid "|NAME|use NAME as default secret key"
|
||||||
msgstr "|NOM|utiliser NOM comme clé secrète par défaut"
|
msgstr "|NOM|utiliser NOM comme clé secrète par défaut"
|
||||||
|
|
||||||
#: g10/g10.c:239
|
#: g10/g10.c:245
|
||||||
msgid "|HOST|use this keyserver to lookup keys"
|
msgid "|HOST|use this keyserver to lookup keys"
|
||||||
msgstr "|HÔTE|utiliser ce serveur pour chercher des clés"
|
msgstr "|HÔTE|utiliser ce serveur pour chercher des clés"
|
||||||
|
|
||||||
#: g10/g10.c:240
|
#: g10/g10.c:246
|
||||||
msgid "|NAME|set terminal charset to NAME"
|
msgid "|NAME|set terminal charset to NAME"
|
||||||
msgstr "|NOM|le terminal utilise la table de caractères NOM"
|
msgstr "|NOM|le terminal utilise la table de caractères NOM"
|
||||||
|
|
||||||
#: g10/g10.c:241
|
#: g10/g10.c:247
|
||||||
msgid "read options from file"
|
msgid "read options from file"
|
||||||
msgstr "lire les options du fichier"
|
msgstr "lire les options du fichier"
|
||||||
|
|
||||||
#: g10/g10.c:243
|
#: g10/g10.c:249
|
||||||
msgid "set debugging flags"
|
msgid "set debugging flags"
|
||||||
msgstr "choisir les attributs de déboguage"
|
msgstr "choisir les attributs de déboguage"
|
||||||
|
|
||||||
#: g10/g10.c:244
|
#: g10/g10.c:250
|
||||||
msgid "enable full debugging"
|
msgid "enable full debugging"
|
||||||
msgstr "permettre un déboguage complet"
|
msgstr "permettre un déboguage complet"
|
||||||
|
|
||||||
#: g10/g10.c:245
|
#: g10/g10.c:251
|
||||||
msgid "|FD|write status info to this FD"
|
msgid "|FD|write status info to this FD"
|
||||||
msgstr "|FD|écrire l'état sur ce descripteur"
|
msgstr "|FD|écrire l'état sur ce descripteur"
|
||||||
|
|
||||||
#: g10/g10.c:246
|
#: g10/g10.c:252
|
||||||
msgid "do not write comment packets"
|
msgid "do not write comment packets"
|
||||||
msgstr "ne pas écrire de paquets de commentaire"
|
msgstr "ne pas écrire de paquets de commentaire"
|
||||||
|
|
||||||
#: g10/g10.c:247
|
#: g10/g10.c:253
|
||||||
msgid "(default is 1)"
|
msgid "(default is 1)"
|
||||||
msgstr "nombre de signatures complètes requises (1)"
|
msgstr "nombre de signatures complètes requises (1)"
|
||||||
|
|
||||||
#: g10/g10.c:248
|
#: g10/g10.c:254
|
||||||
msgid "(default is 3)"
|
msgid "(default is 3)"
|
||||||
msgstr "nombre de signatures marginales requises (3)"
|
msgstr "nombre de signatures marginales requises (3)"
|
||||||
|
|
||||||
#: g10/g10.c:250
|
#: g10/g10.c:256
|
||||||
msgid "|FILE|load extension module FILE"
|
msgid "|FILE|load extension module FILE"
|
||||||
msgstr "|FICH|charger le module d'extension FICH"
|
msgstr "|FICH|charger le module d'extension FICH"
|
||||||
|
|
||||||
#: g10/g10.c:251
|
#: g10/g10.c:257
|
||||||
msgid "emulate the mode described in RFC1991"
|
msgid "emulate the mode described in RFC1991"
|
||||||
msgstr "imiter le mode décrit dans la RFC1991"
|
msgstr "imiter le mode décrit dans la RFC1991"
|
||||||
|
|
||||||
|
#: g10/g10.c:258
|
||||||
|
msgid "set all packet, cipher and digest options to OpenPGP behavior"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
# FIXMOI : faudra trouver mieux ...
|
# FIXMOI : faudra trouver mieux ...
|
||||||
#: g10/g10.c:252
|
#: g10/g10.c:259
|
||||||
msgid "|N|use passphrase mode N"
|
msgid "|N|use passphrase mode N"
|
||||||
msgstr "|N|utiliser le mode de codage des mots de passe N"
|
msgstr "|N|utiliser le mode de codage des mots de passe N"
|
||||||
|
|
||||||
#: g10/g10.c:254
|
#: g10/g10.c:261
|
||||||
msgid "|NAME|use message digest algorithm NAME for passphrases"
|
msgid "|NAME|use message digest algorithm NAME for passphrases"
|
||||||
msgstr "|NOM|utiliser le hachage NOM pour les mots de passe"
|
msgstr "|NOM|utiliser le hachage NOM pour les mots de passe"
|
||||||
|
|
||||||
#: g10/g10.c:256
|
#: g10/g10.c:263
|
||||||
msgid "|NAME|use cipher algorithm NAME for passphrases"
|
msgid "|NAME|use cipher algorithm NAME for passphrases"
|
||||||
msgstr "|NOM|utiliser le chiffre NOM pour les mots de passe"
|
msgstr "|NOM|utiliser le chiffre NOM pour les mots de passe"
|
||||||
|
|
||||||
#: g10/g10.c:257
|
#: g10/g10.c:264
|
||||||
msgid "|NAME|use cipher algorithm NAME"
|
msgid "|NAME|use cipher algorithm NAME"
|
||||||
msgstr "|NOM|utiliser l'algorithme de chiffrement NOM"
|
msgstr "|NOM|utiliser l'algorithme de chiffrement NOM"
|
||||||
|
|
||||||
#: g10/g10.c:258
|
#: g10/g10.c:265
|
||||||
msgid "|NAME|use message digest algorithm NAME"
|
msgid "|NAME|use message digest algorithm NAME"
|
||||||
msgstr "|NOM|utiliser la fonction de hachage NOM"
|
msgstr "|NOM|utiliser la fonction de hachage NOM"
|
||||||
|
|
||||||
#: g10/g10.c:259
|
#: g10/g10.c:266
|
||||||
msgid "|N|use compress algorithm N"
|
msgid "|N|use compress algorithm N"
|
||||||
msgstr "|N|utiliser l'algorithme de compression N"
|
msgstr "|N|utiliser l'algorithme de compression N"
|
||||||
|
|
||||||
#: g10/g10.c:260
|
#: g10/g10.c:267
|
||||||
msgid "throw keyid field of encrypted packets"
|
msgid "throw keyid field of encrypted packets"
|
||||||
msgstr "supprimer l'identification des paquets chiffrés"
|
msgstr "supprimer l'identification des paquets chiffrés"
|
||||||
|
|
||||||
#: g10/g10.c:261
|
#: g10/g10.c:268
|
||||||
msgid "|NAME=VALUE|use this notation data"
|
msgid "|NAME=VALUE|use this notation data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:263
|
#: g10/g10.c:270
|
||||||
msgid ""
|
msgid ""
|
||||||
"@\n"
|
"@\n"
|
||||||
"Examples:\n"
|
"Examples:\n"
|
||||||
@ -586,15 +594,15 @@ msgstr ""
|
|||||||
" --list-keys [utilisateur] montrer les clés\n"
|
" --list-keys [utilisateur] montrer les clés\n"
|
||||||
" --fingerprint [utilisateur] montrer les empreintes\n"
|
" --fingerprint [utilisateur] montrer les empreintes\n"
|
||||||
|
|
||||||
#: g10/g10.c:337
|
#: g10/g10.c:347
|
||||||
msgid "Please report bugs to <gnupg-bugs@gnu.org>.\n"
|
msgid "Please report bugs to <gnupg-bugs@gnu.org>.\n"
|
||||||
msgstr "Rapporter toutes anomalies à <gnupg-bugs@gnu.org>.\n"
|
msgstr "Rapporter toutes anomalies à <gnupg-bugs@gnu.org>.\n"
|
||||||
|
|
||||||
#: g10/g10.c:341
|
#: g10/g10.c:351
|
||||||
msgid "Usage: gpg [options] [files] (-h for help)"
|
msgid "Usage: gpg [options] [files] (-h for help)"
|
||||||
msgstr "Utilisation: gpg [options] [fichiers] (-h pour l'aide)"
|
msgstr "Utilisation: gpg [options] [fichiers] (-h pour l'aide)"
|
||||||
|
|
||||||
#: g10/g10.c:344
|
#: g10/g10.c:354
|
||||||
msgid ""
|
msgid ""
|
||||||
"Syntax: gpg [options] [files]\n"
|
"Syntax: gpg [options] [files]\n"
|
||||||
"sign, check, encrypt or decrypt\n"
|
"sign, check, encrypt or decrypt\n"
|
||||||
@ -604,7 +612,7 @@ msgstr ""
|
|||||||
"signer, vérifier, chiffer ou déchiffrer\n"
|
"signer, vérifier, chiffer ou déchiffrer\n"
|
||||||
"l'opération par défaut dépend des données entrées\n"
|
"l'opération par défaut dépend des données entrées\n"
|
||||||
|
|
||||||
#: g10/g10.c:349
|
#: g10/g10.c:359
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Supported algorithms:\n"
|
"Supported algorithms:\n"
|
||||||
@ -612,169 +620,169 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
"Algorithmes supportés:\n"
|
"Algorithmes supportés:\n"
|
||||||
|
|
||||||
#: g10/g10.c:423
|
#: g10/g10.c:433
|
||||||
msgid "usage: gpg [options] "
|
msgid "usage: gpg [options] "
|
||||||
msgstr "utilisation: gpg [options] "
|
msgstr "utilisation: gpg [options] "
|
||||||
|
|
||||||
#: g10/g10.c:463
|
#: g10/g10.c:473
|
||||||
msgid "conflicting commands\n"
|
msgid "conflicting commands\n"
|
||||||
msgstr "commandes en conflit\n"
|
msgstr "commandes en conflit\n"
|
||||||
|
|
||||||
#: g10/g10.c:595
|
#: g10/g10.c:605
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "NOTE: no default option file `%s'\n"
|
msgid "NOTE: no default option file `%s'\n"
|
||||||
msgstr "NOTE : pas de fichier d'options par défaut `%s'\n"
|
msgstr "NOTE : pas de fichier d'options par défaut `%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:599
|
#: g10/g10.c:609
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "option file `%s': %s\n"
|
msgid "option file `%s': %s\n"
|
||||||
msgstr "fichier d'options `%s' : %s\n"
|
msgstr "fichier d'options `%s' : %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:606
|
#: g10/g10.c:616
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "reading options from `%s'\n"
|
msgid "reading options from `%s'\n"
|
||||||
msgstr "lire les options de `%s'\n"
|
msgstr "lire les options de `%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:755
|
#: g10/g10.c:782
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s is not a valid character set\n"
|
msgid "%s is not a valid character set\n"
|
||||||
msgstr "%s n'est pas une table de caractères valide\n"
|
msgstr "%s n'est pas une table de caractères valide\n"
|
||||||
|
|
||||||
#: g10/g10.c:799 g10/g10.c:811
|
#: g10/g10.c:827 g10/g10.c:839
|
||||||
msgid "selected cipher algorithm is invalid\n"
|
msgid "selected cipher algorithm is invalid\n"
|
||||||
msgstr "l'algorithme de chiffrement sélectionné est invalide\n"
|
msgstr "l'algorithme de chiffrement sélectionné est invalide\n"
|
||||||
|
|
||||||
#: g10/g10.c:805 g10/g10.c:817
|
#: g10/g10.c:833 g10/g10.c:845
|
||||||
msgid "selected digest algorithm is invalid\n"
|
msgid "selected digest algorithm is invalid\n"
|
||||||
msgstr "la fonction de hachage sélectionnée est invalide\n"
|
msgstr "la fonction de hachage sélectionnée est invalide\n"
|
||||||
|
|
||||||
#: g10/g10.c:821
|
#: g10/g10.c:849
|
||||||
msgid "the given policy URL is invalid\n"
|
msgid "the given policy URL is invalid\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:824
|
#: g10/g10.c:852
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "compress algorithm must be in range %d..%d\n"
|
msgid "compress algorithm must be in range %d..%d\n"
|
||||||
msgstr "l'algorithme de compression doit faire partie de l'échelle %d..%d\n"
|
msgstr "l'algorithme de compression doit faire partie de l'échelle %d..%d\n"
|
||||||
|
|
||||||
#: g10/g10.c:826
|
#: g10/g10.c:854
|
||||||
msgid "completes-needed must be greater than 0\n"
|
msgid "completes-needed must be greater than 0\n"
|
||||||
msgstr "« completes-needed » doit être supérieur à 0\n"
|
msgstr "« completes-needed » doit être supérieur à 0\n"
|
||||||
|
|
||||||
#: g10/g10.c:828
|
#: g10/g10.c:856
|
||||||
msgid "marginals-needed must be greater than 1\n"
|
msgid "marginals-needed must be greater than 1\n"
|
||||||
msgstr "« marginals-needed » doit être supérieur à 1\n"
|
msgstr "« marginals-needed » doit être supérieur à 1\n"
|
||||||
|
|
||||||
#: g10/g10.c:830
|
#: g10/g10.c:858
|
||||||
msgid "max-cert-depth must be in range 1 to 255\n"
|
msgid "max-cert-depth must be in range 1 to 255\n"
|
||||||
msgstr "« max-cert-depth » doit être compris entre 1 et 255\n"
|
msgstr "« max-cert-depth » doit être compris entre 1 et 255\n"
|
||||||
|
|
||||||
#: g10/g10.c:833
|
#: g10/g10.c:861
|
||||||
msgid "NOTE: simple S2K mode (0) is strongly discouraged\n"
|
msgid "NOTE: simple S2K mode (0) is strongly discouraged\n"
|
||||||
msgstr "NOTE : le mode S2K simple (0) est fortement déconseillé\n"
|
msgstr "NOTE : le mode S2K simple (0) est fortement déconseillé\n"
|
||||||
|
|
||||||
#: g10/g10.c:837
|
#: g10/g10.c:865
|
||||||
msgid "invalid S2K mode; must be 0, 1 or 3\n"
|
msgid "invalid S2K mode; must be 0, 1 or 3\n"
|
||||||
msgstr "mode S2K invalide ; doit être 0, 1 ou 3\n"
|
msgstr "mode S2K invalide ; doit être 0, 1 ou 3\n"
|
||||||
|
|
||||||
#: g10/g10.c:914
|
#: g10/g10.c:942
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "failed to initialize the TrustDB: %s\n"
|
msgid "failed to initialize the TrustDB: %s\n"
|
||||||
msgstr "n'a pas pu initialiser la base de confiance : %s\n"
|
msgstr "n'a pas pu initialiser la base de confiance : %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:920
|
#: g10/g10.c:948
|
||||||
msgid "--store [filename]"
|
msgid "--store [filename]"
|
||||||
msgstr "--store [nom du fichier]"
|
msgstr "--store [nom du fichier]"
|
||||||
|
|
||||||
#: g10/g10.c:927
|
#: g10/g10.c:955
|
||||||
msgid "--symmetric [filename]"
|
msgid "--symmetric [filename]"
|
||||||
msgstr "--symmetric [nom du fichier]"
|
msgstr "--symmetric [nom du fichier]"
|
||||||
|
|
||||||
#: g10/g10.c:935
|
#: g10/g10.c:963
|
||||||
msgid "--encrypt [filename]"
|
msgid "--encrypt [filename]"
|
||||||
msgstr "--encrypt [nom du fichier]"
|
msgstr "--encrypt [nom du fichier]"
|
||||||
|
|
||||||
#: g10/g10.c:948
|
#: g10/g10.c:976
|
||||||
msgid "--sign [filename]"
|
msgid "--sign [filename]"
|
||||||
msgstr "--sign [nom du fichier]"
|
msgstr "--sign [nom du fichier]"
|
||||||
|
|
||||||
#: g10/g10.c:961
|
#: g10/g10.c:989
|
||||||
msgid "--sign --encrypt [filename]"
|
msgid "--sign --encrypt [filename]"
|
||||||
msgstr "--sign --encrypt [nom du fichier]"
|
msgstr "--sign --encrypt [nom du fichier]"
|
||||||
|
|
||||||
#: g10/g10.c:975
|
#: g10/g10.c:1003
|
||||||
msgid "--clearsign [filename]"
|
msgid "--clearsign [filename]"
|
||||||
msgstr "--clearsign [nom du fichier]"
|
msgstr "--clearsign [nom du fichier]"
|
||||||
|
|
||||||
#: g10/g10.c:987
|
#: g10/g10.c:1015
|
||||||
msgid "--decrypt [filename]"
|
msgid "--decrypt [filename]"
|
||||||
msgstr "--decrypt [nom du fichier]"
|
msgstr "--decrypt [nom du fichier]"
|
||||||
|
|
||||||
#: g10/g10.c:996
|
#: g10/g10.c:1024
|
||||||
msgid "--edit-key username [commands]"
|
msgid "--edit-key username [commands]"
|
||||||
msgstr "--edit-key utilisateur [commandes]"
|
msgstr "--edit-key utilisateur [commandes]"
|
||||||
|
|
||||||
#: g10/g10.c:1010
|
#: g10/g10.c:1038
|
||||||
msgid "--delete-secret-key username"
|
msgid "--delete-secret-key username"
|
||||||
msgstr "--delete-secret-key utilisateur"
|
msgstr "--delete-secret-key utilisateur"
|
||||||
|
|
||||||
#: g10/g10.c:1013
|
#: g10/g10.c:1041
|
||||||
msgid "--delete-key username"
|
msgid "--delete-key username"
|
||||||
msgstr "--delete-key utilisateur"
|
msgstr "--delete-key utilisateur"
|
||||||
|
|
||||||
#: g10/encode.c:231 g10/g10.c:1036 g10/sign.c:366
|
#: g10/encode.c:231 g10/g10.c:1064 g10/sign.c:366
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "can't open %s: %s\n"
|
msgid "can't open %s: %s\n"
|
||||||
msgstr "ne peut ouvrir %s: %s\n"
|
msgstr "ne peut ouvrir %s: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1047
|
#: g10/g10.c:1075
|
||||||
msgid "-k[v][v][v][c] [userid] [keyring]"
|
msgid "-k[v][v][v][c] [userid] [keyring]"
|
||||||
msgstr "-k[v][v][v][c] [utilisateur] [porte-clés]"
|
msgstr "-k[v][v][v][c] [utilisateur] [porte-clés]"
|
||||||
|
|
||||||
#: g10/g10.c:1106
|
#: g10/g10.c:1134
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "dearmoring failed: %s\n"
|
msgid "dearmoring failed: %s\n"
|
||||||
msgstr "suppression d'armure non réussie : %s\n"
|
msgstr "suppression d'armure non réussie : %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1114
|
#: g10/g10.c:1142
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "enarmoring failed: %s\n"
|
msgid "enarmoring failed: %s\n"
|
||||||
msgstr "construction d'armure non réussie : %s \n"
|
msgstr "construction d'armure non réussie : %s \n"
|
||||||
|
|
||||||
#: g10/g10.c:1180
|
#: g10/g10.c:1208
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "invalid hash algorithm `%s'\n"
|
msgid "invalid hash algorithm `%s'\n"
|
||||||
msgstr "algorithme de hachage `%s' invalide\n"
|
msgstr "algorithme de hachage `%s' invalide\n"
|
||||||
|
|
||||||
#: g10/g10.c:1255
|
#: g10/g10.c:1283
|
||||||
msgid "[filename]"
|
msgid "[filename]"
|
||||||
msgstr "[nom du fichier]"
|
msgstr "[nom du fichier]"
|
||||||
|
|
||||||
#: g10/g10.c:1259
|
#: g10/g10.c:1287
|
||||||
msgid "Go ahead and type your message ...\n"
|
msgid "Go ahead and type your message ...\n"
|
||||||
msgstr "Continuez et tapez votre message...\n"
|
msgstr "Continuez et tapez votre message...\n"
|
||||||
|
|
||||||
#: g10/decrypt.c:59 g10/g10.c:1262 g10/verify.c:66
|
#: g10/decrypt.c:59 g10/g10.c:1290 g10/verify.c:66
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "can't open `%s'\n"
|
msgid "can't open `%s'\n"
|
||||||
msgstr "ne peut ouvrir `%s'\n"
|
msgstr "ne peut ouvrir `%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:1429
|
#: g10/g10.c:1457
|
||||||
msgid ""
|
msgid ""
|
||||||
"the first character of a notation name must be a letter or an underscore\n"
|
"the first character of a notation name must be a letter or an underscore\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:1435
|
#: g10/g10.c:1463
|
||||||
msgid ""
|
msgid ""
|
||||||
"a notation name must have only letters, digits, dots or underscores and end "
|
"a notation name must have only letters, digits, dots or underscores and end "
|
||||||
"with an '='\n"
|
"with an '='\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:1441
|
#: g10/g10.c:1469
|
||||||
msgid "dots in a notation name must be surrounded by other characters\n"
|
msgid "dots in a notation name must be surrounded by other characters\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:1449
|
#: g10/g10.c:1477
|
||||||
msgid "a notation value must not use any control characters\n"
|
msgid "a notation value must not use any control characters\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1363,7 +1371,8 @@ msgid "DSA keypair will have 1024 bits.\n"
|
|||||||
msgstr "La paire de clés DSA fera 1024 bits.\n"
|
msgstr "La paire de clés DSA fera 1024 bits.\n"
|
||||||
|
|
||||||
#: g10/keygen.c:859
|
#: g10/keygen.c:859
|
||||||
msgid "Key generation cancelled.\n"
|
#, fuzzy
|
||||||
|
msgid "Key generation canceled.\n"
|
||||||
msgstr "La génération a été annulée.\n"
|
msgstr "La génération a été annulée.\n"
|
||||||
|
|
||||||
#: g10/keygen.c:869
|
#: g10/keygen.c:869
|
||||||
@ -1436,7 +1445,7 @@ msgstr "%s : ATTENTION : fichier vide\n"
|
|||||||
msgid "reading from `%s'\n"
|
msgid "reading from `%s'\n"
|
||||||
msgstr "lecture de `%s'\n"
|
msgstr "lecture de `%s'\n"
|
||||||
|
|
||||||
#: g10/encode.c:417
|
#: g10/encode.c:431
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s/%s encrypted for: %s\n"
|
msgid "%s/%s encrypted for: %s\n"
|
||||||
msgstr "%s/%s chiffré pour : %s\n"
|
msgstr "%s/%s chiffré pour : %s\n"
|
||||||
@ -1826,7 +1835,7 @@ msgstr ""
|
|||||||
msgid "Really sign? "
|
msgid "Really sign? "
|
||||||
msgstr "Signer réellement ? "
|
msgstr "Signer réellement ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:369 g10/keyedit.c:1779 g10/keyedit.c:1828 g10/sign.c:128
|
#: g10/keyedit.c:369 g10/keyedit.c:1790 g10/keyedit.c:1839 g10/sign.c:128
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "signing failed: %s\n"
|
msgid "signing failed: %s\n"
|
||||||
msgstr "la signature a échoué : %s\n"
|
msgstr "la signature a échoué : %s\n"
|
||||||
@ -2137,97 +2146,104 @@ msgstr "Enlever r
|
|||||||
msgid "Really remove this user id? "
|
msgid "Really remove this user id? "
|
||||||
msgstr "Enlever réellement cet utilisateur ? "
|
msgstr "Enlever réellement cet utilisateur ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:856 g10/keyedit.c:878
|
#: g10/keyedit.c:858 g10/keyedit.c:880
|
||||||
msgid "You must select at least one key.\n"
|
msgid "You must select at least one key.\n"
|
||||||
msgstr "Vous devez sélectionner au moins une clé.\n"
|
msgstr "Vous devez sélectionner au moins une clé.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:860
|
#: g10/keyedit.c:862
|
||||||
msgid "Do you really want to delete the selected keys? "
|
msgid "Do you really want to delete the selected keys? "
|
||||||
msgstr "Voulez-vous vraiment supprimer les clés sélectionnées ? "
|
msgstr "Voulez-vous vraiment supprimer les clés sélectionnées ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:861
|
#: g10/keyedit.c:863
|
||||||
msgid "Do you really want to delete this key? "
|
msgid "Do you really want to delete this key? "
|
||||||
msgstr "Voulez-vous vraiment supprimer cette clé ? "
|
msgstr "Voulez-vous vraiment supprimer cette clé ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:882
|
#: g10/keyedit.c:884
|
||||||
msgid "Do you really want to revoke the selected keys? "
|
msgid "Do you really want to revoke the selected keys? "
|
||||||
msgstr "Voulez-vous vraiment révoquer les clés sélectionnées ? "
|
msgstr "Voulez-vous vraiment révoquer les clés sélectionnées ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:883
|
#: g10/keyedit.c:885
|
||||||
msgid "Do you really want to revoke this key? "
|
msgid "Do you really want to revoke this key? "
|
||||||
msgstr "Voulez-vous vraiment révoquer cette clé ? "
|
msgstr "Voulez-vous vraiment révoquer cette clé ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:937
|
#: g10/keyedit.c:939
|
||||||
msgid "Invalid command (try \"help\")\n"
|
msgid "Invalid command (try \"help\")\n"
|
||||||
msgstr "Commande invalide (essayez « help »)\n"
|
msgstr "Commande invalide (essayez « help »)\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1289
|
#: g10/keyedit.c:1294
|
||||||
msgid "Delete this good signature? (y/N/q)"
|
msgid "Delete this good signature? (y/N/q)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1292
|
#: g10/keyedit.c:1298
|
||||||
msgid "Delete this invalid signature? (y/N/q)"
|
msgid "Delete this invalid signature? (y/N/q)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1297
|
#: g10/keyedit.c:1302
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Delete this unknown signature? (y/N/q)"
|
||||||
|
msgstr "Faut-il vraiment générer les certificats de révocation ? (o/N)"
|
||||||
|
|
||||||
|
#: g10/keyedit.c:1308
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Really delete this self-signature? (y/N)"
|
msgid "Really delete this self-signature? (y/N)"
|
||||||
msgstr "Faut-il vraiment générer les certificats de révocation ? (o/N)"
|
msgstr "Faut-il vraiment générer les certificats de révocation ? (o/N)"
|
||||||
|
|
||||||
#: g10/keyedit.c:1311
|
#: g10/keyedit.c:1322
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Deleted %d signature.\n"
|
msgid "Deleted %d signature.\n"
|
||||||
msgstr "%d mauvaises signatures\n"
|
msgstr "%d mauvaises signatures\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1312
|
#: g10/keyedit.c:1323
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Deleted %d signatures.\n"
|
msgid "Deleted %d signatures.\n"
|
||||||
msgstr "%d mauvaises signatures\n"
|
msgstr "%d mauvaises signatures\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1315
|
#: g10/keyedit.c:1326
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Nothing deleted.\n"
|
msgid "Nothing deleted.\n"
|
||||||
msgstr "ATTENTION : rien n'a été exporté\n"
|
msgstr "ATTENTION : rien n'a été exporté\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1384
|
#: g10/keyedit.c:1395
|
||||||
msgid "Please remove selections from the secret keys.\n"
|
msgid "Please remove selections from the secret keys.\n"
|
||||||
msgstr "Enlevez les sélections des clés secrètes.\n"
|
msgstr "Enlevez les sélections des clés secrètes.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1390
|
#: g10/keyedit.c:1401
|
||||||
msgid "Please select at most one secondary key.\n"
|
msgid "Please select at most one secondary key.\n"
|
||||||
msgstr "Vous devez sélectionner au plus une clé secondaire.\n"
|
msgstr "Vous devez sélectionner au plus une clé secondaire.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1394
|
#: g10/keyedit.c:1405
|
||||||
msgid "Changing exiration time for a secondary key.\n"
|
#, fuzzy
|
||||||
|
msgid "Changing expiration time for a secondary key.\n"
|
||||||
msgstr "Changer la date d'expiration d'une clé secondaire.\n"
|
msgstr "Changer la date d'expiration d'une clé secondaire.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1396
|
#: g10/keyedit.c:1407
|
||||||
msgid "Changing exiration time for the primary key.\n"
|
#, fuzzy
|
||||||
|
msgid "Changing expiration time for the primary key.\n"
|
||||||
msgstr "Changer la date d'expiration de la clé principale.\n"
|
msgstr "Changer la date d'expiration de la clé principale.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1437
|
#: g10/keyedit.c:1448
|
||||||
msgid "You can't change the expiration date of a v3 key\n"
|
msgid "You can't change the expiration date of a v3 key\n"
|
||||||
msgstr "Vous ne pouvez pas changer la date d'expiration d'une clé v3\n"
|
msgstr "Vous ne pouvez pas changer la date d'expiration d'une clé v3\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1453
|
#: g10/keyedit.c:1464
|
||||||
msgid "No corresponding signature in secret ring\n"
|
msgid "No corresponding signature in secret ring\n"
|
||||||
msgstr "Pas de signature correspondante dans le porte-clés secret\n"
|
msgstr "Pas de signature correspondante dans le porte-clés secret\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1513
|
#: g10/keyedit.c:1524
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No user id with index %d\n"
|
msgid "No user id with index %d\n"
|
||||||
msgstr "Pas d'utilisateur avec l'index %d\n"
|
msgstr "Pas d'utilisateur avec l'index %d\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1559
|
#: g10/keyedit.c:1570
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No secondary key with index %d\n"
|
msgid "No secondary key with index %d\n"
|
||||||
msgstr "Pas de clé secondaire avec l'index %d\n"
|
msgstr "Pas de clé secondaire avec l'index %d\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1657
|
#: g10/keyedit.c:1668
|
||||||
msgid "user ID: \""
|
msgid "user ID: \""
|
||||||
msgstr "nom d'utilisateur : « "
|
msgstr "nom d'utilisateur : « "
|
||||||
|
|
||||||
#: g10/keyedit.c:1660
|
#: g10/keyedit.c:1671
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\"\n"
|
"\"\n"
|
||||||
@ -2236,15 +2252,15 @@ msgstr ""
|
|||||||
" »\n"
|
" »\n"
|
||||||
"signé avec votre clé %08lX à %s\n"
|
"signé avec votre clé %08lX à %s\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1664
|
#: g10/keyedit.c:1675
|
||||||
msgid "Create a revocation certificate for this signature? (y/N)"
|
msgid "Create a revocation certificate for this signature? (y/N)"
|
||||||
msgstr "Générer un certificat de révocation pour cette signature ? (o/N)"
|
msgstr "Générer un certificat de révocation pour cette signature ? (o/N)"
|
||||||
|
|
||||||
#: g10/keyedit.c:1744
|
#: g10/keyedit.c:1755
|
||||||
msgid "Really create the revocation certificates? (y/N)"
|
msgid "Really create the revocation certificates? (y/N)"
|
||||||
msgstr "Faut-il vraiment générer les certificats de révocation ? (o/N)"
|
msgstr "Faut-il vraiment générer les certificats de révocation ? (o/N)"
|
||||||
|
|
||||||
#: g10/keyedit.c:1767
|
#: g10/keyedit.c:1778
|
||||||
msgid "no secret key\n"
|
msgid "no secret key\n"
|
||||||
msgstr "pas de clé secrète\n"
|
msgstr "pas de clé secrète\n"
|
||||||
|
|
||||||
@ -2393,11 +2409,11 @@ msgstr "cl
|
|||||||
msgid " (main key ID %08lX)"
|
msgid " (main key ID %08lX)"
|
||||||
msgstr " (ID clé principale %08lX)"
|
msgstr " (ID clé principale %08lX)"
|
||||||
|
|
||||||
#: g10/passphrase.c:190
|
#: g10/passphrase.c:192
|
||||||
msgid "Enter passphrase: "
|
msgid "Enter passphrase: "
|
||||||
msgstr "Entrez le mot de passe : "
|
msgstr "Entrez le mot de passe : "
|
||||||
|
|
||||||
#: g10/passphrase.c:194
|
#: g10/passphrase.c:196
|
||||||
msgid "Repeat passphrase: "
|
msgid "Repeat passphrase: "
|
||||||
msgstr "Répétez le mot de passe : "
|
msgstr "Répétez le mot de passe : "
|
||||||
|
|
||||||
@ -2650,7 +2666,8 @@ msgid "%s: failed to append a record: %s\n"
|
|||||||
msgstr "%s : n'a pas pu ajouter un enregistrement : %s\n"
|
msgstr "%s : n'a pas pu ajouter un enregistrement : %s\n"
|
||||||
|
|
||||||
#: g10/tdbio.c:1630
|
#: g10/tdbio.c:1630
|
||||||
msgid "The trustdb is corrupted; please run \"gpgm --fix-trustdb\".\n"
|
#, fuzzy
|
||||||
|
msgid "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"La base de confiance est corrompue ; exécutez « gpgm --fix-trustdb ».\n"
|
"La base de confiance est corrompue ; exécutez « gpgm --fix-trustdb ».\n"
|
||||||
|
|
||||||
@ -3308,37 +3325,42 @@ msgstr "R
|
|||||||
|
|
||||||
#: g10/helptext.c:181
|
#: g10/helptext.c:181
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
msgid "keyedit.delsig.unknown"
|
||||||
|
msgstr "Répondez « oui » si vous voulez signer TOUS les noms d'utilisateurs"
|
||||||
|
|
||||||
|
#: g10/helptext.c:187
|
||||||
|
#, fuzzy
|
||||||
msgid "keyedit.delsig.invalid"
|
msgid "keyedit.delsig.invalid"
|
||||||
msgstr "Répondez « oui » si vous voulez signer TOUS les noms d'utilisateurs"
|
msgstr "Répondez « oui » si vous voulez signer TOUS les noms d'utilisateurs"
|
||||||
|
|
||||||
#: g10/helptext.c:186
|
#: g10/helptext.c:191
|
||||||
msgid "keyedit.delsig.selfsig"
|
msgid "keyedit.delsig.selfsig"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/helptext.c:195
|
#: g10/helptext.c:200
|
||||||
msgid "passphrase.enter"
|
msgid "passphrase.enter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Entrez le mot de passe ; c'est une phrase secrète \n"
|
"Entrez le mot de passe ; c'est une phrase secrète \n"
|
||||||
" Blurb, blurb,.... "
|
" Blurb, blurb,.... "
|
||||||
|
|
||||||
#: g10/helptext.c:202
|
#: g10/helptext.c:207
|
||||||
msgid "passphrase.repeat"
|
msgid "passphrase.repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Répétez le dernier mot de passe, pour être sûr de ce que vous avez tapé."
|
"Répétez le dernier mot de passe, pour être sûr de ce que vous avez tapé."
|
||||||
|
|
||||||
#: g10/helptext.c:206
|
#: g10/helptext.c:211
|
||||||
msgid "detached_signature.filename"
|
msgid "detached_signature.filename"
|
||||||
msgstr "Donnez le nom du fichier auquel la signature se rapporte"
|
msgstr "Donnez le nom du fichier auquel la signature se rapporte"
|
||||||
|
|
||||||
#: g10/helptext.c:210
|
#: g10/helptext.c:215
|
||||||
msgid "openfile.overwrite.okay"
|
msgid "openfile.overwrite.okay"
|
||||||
msgstr "Entrez « oui » s'il faut vraiment réécrire le fichier"
|
msgstr "Entrez « oui » s'il faut vraiment réécrire le fichier"
|
||||||
|
|
||||||
#: g10/helptext.c:224
|
#: g10/helptext.c:229
|
||||||
msgid "No help available"
|
msgid "No help available"
|
||||||
msgstr "Pas d'aide disponible"
|
msgstr "Pas d'aide disponible"
|
||||||
|
|
||||||
#: g10/helptext.c:236
|
#: g10/helptext.c:241
|
||||||
#, c-format
|
#, c-format
|
||||||
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'"
|
||||||
|
329
po/pl.po
329
po/pl.po
@ -6,7 +6,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnupg-0.9.7\n"
|
"Project-Id-Version: gnupg-0.9.7\n"
|
||||||
"POT-Creation-Date: 1999-06-08 21:26+0200\n"
|
"POT-Creation-Date: 1999-06-26 11:22+0200\n"
|
||||||
"PO-Revision-Date: 1999-05-30 19:08+02:00\n"
|
"PO-Revision-Date: 1999-05-30 19:08+02:00\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"
|
||||||
@ -285,7 +285,7 @@ msgstr ""
|
|||||||
"Proszę kontynuować inne działania aby system mógł zebrać odpowiednią\n"
|
"Proszę kontynuować inne działania aby system mógł zebrać odpowiednią\n"
|
||||||
"ilość entropii do ich wygenerowania (brakuje %d bajtów).\n"
|
"ilość entropii do ich wygenerowania (brakuje %d bajtów).\n"
|
||||||
|
|
||||||
#: g10/g10.c:169
|
#: g10/g10.c:174
|
||||||
msgid ""
|
msgid ""
|
||||||
"@Commands:\n"
|
"@Commands:\n"
|
||||||
" "
|
" "
|
||||||
@ -293,131 +293,131 @@ msgstr ""
|
|||||||
"@Polecenia:\n"
|
"@Polecenia:\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: g10/g10.c:171
|
#: g10/g10.c:176
|
||||||
msgid "|[file]|make a signature"
|
msgid "|[file]|make a signature"
|
||||||
msgstr "|[plik]|złożenie podpisu"
|
msgstr "|[plik]|złożenie podpisu"
|
||||||
|
|
||||||
#: g10/g10.c:172
|
#: g10/g10.c:177
|
||||||
msgid "|[file]|make a clear text signature"
|
msgid "|[file]|make a clear text signature"
|
||||||
msgstr "|[plik]|złożenie podpisu na czytelnym dokumencie"
|
msgstr "|[plik]|złożenie podpisu na czytelnym dokumencie"
|
||||||
|
|
||||||
#: g10/g10.c:173
|
#: g10/g10.c:178
|
||||||
msgid "make a detached signature"
|
msgid "make a detached signature"
|
||||||
msgstr "sporządzenie podpisu oddzielonego od dokumentu"
|
msgstr "sporządzenie podpisu oddzielonego od dokumentu"
|
||||||
|
|
||||||
#: g10/g10.c:174
|
#: g10/g10.c:179
|
||||||
msgid "encrypt data"
|
msgid "encrypt data"
|
||||||
msgstr "szyfrowanie danych"
|
msgstr "szyfrowanie danych"
|
||||||
|
|
||||||
#: g10/g10.c:175
|
#: g10/g10.c:180
|
||||||
msgid "encryption only with symmetric cipher"
|
msgid "encryption only with symmetric cipher"
|
||||||
msgstr "szyfrowanie tylko szyfrem symetrycznym"
|
msgstr "szyfrowanie tylko szyfrem symetrycznym"
|
||||||
|
|
||||||
#: g10/g10.c:176
|
#: g10/g10.c:181
|
||||||
msgid "store only"
|
msgid "store only"
|
||||||
msgstr "tylko zapis"
|
msgstr "tylko zapis"
|
||||||
|
|
||||||
#: g10/g10.c:177
|
#: g10/g10.c:182
|
||||||
msgid "decrypt data (default)"
|
msgid "decrypt data (default)"
|
||||||
msgstr "odszyfrowywanie danych (domyślnie)"
|
msgstr "odszyfrowywanie danych (domyślnie)"
|
||||||
|
|
||||||
#: g10/g10.c:178
|
#: g10/g10.c:183
|
||||||
msgid "verify a signature"
|
msgid "verify a signature"
|
||||||
msgstr "sprawdzenie podpisu"
|
msgstr "sprawdzenie podpisu"
|
||||||
|
|
||||||
#: g10/g10.c:179
|
#: g10/g10.c:184
|
||||||
msgid "list keys"
|
msgid "list keys"
|
||||||
msgstr "lista kluczy"
|
msgstr "lista kluczy"
|
||||||
|
|
||||||
#: g10/g10.c:181
|
#: g10/g10.c:186
|
||||||
msgid "list keys and signatures"
|
msgid "list keys and signatures"
|
||||||
msgstr "lista kluczy i podpisów"
|
msgstr "lista kluczy i podpisów"
|
||||||
|
|
||||||
#: g10/g10.c:182
|
#: g10/g10.c:187
|
||||||
msgid "check key signatures"
|
msgid "check key signatures"
|
||||||
msgstr "sprawdzenie podpisów kluczy"
|
msgstr "sprawdzenie podpisów kluczy"
|
||||||
|
|
||||||
#: g10/g10.c:183
|
#: g10/g10.c:188
|
||||||
msgid "list keys and fingerprints"
|
msgid "list keys and fingerprints"
|
||||||
msgstr "lista kluczy i ich odcisków"
|
msgstr "lista kluczy i ich odcisków"
|
||||||
|
|
||||||
#: g10/g10.c:184
|
#: g10/g10.c:189
|
||||||
msgid "list secret keys"
|
msgid "list secret keys"
|
||||||
msgstr "lista kluczy tajnych"
|
msgstr "lista kluczy tajnych"
|
||||||
|
|
||||||
#: g10/g10.c:185
|
#: g10/g10.c:190
|
||||||
msgid "generate a new key pair"
|
msgid "generate a new key pair"
|
||||||
msgstr "generacja nowej pary klucza"
|
msgstr "generacja nowej pary klucza"
|
||||||
|
|
||||||
#: g10/g10.c:186
|
#: g10/g10.c:191
|
||||||
msgid "remove key from the public keyring"
|
msgid "remove key from the public keyring"
|
||||||
msgstr "usunięcie klucza ze zbioru kluczy publicznych"
|
msgstr "usunięcie klucza ze zbioru kluczy publicznych"
|
||||||
|
|
||||||
#: g10/g10.c:187
|
#: g10/g10.c:192
|
||||||
msgid "sign or edit a key"
|
msgid "sign or edit a key"
|
||||||
msgstr "podpisanie lub modyfikacja klucza"
|
msgstr "podpisanie lub modyfikacja klucza"
|
||||||
|
|
||||||
#: g10/g10.c:188
|
#: g10/g10.c:193
|
||||||
msgid "generate a revocation certificate"
|
msgid "generate a revocation certificate"
|
||||||
msgstr "generacja certyfikatu unieważnienia klucza"
|
msgstr "generacja certyfikatu unieważnienia klucza"
|
||||||
|
|
||||||
#: g10/g10.c:189
|
#: g10/g10.c:194
|
||||||
msgid "export keys"
|
msgid "export keys"
|
||||||
msgstr "eksport kluczy do pliku"
|
msgstr "eksport kluczy do pliku"
|
||||||
|
|
||||||
#: g10/g10.c:190
|
#: g10/g10.c:195
|
||||||
msgid "export keys to a key server"
|
msgid "export keys to a key server"
|
||||||
msgstr "eksport kluczy do serwera kluczy"
|
msgstr "eksport kluczy do serwera kluczy"
|
||||||
|
|
||||||
#: g10/g10.c:191
|
#: g10/g10.c:196
|
||||||
msgid "import keys from a key server"
|
msgid "import keys from a key server"
|
||||||
msgstr "import kluczy z serwera kluczy"
|
msgstr "import kluczy z serwera kluczy"
|
||||||
|
|
||||||
#: g10/g10.c:194
|
#: g10/g10.c:199
|
||||||
msgid "import/merge keys"
|
msgid "import/merge keys"
|
||||||
msgstr "import/dołączenie kluczy"
|
msgstr "import/dołączenie kluczy"
|
||||||
|
|
||||||
#: g10/g10.c:196
|
#: g10/g10.c:201
|
||||||
msgid "list only the sequence of packets"
|
msgid "list only the sequence of packets"
|
||||||
msgstr "wypisane sekwencji pakietów"
|
msgstr "wypisane sekwencji pakietów"
|
||||||
|
|
||||||
#: g10/g10.c:198
|
#: g10/g10.c:203
|
||||||
msgid "export the ownertrust values"
|
msgid "export the ownertrust values"
|
||||||
msgstr "eksport wartości zaufania"
|
msgstr "eksport wartości zaufania"
|
||||||
|
|
||||||
#: g10/g10.c:200
|
#: g10/g10.c:205
|
||||||
msgid "import ownertrust values"
|
msgid "import ownertrust values"
|
||||||
msgstr "wczytanie wartośći zaufania"
|
msgstr "wczytanie wartośći zaufania"
|
||||||
|
|
||||||
#: g10/g10.c:202
|
#: g10/g10.c:207
|
||||||
msgid "|[NAMES]|update the trust database"
|
msgid "|[NAMES]|update the trust database"
|
||||||
msgstr "|[NAZWY]|naniesienie poprawek do bazy zaufania"
|
msgstr "|[NAZWY]|naniesienie poprawek do bazy zaufania"
|
||||||
|
|
||||||
#: g10/g10.c:204
|
#: g10/g10.c:209
|
||||||
msgid "|[NAMES]|check the trust database"
|
msgid "|[NAMES]|check the trust database"
|
||||||
msgstr "|[NAZWY]|sprawdzenie bazy zaufania"
|
msgstr "|[NAZWY]|sprawdzenie bazy zaufania"
|
||||||
|
|
||||||
#: g10/g10.c:205
|
#: g10/g10.c:210
|
||||||
msgid "fix a corrupted trust database"
|
msgid "fix a corrupted trust database"
|
||||||
msgstr "naprawa uszkodzonej Bazy Zaufania"
|
msgstr "naprawa uszkodzonej Bazy Zaufania"
|
||||||
|
|
||||||
#: g10/g10.c:206
|
#: g10/g10.c:211
|
||||||
msgid "De-Armor a file or stdin"
|
msgid "De-Armor a file or stdin"
|
||||||
msgstr "zdjęcie opakowania ASCII pliku lub potoku"
|
msgstr "zdjęcie opakowania ASCII pliku lub potoku"
|
||||||
|
|
||||||
#: g10/g10.c:207
|
#: g10/g10.c:212
|
||||||
msgid "En-Armor a file or stdin"
|
msgid "En-Armor a file or stdin"
|
||||||
msgstr "opakowanie ASCII pliku lub potoku"
|
msgstr "opakowanie ASCII pliku lub potoku"
|
||||||
|
|
||||||
#: g10/g10.c:208
|
#: g10/g10.c:213
|
||||||
msgid "|algo [files]|print message digests"
|
msgid "|algo [files]|print message digests"
|
||||||
msgstr "|algo [pliki]|skróty wiadomości"
|
msgstr "|algo [pliki]|skróty wiadomości"
|
||||||
|
|
||||||
#: g10/g10.c:209
|
#: g10/g10.c:214
|
||||||
msgid "print all message digests"
|
msgid "print all message digests"
|
||||||
msgstr "wszystkie skróty wiadomości"
|
msgstr "wszystkie skróty wiadomości"
|
||||||
|
|
||||||
#: g10/g10.c:215
|
#: g10/g10.c:220
|
||||||
msgid ""
|
msgid ""
|
||||||
"@\n"
|
"@\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
@ -427,152 +427,160 @@ msgstr ""
|
|||||||
"Opcje:\n"
|
"Opcje:\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: g10/g10.c:217
|
#: g10/g10.c:222
|
||||||
msgid "create ascii armored output"
|
msgid "create ascii armored output"
|
||||||
msgstr "plik wynikowy w opakowaniu ASCII"
|
msgstr "plik wynikowy w opakowaniu ASCII"
|
||||||
|
|
||||||
#: g10/g10.c:218
|
#: g10/g10.c:223
|
||||||
msgid "|NAME|encrypt for NAME"
|
msgid "|NAME|encrypt for NAME"
|
||||||
msgstr "|NAZWA|szyfrowanie dla odbiorcy NAZWA"
|
msgstr "|NAZWA|szyfrowanie dla odbiorcy NAZWA"
|
||||||
|
|
||||||
#: g10/g10.c:222
|
#: g10/g10.c:227
|
||||||
msgid "use this user-id to sign or decrypt"
|
msgid "use this user-id to sign or decrypt"
|
||||||
msgstr "identyfikator do podpisania lub odszyfrowania"
|
msgstr "identyfikator do podpisania lub odszyfrowania"
|
||||||
|
|
||||||
#: g10/g10.c:223
|
#: g10/g10.c:228
|
||||||
msgid "|N|set compress level N (0 disables)"
|
msgid "|N|set compress level N (0 disables)"
|
||||||
msgstr "|N|poziom kompresji N (0 - brak)"
|
msgstr "|N|poziom kompresji N (0 - brak)"
|
||||||
|
|
||||||
#: g10/g10.c:225
|
#: g10/g10.c:230
|
||||||
msgid "use canonical text mode"
|
msgid "use canonical text mode"
|
||||||
msgstr "kanoniczny format tekstowy"
|
msgstr "kanoniczny format tekstowy"
|
||||||
|
|
||||||
#: g10/g10.c:226
|
#: g10/g10.c:231
|
||||||
msgid "use as output file"
|
msgid "use as output file"
|
||||||
msgstr "plik wyjściowy"
|
msgstr "plik wyjściowy"
|
||||||
|
|
||||||
#: g10/g10.c:227
|
#: g10/g10.c:232
|
||||||
msgid "verbose"
|
msgid "verbose"
|
||||||
msgstr "z informacjami dodatkowymi"
|
msgstr "z informacjami dodatkowymi"
|
||||||
|
|
||||||
#: g10/g10.c:228
|
#: g10/g10.c:233
|
||||||
msgid "be somewhat more quiet"
|
msgid "be somewhat more quiet"
|
||||||
msgstr "mniej komunikatóww"
|
msgstr "mniej komunikatóww"
|
||||||
|
|
||||||
#: g10/g10.c:229
|
#: g10/g10.c:234
|
||||||
|
msgid "don't use the terminal at all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: g10/g10.c:235
|
||||||
msgid "force v3 signatures"
|
msgid "force v3 signatures"
|
||||||
msgstr "wymuszenie trzeciej wersji formatu podpisów"
|
msgstr "wymuszenie trzeciej wersji formatu podpisów"
|
||||||
|
|
||||||
#: g10/g10.c:230
|
#: g10/g10.c:236
|
||||||
msgid "always use a MDC for encryption"
|
msgid "always use a MDC for encryption"
|
||||||
msgstr "do szyfrowania będzie używany MDC"
|
msgstr "do szyfrowania będzie używany MDC"
|
||||||
|
|
||||||
#: g10/g10.c:231
|
#: g10/g10.c:237
|
||||||
msgid "do not make any changes"
|
msgid "do not make any changes"
|
||||||
msgstr "pozostawienie bez zmian"
|
msgstr "pozostawienie bez zmian"
|
||||||
|
|
||||||
#. { oInteractive, "interactive", 0, N_("prompt before overwriting") },
|
#. { oInteractive, "interactive", 0, N_("prompt before overwriting") },
|
||||||
#: g10/g10.c:233
|
#: g10/g10.c:239
|
||||||
msgid "batch mode: never ask"
|
msgid "batch mode: never ask"
|
||||||
msgstr "tryb wsadowy: żadnych pytań"
|
msgstr "tryb wsadowy: żadnych pytań"
|
||||||
|
|
||||||
#: g10/g10.c:234
|
#: g10/g10.c:240
|
||||||
msgid "assume yes on most questions"
|
msgid "assume yes on most questions"
|
||||||
msgstr "automatyczna odpowiedź tak na większość pytań"
|
msgstr "automatyczna odpowiedź tak na większość pytań"
|
||||||
|
|
||||||
#: g10/g10.c:235
|
#: g10/g10.c:241
|
||||||
msgid "assume no on most questions"
|
msgid "assume no on most questions"
|
||||||
msgstr "automatyczna odpowiedź nie na większość pytań"
|
msgstr "automatyczna odpowiedź nie na większość pytań"
|
||||||
|
|
||||||
#: g10/g10.c:236
|
#: g10/g10.c:242
|
||||||
msgid "add this keyring to the list of keyrings"
|
msgid "add this keyring to the list of keyrings"
|
||||||
msgstr "dodać zbiór kluczy do listy używanych"
|
msgstr "dodać zbiór kluczy do listy używanych"
|
||||||
|
|
||||||
#: g10/g10.c:237
|
#: g10/g10.c:243
|
||||||
msgid "add this secret keyring to the list"
|
msgid "add this secret keyring to the list"
|
||||||
msgstr "dodać zbiór kluczy tajnych do listy"
|
msgstr "dodać zbiór kluczy tajnych do listy"
|
||||||
|
|
||||||
#: g10/g10.c:238
|
#: g10/g10.c:244
|
||||||
msgid "|NAME|use NAME as default secret key"
|
msgid "|NAME|use NAME as default secret key"
|
||||||
msgstr "|NAZWA|użycie NAZWA jako domyślnego klucza tajnego"
|
msgstr "|NAZWA|użycie NAZWA jako domyślnego klucza tajnego"
|
||||||
|
|
||||||
#: g10/g10.c:239
|
#: g10/g10.c:245
|
||||||
msgid "|HOST|use this keyserver to lookup keys"
|
msgid "|HOST|use this keyserver to lookup keys"
|
||||||
msgstr "|HOST|serwer kluczy w którym będą poszukiwane"
|
msgstr "|HOST|serwer kluczy w którym będą poszukiwane"
|
||||||
|
|
||||||
#: g10/g10.c:240
|
#: g10/g10.c:246
|
||||||
msgid "|NAME|set terminal charset to NAME"
|
msgid "|NAME|set terminal charset to NAME"
|
||||||
msgstr "|NAZWA|zestaw znaków terminala NAZWA"
|
msgstr "|NAZWA|zestaw znaków terminala NAZWA"
|
||||||
|
|
||||||
#: g10/g10.c:241
|
#: g10/g10.c:247
|
||||||
msgid "read options from file"
|
msgid "read options from file"
|
||||||
msgstr "wczytanie opcji z pliku"
|
msgstr "wczytanie opcji z pliku"
|
||||||
|
|
||||||
#: g10/g10.c:243
|
#: g10/g10.c:249
|
||||||
msgid "set debugging flags"
|
msgid "set debugging flags"
|
||||||
msgstr "ustawienie opcji śledzenia wykonania programu"
|
msgstr "ustawienie opcji śledzenia wykonania programu"
|
||||||
|
|
||||||
#: g10/g10.c:244
|
#: g10/g10.c:250
|
||||||
msgid "enable full debugging"
|
msgid "enable full debugging"
|
||||||
msgstr "umożliwienie pełnego śledzenia programu"
|
msgstr "umożliwienie pełnego śledzenia programu"
|
||||||
|
|
||||||
#: g10/g10.c:245
|
#: g10/g10.c:251
|
||||||
msgid "|FD|write status info to this FD"
|
msgid "|FD|write status info to this FD"
|
||||||
msgstr "|FD|zapisać opis stanu do FD"
|
msgstr "|FD|zapisać opis stanu do FD"
|
||||||
|
|
||||||
#: g10/g10.c:246
|
#: g10/g10.c:252
|
||||||
msgid "do not write comment packets"
|
msgid "do not write comment packets"
|
||||||
msgstr "nie zapisywać pakietów z komentarzem"
|
msgstr "nie zapisywać pakietów z komentarzem"
|
||||||
|
|
||||||
#: g10/g10.c:247
|
#: g10/g10.c:253
|
||||||
msgid "(default is 1)"
|
msgid "(default is 1)"
|
||||||
msgstr "(domyślnie 1)"
|
msgstr "(domyślnie 1)"
|
||||||
|
|
||||||
#: g10/g10.c:248
|
#: g10/g10.c:254
|
||||||
msgid "(default is 3)"
|
msgid "(default is 3)"
|
||||||
msgstr "(domyślnie 3)"
|
msgstr "(domyślnie 3)"
|
||||||
|
|
||||||
#: g10/g10.c:250
|
#: g10/g10.c:256
|
||||||
msgid "|FILE|load extension module FILE"
|
msgid "|FILE|load extension module FILE"
|
||||||
msgstr "|PLIK|ładowanie modułu rozszerzenia z PLIK"
|
msgstr "|PLIK|ładowanie modułu rozszerzenia z PLIK"
|
||||||
|
|
||||||
#: g10/g10.c:251
|
#: g10/g10.c:257
|
||||||
msgid "emulate the mode described in RFC1991"
|
msgid "emulate the mode described in RFC1991"
|
||||||
msgstr "emulacja trybu opisanego w RFC1991"
|
msgstr "emulacja trybu opisanego w RFC1991"
|
||||||
|
|
||||||
#: g10/g10.c:252
|
#: g10/g10.c:258
|
||||||
|
msgid "set all packet, cipher and digest options to OpenPGP behavior"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: g10/g10.c:259
|
||||||
msgid "|N|use passphrase mode N"
|
msgid "|N|use passphrase mode N"
|
||||||
msgstr "|N|N-ty tryb wprowadzania wyrażenia przejściowego"
|
msgstr "|N|N-ty tryb wprowadzania wyrażenia przejściowego"
|
||||||
|
|
||||||
#: g10/g10.c:254
|
#: g10/g10.c:261
|
||||||
msgid "|NAME|use message digest algorithm NAME for passphrases"
|
msgid "|NAME|use message digest algorithm NAME for passphrases"
|
||||||
msgstr "|ALG|algorytm obliczania skrótów wiadomości ALG"
|
msgstr "|ALG|algorytm obliczania skrótów wiadomości ALG"
|
||||||
|
|
||||||
#: g10/g10.c:256
|
#: g10/g10.c:263
|
||||||
msgid "|NAME|use cipher algorithm NAME for passphrases"
|
msgid "|NAME|use cipher algorithm NAME for passphrases"
|
||||||
msgstr "|ALG|algorytmu szyfrujący ALG dla hasła"
|
msgstr "|ALG|algorytmu szyfrujący ALG dla hasła"
|
||||||
|
|
||||||
#: g10/g10.c:257
|
#: g10/g10.c:264
|
||||||
msgid "|NAME|use cipher algorithm NAME"
|
msgid "|NAME|use cipher algorithm NAME"
|
||||||
msgstr "|NAZWA|algorytm szyfrujący NAZWA"
|
msgstr "|NAZWA|algorytm szyfrujący NAZWA"
|
||||||
|
|
||||||
#: g10/g10.c:258
|
#: g10/g10.c:265
|
||||||
msgid "|NAME|use message digest algorithm NAME"
|
msgid "|NAME|use message digest algorithm NAME"
|
||||||
msgstr "|NAZWA|algorytm obliczania skrótów wiadomości NAZWA"
|
msgstr "|NAZWA|algorytm obliczania skrótów wiadomości NAZWA"
|
||||||
|
|
||||||
#: g10/g10.c:259
|
#: g10/g10.c:266
|
||||||
msgid "|N|use compress algorithm N"
|
msgid "|N|use compress algorithm N"
|
||||||
msgstr "|N|algorytm kompresji N"
|
msgstr "|N|algorytm kompresji N"
|
||||||
|
|
||||||
#: g10/g10.c:260
|
#: g10/g10.c:267
|
||||||
msgid "throw keyid field of encrypted packets"
|
msgid "throw keyid field of encrypted packets"
|
||||||
msgstr "usunięcie identyfikatorów kluczy z pakietów"
|
msgstr "usunięcie identyfikatorów kluczy z pakietów"
|
||||||
|
|
||||||
#: g10/g10.c:261
|
#: g10/g10.c:268
|
||||||
msgid "|NAME=VALUE|use this notation data"
|
msgid "|NAME=VALUE|use this notation data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:263
|
#: g10/g10.c:270
|
||||||
msgid ""
|
msgid ""
|
||||||
"@\n"
|
"@\n"
|
||||||
"Examples:\n"
|
"Examples:\n"
|
||||||
@ -593,15 +601,15 @@ msgstr ""
|
|||||||
" --list-keys [nazwy] pokazuje klucze\n"
|
" --list-keys [nazwy] pokazuje klucze\n"
|
||||||
" --fingerprint [nazwy] pokazuje odciski kluczy\n"
|
" --fingerprint [nazwy] pokazuje odciski kluczy\n"
|
||||||
|
|
||||||
#: g10/g10.c:337
|
#: g10/g10.c:347
|
||||||
msgid "Please report bugs to <gnupg-bugs@gnu.org>.\n"
|
msgid "Please report bugs to <gnupg-bugs@gnu.org>.\n"
|
||||||
msgstr "Błędy prosimy zgłaszać na adres <gnupg-bugs@gnu.org>.\n"
|
msgstr "Błędy prosimy zgłaszać na adres <gnupg-bugs@gnu.org>.\n"
|
||||||
|
|
||||||
#: g10/g10.c:341
|
#: g10/g10.c:351
|
||||||
msgid "Usage: gpg [options] [files] (-h for help)"
|
msgid "Usage: gpg [options] [files] (-h for help)"
|
||||||
msgstr "Wywołanie: gpg [opcje] [pliki] (-h podaje pomoc)"
|
msgstr "Wywołanie: gpg [opcje] [pliki] (-h podaje pomoc)"
|
||||||
|
|
||||||
#: g10/g10.c:344
|
#: g10/g10.c:354
|
||||||
msgid ""
|
msgid ""
|
||||||
"Syntax: gpg [options] [files]\n"
|
"Syntax: gpg [options] [files]\n"
|
||||||
"sign, check, encrypt or decrypt\n"
|
"sign, check, encrypt or decrypt\n"
|
||||||
@ -611,7 +619,7 @@ msgstr ""
|
|||||||
"podpisywanie, sprawdzanie podpisów, szyfrowanie, deszyfrowanie\n"
|
"podpisywanie, sprawdzanie podpisów, szyfrowanie, deszyfrowanie\n"
|
||||||
"domyślnie wykonywana operacja zależy od danych wejściowych\n"
|
"domyślnie wykonywana operacja zależy od danych wejściowych\n"
|
||||||
|
|
||||||
#: g10/g10.c:349
|
#: g10/g10.c:359
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Supported algorithms:\n"
|
"Supported algorithms:\n"
|
||||||
@ -619,169 +627,169 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
"Obsługiwane algorytmy:\n"
|
"Obsługiwane algorytmy:\n"
|
||||||
|
|
||||||
#: g10/g10.c:423
|
#: g10/g10.c:433
|
||||||
msgid "usage: gpg [options] "
|
msgid "usage: gpg [options] "
|
||||||
msgstr "wywołanie: gpg [opcje]"
|
msgstr "wywołanie: gpg [opcje]"
|
||||||
|
|
||||||
#: g10/g10.c:463
|
#: g10/g10.c:473
|
||||||
msgid "conflicting commands\n"
|
msgid "conflicting commands\n"
|
||||||
msgstr "sprzeczne polecenia\n"
|
msgstr "sprzeczne polecenia\n"
|
||||||
|
|
||||||
#: g10/g10.c:595
|
#: g10/g10.c:605
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "NOTE: no default option file `%s'\n"
|
msgid "NOTE: no default option file `%s'\n"
|
||||||
msgstr "UWAGA: brak domyślnego pliku opcji '%s'\n"
|
msgstr "UWAGA: brak domyślnego pliku opcji '%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:599
|
#: g10/g10.c:609
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "option file `%s': %s\n"
|
msgid "option file `%s': %s\n"
|
||||||
msgstr "plik opcji '%s': %s\n"
|
msgstr "plik opcji '%s': %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:606
|
#: g10/g10.c:616
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "reading options from `%s'\n"
|
msgid "reading options from `%s'\n"
|
||||||
msgstr "odczyt opcji z '%s'\n"
|
msgstr "odczyt opcji z '%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:755
|
#: g10/g10.c:782
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s is not a valid character set\n"
|
msgid "%s is not a valid character set\n"
|
||||||
msgstr "%s nie jest poprawną nazwą zestawu znaków\n"
|
msgstr "%s nie jest poprawną nazwą zestawu znaków\n"
|
||||||
|
|
||||||
#: g10/g10.c:799 g10/g10.c:811
|
#: g10/g10.c:827 g10/g10.c:839
|
||||||
msgid "selected cipher algorithm is invalid\n"
|
msgid "selected cipher algorithm is invalid\n"
|
||||||
msgstr "wybrany algorytm szyfrujący jest niepoprawny\n"
|
msgstr "wybrany algorytm szyfrujący jest niepoprawny\n"
|
||||||
|
|
||||||
#: g10/g10.c:805 g10/g10.c:817
|
#: g10/g10.c:833 g10/g10.c:845
|
||||||
msgid "selected digest algorithm is invalid\n"
|
msgid "selected digest algorithm is invalid\n"
|
||||||
msgstr "wybrany algorytm geenracji skrótów wiadomości jest niepoprawny\n"
|
msgstr "wybrany algorytm geenracji skrótów wiadomości jest niepoprawny\n"
|
||||||
|
|
||||||
#: g10/g10.c:821
|
#: g10/g10.c:849
|
||||||
msgid "the given policy URL is invalid\n"
|
msgid "the given policy URL is invalid\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:824
|
#: g10/g10.c:852
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "compress algorithm must be in range %d..%d\n"
|
msgid "compress algorithm must be in range %d..%d\n"
|
||||||
msgstr "ustawienie algortytmu kompresji musi pochodzić z zakresu %d..%d\n"
|
msgstr "ustawienie algortytmu kompresji musi pochodzić z zakresu %d..%d\n"
|
||||||
|
|
||||||
#: g10/g10.c:826
|
#: g10/g10.c:854
|
||||||
msgid "completes-needed must be greater than 0\n"
|
msgid "completes-needed must be greater than 0\n"
|
||||||
msgstr "wartość completes-needed musi być większa od 0\n"
|
msgstr "wartość completes-needed musi być większa od 0\n"
|
||||||
|
|
||||||
#: g10/g10.c:828
|
#: g10/g10.c:856
|
||||||
msgid "marginals-needed must be greater than 1\n"
|
msgid "marginals-needed must be greater than 1\n"
|
||||||
msgstr "wartość marginals-needed musi być większa od 1\n"
|
msgstr "wartość marginals-needed musi być większa od 1\n"
|
||||||
|
|
||||||
#: g10/g10.c:830
|
#: g10/g10.c:858
|
||||||
msgid "max-cert-depth must be in range 1 to 255\n"
|
msgid "max-cert-depth must be in range 1 to 255\n"
|
||||||
msgstr "wartość max-cert-depth musi mieścić się w zakresie od 1 do 255\n"
|
msgstr "wartość max-cert-depth musi mieścić się w zakresie od 1 do 255\n"
|
||||||
|
|
||||||
#: g10/g10.c:833
|
#: g10/g10.c:861
|
||||||
msgid "NOTE: simple S2K mode (0) is strongly discouraged\n"
|
msgid "NOTE: simple S2K mode (0) is strongly discouraged\n"
|
||||||
msgstr "UWAGA: prosty tryb S2K (0) jest stanowczo odradzany\n"
|
msgstr "UWAGA: prosty tryb S2K (0) jest stanowczo odradzany\n"
|
||||||
|
|
||||||
#: g10/g10.c:837
|
#: g10/g10.c:865
|
||||||
msgid "invalid S2K mode; must be 0, 1 or 3\n"
|
msgid "invalid S2K mode; must be 0, 1 or 3\n"
|
||||||
msgstr "Niepoprawny tryb S2K; musi mieć wartość 0, 1 lub 3\n"
|
msgstr "Niepoprawny tryb S2K; musi mieć wartość 0, 1 lub 3\n"
|
||||||
|
|
||||||
#: g10/g10.c:914
|
#: g10/g10.c:942
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "failed to initialize the TrustDB: %s\n"
|
msgid "failed to initialize the TrustDB: %s\n"
|
||||||
msgstr "Inicjowanie Bazy Zaufania nie powiodło się: %s\n"
|
msgstr "Inicjowanie Bazy Zaufania nie powiodło się: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:920
|
#: g10/g10.c:948
|
||||||
msgid "--store [filename]"
|
msgid "--store [filename]"
|
||||||
msgstr "--store [plik]"
|
msgstr "--store [plik]"
|
||||||
|
|
||||||
#: g10/g10.c:927
|
#: g10/g10.c:955
|
||||||
msgid "--symmetric [filename]"
|
msgid "--symmetric [filename]"
|
||||||
msgstr "--symmetric [plik]"
|
msgstr "--symmetric [plik]"
|
||||||
|
|
||||||
#: g10/g10.c:935
|
#: g10/g10.c:963
|
||||||
msgid "--encrypt [filename]"
|
msgid "--encrypt [filename]"
|
||||||
msgstr "--encrypt [plik]"
|
msgstr "--encrypt [plik]"
|
||||||
|
|
||||||
#: g10/g10.c:948
|
#: g10/g10.c:976
|
||||||
msgid "--sign [filename]"
|
msgid "--sign [filename]"
|
||||||
msgstr "--sign [plik]"
|
msgstr "--sign [plik]"
|
||||||
|
|
||||||
#: g10/g10.c:961
|
#: g10/g10.c:989
|
||||||
msgid "--sign --encrypt [filename]"
|
msgid "--sign --encrypt [filename]"
|
||||||
msgstr "--sign --encrypt [plik]"
|
msgstr "--sign --encrypt [plik]"
|
||||||
|
|
||||||
#: g10/g10.c:975
|
#: g10/g10.c:1003
|
||||||
msgid "--clearsign [filename]"
|
msgid "--clearsign [filename]"
|
||||||
msgstr "--clearsign [plik]\""
|
msgstr "--clearsign [plik]\""
|
||||||
|
|
||||||
#: g10/g10.c:987
|
#: g10/g10.c:1015
|
||||||
msgid "--decrypt [filename]"
|
msgid "--decrypt [filename]"
|
||||||
msgstr "--decrypt [plik]"
|
msgstr "--decrypt [plik]"
|
||||||
|
|
||||||
#: g10/g10.c:996
|
#: g10/g10.c:1024
|
||||||
msgid "--edit-key username [commands]"
|
msgid "--edit-key username [commands]"
|
||||||
msgstr "--edit-key nazwa użytkownika [polecenia]"
|
msgstr "--edit-key nazwa użytkownika [polecenia]"
|
||||||
|
|
||||||
#: g10/g10.c:1010
|
#: g10/g10.c:1038
|
||||||
msgid "--delete-secret-key username"
|
msgid "--delete-secret-key username"
|
||||||
msgstr "--delete-secret-key nazwa użytkownika"
|
msgstr "--delete-secret-key nazwa użytkownika"
|
||||||
|
|
||||||
#: g10/g10.c:1013
|
#: g10/g10.c:1041
|
||||||
msgid "--delete-key username"
|
msgid "--delete-key username"
|
||||||
msgstr "--delete-key nazwa użytkownika"
|
msgstr "--delete-key nazwa użytkownika"
|
||||||
|
|
||||||
#: g10/encode.c:231 g10/g10.c:1036 g10/sign.c:366
|
#: g10/encode.c:231 g10/g10.c:1064 g10/sign.c:366
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "can't open %s: %s\n"
|
msgid "can't open %s: %s\n"
|
||||||
msgstr "nie mogę otworzyć %s: %s\n"
|
msgstr "nie mogę otworzyć %s: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1047
|
#: g10/g10.c:1075
|
||||||
msgid "-k[v][v][v][c] [userid] [keyring]"
|
msgid "-k[v][v][v][c] [userid] [keyring]"
|
||||||
msgstr "-k[v][v][v][c] [identyfikator] [zbiór kluczy]"
|
msgstr "-k[v][v][v][c] [identyfikator] [zbiór kluczy]"
|
||||||
|
|
||||||
#: g10/g10.c:1106
|
#: g10/g10.c:1134
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "dearmoring failed: %s\n"
|
msgid "dearmoring failed: %s\n"
|
||||||
msgstr "usunięcie opakowania ASCII nie powiodło się: %s\n"
|
msgstr "usunięcie opakowania ASCII nie powiodło się: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1114
|
#: g10/g10.c:1142
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "enarmoring failed: %s\n"
|
msgid "enarmoring failed: %s\n"
|
||||||
msgstr "opakowywanie ASCII nie powiodło się: %s\n"
|
msgstr "opakowywanie ASCII nie powiodło się: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1180
|
#: g10/g10.c:1208
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "invalid hash algorithm `%s'\n"
|
msgid "invalid hash algorithm `%s'\n"
|
||||||
msgstr "niewłaściwy algorytm skrótu '%s'\n"
|
msgstr "niewłaściwy algorytm skrótu '%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:1255
|
#: g10/g10.c:1283
|
||||||
msgid "[filename]"
|
msgid "[filename]"
|
||||||
msgstr "[nazwa pliku]"
|
msgstr "[nazwa pliku]"
|
||||||
|
|
||||||
#: g10/g10.c:1259
|
#: g10/g10.c:1287
|
||||||
msgid "Go ahead and type your message ...\n"
|
msgid "Go ahead and type your message ...\n"
|
||||||
msgstr "Wpisz tutaj swoją wiadomość ...\n"
|
msgstr "Wpisz tutaj swoją wiadomość ...\n"
|
||||||
|
|
||||||
#: g10/decrypt.c:59 g10/g10.c:1262 g10/verify.c:66
|
#: g10/decrypt.c:59 g10/g10.c:1290 g10/verify.c:66
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "can't open `%s'\n"
|
msgid "can't open `%s'\n"
|
||||||
msgstr "nie mogę otworzyć '%s'\n"
|
msgstr "nie mogę otworzyć '%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:1429
|
#: g10/g10.c:1457
|
||||||
msgid ""
|
msgid ""
|
||||||
"the first character of a notation name must be a letter or an underscore\n"
|
"the first character of a notation name must be a letter or an underscore\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:1435
|
#: g10/g10.c:1463
|
||||||
msgid ""
|
msgid ""
|
||||||
"a notation name must have only letters, digits, dots or underscores and end "
|
"a notation name must have only letters, digits, dots or underscores and end "
|
||||||
"with an '='\n"
|
"with an '='\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:1441
|
#: g10/g10.c:1469
|
||||||
msgid "dots in a notation name must be surrounded by other characters\n"
|
msgid "dots in a notation name must be surrounded by other characters\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:1449
|
#: g10/g10.c:1477
|
||||||
msgid "a notation value must not use any control characters\n"
|
msgid "a notation value must not use any control characters\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1373,7 +1381,8 @@ msgid "DSA keypair will have 1024 bits.\n"
|
|||||||
msgstr "Para kluczy dla DSA będzie miała 1024 bity długości.\n"
|
msgstr "Para kluczy dla DSA będzie miała 1024 bity długości.\n"
|
||||||
|
|
||||||
#: g10/keygen.c:859
|
#: g10/keygen.c:859
|
||||||
msgid "Key generation cancelled.\n"
|
#, fuzzy
|
||||||
|
msgid "Key generation canceled.\n"
|
||||||
msgstr "Procedura generacji klucza została anulowana.\n"
|
msgstr "Procedura generacji klucza została anulowana.\n"
|
||||||
|
|
||||||
#: g10/keygen.c:869
|
#: g10/keygen.c:869
|
||||||
@ -1444,7 +1453,7 @@ msgstr "%s: OSTRZE
|
|||||||
msgid "reading from `%s'\n"
|
msgid "reading from `%s'\n"
|
||||||
msgstr "odczyt z '%s'\n"
|
msgstr "odczyt z '%s'\n"
|
||||||
|
|
||||||
#: g10/encode.c:417
|
#: g10/encode.c:431
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s/%s encrypted for: %s\n"
|
msgid "%s/%s encrypted for: %s\n"
|
||||||
msgstr "%s/%s zaszyfrowany dla: %s\n"
|
msgstr "%s/%s zaszyfrowany dla: %s\n"
|
||||||
@ -1838,7 +1847,7 @@ msgstr ""
|
|||||||
msgid "Really sign? "
|
msgid "Really sign? "
|
||||||
msgstr "Na pewno podpisać? "
|
msgstr "Na pewno podpisać? "
|
||||||
|
|
||||||
#: g10/keyedit.c:369 g10/keyedit.c:1779 g10/keyedit.c:1828 g10/sign.c:128
|
#: g10/keyedit.c:369 g10/keyedit.c:1790 g10/keyedit.c:1839 g10/sign.c:128
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "signing failed: %s\n"
|
msgid "signing failed: %s\n"
|
||||||
msgstr "złożenie podpisu nie powiodło się: %s\n"
|
msgstr "złożenie podpisu nie powiodło się: %s\n"
|
||||||
@ -2148,97 +2157,104 @@ msgstr "Czy na pewno usun
|
|||||||
msgid "Really remove this user id? "
|
msgid "Really remove this user id? "
|
||||||
msgstr "Czy na pewno usunąć ten identyfikator użytkownika? "
|
msgstr "Czy na pewno usunąć ten identyfikator użytkownika? "
|
||||||
|
|
||||||
#: g10/keyedit.c:856 g10/keyedit.c:878
|
#: g10/keyedit.c:858 g10/keyedit.c:880
|
||||||
msgid "You must select at least one key.\n"
|
msgid "You must select at least one key.\n"
|
||||||
msgstr "Musisz wybrać co najmniej jeden klucz.\n"
|
msgstr "Musisz wybrać co najmniej jeden klucz.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:860
|
#: g10/keyedit.c:862
|
||||||
msgid "Do you really want to delete the selected keys? "
|
msgid "Do you really want to delete the selected keys? "
|
||||||
msgstr "Czy na pewno chcesz usunąć wybrane klucze? "
|
msgstr "Czy na pewno chcesz usunąć wybrane klucze? "
|
||||||
|
|
||||||
#: g10/keyedit.c:861
|
#: g10/keyedit.c:863
|
||||||
msgid "Do you really want to delete this key? "
|
msgid "Do you really want to delete this key? "
|
||||||
msgstr "Czy na pewno chcesz usunąć ten klucz? "
|
msgstr "Czy na pewno chcesz usunąć ten klucz? "
|
||||||
|
|
||||||
#: g10/keyedit.c:882
|
#: g10/keyedit.c:884
|
||||||
msgid "Do you really want to revoke the selected keys? "
|
msgid "Do you really want to revoke the selected keys? "
|
||||||
msgstr "Czy na pewno chcesz unieważnić wybrane klucze? "
|
msgstr "Czy na pewno chcesz unieważnić wybrane klucze? "
|
||||||
|
|
||||||
#: g10/keyedit.c:883
|
#: g10/keyedit.c:885
|
||||||
msgid "Do you really want to revoke this key? "
|
msgid "Do you really want to revoke this key? "
|
||||||
msgstr "Czy na pewno chcesz unieważnić ten klucz? "
|
msgstr "Czy na pewno chcesz unieważnić ten klucz? "
|
||||||
|
|
||||||
#: g10/keyedit.c:937
|
#: g10/keyedit.c:939
|
||||||
msgid "Invalid command (try \"help\")\n"
|
msgid "Invalid command (try \"help\")\n"
|
||||||
msgstr "Niepoprawna komenda (spróbuj \"help\")\n"
|
msgstr "Niepoprawna komenda (spróbuj \"help\")\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1289
|
#: g10/keyedit.c:1294
|
||||||
msgid "Delete this good signature? (y/N/q)"
|
msgid "Delete this good signature? (y/N/q)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1292
|
#: g10/keyedit.c:1298
|
||||||
msgid "Delete this invalid signature? (y/N/q)"
|
msgid "Delete this invalid signature? (y/N/q)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1297
|
#: g10/keyedit.c:1302
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Delete this unknown signature? (y/N/q)"
|
||||||
|
msgstr "Na pewno utworzyæ certyfikaty uniewa¿nienia ? (t/N)"
|
||||||
|
|
||||||
|
#: g10/keyedit.c:1308
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Really delete this self-signature? (y/N)"
|
msgid "Really delete this self-signature? (y/N)"
|
||||||
msgstr "Na pewno utworzyć certyfikaty unieważnienia ? (t/N)"
|
msgstr "Na pewno utworzyć certyfikaty unieważnienia ? (t/N)"
|
||||||
|
|
||||||
#: g10/keyedit.c:1311
|
#: g10/keyedit.c:1322
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Deleted %d signature.\n"
|
msgid "Deleted %d signature.\n"
|
||||||
msgstr "%d niepoprawnych podpisów\n"
|
msgstr "%d niepoprawnych podpisów\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1312
|
#: g10/keyedit.c:1323
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Deleted %d signatures.\n"
|
msgid "Deleted %d signatures.\n"
|
||||||
msgstr "%d niepoprawnych podpisów\n"
|
msgstr "%d niepoprawnych podpisów\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1315
|
#: g10/keyedit.c:1326
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Nothing deleted.\n"
|
msgid "Nothing deleted.\n"
|
||||||
msgstr "OSTRZEŻENIE: nic nie zostało wyeksportowane!\n"
|
msgstr "OSTRZEŻENIE: nic nie zostało wyeksportowane!\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1384
|
#: g10/keyedit.c:1395
|
||||||
msgid "Please remove selections from the secret keys.\n"
|
msgid "Please remove selections from the secret keys.\n"
|
||||||
msgstr "Proszę usunąć znacznik wyboru z kluczy tajnych.\n"
|
msgstr "Proszę usunąć znacznik wyboru z kluczy tajnych.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1390
|
#: g10/keyedit.c:1401
|
||||||
msgid "Please select at most one secondary key.\n"
|
msgid "Please select at most one secondary key.\n"
|
||||||
msgstr "Proszę wybrać najwyżej jeden podklucz.\n"
|
msgstr "Proszę wybrać najwyżej jeden podklucz.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1394
|
#: g10/keyedit.c:1405
|
||||||
msgid "Changing exiration time for a secondary key.\n"
|
#, fuzzy
|
||||||
|
msgid "Changing expiration time for a secondary key.\n"
|
||||||
msgstr "Zmiana daty ważności podklucza.\n"
|
msgstr "Zmiana daty ważności podklucza.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1396
|
#: g10/keyedit.c:1407
|
||||||
msgid "Changing exiration time for the primary key.\n"
|
#, fuzzy
|
||||||
|
msgid "Changing expiration time for the primary key.\n"
|
||||||
msgstr "Zmiana daty ważności głównego klucza.\n"
|
msgstr "Zmiana daty ważności głównego klucza.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1437
|
#: g10/keyedit.c:1448
|
||||||
msgid "You can't change the expiration date of a v3 key\n"
|
msgid "You can't change the expiration date of a v3 key\n"
|
||||||
msgstr "Nie można zmienić daty ważności klucza w wersji 3.\n"
|
msgstr "Nie można zmienić daty ważności klucza w wersji 3.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1453
|
#: g10/keyedit.c:1464
|
||||||
msgid "No corresponding signature in secret ring\n"
|
msgid "No corresponding signature in secret ring\n"
|
||||||
msgstr "Brak odpowiadającego podpisu w zbiorze kluczy tajnych\n"
|
msgstr "Brak odpowiadającego podpisu w zbiorze kluczy tajnych\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1513
|
#: g10/keyedit.c:1524
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No user id with index %d\n"
|
msgid "No user id with index %d\n"
|
||||||
msgstr "Brak identyfikatora użytkownika o numerze %d.\n"
|
msgstr "Brak identyfikatora użytkownika o numerze %d.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1559
|
#: g10/keyedit.c:1570
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No secondary key with index %d\n"
|
msgid "No secondary key with index %d\n"
|
||||||
msgstr "Brak podklucza o indeksie %d\n"
|
msgstr "Brak podklucza o indeksie %d\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1657
|
#: g10/keyedit.c:1668
|
||||||
msgid "user ID: \""
|
msgid "user ID: \""
|
||||||
msgstr "Identyfikator użytkownika: "
|
msgstr "Identyfikator użytkownika: "
|
||||||
|
|
||||||
#: g10/keyedit.c:1660
|
#: g10/keyedit.c:1671
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\"\n"
|
"\"\n"
|
||||||
@ -2247,15 +2263,15 @@ msgstr ""
|
|||||||
"\"\n"
|
"\"\n"
|
||||||
"podpisano Twoim kluczem %08lX w %s\n"
|
"podpisano Twoim kluczem %08lX w %s\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1664
|
#: g10/keyedit.c:1675
|
||||||
msgid "Create a revocation certificate for this signature? (y/N)"
|
msgid "Create a revocation certificate for this signature? (y/N)"
|
||||||
msgstr "Stworzyć certyfikat unieważnienia tego podpisu? (t/N)"
|
msgstr "Stworzyć certyfikat unieważnienia tego podpisu? (t/N)"
|
||||||
|
|
||||||
#: g10/keyedit.c:1744
|
#: g10/keyedit.c:1755
|
||||||
msgid "Really create the revocation certificates? (y/N)"
|
msgid "Really create the revocation certificates? (y/N)"
|
||||||
msgstr "Na pewno utworzyć certyfikaty unieważnienia ? (t/N)"
|
msgstr "Na pewno utworzyć certyfikaty unieważnienia ? (t/N)"
|
||||||
|
|
||||||
#: g10/keyedit.c:1767
|
#: g10/keyedit.c:1778
|
||||||
msgid "no secret key\n"
|
msgid "no secret key\n"
|
||||||
msgstr "brak klucza prywatnego\n"
|
msgstr "brak klucza prywatnego\n"
|
||||||
|
|
||||||
@ -2406,11 +2422,11 @@ msgstr "d
|
|||||||
msgid " (main key ID %08lX)"
|
msgid " (main key ID %08lX)"
|
||||||
msgstr " (główny ID klucza %08lX)"
|
msgstr " (główny ID klucza %08lX)"
|
||||||
|
|
||||||
#: g10/passphrase.c:190
|
#: g10/passphrase.c:192
|
||||||
msgid "Enter passphrase: "
|
msgid "Enter passphrase: "
|
||||||
msgstr "Wyrażenie przejściowe: "
|
msgstr "Wyrażenie przejściowe: "
|
||||||
|
|
||||||
#: g10/passphrase.c:194
|
#: g10/passphrase.c:196
|
||||||
msgid "Repeat passphrase: "
|
msgid "Repeat passphrase: "
|
||||||
msgstr "Powtórzone wyrażenie przejściowe: "
|
msgstr "Powtórzone wyrażenie przejściowe: "
|
||||||
|
|
||||||
@ -2658,7 +2674,8 @@ msgid "%s: failed to append a record: %s\n"
|
|||||||
msgstr "%s: dopisanie rekordu nie powiodło się: %s\n"
|
msgstr "%s: dopisanie rekordu nie powiodło się: %s\n"
|
||||||
|
|
||||||
#: g10/tdbio.c:1630
|
#: g10/tdbio.c:1630
|
||||||
msgid "The trustdb is corrupted; please run \"gpgm --fix-trustdb\".\n"
|
#, fuzzy
|
||||||
|
msgid "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Baza zaufania jest uszkodzona; proszę uruchomić \"gpgm --fix-trust-db\".\n"
|
"Baza zaufania jest uszkodzona; proszę uruchomić \"gpgm --fix-trust-db\".\n"
|
||||||
|
|
||||||
@ -3319,38 +3336,44 @@ msgstr ""
|
|||||||
|
|
||||||
#: g10/helptext.c:181
|
#: g10/helptext.c:181
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
msgid "keyedit.delsig.unknown"
|
||||||
|
msgstr ""
|
||||||
|
"Odpowiedz \"tak\" je¶li chcesz podpisaæ wszystkie identyfikatory klucza"
|
||||||
|
|
||||||
|
#: g10/helptext.c:187
|
||||||
|
#, fuzzy
|
||||||
msgid "keyedit.delsig.invalid"
|
msgid "keyedit.delsig.invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Odpowiedz \"tak\" jeśli chcesz podpisać wszystkie identyfikatory klucza"
|
"Odpowiedz \"tak\" jeśli chcesz podpisać wszystkie identyfikatory klucza"
|
||||||
|
|
||||||
#: g10/helptext.c:186
|
#: g10/helptext.c:191
|
||||||
msgid "keyedit.delsig.selfsig"
|
msgid "keyedit.delsig.selfsig"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/helptext.c:195
|
#: g10/helptext.c:200
|
||||||
msgid "passphrase.enter"
|
msgid "passphrase.enter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Proszę wprowadzić wyrażenie przejściowe (tajne zdanie)\n"
|
"Proszę wprowadzić wyrażenie przejściowe (tajne zdanie)\n"
|
||||||
" Bla, bla, bla ..."
|
" Bla, bla, bla ..."
|
||||||
|
|
||||||
#: g10/helptext.c:202
|
#: g10/helptext.c:207
|
||||||
msgid "passphrase.repeat"
|
msgid "passphrase.repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Proszę powtórzyć podane wyrażenie przejściowe dla wyeliminowania pomyłek."
|
"Proszę powtórzyć podane wyrażenie przejściowe dla wyeliminowania pomyłek."
|
||||||
|
|
||||||
#: g10/helptext.c:206
|
#: g10/helptext.c:211
|
||||||
msgid "detached_signature.filename"
|
msgid "detached_signature.filename"
|
||||||
msgstr "Nazwa pliku którego dotyczy ten podpis"
|
msgstr "Nazwa pliku którego dotyczy ten podpis"
|
||||||
|
|
||||||
#: g10/helptext.c:210
|
#: g10/helptext.c:215
|
||||||
msgid "openfile.overwrite.okay"
|
msgid "openfile.overwrite.okay"
|
||||||
msgstr "Odpowiedz \"tak\" jeśli na pewno chcesz nadpisać ten plik"
|
msgstr "Odpowiedz \"tak\" jeśli na pewno chcesz nadpisać ten plik"
|
||||||
|
|
||||||
#: g10/helptext.c:224
|
#: g10/helptext.c:229
|
||||||
msgid "No help available"
|
msgid "No help available"
|
||||||
msgstr "Pomoc niedostępna"
|
msgstr "Pomoc niedostępna"
|
||||||
|
|
||||||
#: g10/helptext.c:236
|
#: g10/helptext.c:241
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No help available for `%s'"
|
msgid "No help available for `%s'"
|
||||||
msgstr "Brak pomocy o '%s'"
|
msgstr "Brak pomocy o '%s'"
|
||||||
|
1041
po/pt_BR.po
1041
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
323
po/ru.po
323
po/ru.po
@ -9,7 +9,7 @@
|
|||||||
# QingLong <qinglong@Bolizm> (couldn't send an email to let you know)
|
# QingLong <qinglong@Bolizm> (couldn't send an email to let you know)
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"POT-Creation-Date: 1999-06-08 21:26+0200\n"
|
"POT-Creation-Date: 1999-06-26 11:22+0200\n"
|
||||||
"Content-Type: text/plain; charset=\n"
|
"Content-Type: text/plain; charset=\n"
|
||||||
"Date: 1998-01-26 22:08:36+0100\n"
|
"Date: 1998-01-26 22:08:36+0100\n"
|
||||||
"From: Gregory Steuck <steuck@iname.com>\n"
|
"From: Gregory Steuck <steuck@iname.com>\n"
|
||||||
@ -330,7 +330,7 @@ msgstr ""
|
|||||||
"îÅÄÏÓÔÁÔÏÞÎÏ ÓÌÕÞÁÊÎÙÈ ÄÁÎÎÙÈ. ðÏÖÁÌÕÊÓÔÁ, ÐÏÄÅÌÁÊÔÅ ÞÔÏ-ÎÉÂÕÄØ, ÞÔÏÂÙ\n"
|
"îÅÄÏÓÔÁÔÏÞÎÏ ÓÌÕÞÁÊÎÙÈ ÄÁÎÎÙÈ. ðÏÖÁÌÕÊÓÔÁ, ÐÏÄÅÌÁÊÔÅ ÞÔÏ-ÎÉÂÕÄØ, ÞÔÏÂÙ\n"
|
||||||
"ïó ÍÏÇÌÁ ÎÁÂÒÁÔØ ÄÏÐÏÌÎÉÔÅÌØÎÙÅ ÓÌÕÞÁÊÎÙÅ ÞÉÓÌÁ! (ÎÕÖÎÏ ÅÝÅ %d ÂÁÊÔ)\n"
|
"ïó ÍÏÇÌÁ ÎÁÂÒÁÔØ ÄÏÐÏÌÎÉÔÅÌØÎÙÅ ÓÌÕÞÁÊÎÙÅ ÞÉÓÌÁ! (ÎÕÖÎÏ ÅÝÅ %d ÂÁÊÔ)\n"
|
||||||
|
|
||||||
#: g10/g10.c:169
|
#: g10/g10.c:174
|
||||||
msgid ""
|
msgid ""
|
||||||
"@Commands:\n"
|
"@Commands:\n"
|
||||||
" "
|
" "
|
||||||
@ -338,136 +338,136 @@ msgstr ""
|
|||||||
"@ëÏÍÁÎÄÙ:\n"
|
"@ëÏÍÁÎÄÙ:\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: g10/g10.c:171
|
#: g10/g10.c:176
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "|[file]|make a signature"
|
msgid "|[file]|make a signature"
|
||||||
msgstr "|[ÆÁÊÌ]|ÓÏÚÄÁÔØ ÐÏÄÐÉÓØ"
|
msgstr "|[ÆÁÊÌ]|ÓÏÚÄÁÔØ ÐÏÄÐÉÓØ"
|
||||||
|
|
||||||
#: g10/g10.c:172
|
#: g10/g10.c:177
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "|[file]|make a clear text signature"
|
msgid "|[file]|make a clear text signature"
|
||||||
msgstr "|[ÆÁÊÌ]|ÓÏÚÄÁÔØ ÔÅËÓÔÏ×ÕÀ ÐÏÄÐÉÓØ"
|
msgstr "|[ÆÁÊÌ]|ÓÏÚÄÁÔØ ÔÅËÓÔÏ×ÕÀ ÐÏÄÐÉÓØ"
|
||||||
|
|
||||||
#: g10/g10.c:173
|
#: g10/g10.c:178
|
||||||
msgid "make a detached signature"
|
msgid "make a detached signature"
|
||||||
msgstr "ÓÏÚÄÁÔØ ÏÔÄÅÌØÎÕÀ ÐÏÄÐÉÓØ"
|
msgstr "ÓÏÚÄÁÔØ ÏÔÄÅÌØÎÕÀ ÐÏÄÐÉÓØ"
|
||||||
|
|
||||||
#: g10/g10.c:174
|
#: g10/g10.c:179
|
||||||
msgid "encrypt data"
|
msgid "encrypt data"
|
||||||
msgstr "ÚÁÛÉÆÒÏ×ÁÔØ ÄÁÎÎÙÅ"
|
msgstr "ÚÁÛÉÆÒÏ×ÁÔØ ÄÁÎÎÙÅ"
|
||||||
|
|
||||||
#: g10/g10.c:175
|
#: g10/g10.c:180
|
||||||
msgid "encryption only with symmetric cipher"
|
msgid "encryption only with symmetric cipher"
|
||||||
msgstr "ÚÁÛÉÆÒÏ×ÁÔØ ÓÉÍÍÅÔÒÉÞÎÙÍ ÁÌÇÏÒÉÔÍÏÍ"
|
msgstr "ÚÁÛÉÆÒÏ×ÁÔØ ÓÉÍÍÅÔÒÉÞÎÙÍ ÁÌÇÏÒÉÔÍÏÍ"
|
||||||
|
|
||||||
#: g10/g10.c:176
|
#: g10/g10.c:181
|
||||||
msgid "store only"
|
msgid "store only"
|
||||||
msgstr "ÔÏÌØËÏ ÓÏÈÒÁÎÉÔØ"
|
msgstr "ÔÏÌØËÏ ÓÏÈÒÁÎÉÔØ"
|
||||||
|
|
||||||
#: g10/g10.c:177
|
#: g10/g10.c:182
|
||||||
msgid "decrypt data (default)"
|
msgid "decrypt data (default)"
|
||||||
msgstr "ÒÁÓÛÉÆÒÏ×ÁÔØ ÄÁÎÎÙÅ (ÐÏ ÕÍÏÌÞÁÎÉÀ)"
|
msgstr "ÒÁÓÛÉÆÒÏ×ÁÔØ ÄÁÎÎÙÅ (ÐÏ ÕÍÏÌÞÁÎÉÀ)"
|
||||||
|
|
||||||
#: g10/g10.c:178
|
#: g10/g10.c:183
|
||||||
msgid "verify a signature"
|
msgid "verify a signature"
|
||||||
msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ"
|
msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ"
|
||||||
|
|
||||||
#: g10/g10.c:179
|
#: g10/g10.c:184
|
||||||
msgid "list keys"
|
msgid "list keys"
|
||||||
msgstr "ÓÐÉÓÏË ËÌÀÞÅÊ"
|
msgstr "ÓÐÉÓÏË ËÌÀÞÅÊ"
|
||||||
|
|
||||||
#: g10/g10.c:181
|
#: g10/g10.c:186
|
||||||
msgid "list keys and signatures"
|
msgid "list keys and signatures"
|
||||||
msgstr "ÓÐÉÓÏË ËÌÀÞÅÊ É ÐÏÄÐÉÓÅÊ"
|
msgstr "ÓÐÉÓÏË ËÌÀÞÅÊ É ÐÏÄÐÉÓÅÊ"
|
||||||
|
|
||||||
#: g10/g10.c:182
|
#: g10/g10.c:187
|
||||||
msgid "check key signatures"
|
msgid "check key signatures"
|
||||||
msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ ÎÁ ËÌÀÞÅ"
|
msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ ÎÁ ËÌÀÞÅ"
|
||||||
|
|
||||||
#: g10/g10.c:183
|
#: g10/g10.c:188
|
||||||
msgid "list keys and fingerprints"
|
msgid "list keys and fingerprints"
|
||||||
msgstr "ÓÐÉÓÏË ËÌÀÞÅÊ Ó ÉÈ \"ÏÔÐÅÞÁÔËÁÍÉ ÐÁÌØÃÅ×\""
|
msgstr "ÓÐÉÓÏË ËÌÀÞÅÊ Ó ÉÈ \"ÏÔÐÅÞÁÔËÁÍÉ ÐÁÌØÃÅ×\""
|
||||||
|
|
||||||
#: g10/g10.c:184
|
#: g10/g10.c:189
|
||||||
msgid "list secret keys"
|
msgid "list secret keys"
|
||||||
msgstr "ÓÐÉÓÏË ÓÅËÒÅÔÎÙÈ ËÌÀÞÅÊ"
|
msgstr "ÓÐÉÓÏË ÓÅËÒÅÔÎÙÈ ËÌÀÞÅÊ"
|
||||||
|
|
||||||
#: g10/g10.c:185
|
#: g10/g10.c:190
|
||||||
msgid "generate a new key pair"
|
msgid "generate a new key pair"
|
||||||
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÎÏ×ÕÀ ÐÁÒÕ ËÌÀÞÅÊ (ÏÔËÒÙÔÙÊ É ÓÅËÒÅÔÎÙÊ)"
|
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÎÏ×ÕÀ ÐÁÒÕ ËÌÀÞÅÊ (ÏÔËÒÙÔÙÊ É ÓÅËÒÅÔÎÙÊ)"
|
||||||
|
|
||||||
#: g10/g10.c:186
|
#: g10/g10.c:191
|
||||||
msgid "remove key from the public keyring"
|
msgid "remove key from the public keyring"
|
||||||
msgstr "ÕÄÁÌÉÔØ ËÌÀÞ ÓÏ Ó×ÑÚËÉ"
|
msgstr "ÕÄÁÌÉÔØ ËÌÀÞ ÓÏ Ó×ÑÚËÉ"
|
||||||
|
|
||||||
#: g10/g10.c:187
|
#: g10/g10.c:192
|
||||||
msgid "sign or edit a key"
|
msgid "sign or edit a key"
|
||||||
msgstr "ÐÏÄÐÉÓÁÔØ ÉÌÉ ÒÅÄÁËÔÉÒÏ×ÁÔØ ËÌÀÞ"
|
msgstr "ÐÏÄÐÉÓÁÔØ ÉÌÉ ÒÅÄÁËÔÉÒÏ×ÁÔØ ËÌÀÞ"
|
||||||
|
|
||||||
#: g10/g10.c:188
|
#: g10/g10.c:193
|
||||||
msgid "generate a revocation certificate"
|
msgid "generate a revocation certificate"
|
||||||
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ"
|
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ"
|
||||||
|
|
||||||
#: g10/g10.c:189
|
#: g10/g10.c:194
|
||||||
msgid "export keys"
|
msgid "export keys"
|
||||||
msgstr "ÜËÓÐÏÒÔÉÒÏ×ÁÔØ ËÌÀÞÉ"
|
msgstr "ÜËÓÐÏÒÔÉÒÏ×ÁÔØ ËÌÀÞÉ"
|
||||||
|
|
||||||
#: g10/g10.c:190
|
#: g10/g10.c:195
|
||||||
msgid "export keys to a key server"
|
msgid "export keys to a key server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:191
|
#: g10/g10.c:196
|
||||||
msgid "import keys from a key server"
|
msgid "import keys from a key server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:194
|
#: g10/g10.c:199
|
||||||
msgid "import/merge keys"
|
msgid "import/merge keys"
|
||||||
msgstr "ÉÍÐÏÒÔÉÒÏ×ÁÔØ/ÄÏÂÁ×ÉÔØ ËÌÀÞÉ"
|
msgstr "ÉÍÐÏÒÔÉÒÏ×ÁÔØ/ÄÏÂÁ×ÉÔØ ËÌÀÞÉ"
|
||||||
|
|
||||||
#: g10/g10.c:196
|
#: g10/g10.c:201
|
||||||
msgid "list only the sequence of packets"
|
msgid "list only the sequence of packets"
|
||||||
msgstr "ÎÁÐÅÞÁÔÁÔØ ÔÏÌØËÏ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÐÁËÅÔÏ×"
|
msgstr "ÎÁÐÅÞÁÔÁÔØ ÔÏÌØËÏ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÐÁËÅÔÏ×"
|
||||||
|
|
||||||
#: g10/g10.c:198
|
#: g10/g10.c:203
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "export the ownertrust values"
|
msgid "export the ownertrust values"
|
||||||
msgstr "ÜËÓÐÏÒÔÉÒÏ×ÁÔØ ÐÁÒÁÍÅÔÒÙ ÄÏ×ÅÒÉÑ\n"
|
msgstr "ÜËÓÐÏÒÔÉÒÏ×ÁÔØ ÐÁÒÁÍÅÔÒÙ ÄÏ×ÅÒÉÑ\n"
|
||||||
|
|
||||||
#: g10/g10.c:200
|
#: g10/g10.c:205
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "import ownertrust values"
|
msgid "import ownertrust values"
|
||||||
msgstr "ÉÍÐÏÒÔÉÒÏ×ÁÔØ ÐÁÒÁÍÅÔÒÙ ÄÏ×ÅÒÉÑ\n"
|
msgstr "ÉÍÐÏÒÔÉÒÏ×ÁÔØ ÐÁÒÁÍÅÔÒÙ ÄÏ×ÅÒÉÑ\n"
|
||||||
|
|
||||||
#: g10/g10.c:202
|
#: g10/g10.c:207
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "|[NAMES]|update the trust database"
|
msgid "|[NAMES]|update the trust database"
|
||||||
msgstr "|[éíåîá]|ÐÒÏ×ÅÒÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ"
|
msgstr "|[éíåîá]|ÐÒÏ×ÅÒÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ"
|
||||||
|
|
||||||
#: g10/g10.c:204
|
#: g10/g10.c:209
|
||||||
msgid "|[NAMES]|check the trust database"
|
msgid "|[NAMES]|check the trust database"
|
||||||
msgstr "|[éíåîá]|ÐÒÏ×ÅÒÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ"
|
msgstr "|[éíåîá]|ÐÒÏ×ÅÒÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ"
|
||||||
|
|
||||||
#: g10/g10.c:205
|
#: g10/g10.c:210
|
||||||
msgid "fix a corrupted trust database"
|
msgid "fix a corrupted trust database"
|
||||||
msgstr "ÉÓÐÒÁ×ÉÔØ ÒÁÚÒÕÛÅÎÎÕÀ ÂÁÚÕ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ"
|
msgstr "ÉÓÐÒÁ×ÉÔØ ÒÁÚÒÕÛÅÎÎÕÀ ÂÁÚÕ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ"
|
||||||
|
|
||||||
#: g10/g10.c:206
|
#: g10/g10.c:211
|
||||||
msgid "De-Armor a file or stdin"
|
msgid "De-Armor a file or stdin"
|
||||||
msgstr "äÅËÏÄÉÒÏ×ÁÔØ stdin ÉÌÉ ÆÁÊÌ ÉÚ ASCII-ÐÒÅÄÓÔÁ×ÌÅÎÉÑ"
|
msgstr "äÅËÏÄÉÒÏ×ÁÔØ stdin ÉÌÉ ÆÁÊÌ ÉÚ ASCII-ÐÒÅÄÓÔÁ×ÌÅÎÉÑ"
|
||||||
|
|
||||||
#: g10/g10.c:207
|
#: g10/g10.c:212
|
||||||
msgid "En-Armor a file or stdin"
|
msgid "En-Armor a file or stdin"
|
||||||
msgstr "úÁËÏÄÉÒÏ×ÁÔØ stdin ÉÌÉ ÆÁÊÌ × ASCII-ÐÒÅÄÓÔÁ×ÌÅÎÉÅ"
|
msgstr "úÁËÏÄÉÒÏ×ÁÔØ stdin ÉÌÉ ÆÁÊÌ × ASCII-ÐÒÅÄÓÔÁ×ÌÅÎÉÅ"
|
||||||
|
|
||||||
#: g10/g10.c:208
|
#: g10/g10.c:213
|
||||||
msgid "|algo [files]|print message digests"
|
msgid "|algo [files]|print message digests"
|
||||||
msgstr "|algo [files]|ÎÁÐÅÞÁÔÁÔØ ÄÁÊÄÖÅÓÔ ÓÏÏÂÝÅÎÉÑ"
|
msgstr "|algo [files]|ÎÁÐÅÞÁÔÁÔØ ÄÁÊÄÖÅÓÔ ÓÏÏÂÝÅÎÉÑ"
|
||||||
|
|
||||||
#: g10/g10.c:209
|
#: g10/g10.c:214
|
||||||
msgid "print all message digests"
|
msgid "print all message digests"
|
||||||
msgstr "ÎÁÐÅÞÁÔÁÔØ ×ÓÅ ÄÁÊÄÖÅÓÔÙ ÓÏÏÂÝÅÎÉÑ"
|
msgstr "ÎÁÐÅÞÁÔÁÔØ ×ÓÅ ÄÁÊÄÖÅÓÔÙ ÓÏÏÂÝÅÎÉÑ"
|
||||||
|
|
||||||
#: g10/g10.c:215
|
#: g10/g10.c:220
|
||||||
msgid ""
|
msgid ""
|
||||||
"@\n"
|
"@\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
@ -477,161 +477,169 @@ msgstr ""
|
|||||||
"ðÁÒÁÍÅÔÒÙ:\n"
|
"ðÁÒÁÍÅÔÒÙ:\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: g10/g10.c:217
|
#: g10/g10.c:222
|
||||||
msgid "create ascii armored output"
|
msgid "create ascii armored output"
|
||||||
msgstr "×Ù×ÏÄ × ASCII-ÐÒÅÄÓÔÁ×ÌÅÎÉÉ"
|
msgstr "×Ù×ÏÄ × ASCII-ÐÒÅÄÓÔÁ×ÌÅÎÉÉ"
|
||||||
|
|
||||||
#: g10/g10.c:218
|
#: g10/g10.c:223
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "|NAME|encrypt for NAME"
|
msgid "|NAME|encrypt for NAME"
|
||||||
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÛÉÆÒÏ×ÁÌØÎÙÊ ÁÌÇÏÒÉÔÍÏÍ éíñ"
|
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÛÉÆÒÏ×ÁÌØÎÙÊ ÁÌÇÏÒÉÔÍÏÍ éíñ"
|
||||||
|
|
||||||
#: g10/g10.c:222
|
#: g10/g10.c:227
|
||||||
msgid "use this user-id to sign or decrypt"
|
msgid "use this user-id to sign or decrypt"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ÉÓÐÏÌØÚÏ×ÁÔØ ÕËÁÚÁÎÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÌÑ ÐÏÄÐÉÓÉ ÉÌÉ ÒÁÓÛÉÆÒÏ×ËÉ"
|
"ÉÓÐÏÌØÚÏ×ÁÔØ ÕËÁÚÁÎÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÌÑ ÐÏÄÐÉÓÉ ÉÌÉ ÒÁÓÛÉÆÒÏ×ËÉ"
|
||||||
|
|
||||||
#: g10/g10.c:223
|
#: g10/g10.c:228
|
||||||
msgid "|N|set compress level N (0 disables)"
|
msgid "|N|set compress level N (0 disables)"
|
||||||
msgstr "|N|ÕÓÔÁÎÏ×ÉÔØ ÕÒÏ×ÅÎØ ÓÖÁÔÉÑ (0 - ÎÅ ÓÖÉÍÁÔØ)"
|
msgstr "|N|ÕÓÔÁÎÏ×ÉÔØ ÕÒÏ×ÅÎØ ÓÖÁÔÉÑ (0 - ÎÅ ÓÖÉÍÁÔØ)"
|
||||||
|
|
||||||
#: g10/g10.c:225
|
#: g10/g10.c:230
|
||||||
msgid "use canonical text mode"
|
msgid "use canonical text mode"
|
||||||
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ ËÁÎÏÎÉÞÅÓËÉÊ ÔÅËÓÔÏ×ÙÊ ÒÅÖÉÍ"
|
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ ËÁÎÏÎÉÞÅÓËÉÊ ÔÅËÓÔÏ×ÙÊ ÒÅÖÉÍ"
|
||||||
|
|
||||||
#: g10/g10.c:226
|
#: g10/g10.c:231
|
||||||
msgid "use as output file"
|
msgid "use as output file"
|
||||||
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ × ËÁÞÅÓÔ×Å ×ÙÈÏÄÎÏÇÏ ÆÁÊÌÁ"
|
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ × ËÁÞÅÓÔ×Å ×ÙÈÏÄÎÏÇÏ ÆÁÊÌÁ"
|
||||||
|
|
||||||
#: g10/g10.c:227
|
#: g10/g10.c:232
|
||||||
msgid "verbose"
|
msgid "verbose"
|
||||||
msgstr "ÍÎÏÇÏÓÌÏ×ÎÙÊ"
|
msgstr "ÍÎÏÇÏÓÌÏ×ÎÙÊ"
|
||||||
|
|
||||||
#: g10/g10.c:228
|
#: g10/g10.c:233
|
||||||
msgid "be somewhat more quiet"
|
msgid "be somewhat more quiet"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:229
|
#: g10/g10.c:234
|
||||||
|
msgid "don't use the terminal at all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: g10/g10.c:235
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "force v3 signatures"
|
msgid "force v3 signatures"
|
||||||
msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ ÎÁ ËÌÀÞÅ"
|
msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ ÎÁ ËÌÀÞÅ"
|
||||||
|
|
||||||
#: g10/g10.c:230
|
#: g10/g10.c:236
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "always use a MDC for encryption"
|
msgid "always use a MDC for encryption"
|
||||||
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ ÕËÁÚÁÎÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÌÑ ÛÉÆÒÏ×ÁÎÉÑ"
|
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ ÕËÁÚÁÎÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÌÑ ÛÉÆÒÏ×ÁÎÉÑ"
|
||||||
|
|
||||||
#: g10/g10.c:231
|
#: g10/g10.c:237
|
||||||
msgid "do not make any changes"
|
msgid "do not make any changes"
|
||||||
msgstr "Keine wirklichen Änderungen durchführen"
|
msgstr "Keine wirklichen Änderungen durchführen"
|
||||||
|
|
||||||
#. { oInteractive, "interactive", 0, N_("prompt before overwriting") },
|
#. { oInteractive, "interactive", 0, N_("prompt before overwriting") },
|
||||||
#: g10/g10.c:233
|
#: g10/g10.c:239
|
||||||
msgid "batch mode: never ask"
|
msgid "batch mode: never ask"
|
||||||
msgstr "ÐÁËÅÔÎÙÊ ÒÅÖÉÍ: ÎÉÞÅÇÏ ÎÅ ÓÐÒÁÛÉ×ÁÔØ"
|
msgstr "ÐÁËÅÔÎÙÊ ÒÅÖÉÍ: ÎÉÞÅÇÏ ÎÅ ÓÐÒÁÛÉ×ÁÔØ"
|
||||||
|
|
||||||
#: g10/g10.c:234
|
#: g10/g10.c:240
|
||||||
msgid "assume yes on most questions"
|
msgid "assume yes on most questions"
|
||||||
msgstr "ÏÔ×ÅÞÁÔØ \"ÄÁ\" ÎÁ ÂÏÌØÛÉÎÓÔ×Ï ×ÏÐÒÏÓÏ×"
|
msgstr "ÏÔ×ÅÞÁÔØ \"ÄÁ\" ÎÁ ÂÏÌØÛÉÎÓÔ×Ï ×ÏÐÒÏÓÏ×"
|
||||||
|
|
||||||
#: g10/g10.c:235
|
#: g10/g10.c:241
|
||||||
msgid "assume no on most questions"
|
msgid "assume no on most questions"
|
||||||
msgstr "ÏÔ×ÅÞÁÔØ \"ÎÅÔ\" ÎÁ ÂÏÌØÛÉÎÓÔ×Ï ×ÏÐÒÏÓÏ×"
|
msgstr "ÏÔ×ÅÞÁÔØ \"ÎÅÔ\" ÎÁ ÂÏÌØÛÉÎÓÔ×Ï ×ÏÐÒÏÓÏ×"
|
||||||
|
|
||||||
#: g10/g10.c:236
|
#: g10/g10.c:242
|
||||||
msgid "add this keyring to the list of keyrings"
|
msgid "add this keyring to the list of keyrings"
|
||||||
msgstr "ÄÏÂÁ×ÉÔØ ÜÔÕ Ó×ÑÚËÕ Ë ÓÐÉÓËÕ Ó×ÑÚÏË ËÌÀÞÅÊ"
|
msgstr "ÄÏÂÁ×ÉÔØ ÜÔÕ Ó×ÑÚËÕ Ë ÓÐÉÓËÕ Ó×ÑÚÏË ËÌÀÞÅÊ"
|
||||||
|
|
||||||
#: g10/g10.c:237
|
#: g10/g10.c:243
|
||||||
msgid "add this secret keyring to the list"
|
msgid "add this secret keyring to the list"
|
||||||
msgstr "ÄÏÂÁ×ÉÔØ ÜÔÕ ÓÅËÒÅÔÎÕÀ Ó×ÑÚËÕ Ë ÓÐÉÓËÕ Ó×ÑÚÏË ËÌÀÞÅÊ"
|
msgstr "ÄÏÂÁ×ÉÔØ ÜÔÕ ÓÅËÒÅÔÎÕÀ Ó×ÑÚËÕ Ë ÓÐÉÓËÕ Ó×ÑÚÏË ËÌÀÞÅÊ"
|
||||||
|
|
||||||
#: g10/g10.c:238
|
#: g10/g10.c:244
|
||||||
msgid "|NAME|use NAME as default secret key"
|
msgid "|NAME|use NAME as default secret key"
|
||||||
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ éíñ × ËÁÞÅÓÔ×Å ÓÅËÒÅÔÎÏÇÏ ËÌÀÞÁ ÐÏ ÕÍÏÌÞÁÎÉÀ"
|
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ éíñ × ËÁÞÅÓÔ×Å ÓÅËÒÅÔÎÏÇÏ ËÌÀÞÁ ÐÏ ÕÍÏÌÞÁÎÉÀ"
|
||||||
|
|
||||||
#: g10/g10.c:239
|
#: g10/g10.c:245
|
||||||
msgid "|HOST|use this keyserver to lookup keys"
|
msgid "|HOST|use this keyserver to lookup keys"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:240
|
#: g10/g10.c:246
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "|NAME|set terminal charset to NAME"
|
msgid "|NAME|set terminal charset to NAME"
|
||||||
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÛÉÆÒÏ×ÁÌØÎÙÊ ÁÌÇÏÒÉÔÍÏÍ éíñ"
|
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÛÉÆÒÏ×ÁÌØÎÙÊ ÁÌÇÏÒÉÔÍÏÍ éíñ"
|
||||||
|
|
||||||
#: g10/g10.c:241
|
#: g10/g10.c:247
|
||||||
msgid "read options from file"
|
msgid "read options from file"
|
||||||
msgstr "ÞÉÔÁÔØ ÐÁÒÁÍÅÔÒÙ ÉÚ ÆÁÊÌÁ"
|
msgstr "ÞÉÔÁÔØ ÐÁÒÁÍÅÔÒÙ ÉÚ ÆÁÊÌÁ"
|
||||||
|
|
||||||
#: g10/g10.c:243
|
#: g10/g10.c:249
|
||||||
msgid "set debugging flags"
|
msgid "set debugging flags"
|
||||||
msgstr "ÕÓÔÁÎÏ×ÉÔØ ÏÔÌÁÄÏÞÎÙÅ ÆÌÁÇÉ"
|
msgstr "ÕÓÔÁÎÏ×ÉÔØ ÏÔÌÁÄÏÞÎÙÅ ÆÌÁÇÉ"
|
||||||
|
|
||||||
#: g10/g10.c:244
|
#: g10/g10.c:250
|
||||||
msgid "enable full debugging"
|
msgid "enable full debugging"
|
||||||
msgstr "ÒÁÚÒÅÛÉÔØ ×ÓÀ ÏÔÌÁÄËÕ"
|
msgstr "ÒÁÚÒÅÛÉÔØ ×ÓÀ ÏÔÌÁÄËÕ"
|
||||||
|
|
||||||
#: g10/g10.c:245
|
#: g10/g10.c:251
|
||||||
msgid "|FD|write status info to this FD"
|
msgid "|FD|write status info to this FD"
|
||||||
msgstr "|FD| ÚÁÐÉÓÙ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÓÏÓÔÏÑÎÉÉ × ÄÅÓËÒÉÐÔÏÒ (FD)"
|
msgstr "|FD| ÚÁÐÉÓÙ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÓÏÓÔÏÑÎÉÉ × ÄÅÓËÒÉÐÔÏÒ (FD)"
|
||||||
|
|
||||||
#: g10/g10.c:246
|
#: g10/g10.c:252
|
||||||
msgid "do not write comment packets"
|
msgid "do not write comment packets"
|
||||||
msgstr "ÎÅ ÐÉÓÁÔØ ÐÁËÅÔÙ Ó ËÏÍÍÅÎÔÁÒÉÑÍÉ"
|
msgstr "ÎÅ ÐÉÓÁÔØ ÐÁËÅÔÙ Ó ËÏÍÍÅÎÔÁÒÉÑÍÉ"
|
||||||
|
|
||||||
#: g10/g10.c:247
|
#: g10/g10.c:253
|
||||||
msgid "(default is 1)"
|
msgid "(default is 1)"
|
||||||
msgstr "(ÐÏ ÕÍÏÌÞÁÎÉÀ 1)"
|
msgstr "(ÐÏ ÕÍÏÌÞÁÎÉÀ 1)"
|
||||||
|
|
||||||
#: g10/g10.c:248
|
#: g10/g10.c:254
|
||||||
msgid "(default is 3)"
|
msgid "(default is 3)"
|
||||||
msgstr "(ÐÏ ÕÍÏÌÞÁÎÉÀ 3)"
|
msgstr "(ÐÏ ÕÍÏÌÞÁÎÉÀ 3)"
|
||||||
|
|
||||||
#: g10/g10.c:250
|
#: g10/g10.c:256
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "|FILE|load extension module FILE"
|
msgid "|FILE|load extension module FILE"
|
||||||
msgstr "|æáêì|ÚÁÇÒÕÚÉÔØ æáêì Ó ÒÁÓÛÉÒÑÀÝÉÍÉ ÍÏÄÕÌÑÍÉ"
|
msgstr "|æáêì|ÚÁÇÒÕÚÉÔØ æáêì Ó ÒÁÓÛÉÒÑÀÝÉÍÉ ÍÏÄÕÌÑÍÉ"
|
||||||
|
|
||||||
#: g10/g10.c:251
|
#: g10/g10.c:257
|
||||||
msgid "emulate the mode described in RFC1991"
|
msgid "emulate the mode described in RFC1991"
|
||||||
msgstr "ÜÍÕÌÉÒÏ×ÁÔØ ÒÅÖÉÍ ÏÐÉÓÁÎÎÙÊ × RFC1991"
|
msgstr "ÜÍÕÌÉÒÏ×ÁÔØ ÒÅÖÉÍ ÏÐÉÓÁÎÎÙÊ × RFC1991"
|
||||||
|
|
||||||
#: g10/g10.c:252
|
#: g10/g10.c:258
|
||||||
|
msgid "set all packet, cipher and digest options to OpenPGP behavior"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: g10/g10.c:259
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "|N|use passphrase mode N"
|
msgid "|N|use passphrase mode N"
|
||||||
msgstr "|N|ÉÓÐÏÌØÚÏ×ÁÔØ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ ÒÅÖÉÍÁ N\n"
|
msgstr "|N|ÉÓÐÏÌØÚÏ×ÁÔØ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ ÒÅÖÉÍÁ N\n"
|
||||||
|
|
||||||
#: g10/g10.c:254
|
#: g10/g10.c:261
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "|NAME|use message digest algorithm NAME for passphrases"
|
msgid "|NAME|use message digest algorithm NAME for passphrases"
|
||||||
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÈÜÛ-ÁÌÇÏÒÉÔÍ éíñ ÄÌÑ ËÌÀÞÅ×ÙÈ ÆÒÁÚ"
|
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÈÜÛ-ÁÌÇÏÒÉÔÍ éíñ ÄÌÑ ËÌÀÞÅ×ÙÈ ÆÒÁÚ"
|
||||||
|
|
||||||
#: g10/g10.c:256
|
#: g10/g10.c:263
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "|NAME|use cipher algorithm NAME for passphrases"
|
msgid "|NAME|use cipher algorithm NAME for passphrases"
|
||||||
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÛÉÆÒÏ×ÁÌØÎÙÊ ÁÌÇÏÒÉÔÍÏÍ éíñ ÄÌÑ ËÌÀÞÅ×ÙÈ ÆÒÁÚ"
|
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÛÉÆÒÏ×ÁÌØÎÙÊ ÁÌÇÏÒÉÔÍÏÍ éíñ ÄÌÑ ËÌÀÞÅ×ÙÈ ÆÒÁÚ"
|
||||||
|
|
||||||
#: g10/g10.c:257
|
#: g10/g10.c:264
|
||||||
msgid "|NAME|use cipher algorithm NAME"
|
msgid "|NAME|use cipher algorithm NAME"
|
||||||
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÛÉÆÒÏ×ÁÌØÎÙÊ ÁÌÇÏÒÉÔÍÏÍ éíñ"
|
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÛÉÆÒÏ×ÁÌØÎÙÊ ÁÌÇÏÒÉÔÍÏÍ éíñ"
|
||||||
|
|
||||||
#: g10/g10.c:258
|
#: g10/g10.c:265
|
||||||
msgid "|NAME|use message digest algorithm NAME"
|
msgid "|NAME|use message digest algorithm NAME"
|
||||||
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÈÜÛ-ÁÌÇÏÒÉÔÍ éíñ"
|
msgstr "|éíñ|ÉÓÐÏÌØÚÏ×ÁÔØ ÈÜÛ-ÁÌÇÏÒÉÔÍ éíñ"
|
||||||
|
|
||||||
#: g10/g10.c:259
|
#: g10/g10.c:266
|
||||||
msgid "|N|use compress algorithm N"
|
msgid "|N|use compress algorithm N"
|
||||||
msgstr "|N|ÉÓÐÏÌØÚÏ×ÁÔØ ÁÌÇÏÒÉÔÍ ÓÖÁÔÉÑ N"
|
msgstr "|N|ÉÓÐÏÌØÚÏ×ÁÔØ ÁÌÇÏÒÉÔÍ ÓÖÁÔÉÑ N"
|
||||||
|
|
||||||
#: g10/g10.c:260
|
#: g10/g10.c:267
|
||||||
msgid "throw keyid field of encrypted packets"
|
msgid "throw keyid field of encrypted packets"
|
||||||
msgstr "×ÙÂÒÁÓÙ×ÁÔØ ÐÏÌÅ keyid Õ ÚÁÛÉÆÒÏ×ÁÎÎÙÈ ÐÁËÅÔÏ×"
|
msgstr "×ÙÂÒÁÓÙ×ÁÔØ ÐÏÌÅ keyid Õ ÚÁÛÉÆÒÏ×ÁÎÎÙÈ ÐÁËÅÔÏ×"
|
||||||
|
|
||||||
#: g10/g10.c:261
|
#: g10/g10.c:268
|
||||||
msgid "|NAME=VALUE|use this notation data"
|
msgid "|NAME=VALUE|use this notation data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:263
|
#: g10/g10.c:270
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"@\n"
|
"@\n"
|
||||||
@ -652,17 +660,17 @@ msgstr ""
|
|||||||
" --list-keys [names] ÐÏËÁÚÁÔØ ÓÐÉÓÏË ËÌÀÞÅÊ\n"
|
" --list-keys [names] ÐÏËÁÚÁÔØ ÓÐÉÓÏË ËÌÀÞÅÊ\n"
|
||||||
" --fingerprint [names] ÐÏËÁÚÁÔØ \"ÏÔÐÅÞÁÔËÉ ÐÁÌØÃÅ×\" ËÌÀÞÅÊ\n"
|
" --fingerprint [names] ÐÏËÁÚÁÔØ \"ÏÔÐÅÞÁÔËÉ ÐÁÌØÃÅ×\" ËÌÀÞÅÊ\n"
|
||||||
|
|
||||||
#: g10/g10.c:337
|
#: g10/g10.c:347
|
||||||
msgid "Please report bugs to <gnupg-bugs@gnu.org>.\n"
|
msgid "Please report bugs to <gnupg-bugs@gnu.org>.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ðÏÖÁÌÕÊÓÔÁ, ÏÔÐÒÁ×ÌÑÊÔÅ ÓÏÏÂÝÅÎÉÑ Ï ÏÛÉÂËÁÈ ÐÏ ÁÄÒÅÓÕ "
|
"ðÏÖÁÌÕÊÓÔÁ, ÏÔÐÒÁ×ÌÑÊÔÅ ÓÏÏÂÝÅÎÉÑ Ï ÏÛÉÂËÁÈ ÐÏ ÁÄÒÅÓÕ "
|
||||||
"<gnupg-bugs@gnu.org>.\n"
|
"<gnupg-bugs@gnu.org>.\n"
|
||||||
|
|
||||||
#: g10/g10.c:341
|
#: g10/g10.c:351
|
||||||
msgid "Usage: gpg [options] [files] (-h for help)"
|
msgid "Usage: gpg [options] [files] (-h for help)"
|
||||||
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: gpg [ÐÁÒÁÍÅÔÒÙ] [ÆÁÊÌÙ] (-h ÄÌÑ ÐÏÍÏÝÉ)"
|
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: gpg [ÐÁÒÁÍÅÔÒÙ] [ÆÁÊÌÙ] (-h ÄÌÑ ÐÏÍÏÝÉ)"
|
||||||
|
|
||||||
#: g10/g10.c:344
|
#: g10/g10.c:354
|
||||||
msgid ""
|
msgid ""
|
||||||
"Syntax: gpg [options] [files]\n"
|
"Syntax: gpg [options] [files]\n"
|
||||||
"sign, check, encrypt or decrypt\n"
|
"sign, check, encrypt or decrypt\n"
|
||||||
@ -672,7 +680,7 @@ msgstr ""
|
|||||||
"ÐÏÄÐÉÓÙ×ÁÅÔ, ÐÒÏ×ÅÒÑÅÔ ÐÏÄÐÉÓÉ, ÛÉÆÒÕÅÔ ÉÌÉ ÒÁÓÛÉÆÒÏ×Ù×ÁÅÔ\n"
|
"ÐÏÄÐÉÓÙ×ÁÅÔ, ÐÒÏ×ÅÒÑÅÔ ÐÏÄÐÉÓÉ, ÛÉÆÒÕÅÔ ÉÌÉ ÒÁÓÛÉÆÒÏ×Ù×ÁÅÔ\n"
|
||||||
"ÒÅÖÉÍ ÒÁÂÏÔÙ ÚÁ×ÉÓÉÔ ÏÔ ×ÈÏÄÎÙÈ ÄÁÎÎÙÈ\n"
|
"ÒÅÖÉÍ ÒÁÂÏÔÙ ÚÁ×ÉÓÉÔ ÏÔ ×ÈÏÄÎÙÈ ÄÁÎÎÙÈ\n"
|
||||||
|
|
||||||
#: g10/g10.c:349
|
#: g10/g10.c:359
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Supported algorithms:\n"
|
"Supported algorithms:\n"
|
||||||
@ -680,171 +688,171 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
"ðÏÄÄÅÒÖÉ×ÁÅÍÙÅ ÁÌÇÏÒÉÔÍÙ:\n"
|
"ðÏÄÄÅÒÖÉ×ÁÅÍÙÅ ÁÌÇÏÒÉÔÍÙ:\n"
|
||||||
|
|
||||||
#: g10/g10.c:423
|
#: g10/g10.c:433
|
||||||
msgid "usage: gpg [options] "
|
msgid "usage: gpg [options] "
|
||||||
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: gpg [ÐÁÒÁÍÅÔÒÙ] "
|
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: gpg [ÐÁÒÁÍÅÔÒÙ] "
|
||||||
|
|
||||||
#: g10/g10.c:463
|
#: g10/g10.c:473
|
||||||
msgid "conflicting commands\n"
|
msgid "conflicting commands\n"
|
||||||
msgstr "Widersprüchliche Kommandos\n"
|
msgstr "Widersprüchliche Kommandos\n"
|
||||||
|
|
||||||
#: g10/g10.c:595
|
#: g10/g10.c:605
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "NOTE: no default option file `%s'\n"
|
msgid "NOTE: no default option file `%s'\n"
|
||||||
msgstr "ÚÁÍÅÞÁÎÉÅ: ÆÁÊÌ ÐÁÒÁÍÅÔÒÏ× ÐÏ ÕÍÏÌÞÁÎÉÀ `%s' ÏÔÓÕÔÓÔ×ÕÅÔ\n"
|
msgstr "ÚÁÍÅÞÁÎÉÅ: ÆÁÊÌ ÐÁÒÁÍÅÔÒÏ× ÐÏ ÕÍÏÌÞÁÎÉÀ `%s' ÏÔÓÕÔÓÔ×ÕÅÔ\n"
|
||||||
|
|
||||||
#: g10/g10.c:599
|
#: g10/g10.c:609
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "option file `%s': %s\n"
|
msgid "option file `%s': %s\n"
|
||||||
msgstr "ÆÁÊÌ ÐÁÒÁÍÅÔÒÏ× `%s': %s\n"
|
msgstr "ÆÁÊÌ ÐÁÒÁÍÅÔÒÏ× `%s': %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:606
|
#: g10/g10.c:616
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "reading options from `%s'\n"
|
msgid "reading options from `%s'\n"
|
||||||
msgstr "ÞÉÔÁÀÔÓÑ ÐÁÒÁÍÅÔÒÙ ÉÚ `%s'\n"
|
msgstr "ÞÉÔÁÀÔÓÑ ÐÁÒÁÍÅÔÒÙ ÉÚ `%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:755
|
#: g10/g10.c:782
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "%s is not a valid character set\n"
|
msgid "%s is not a valid character set\n"
|
||||||
msgstr "îÅÄÏÐÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ × ËÏÍÍÅÎÔÁÒÉÉ.\n"
|
msgstr "îÅÄÏÐÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ × ËÏÍÍÅÎÔÁÒÉÉ.\n"
|
||||||
|
|
||||||
#: g10/g10.c:799 g10/g10.c:811
|
#: g10/g10.c:827 g10/g10.c:839
|
||||||
msgid "selected cipher algorithm is invalid\n"
|
msgid "selected cipher algorithm is invalid\n"
|
||||||
msgstr "×ÙÂÒÁÎ ÎÅÄÏÐÕÓÔÉÍÙÊ ÁÌÇÏÒÉÔÍ ÛÉÆÒÏ×ÁÎÉÑ\n"
|
msgstr "×ÙÂÒÁÎ ÎÅÄÏÐÕÓÔÉÍÙÊ ÁÌÇÏÒÉÔÍ ÛÉÆÒÏ×ÁÎÉÑ\n"
|
||||||
|
|
||||||
#: g10/g10.c:805 g10/g10.c:817
|
#: g10/g10.c:833 g10/g10.c:845
|
||||||
msgid "selected digest algorithm is invalid\n"
|
msgid "selected digest algorithm is invalid\n"
|
||||||
msgstr "×ÙÂÒÁÎ ÎÅÄÏÐÕÓÔÉÍÙÊ ÄÁÊÄÖÅÓÔ-ÁÌÇÏÒÉÔÍ\n"
|
msgstr "×ÙÂÒÁÎ ÎÅÄÏÐÕÓÔÉÍÙÊ ÄÁÊÄÖÅÓÔ-ÁÌÇÏÒÉÔÍ\n"
|
||||||
|
|
||||||
#: g10/g10.c:821
|
#: g10/g10.c:849
|
||||||
msgid "the given policy URL is invalid\n"
|
msgid "the given policy URL is invalid\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:824
|
#: g10/g10.c:852
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "compress algorithm must be in range %d..%d\n"
|
msgid "compress algorithm must be in range %d..%d\n"
|
||||||
msgstr "ÁÌÇÏÒÉÔÍ ÕÐÁËÏ×ËÉ ÍÏÖÅÔ ÉÍÅÔØ ÚÎÁÞÅÎÉÑ ÏÔ %d ÄÏ %d\n"
|
msgstr "ÁÌÇÏÒÉÔÍ ÕÐÁËÏ×ËÉ ÍÏÖÅÔ ÉÍÅÔØ ÚÎÁÞÅÎÉÑ ÏÔ %d ÄÏ %d\n"
|
||||||
|
|
||||||
#: g10/g10.c:826
|
#: g10/g10.c:854
|
||||||
msgid "completes-needed must be greater than 0\n"
|
msgid "completes-needed must be greater than 0\n"
|
||||||
msgstr "completes-needed ÄÏÌÖÅÎ ÂÙÔØ ÂÏÌØÛÅ 0\n"
|
msgstr "completes-needed ÄÏÌÖÅÎ ÂÙÔØ ÂÏÌØÛÅ 0\n"
|
||||||
|
|
||||||
#: g10/g10.c:828
|
#: g10/g10.c:856
|
||||||
msgid "marginals-needed must be greater than 1\n"
|
msgid "marginals-needed must be greater than 1\n"
|
||||||
msgstr "marginals-needed ÄÏÌÖÅÎ ÂÙÔØ ÂÏÌØÛÅ 1\n"
|
msgstr "marginals-needed ÄÏÌÖÅÎ ÂÙÔØ ÂÏÌØÛÅ 1\n"
|
||||||
|
|
||||||
#: g10/g10.c:830
|
#: g10/g10.c:858
|
||||||
msgid "max-cert-depth must be in range 1 to 255\n"
|
msgid "max-cert-depth must be in range 1 to 255\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:833
|
#: g10/g10.c:861
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "NOTE: simple S2K mode (0) is strongly discouraged\n"
|
msgid "NOTE: simple S2K mode (0) is strongly discouraged\n"
|
||||||
msgstr "ÚÁÍÅÞÁÎÉÅ: ÐÒÏÓÔÏÊ S2K ÒÅÖÉÍ (0) ÏÞÅÎØ ÎÅ ÒÅËÏÍÅÎÄÕÅÔÓÑ\n"
|
msgstr "ÚÁÍÅÞÁÎÉÅ: ÐÒÏÓÔÏÊ S2K ÒÅÖÉÍ (0) ÏÞÅÎØ ÎÅ ÒÅËÏÍÅÎÄÕÅÔÓÑ\n"
|
||||||
|
|
||||||
#: g10/g10.c:837
|
#: g10/g10.c:865
|
||||||
msgid "invalid S2K mode; must be 0, 1 or 3\n"
|
msgid "invalid S2K mode; must be 0, 1 or 3\n"
|
||||||
msgstr "ÎÅÄÏÐÕÓÔÉÍÙÊ ÒÅÖÉÍ S2K: ÄÏÌÖÅÎ ÂÙÔØ 0, 1 ÉÌÉ 3\n"
|
msgstr "ÎÅÄÏÐÕÓÔÉÍÙÊ ÒÅÖÉÍ S2K: ÄÏÌÖÅÎ ÂÙÔØ 0, 1 ÉÌÉ 3\n"
|
||||||
|
|
||||||
#: g10/g10.c:914
|
#: g10/g10.c:942
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "failed to initialize the TrustDB: %s\n"
|
msgid "failed to initialize the TrustDB: %s\n"
|
||||||
msgstr "ïÛÉÂËÁ ÉÎÉÃÉÁÌÉÚÁÃÉÉ ÂÁÚÙ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ: %s\n"
|
msgstr "ïÛÉÂËÁ ÉÎÉÃÉÁÌÉÚÁÃÉÉ ÂÁÚÙ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:920
|
#: g10/g10.c:948
|
||||||
msgid "--store [filename]"
|
msgid "--store [filename]"
|
||||||
msgstr "--store [ÉÍÑ ÆÁÊÌÁ]"
|
msgstr "--store [ÉÍÑ ÆÁÊÌÁ]"
|
||||||
|
|
||||||
#: g10/g10.c:927
|
#: g10/g10.c:955
|
||||||
msgid "--symmetric [filename]"
|
msgid "--symmetric [filename]"
|
||||||
msgstr "--symmetric [ÉÍÑ ÆÁÊÌÁ]"
|
msgstr "--symmetric [ÉÍÑ ÆÁÊÌÁ]"
|
||||||
|
|
||||||
#: g10/g10.c:935
|
#: g10/g10.c:963
|
||||||
msgid "--encrypt [filename]"
|
msgid "--encrypt [filename]"
|
||||||
msgstr "--encrypt [ÉÍÑ ÆÁÊÌÁ]"
|
msgstr "--encrypt [ÉÍÑ ÆÁÊÌÁ]"
|
||||||
|
|
||||||
#: g10/g10.c:948
|
#: g10/g10.c:976
|
||||||
msgid "--sign [filename]"
|
msgid "--sign [filename]"
|
||||||
msgstr "--sign [ÉÍÑ ÆÁÊÌÁ]"
|
msgstr "--sign [ÉÍÑ ÆÁÊÌÁ]"
|
||||||
|
|
||||||
#: g10/g10.c:961
|
#: g10/g10.c:989
|
||||||
msgid "--sign --encrypt [filename]"
|
msgid "--sign --encrypt [filename]"
|
||||||
msgstr "--sign --encrypt [ÉÍÑ ÆÁÊÌÁ]"
|
msgstr "--sign --encrypt [ÉÍÑ ÆÁÊÌÁ]"
|
||||||
|
|
||||||
#: g10/g10.c:975
|
#: g10/g10.c:1003
|
||||||
msgid "--clearsign [filename]"
|
msgid "--clearsign [filename]"
|
||||||
msgstr "--clearsign [ÉÍÑ ÆÁÊÌÁ]"
|
msgstr "--clearsign [ÉÍÑ ÆÁÊÌÁ]"
|
||||||
|
|
||||||
#: g10/g10.c:987
|
#: g10/g10.c:1015
|
||||||
msgid "--decrypt [filename]"
|
msgid "--decrypt [filename]"
|
||||||
msgstr "--decrypt [ÉÍÑ ÆÁÊÌÁ]"
|
msgstr "--decrypt [ÉÍÑ ÆÁÊÌÁ]"
|
||||||
|
|
||||||
#: g10/g10.c:996
|
#: g10/g10.c:1024
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "--edit-key username [commands]"
|
msgid "--edit-key username [commands]"
|
||||||
msgstr "--edit-key ÉÍÑ-ÐÏÌØÚÏ×ÁÔÅÌÑ"
|
msgstr "--edit-key ÉÍÑ-ÐÏÌØÚÏ×ÁÔÅÌÑ"
|
||||||
|
|
||||||
#: g10/g10.c:1010
|
#: g10/g10.c:1038
|
||||||
msgid "--delete-secret-key username"
|
msgid "--delete-secret-key username"
|
||||||
msgstr "--delete-secret-key ÉÍÑ-ÐÏÌØÚÏ×ÁÔÅÌÑ"
|
msgstr "--delete-secret-key ÉÍÑ-ÐÏÌØÚÏ×ÁÔÅÌÑ"
|
||||||
|
|
||||||
#: g10/g10.c:1013
|
#: g10/g10.c:1041
|
||||||
msgid "--delete-key username"
|
msgid "--delete-key username"
|
||||||
msgstr "--delete-key ÉÍÑ-ÐÏÌØÚÏ×ÁÔÅÌÑ"
|
msgstr "--delete-key ÉÍÑ-ÐÏÌØÚÏ×ÁÔÅÌÑ"
|
||||||
|
|
||||||
#: g10/encode.c:231 g10/g10.c:1036 g10/sign.c:366
|
#: g10/encode.c:231 g10/g10.c:1064 g10/sign.c:366
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "can't open %s: %s\n"
|
msgid "can't open %s: %s\n"
|
||||||
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ `%s': %s\n"
|
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ `%s': %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1047
|
#: g10/g10.c:1075
|
||||||
msgid "-k[v][v][v][c] [userid] [keyring]"
|
msgid "-k[v][v][v][c] [userid] [keyring]"
|
||||||
msgstr "-k[v][v][v][c] [ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ] [Ó×ÑÚËÁ ËÌÀÞÅÊ]"
|
msgstr "-k[v][v][v][c] [ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ] [Ó×ÑÚËÁ ËÌÀÞÅÊ]"
|
||||||
|
|
||||||
#: g10/g10.c:1106
|
#: g10/g10.c:1134
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "dearmoring failed: %s\n"
|
msgid "dearmoring failed: %s\n"
|
||||||
msgstr "ÏÛÉÂËÁ ÄÅËÏÄÉÒÏ×ÁÎÉÑ: %s\n"
|
msgstr "ÏÛÉÂËÁ ÄÅËÏÄÉÒÏ×ÁÎÉÑ: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1114
|
#: g10/g10.c:1142
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "enarmoring failed: %s\n"
|
msgid "enarmoring failed: %s\n"
|
||||||
msgstr "ÏÛÉÂËÁ ËÏÄÉÒÏ×ÁÎÉÑ: %s\n"
|
msgstr "ÏÛÉÂËÁ ËÏÄÉÒÏ×ÁÎÉÑ: %s\n"
|
||||||
|
|
||||||
#: g10/g10.c:1180
|
#: g10/g10.c:1208
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "invalid hash algorithm `%s'\n"
|
msgid "invalid hash algorithm `%s'\n"
|
||||||
msgstr "ÎÅÄÏÐÕÓÔÉÍÙÊ ÈÜÛ-ÁÌÇÏÒÉÔÍ `%s'\n"
|
msgstr "ÎÅÄÏÐÕÓÔÉÍÙÊ ÈÜÛ-ÁÌÇÏÒÉÔÍ `%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:1255
|
#: g10/g10.c:1283
|
||||||
msgid "[filename]"
|
msgid "[filename]"
|
||||||
msgstr "[ÉÍÑ ÆÁÊÌÁ]"
|
msgstr "[ÉÍÑ ÆÁÊÌÁ]"
|
||||||
|
|
||||||
#: g10/g10.c:1259
|
#: g10/g10.c:1287
|
||||||
msgid "Go ahead and type your message ...\n"
|
msgid "Go ahead and type your message ...\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/decrypt.c:59 g10/g10.c:1262 g10/verify.c:66
|
#: g10/decrypt.c:59 g10/g10.c:1290 g10/verify.c:66
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "can't open `%s'\n"
|
msgid "can't open `%s'\n"
|
||||||
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ `%s'\n"
|
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ `%s'\n"
|
||||||
|
|
||||||
#: g10/g10.c:1429
|
#: g10/g10.c:1457
|
||||||
msgid ""
|
msgid ""
|
||||||
"the first character of a notation name must be a letter or an underscore\n"
|
"the first character of a notation name must be a letter or an underscore\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:1435
|
#: g10/g10.c:1463
|
||||||
msgid ""
|
msgid ""
|
||||||
"a notation name must have only letters, digits, dots or underscores and end "
|
"a notation name must have only letters, digits, dots or underscores and end "
|
||||||
"with an '='\n"
|
"with an '='\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:1441
|
#: g10/g10.c:1469
|
||||||
msgid "dots in a notation name must be surrounded by other characters\n"
|
msgid "dots in a notation name must be surrounded by other characters\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/g10.c:1449
|
#: g10/g10.c:1477
|
||||||
msgid "a notation value must not use any control characters\n"
|
msgid "a notation value must not use any control characters\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1432,7 +1440,7 @@ msgstr "
|
|||||||
|
|
||||||
#: g10/keygen.c:859
|
#: g10/keygen.c:859
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Key generation cancelled.\n"
|
msgid "Key generation canceled.\n"
|
||||||
msgstr "çÅÎÅÒÁÃÉÑ ËÌÀÞÁ ÏÔÍÅÎÅÎÁ: %s\n"
|
msgstr "çÅÎÅÒÁÃÉÑ ËÌÀÞÁ ÏÔÍÅÎÅÎÁ: %s\n"
|
||||||
|
|
||||||
#: g10/keygen.c:869
|
#: g10/keygen.c:869
|
||||||
@ -1507,7 +1515,7 @@ msgstr "%s:
|
|||||||
msgid "reading from `%s'\n"
|
msgid "reading from `%s'\n"
|
||||||
msgstr "þÉÔÁÅÔÓÑ ÉÚ `%s'\n"
|
msgstr "þÉÔÁÅÔÓÑ ÉÚ `%s'\n"
|
||||||
|
|
||||||
#: g10/encode.c:417
|
#: g10/encode.c:431
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "%s/%s encrypted for: %s\n"
|
msgid "%s/%s encrypted for: %s\n"
|
||||||
msgstr "%s ÚÁÛÉÆÒÏ×ÁÎÏ ÄÌÑ: %s\n"
|
msgstr "%s ÚÁÛÉÆÒÏ×ÁÎÏ ÄÌÑ: %s\n"
|
||||||
@ -1899,7 +1907,7 @@ msgstr ""
|
|||||||
msgid "Really sign? "
|
msgid "Really sign? "
|
||||||
msgstr "äÅÊÓÔ×ÉÔÅÌØÎÏ ÐÏÄÐÉÓÁÔØ? "
|
msgstr "äÅÊÓÔ×ÉÔÅÌØÎÏ ÐÏÄÐÉÓÁÔØ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:369 g10/keyedit.c:1779 g10/keyedit.c:1828 g10/sign.c:128
|
#: g10/keyedit.c:369 g10/keyedit.c:1790 g10/keyedit.c:1839 g10/sign.c:128
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "signing failed: %s\n"
|
msgid "signing failed: %s\n"
|
||||||
msgstr "ÏÛÉÂËÁ ÐÏÄÐÉÓÙ×ÁÎÉÑ: %s\n"
|
msgstr "ÏÛÉÂËÁ ÐÏÄÐÉÓÙ×ÁÎÉÑ: %s\n"
|
||||||
@ -2229,120 +2237,125 @@ msgstr "
|
|||||||
msgid "Really remove this user id? "
|
msgid "Really remove this user id? "
|
||||||
msgstr "äÅÊÓÔ×ÉÔÅÌØÎÏ ÕÄÁÌÉÔØ ÜÔÏÔ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ? "
|
msgstr "äÅÊÓÔ×ÉÔÅÌØÎÏ ÕÄÁÌÉÔØ ÜÔÏÔ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:856 g10/keyedit.c:878
|
#: g10/keyedit.c:858 g10/keyedit.c:880
|
||||||
msgid "You must select at least one key.\n"
|
msgid "You must select at least one key.\n"
|
||||||
msgstr "÷Ù ÄÏÌÖÎÙ ×ÙÂÒÁÔØ ÈÏÔÑ ÂÙ ÏÄÉÎ ËÌÀÞ.\n"
|
msgstr "÷Ù ÄÏÌÖÎÙ ×ÙÂÒÁÔØ ÈÏÔÑ ÂÙ ÏÄÉÎ ËÌÀÞ.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:860
|
#: g10/keyedit.c:862
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Do you really want to delete the selected keys? "
|
msgid "Do you really want to delete the selected keys? "
|
||||||
msgstr "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ×ÙÂÒÁÎÎÙÅ ËÌÀÞÉ? "
|
msgstr "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ×ÙÂÒÁÎÎÙÅ ËÌÀÞÉ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:861
|
#: g10/keyedit.c:863
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Do you really want to delete this key? "
|
msgid "Do you really want to delete this key? "
|
||||||
msgstr "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏÔ ËÌÀÞ? "
|
msgstr "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏÔ ËÌÀÞ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:882
|
#: g10/keyedit.c:884
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Do you really want to revoke the selected keys? "
|
msgid "Do you really want to revoke the selected keys? "
|
||||||
msgstr "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ×ÙÂÒÁÎÎÙÅ ËÌÀÞÉ? "
|
msgstr "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ×ÙÂÒÁÎÎÙÅ ËÌÀÞÉ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:883
|
#: g10/keyedit.c:885
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Do you really want to revoke this key? "
|
msgid "Do you really want to revoke this key? "
|
||||||
msgstr "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏÔ ËÌÀÞ? "
|
msgstr "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏÔ ËÌÀÞ? "
|
||||||
|
|
||||||
#: g10/keyedit.c:937
|
#: g10/keyedit.c:939
|
||||||
msgid "Invalid command (try \"help\")\n"
|
msgid "Invalid command (try \"help\")\n"
|
||||||
msgstr "îÅÄÏÐÕÓÔÉÍÁÑ ËÏÍÁÎÄÁ (ÐÏÐÒÏÂÕÊÔÅ \"help\")\n"
|
msgstr "îÅÄÏÐÕÓÔÉÍÁÑ ËÏÍÁÎÄÁ (ÐÏÐÒÏÂÕÊÔÅ \"help\")\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1289
|
#: g10/keyedit.c:1294
|
||||||
msgid "Delete this good signature? (y/N/q)"
|
msgid "Delete this good signature? (y/N/q)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1292
|
#: g10/keyedit.c:1298
|
||||||
msgid "Delete this invalid signature? (y/N/q)"
|
msgid "Delete this invalid signature? (y/N/q)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1297
|
#: g10/keyedit.c:1302
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Delete this unknown signature? (y/N/q)"
|
||||||
|
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ"
|
||||||
|
|
||||||
|
#: g10/keyedit.c:1308
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Really delete this self-signature? (y/N)"
|
msgid "Really delete this self-signature? (y/N)"
|
||||||
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ"
|
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ"
|
||||||
|
|
||||||
#: g10/keyedit.c:1311
|
#: g10/keyedit.c:1322
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Deleted %d signature.\n"
|
msgid "Deleted %d signature.\n"
|
||||||
msgstr "%d ÐÌÏÈÉÈ ÐÏÄÐÉÓÅÊ\n"
|
msgstr "%d ÐÌÏÈÉÈ ÐÏÄÐÉÓÅÊ\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1312
|
#: g10/keyedit.c:1323
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Deleted %d signatures.\n"
|
msgid "Deleted %d signatures.\n"
|
||||||
msgstr "%d ÐÌÏÈÉÈ ÐÏÄÐÉÓÅÊ\n"
|
msgstr "%d ÐÌÏÈÉÈ ÐÏÄÐÉÓÅÊ\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1315
|
#: g10/keyedit.c:1326
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Nothing deleted.\n"
|
msgid "Nothing deleted.\n"
|
||||||
msgstr "÷îéíáîéå: éÓÐÏÌØÚÕÅÔÓÑ ËÌÀÞ Ë ËÏÔÏÒÏÍÕ ÎÅÔ ÄÏ×ÅÒÉÑ!\n"
|
msgstr "÷îéíáîéå: éÓÐÏÌØÚÕÅÔÓÑ ËÌÀÞ Ë ËÏÔÏÒÏÍÕ ÎÅÔ ÄÏ×ÅÒÉÑ!\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1384
|
#: g10/keyedit.c:1395
|
||||||
msgid "Please remove selections from the secret keys.\n"
|
msgid "Please remove selections from the secret keys.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1390
|
#: g10/keyedit.c:1401
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Please select at most one secondary key.\n"
|
msgid "Please select at most one secondary key.\n"
|
||||||
msgstr "÷Ù ÄÏÌÖÎÙ ×ÙÂÒÁÔØ ÈÏÔÑ ÂÙ ÏÄÉÎ ËÌÀÞ.\n"
|
msgstr "÷Ù ÄÏÌÖÎÙ ×ÙÂÒÁÔØ ÈÏÔÑ ÂÙ ÏÄÉÎ ËÌÀÞ.\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1394
|
#: g10/keyedit.c:1405
|
||||||
msgid "Changing exiration time for a secondary key.\n"
|
msgid "Changing expiration time for a secondary key.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1396
|
#: g10/keyedit.c:1407
|
||||||
msgid "Changing exiration time for the primary key.\n"
|
msgid "Changing expiration time for the primary key.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1437
|
#: g10/keyedit.c:1448
|
||||||
msgid "You can't change the expiration date of a v3 key\n"
|
msgid "You can't change the expiration date of a v3 key\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1453
|
#: g10/keyedit.c:1464
|
||||||
msgid "No corresponding signature in secret ring\n"
|
msgid "No corresponding signature in secret ring\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/keyedit.c:1513
|
#: g10/keyedit.c:1524
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No user id with index %d\n"
|
msgid "No user id with index %d\n"
|
||||||
msgstr "îÅÔ ÉÄÅÎÔÉÆÉËÁÔÏÒÁ ÐÏÌØÚÏ×ÁÔÅÌÑ Ó ÉÎÄÅËÓÏÍ %d\n"
|
msgstr "îÅÔ ÉÄÅÎÔÉÆÉËÁÔÏÒÁ ÐÏÌØÚÏ×ÁÔÅÌÑ Ó ÉÎÄÅËÓÏÍ %d\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1559
|
#: g10/keyedit.c:1570
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No secondary key with index %d\n"
|
msgid "No secondary key with index %d\n"
|
||||||
msgstr "îÅÔ ÄÏÐÏÌÎÉÔÅÌØÎÏÇÏ ËÌÀÞÁ Ó ÉÎÄÅËÓÏÍ %d\n"
|
msgstr "îÅÔ ÄÏÐÏÌÎÉÔÅÌØÎÏÇÏ ËÌÀÞÁ Ó ÉÎÄÅËÓÏÍ %d\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1657
|
#: g10/keyedit.c:1668
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "user ID: \""
|
msgid "user ID: \""
|
||||||
msgstr "÷×ÅÄÉÔÅ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ: "
|
msgstr "÷×ÅÄÉÔÅ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ: "
|
||||||
|
|
||||||
#: g10/keyedit.c:1660
|
#: g10/keyedit.c:1671
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\"\n"
|
"\"\n"
|
||||||
"signed with your key %08lX at %s\n"
|
"signed with your key %08lX at %s\n"
|
||||||
msgstr "îÅÞÅÇÏ ÐÏÄÐÉÓÙ×ÁÔØ ËÌÀÞÁÍ %08lX\n"
|
msgstr "îÅÞÅÇÏ ÐÏÄÐÉÓÙ×ÁÔØ ËÌÀÞÁÍ %08lX\n"
|
||||||
|
|
||||||
#: g10/keyedit.c:1664
|
#: g10/keyedit.c:1675
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Create a revocation certificate for this signature? (y/N)"
|
msgid "Create a revocation certificate for this signature? (y/N)"
|
||||||
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ"
|
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ"
|
||||||
|
|
||||||
#: g10/keyedit.c:1744
|
#: g10/keyedit.c:1755
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Really create the revocation certificates? (y/N)"
|
msgid "Really create the revocation certificates? (y/N)"
|
||||||
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ"
|
msgstr "ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ"
|
||||||
|
|
||||||
#: g10/keyedit.c:1767
|
#: g10/keyedit.c:1778
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "no secret key\n"
|
msgid "no secret key\n"
|
||||||
msgstr "ðÌÏÈÏÊ ÓÅËÒÅÔÎÙÊ ËÌÀÞ"
|
msgstr "ðÌÏÈÏÊ ÓÅËÒÅÔÎÙÊ ËÌÀÞ"
|
||||||
@ -2493,12 +2506,12 @@ msgstr "(%u-
|
|||||||
msgid " (main key ID %08lX)"
|
msgid " (main key ID %08lX)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/passphrase.c:190
|
#: g10/passphrase.c:192
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enter passphrase: "
|
msgid "Enter passphrase: "
|
||||||
msgstr "÷×ÅÄÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: %s\n"
|
msgstr "÷×ÅÄÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: %s\n"
|
||||||
|
|
||||||
#: g10/passphrase.c:194
|
#: g10/passphrase.c:196
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Repeat passphrase: "
|
msgid "Repeat passphrase: "
|
||||||
msgstr "ðÏ×ÔÏÒÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: %s\n"
|
msgstr "ðÏ×ÔÏÒÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: %s\n"
|
||||||
@ -2744,7 +2757,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: g10/tdbio.c:1630
|
#: g10/tdbio.c:1630
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "The trustdb is corrupted; please run \"gpgm --fix-trustdb\".\n"
|
msgid "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n"
|
||||||
msgstr "âÁÚÁ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ ÒÁÚÒÕÛÅÎÁ: ÚÁÐÕÓÔÉÔÅ \"gpgm --fix-trust-db\".\n"
|
msgstr "âÁÚÁ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ ÒÁÚÒÕÛÅÎÁ: ÚÁÐÕÓÔÉÔÅ \"gpgm --fix-trust-db\".\n"
|
||||||
|
|
||||||
#: g10/trustdb.c:163
|
#: g10/trustdb.c:163
|
||||||
@ -3354,17 +3367,21 @@ msgid "keyedit.delsig.valid"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/helptext.c:181
|
#: g10/helptext.c:181
|
||||||
|
msgid "keyedit.delsig.unknown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: g10/helptext.c:187
|
||||||
msgid "keyedit.delsig.invalid"
|
msgid "keyedit.delsig.invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: g10/helptext.c:186
|
#: g10/helptext.c:191
|
||||||
msgid "keyedit.delsig.selfsig"
|
msgid "keyedit.delsig.selfsig"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# ################################
|
# ################################
|
||||||
# ####### Help msgids ############
|
# ####### Help msgids ############
|
||||||
# ################################
|
# ################################
|
||||||
#: g10/helptext.c:195
|
#: g10/helptext.c:200
|
||||||
msgid "passphrase.enter"
|
msgid "passphrase.enter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bitte geben Sie die \"Passhrase\" ein; dies ist ein geheimer Satz der aus\n"
|
"Bitte geben Sie die \"Passhrase\" ein; dies ist ein geheimer Satz der aus\n"
|
||||||
@ -3379,27 +3396,27 @@ msgstr ""
|
|||||||
"werden,\n"
|
"werden,\n"
|
||||||
"sind i.d.R. eine gute Wahl"
|
"sind i.d.R. eine gute Wahl"
|
||||||
|
|
||||||
#: g10/helptext.c:202
|
#: g10/helptext.c:207
|
||||||
msgid "passphrase.repeat"
|
msgid "passphrase.repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Um sicher zu gehen, daß Sie sich bei der Eingabe der \"Passphrase\" nicht\n"
|
"Um sicher zu gehen, daß Sie sich bei der Eingabe der \"Passphrase\" nicht\n"
|
||||||
"vertippt haben, geben Sie diese bitte nochmal ein. Nur wenn beide Eingaben\n"
|
"vertippt haben, geben Sie diese bitte nochmal ein. Nur wenn beide Eingaben\n"
|
||||||
"übereinstimmen, wird die \"Passphrase\" akzeptiert."
|
"übereinstimmen, wird die \"Passphrase\" akzeptiert."
|
||||||
|
|
||||||
#: g10/helptext.c:206
|
#: g10/helptext.c:211
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "detached_signature.filename"
|
msgid "detached_signature.filename"
|
||||||
msgstr "ÉÍÑ ÆÁÊÌÁ ÄÌÑ ÏÔÄÅÌØÎÏÊ ÐÏÄÐÉÓÉ"
|
msgstr "ÉÍÑ ÆÁÊÌÁ ÄÌÑ ÏÔÄÅÌØÎÏÊ ÐÏÄÐÉÓÉ"
|
||||||
|
|
||||||
#: g10/helptext.c:210
|
#: g10/helptext.c:215
|
||||||
msgid "openfile.overwrite.okay"
|
msgid "openfile.overwrite.okay"
|
||||||
msgstr "÷Ù ÖÅÌÁÅÔÅ ÐÅÒÅÚÁÐÉÓÁÔØ ÆÁÊÌ (×ÏÚÍÏÖÎÁ ÐÏÔÅÒÑ ÄÁÎÎÙÈ)"
|
msgstr "÷Ù ÖÅÌÁÅÔÅ ÐÅÒÅÚÁÐÉÓÁÔØ ÆÁÊÌ (×ÏÚÍÏÖÎÁ ÐÏÔÅÒÑ ÄÁÎÎÙÈ)"
|
||||||
|
|
||||||
#: g10/helptext.c:224
|
#: g10/helptext.c:229
|
||||||
msgid "No help available"
|
msgid "No help available"
|
||||||
msgstr "ðÏÍÏÝØ ÏÔÓÕÔÓÔ×ÕÅÔ."
|
msgstr "ðÏÍÏÝØ ÏÔÓÕÔÓÔ×ÕÅÔ."
|
||||||
|
|
||||||
#: g10/helptext.c:236
|
#: g10/helptext.c:241
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No help available for `%s'"
|
msgid "No help available for `%s'"
|
||||||
msgstr "ðÏÍÏÝØ ÄÌÑ `%s' ÏÔÓÕÔÓÔ×ÕÅÔ."
|
msgstr "ðÏÍÏÝØ ÄÌÑ `%s' ÏÔÓÕÔÓÔ×ÕÅÔ."
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
Sat Jun 26 12:15:59 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||||
|
|
||||||
|
|
||||||
|
* dotlock.c (create_dotlock): s/uts/utsbuf/ cause there an Amdahl
|
||||||
|
system with the name UTS (Dave Dykstra).
|
||||||
|
|
||||||
|
* secmem.c (DEFAULT_POOLSIZE): Doubled the size.
|
||||||
|
|
||||||
|
Fri Jun 18 00:18:02 CEST 1999 Michael Roth <mroth@nessie.de>
|
||||||
|
|
||||||
|
* iobuf.c: file_filter() Detection of EOF on terminals
|
||||||
|
improved/fixed (see Bug #21).
|
||||||
|
|
||||||
Mon Jun 14 21:18:54 CEST 1999 Michael Roth <mroth@nessie.de>
|
Mon Jun 14 21:18:54 CEST 1999 Michael Roth <mroth@nessie.de>
|
||||||
|
|
||||||
* ttyio.c: tty_no_terminal() new.
|
* ttyio.c: tty_no_terminal() new.
|
||||||
|
@ -74,7 +74,7 @@ create_dotlock( const char *file_to_lock )
|
|||||||
int fd = -1;
|
int fd = -1;
|
||||||
char pidstr[16];
|
char pidstr[16];
|
||||||
#ifndef HAVE_DOSISH_SYSTEM
|
#ifndef HAVE_DOSISH_SYSTEM
|
||||||
struct utsname uts;
|
struct utsname utsbuf;
|
||||||
#endif
|
#endif
|
||||||
const char *nodename;
|
const char *nodename;
|
||||||
const char *dirpart;
|
const char *dirpart;
|
||||||
@ -93,10 +93,10 @@ create_dotlock( const char *file_to_lock )
|
|||||||
/* fixme: add the hostname to the second line (FQDN or IP addr?) */
|
/* fixme: add the hostname to the second line (FQDN or IP addr?) */
|
||||||
|
|
||||||
/* create a temporary file */
|
/* create a temporary file */
|
||||||
if( uname( &uts ) )
|
if( uname( &utsbuf ) )
|
||||||
nodename = "unknown";
|
nodename = "unknown";
|
||||||
else
|
else
|
||||||
nodename = uts.nodename;
|
nodename = utsbuf.nodename;
|
||||||
|
|
||||||
if( !(dirpart = strrchr( file_to_lock, '/' )) ) {
|
if( !(dirpart = strrchr( file_to_lock, '/' )) ) {
|
||||||
dirpart = ".";
|
dirpart = ".";
|
||||||
|
24
util/iobuf.c
24
util/iobuf.c
@ -92,16 +92,22 @@ file_filter(void *opaque, int control, IOBUF chain, byte *buf, size_t *ret_len)
|
|||||||
|
|
||||||
if( control == IOBUFCTRL_UNDERFLOW ) {
|
if( control == IOBUFCTRL_UNDERFLOW ) {
|
||||||
assert( size ); /* need a buffer */
|
assert( size ); /* need a buffer */
|
||||||
clearerr( fp );
|
if ( feof(fp)) { /* On terminals you could easiely read as many EOFs as you call */
|
||||||
nbytes = fread( buf, 1, size, fp );
|
rc = -1; /* fread() or fgetc() repeatly. Every call will block until you press */
|
||||||
if( feof(fp) && !nbytes )
|
*ret_len = 0; /* CTRL-D. So we catch this case before we call fread() again. */
|
||||||
rc = -1; /* okay: we can return EOF now. */
|
}
|
||||||
else if( ferror(fp) && errno != EPIPE ) {
|
else {
|
||||||
log_error("%s: read error: %s\n",
|
clearerr( fp );
|
||||||
a->fname, strerror(errno));
|
nbytes = fread( buf, 1, size, fp );
|
||||||
rc = G10ERR_READ_FILE;
|
if( feof(fp) && !nbytes )
|
||||||
|
rc = -1; /* okay: we can return EOF now. */
|
||||||
|
else if( ferror(fp) && errno != EPIPE ) {
|
||||||
|
log_error("%s: read error: %s\n",
|
||||||
|
a->fname, strerror(errno));
|
||||||
|
rc = G10ERR_READ_FILE;
|
||||||
|
}
|
||||||
|
*ret_len = nbytes;
|
||||||
}
|
}
|
||||||
*ret_len = nbytes;
|
|
||||||
}
|
}
|
||||||
else if( control == IOBUFCTRL_FLUSH ) {
|
else if( control == IOBUFCTRL_FLUSH ) {
|
||||||
if( size ) {
|
if( size ) {
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#define MAP_ANONYMOUS MAP_ANON
|
#define MAP_ANONYMOUS MAP_ANON
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DEFAULT_POOLSIZE 8196
|
#define DEFAULT_POOLSIZE 16384
|
||||||
|
|
||||||
typedef struct memblock_struct MEMBLOCK;
|
typedef struct memblock_struct MEMBLOCK;
|
||||||
struct memblock_struct {
|
struct memblock_struct {
|
||||||
@ -184,7 +184,7 @@ init_pool( size_t n)
|
|||||||
static void
|
static void
|
||||||
compress_pool(void)
|
compress_pool(void)
|
||||||
{
|
{
|
||||||
|
/* fixme: we really should do this */
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
@ -290,6 +290,7 @@ secmem_malloc( size_t size )
|
|||||||
max_alloced = cur_alloced;
|
max_alloced = cur_alloced;
|
||||||
if( cur_blocks > max_blocks )
|
if( cur_blocks > max_blocks )
|
||||||
max_blocks = cur_blocks;
|
max_blocks = cur_blocks;
|
||||||
|
|
||||||
return &mb->u.aligned.c;
|
return &mb->u.aligned.c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user