mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
prepared a w32 test version
This commit is contained in:
parent
a5479e8c7c
commit
b15afe6860
2
TODO
2
TODO
@ -1,6 +1,8 @@
|
||||
|
||||
* Add Dave's UTS patches
|
||||
|
||||
* Fix revoked subkey problem - see key 621cc013
|
||||
|
||||
* Don't display the "no secret for decryption available"
|
||||
|
||||
** Check whether the use of -u and --clearsign created 2 signatures.
|
||||
|
@ -25,8 +25,10 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <assert.h>
|
||||
#ifndef HAVE_DOSISH_SYSTEM
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
#include "util.h"
|
||||
@ -151,6 +153,7 @@ read_passphrase_from_fd( int fd )
|
||||
fd_passwd = pw;
|
||||
}
|
||||
|
||||
#ifndef HAVE_DOSISH_SYSTEM
|
||||
static int
|
||||
writen ( int fd, const void *buf, size_t nbytes )
|
||||
{
|
||||
@ -202,7 +205,6 @@ readn ( int fd, void *buf, size_t buflen, size_t *ret_nread )
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Open a connection to the agent and send the magic string
|
||||
* Returns: -1 on error or an filedescriptor for urther processing
|
||||
@ -263,7 +265,7 @@ agent_close ( int fd )
|
||||
{
|
||||
close (fd);
|
||||
}
|
||||
|
||||
#endif /* !HAVE_DOSISH_SYSTEM */
|
||||
|
||||
|
||||
/*
|
||||
@ -275,6 +277,10 @@ agent_close ( int fd )
|
||||
static char *
|
||||
agent_get_passphrase ( u32 *keyid, int mode )
|
||||
{
|
||||
#ifdef HAVE_DOSISH_SYSTEM
|
||||
return NULL;
|
||||
#else
|
||||
|
||||
size_t n;
|
||||
char *atext;
|
||||
char buf[50];
|
||||
@ -412,6 +418,7 @@ agent_get_passphrase ( u32 *keyid, int mode )
|
||||
free_public_key( pk );
|
||||
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
@ -420,6 +427,9 @@ agent_get_passphrase ( u32 *keyid, int mode )
|
||||
void
|
||||
passphrase_clear_cache ( u32 *keyid, int algo )
|
||||
{
|
||||
#ifdef HAVE_DOSISH_SYSTEM
|
||||
return ;
|
||||
#else
|
||||
size_t n;
|
||||
char buf[50];
|
||||
int fd = -1;
|
||||
@ -473,6 +483,7 @@ passphrase_clear_cache ( u32 *keyid, int algo )
|
||||
if ( fd != -1 )
|
||||
agent_close (fd);
|
||||
free_public_key( pk );
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
34
po/da.po
34
po/da.po
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0.0h\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 2000-03-07 22:51+01:00\n"
|
||||
"Last-Translator: Birger Langkjer <birger.langkjer@image.dk>\n"
|
||||
"Language-Team: Danish <dansk@klid.dk>\n"
|
||||
@ -2613,25 +2613,25 @@ msgstr ""
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, fuzzy, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "kan ikke åbne '%s': %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (hovednøgle-ID %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2639,54 +2639,54 @@ msgid ""
|
||||
"%u-bit %s key, ID %08lX, created %s%s\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Indtast kodesætning: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Gentag kodesætning: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
"user: \""
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Indtast kodesætning: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Gentag kodesætning: "
|
||||
|
||||
|
34
po/de.po
34
po/de.po
@ -4,7 +4,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0.0h\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 2000-10-15 14:30+0200\n"
|
||||
"Last-Translator: Walter Koch <koch@hsp.de>\n"
|
||||
"Language-Team: German <de@li.org>\n"
|
||||
@ -2723,25 +2723,25 @@ msgstr "dieses Public-Key Verfahren %d kann nicht benutzt werden\n"
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "Im Unterpaket des Typs %d ist das \"critical bit\" gesetzt\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "Verbindung zu '%s' kann nicht aufgebaut werden: %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (Hauptschlüssel-ID %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2752,34 +2752,34 @@ msgstr ""
|
||||
"Sie benötigen ein Mantra, um den geheimen Schlüssel zu entsperren.\n"
|
||||
"Benutzer: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Geben Sie das Mantra ein: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Geben Sie das Mantra nochmal ein: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2789,20 +2789,20 @@ msgstr ""
|
||||
"Sie benötigen ein Mantra, um den geheimen Schlüssel zu entsperren.\n"
|
||||
"Benutzer: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "%u-Bit %s Schlüssel, ID %08lX, erzeugt %s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "Mantra kann im Batchmodus nicht abgefragt werden\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Geben Sie das Mantra ein: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Geben Sie das Mantra nochmal ein: "
|
||||
|
||||
|
34
po/eo.po
34
po/eo.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0.1e\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 2000-08-16 23:19+01:00\n"
|
||||
"Last-Translator: Edmund GRIMLEY EVANS <edmundo@rano.org>\n"
|
||||
"Language-Team: Esperanto <eo@li.org>\n"
|
||||
@ -2681,25 +2681,25 @@ msgstr "ne povas trakti publik
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "subpaketo de speco %d havas þaltitan \"critical bit\"\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "ne povas konektiøi al '%s': %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (æefþlosilo %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2710,34 +2710,34 @@ msgstr ""
|
||||
"Vi bezonas pasfrazon por malþlosi la sekretan þlosilon\n"
|
||||
"por la uzanto: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Donu pasfrazon: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Ripetu pasfrazon: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2747,20 +2747,20 @@ msgstr ""
|
||||
"Vi bezonas pasfrazon por malþlosi la sekretan þlosilon\n"
|
||||
"por la uzanto: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "%u-bita %s-þlosilo, %08lX, kreita je %s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "ne povas kontroli pasvorton en neinteraga reøimo\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Donu pasfrazon: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Ripetu pasfrazon: "
|
||||
|
||||
|
34
po/es_ES.po
34
po/es_ES.po
@ -7,7 +7,7 @@
|
||||
# GPG version: 1.0.0
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 1999-10-27 06:35+0200\n"
|
||||
"Content-Type: text/plain; charset=iso-8859-1\n"
|
||||
"Date: 1998-11-13 10:49:25+0100\n"
|
||||
@ -2714,25 +2714,25 @@ msgstr "no puedo manejar el algoritmo de clave p
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "el subpaquete de tipo %d tiene el bit crítico activado\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, fuzzy, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "no puede abrirse `%s': %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr "(ID clave primaria %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2743,35 +2743,35 @@ msgstr ""
|
||||
"Necesita una contraseña para desbloquear la clave secreta\n"
|
||||
"del usuario: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Introduzca contraseña: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Repita contraseña: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
#, fuzzy
|
||||
msgid "passphrase too long\n"
|
||||
msgstr "linea demasiado larga\n"
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2781,20 +2781,20 @@ msgstr ""
|
||||
"Necesita una contraseña para desbloquear la clave secreta\n"
|
||||
"del usuario: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "clave %2$s de %1$u bits, ID %3$08lX, creada el %4$s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "imposible pedir contraseña en modo de proceso por lotes\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Introduzca contraseña: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Repita contraseña: "
|
||||
|
||||
|
34
po/fr.po
34
po/fr.po
@ -10,7 +10,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0.1h\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 2000-06-28 18:41+02:00\n"
|
||||
"Last-Translator: Gaël Quéri <gqueri@mail.dotcom.fr>\n"
|
||||
"Language-Team: French <traduc@traduc.org>\n"
|
||||
@ -2716,25 +2716,25 @@ msgstr "impossible de g
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "un sous-paquet de type %d possède un bit critique\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "impossible de se connecter à `%s': %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (ID clé principale %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2745,34 +2745,34 @@ msgstr ""
|
||||
"Vous avez besoin d'un mot de passe pour déverrouiller la clé secrète pour\n"
|
||||
"l'utilisateur: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Entrez le mot de passe: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Répétez le mot de passe: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2782,20 +2782,20 @@ msgstr ""
|
||||
"Vous avez besoin d'un mot de passe pour déverrouiller la clé secrète pour\n"
|
||||
"l'utilisateur: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "clé de %u bits %s, ID %08lX, créée le %s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "impossible de demander un mot de passe en mode automatique\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Entrez le mot de passe: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Répétez le mot de passe: "
|
||||
|
||||
|
34
po/id.po
34
po/id.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GNU Privacy Guard 1.0.1\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 2000-02-06 18:04+07:00\n"
|
||||
"Last-Translator: Tedi Heriyanto <tedi-h@usa.net>\n"
|
||||
"Language-Team: Indonesia <id@li.org>\n"
|
||||
@ -2680,25 +2680,25 @@ msgstr "tidak dapat menangani algoritma kunci publik %d\n"
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "subpaket tipe %d memiliki bit kritis terset\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, fuzzy, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "tidak dapat membuka `%s': %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (ID kunci utama %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2709,34 +2709,34 @@ msgstr ""
|
||||
"Anda perlu passphrase untuk membuka kunci rahasia untuk\n"
|
||||
"pemakai: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Masukkan passphrase: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Ulangi passphrase: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2746,20 +2746,20 @@ msgstr ""
|
||||
"Anda perlu passphrase untuk membuka kunci rahasia untuk\n"
|
||||
"pemakai: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "%u-bit kunci %s, ID %08lX, tercipta %s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "tidak dapat meminta password dalam mode batch\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Masukkan passphrase: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Ulangi passphrase: "
|
||||
|
||||
|
34
po/it.po
34
po/it.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnupg-1.0.0h\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 1999-12-08 15:51+02:00\n"
|
||||
"Last-Translator: Marco d'Itri <md@linux.it>\n"
|
||||
"Language-Team: Italian <it@li.org>\n"
|
||||
@ -2696,25 +2696,25 @@ msgstr "impossibile gestire l'algoritmo a chiave pubblica %d\n"
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "il sottopacchetto di tipo %d ha un bit critico impostato\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, fuzzy, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "impossibile aprire `%s': %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (key ID principale %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2725,34 +2725,34 @@ msgstr ""
|
||||
"Ti serve una passphrase per sbloccare la chiave segreta\n"
|
||||
"dell'utente: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Inserisci la passphrase: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Ripeti la passphrase: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2762,20 +2762,20 @@ msgstr ""
|
||||
"Ti serve una passphrase per sbloccare la chiave segreta\n"
|
||||
"dell'utente: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "chiave %2$s di %1$u bit, ID %3$08lX, creata il %4$s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "impossibile chiedere la password in modo batch\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Inserisci la passphrase: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Ripeti la passphrase: "
|
||||
|
||||
|
34
po/ja.po
34
po/ja.po
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0.4\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 2000-10-19 23:08+09:00\n"
|
||||
"Last-Translator: IIDA Yosiaki <y-iida@secom.co.jp>\n"
|
||||
"Language-Team: Japanese <ja@li.org>\n"
|
||||
@ -2713,25 +2713,25 @@ msgstr "
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "タイプ%dの下位パケットにクリティカル・ビットを発見\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "`%s'へ接続できません: %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (主鍵ID %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2742,34 +2742,34 @@ msgstr ""
|
||||
"次のユーザーの秘密鍵のロックを解除するには\n"
|
||||
"パスフレーズがいります: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "パスフレーズを入力: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "パスフレーズを再入力: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2779,20 +2779,20 @@ msgstr ""
|
||||
"次のユーザーの秘密鍵のロックを解除するには\n"
|
||||
"パスフレーズがいります: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "%uビット%s鍵, ID %08lX作成日付は%s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "バッチモードではパスワードの問合せができません\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "パスフレーズを入力: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "パスフレーズを再入力: "
|
||||
|
||||
|
34
po/nl.po
34
po/nl.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0.0h\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 2000-02-20 21:30+01:00\n"
|
||||
"Last-Translator: Ivo Timmermans <itimmermans@bigfoot.com>\n"
|
||||
"Language-Team: Dutch <nl@li.org>\n"
|
||||
@ -2716,25 +2716,25 @@ msgstr "kan openbare sleutel-algoritme %d niet behandelen\n"
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "subpakket type %d heeft kritische bit gezet\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "kan geen verbinding maken met `%s': %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (hoofdsleutelnummer %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2745,34 +2745,34 @@ msgstr ""
|
||||
"U heeft een sleuteltekst nodig om de beveiliging voor de geheime\n"
|
||||
"sleutel voor gebruiker op te heffen: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Geef de sleuteltekst: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Herhaal de sleuteltekst: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2782,20 +2782,20 @@ msgstr ""
|
||||
"U heeft een sleuteltekst nodig om de beveiliging voor de geheime\n"
|
||||
"sleutel voor gebruiker op te heffen: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "%u-bit %s sleutel, nummer %08lX, gemaakt op %s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "kan niet om wachtwoord vragen in lopende band-modus\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Geef de sleuteltekst: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Herhaal de sleuteltekst: "
|
||||
|
||||
|
34
po/pl.po
34
po/pl.po
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0.0h\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 1999-12-05 21:29+01:00\n"
|
||||
"Last-Translator: Janusz A. Urbanowicz <alex@bofh.net.pl>\n"
|
||||
"Language-Team: Polish <pl@li.org>\n"
|
||||
@ -2726,27 +2726,27 @@ msgstr "algorytm klucza publicznego niemo
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "podpakiet typu %d ma ustawiony krytyczny bit\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, fuzzy, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "nie mo¿na otworzyæ %s: %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr ""
|
||||
" \n"
|
||||
"(identyfikator g³ównego klucza %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2757,35 +2757,35 @@ msgstr ""
|
||||
"Musisz podaæ wyra¿enie przej¶ciowe (has³o) aby uaktywniæ klucz tajny\n"
|
||||
"dla u¿ytkownika: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Wyra¿enie przej¶ciowe: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Powtórzone wyra¿enie przej¶ciowe: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
#, fuzzy
|
||||
msgid "passphrase too long\n"
|
||||
msgstr "linia za d³uga\n"
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2795,20 +2795,20 @@ msgstr ""
|
||||
"Musisz podaæ wyra¿enie przej¶ciowe (has³o) aby uaktywniæ klucz tajny\n"
|
||||
"dla u¿ytkownika: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "d³ugo¶æ %u bitów, typ %s, klucz %08lX, stworzony %s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "pytanie o has³o nie dzia³a w trybie wsadowym\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Wyra¿enie przej¶ciowe: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Powtórzone wyra¿enie przej¶ciowe: "
|
||||
|
||||
|
34
po/pt_BR.po
34
po/pt_BR.po
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"Content-Type: text/plain; charset=iso-8859-1\n"
|
||||
"Date: 1998-11-20 23:46:36-0200\n"
|
||||
"From: Thiago Jung Bauermann <jungmann@usa.net>\n"
|
||||
@ -2724,25 +2724,25 @@ msgstr "imposs
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "subpacote do tipo %d tem bit crítico ligado\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, fuzzy, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "impossível abrir `%s': %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (ID principal da chave %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2753,35 +2753,35 @@ msgstr ""
|
||||
"Você precisa de uma frase secreta para desbloquear a chave secreta do\n"
|
||||
"usuário: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Digite a frase secreta: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Repita a frase secreta: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
#, fuzzy
|
||||
msgid "passphrase too long\n"
|
||||
msgstr "linha muito longa\n"
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2791,20 +2791,20 @@ msgstr ""
|
||||
"Você precisa de uma frase secreta para desbloquear a chave secreta do\n"
|
||||
"usuário: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "chave de %u-bit/%s, ID %08lX, criada em %s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "impossível pedir senha em modo não-interativo\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Digite a frase secreta: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Repita a frase secreta: "
|
||||
|
||||
|
34
po/pt_PT.po
34
po/pt_PT.po
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnupg\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 1999-09-09 20:28+0000\n"
|
||||
"Last-Translator: Pedro Morais <morais@poli.org>\n"
|
||||
"Language-Team: pt\n"
|
||||
@ -2718,25 +2718,25 @@ msgstr "imposs
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "subpacote do tipo %d tem bit crítico ligado\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, fuzzy, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "impossível abrir `%s': %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (ID principal da chave %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2747,34 +2747,34 @@ msgstr ""
|
||||
"Você precisa de uma frase secreta para desbloquear a chave secreta do\n"
|
||||
"utilizador: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Digite a frase secreta: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Repita a frase secreta: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2784,20 +2784,20 @@ msgstr ""
|
||||
"Você precisa de uma frase secreta para desbloquear a chave secreta do\n"
|
||||
"utilizador: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "chave de %u-bit/%s, ID %08lX, criada em %s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "impossível pedir senha em modo não-interactivo\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Digite a frase secreta: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Repita a frase secreta: "
|
||||
|
||||
|
34
po/ru.po
34
po/ru.po
@ -9,7 +9,7 @@
|
||||
# QingLong <qinglong@Bolizm> (couldn't send an email to let you know)
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"Content-Type: text/plain; charset=\n"
|
||||
"Date: 1998-01-26 22:08:36+0100\n"
|
||||
"From: Gregory Steuck <steuck@iname.com>\n"
|
||||
@ -2835,25 +2835,25 @@ msgstr "
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, fuzzy, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ `%s': %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2864,12 +2864,12 @@ msgstr ""
|
||||
"÷ÁÍ ÎÕÖÎÁ ËÌÀÞÅ×ÁÑ ÆÒÁÚÁ, ÞÔÏÂÙ ÏÔÏÍËÎÕÔØ ËÌÀÞ\n"
|
||||
"ÐÏÌØÚÏ×ÁÔÅÌÑ: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "÷×ÅÄÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: %s\n"
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "ðÏ×ÔÏÒÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: %s\n"
|
||||
@ -2877,7 +2877,7 @@ msgstr "
|
||||
# ################################
|
||||
# ####### Help msgids ############
|
||||
# ################################
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
#, fuzzy
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
@ -2893,20 +2893,20 @@ msgstr ""
|
||||
"werden,\n"
|
||||
"sind i.d.R. eine gute Wahl"
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2916,22 +2916,22 @@ msgstr ""
|
||||
"÷ÁÍ ÎÕÖÎÁ ËÌÀÞÅ×ÁÑ ÆÒÁÚÁ, ÞÔÏÂÙ ÏÔÏÍËÎÕÔØ ËÌÀÞ\n"
|
||||
"ÐÏÌØÚÏ×ÁÔÅÌÑ: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, fuzzy, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "(%u-ÂÉÔ %s ËÌÀÞ, ID %08lX, ÓÏÚÄÁÎ %s)\n"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
#, fuzzy
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÄÅÌÁÔØ ÜÔÏ × ÐÁËÅÔÎÏÍ ÒÅÖÉÍÅ.\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "÷×ÅÄÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: %s\n"
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "ðÏ×ÔÏÒÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: %s\n"
|
||||
|
34
po/sv.po
34
po/sv.po
@ -13,7 +13,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0.1e\n"
|
||||
"POT-Creation-Date: 2000-11-16 17:59+0100\n"
|
||||
"POT-Creation-Date: 2000-11-24 13:52+0100\n"
|
||||
"PO-Revision-Date: 2000-04-23 16:43+02:00\n"
|
||||
"Last-Translator: Daniel Resare <daniel@resare.com>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
@ -2740,25 +2740,25 @@ msgstr "kan inte hantera algoritm %d f
|
||||
msgid "subpacket of type %d has critical bit set\n"
|
||||
msgstr "underpaket av typen %d har den bit satt som markerar den som kritisk\n"
|
||||
|
||||
#: g10/passphrase.c:221
|
||||
#: g10/passphrase.c:223
|
||||
msgid "gpg-agent is not available in this session\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:227
|
||||
#: g10/passphrase.c:229
|
||||
msgid "malformed GPG_AGENT_INFO environment variable\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/hkp.c:170 g10/passphrase.c:246
|
||||
#: g10/hkp.c:170 g10/passphrase.c:248
|
||||
#, c-format
|
||||
msgid "can't connect to `%s': %s\n"
|
||||
msgstr "kan inte ansluta till \"%s\": %s\n"
|
||||
|
||||
#: g10/passphrase.c:307 g10/passphrase.c:546
|
||||
#: g10/passphrase.c:313 g10/passphrase.c:557
|
||||
#, c-format
|
||||
msgid " (main key ID %08lX)"
|
||||
msgstr " (huvudnyckelns identitet %08lX)"
|
||||
|
||||
#: g10/passphrase.c:317
|
||||
#: g10/passphrase.c:323
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"You need a passphrase to unlock the secret key for user:\n"
|
||||
@ -2769,34 +2769,34 @@ msgstr ""
|
||||
"Du behöver en lösenordsfras för att låsa upp den hemliga nyckeln för\n"
|
||||
"användaren: \""
|
||||
|
||||
#: g10/passphrase.c:338
|
||||
#: g10/passphrase.c:344
|
||||
#, fuzzy
|
||||
msgid "Enter passphrase\n"
|
||||
msgstr "Ange lösenordsfras: "
|
||||
|
||||
#: g10/passphrase.c:340
|
||||
#: g10/passphrase.c:346
|
||||
#, fuzzy
|
||||
msgid "Repeat passphrase\n"
|
||||
msgstr "Repetera lösenordsfrasen: "
|
||||
|
||||
#: g10/passphrase.c:378
|
||||
#: g10/passphrase.c:384
|
||||
msgid "passphrase too long\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:390
|
||||
#: g10/passphrase.c:396
|
||||
msgid "invalid response from agent\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:399
|
||||
#: g10/passphrase.c:405
|
||||
msgid "cancelled by user\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:402 g10/passphrase.c:467
|
||||
#: g10/passphrase.c:408 g10/passphrase.c:477
|
||||
#, c-format
|
||||
msgid "problem with the agent: agent returns 0x%lx\n"
|
||||
msgstr ""
|
||||
|
||||
#: g10/passphrase.c:532
|
||||
#: g10/passphrase.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"You need a passphrase to unlock the secret key for\n"
|
||||
@ -2806,20 +2806,20 @@ msgstr ""
|
||||
"Du behöver en lösenordsfras för att låsa upp den hemliga nyckeln för\n"
|
||||
"användaren: \""
|
||||
|
||||
#: g10/passphrase.c:541
|
||||
#: g10/passphrase.c:552
|
||||
#, c-format
|
||||
msgid "%u-bit %s key, ID %08lX, created %s"
|
||||
msgstr "%u-bits %s-nyckel, ID %08lX, skapad %s"
|
||||
|
||||
#: g10/passphrase.c:579
|
||||
#: g10/passphrase.c:590
|
||||
msgid "can't query password in batchmode\n"
|
||||
msgstr "kan inte fråga efter lösenord i batch-läge\n"
|
||||
|
||||
#: g10/passphrase.c:583
|
||||
#: g10/passphrase.c:594
|
||||
msgid "Enter passphrase: "
|
||||
msgstr "Ange lösenordsfras: "
|
||||
|
||||
#: g10/passphrase.c:587
|
||||
#: g10/passphrase.c:598
|
||||
msgid "Repeat passphrase: "
|
||||
msgstr "Repetera lösenordsfrasen: "
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-11-24 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* build-w32: New script to build the W32 version.
|
||||
* distfiles: And put it into the distribution
|
||||
|
||||
Thu Sep 14 17:45:11 CEST 2000 Werner Koch <wk@openit.de>
|
||||
|
||||
* gnupg.spec.in: Updated.
|
||||
|
@ -3,6 +3,7 @@ config.sub
|
||||
install-sh
|
||||
mkinstalldirs
|
||||
mkdiff
|
||||
build-w32
|
||||
missing
|
||||
gnupg.spec.in
|
||||
autogen.sh
|
||||
|
@ -20,10 +20,10 @@ fi
|
||||
rm * || true
|
||||
ln ../g10/gpg gpg.exe
|
||||
i386--mingw32-strip gpg.exe
|
||||
if [ -t ../doc/gpg.man ] ; then
|
||||
if [ -f ../doc/gpg.man ] ; then
|
||||
sed `printf "s/\b.//g"` ../doc/gpg.man >gpg.man
|
||||
else
|
||||
man -T latin1 -l ../doc/gpg.1 | sed `printf "s/\b.//g"` >gpg.man
|
||||
man -Tlatin1 -l ../doc/gpg.1 | sed `printf "s/\b.//g"` >gpg.man
|
||||
fi
|
||||
todos gpg.man
|
||||
cp ${srcdir}/README .
|
||||
|
Loading…
Reference in New Issue
Block a user