[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.18-66-geb645a5
by Werner Koch
cvs at cvs.gnupg.org
Fri Feb 27 10:02:30 CET 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, STABLE-BRANCH-1-4 has been updated
via eb645a57e2a041ed9b368b447cc7e7d77ac05565 (commit)
via bcf44e2d153792e20036a26126ad77cef79a0304 (commit)
via 7b3ed1a85fc382da9980713e03ee2f574a31629c (commit)
via 47c2369bb723aac85caf848a7b563889e83bc88f (commit)
from 9dbfca0db80789d8d2020a945de2ccff484abc02 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit eb645a57e2a041ed9b368b447cc7e7d77ac05565
Author: Werner Koch <wk at gnupg.org>
Date: Fri Feb 27 10:01:08 2015 +0100
Post release updates
--
diff --git a/NEWS b/NEWS
index 71cfb33..03817ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Noteworthy changes in version 1.4.10 (unreleased)
+-------------------------------------------------
+
Noteworthy changes in version 1.4.19 (2015-02-27)
-------------------------------------------------
diff --git a/configure.ac b/configure.ac
index bc9ca91..92ae205 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ min_automake_version="1.14"
# (git tag -s gnupg-1.n.m) and run "./autogen.sh --force". Please
# bump the version number immediately *after* the release and do
# another commit and push so that the git magic is able to work.
-m4_define([mym4_version], [1.4.19])
+m4_define([mym4_version], [1.4.20])
# Below is m4 magic to extract and compute the git revision number,
# the decimalized short revision number, a beta version string and a
commit bcf44e2d153792e20036a26126ad77cef79a0304
Author: Werner Koch <wk at gnupg.org>
Date: Fri Feb 27 09:33:58 2015 +0100
Release 1.4.19.
diff --git a/NEWS b/NEWS
index 6fb00cd..71cfb33 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,35 @@
-Noteworthy changes in version 1.4.19 (unreleased)
+Noteworthy changes in version 1.4.19 (2015-02-27)
-------------------------------------------------
- * Fix argument parsing for option --debug-level.
+ * Use ciphertext blinding for Elgamal decryption [CVE-2014-3591].
+ See http://www.cs.tau.ac.il/~tromer/radioexp/ for details.
+
+ * Fixed data-dependent timing variations in modular exponentiation
+ [related to CVE-2015-0837, Last-Level Cache Side-Channel Attacks
+ are Practical].
+
+ * Detect faulty use of --verify on detached signatures.
+
+ * Changed the PKA method to use CERT records and hashed names.
+
+ * New import option "keep-ownertrust".
+
+ * Support algorithm names when generating keys using the --command-fd
+ method.
+
+ * Updated many translations.
+
+ * Updated build system.
+
+ * Fixed a regression in keyserver import
+
+ * Fixed argument parsing for option --debug-level.
+
+ * Fixed DoS based on bogus and overlong key packets.
+
+ * Fixed bugs related to bogus keyrings.
+
+ * The usual minor minor bug fixes.
Noteworthy changes in version 1.4.18 (2014-06-30)
@@ -2127,10 +2155,8 @@ Noteworthy changes in version 0.2.3
is generated on a system without a good random number generator.
-Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2008, 2009, 2010, 2011,
- 2012 Free Software Foundation, Inc.
-Copyright (C) 2013 Werner Koch
+Copyright (C) 1998-2015 Free Software Foundation, Inc.
+Copyright (C) 1997-2015 Werner Koch
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/README b/README
index c1847a6..dbf0896 100644
--- a/README
+++ b/README
@@ -3,10 +3,8 @@
-------------------------------
Version 1.4.19
- Copyright 1998, 1999, 2000, 2001, 2002, 2003,
- 2004, 2005, 2006, 2007, 2008, 2009,
- 2010, 2012, 2013 Free Software Foundation, Inc.
- Copyright 1997, 1998, 2013, 2014 Werner Koch
+ Copyright 1998-2015 Free Software Foundation, Inc.
+ Copyright 1997-2015 Werner Koch
This file is free software; as a special exception the author
gives unlimited permission to copy and/or distribute it, with or
diff --git a/configure.ac b/configure.ac
index e232fae..bc9ca91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
# configure.ac script for GnuPG
-# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-# 2008, 2009, 2010, 2012, 2013 Free Software Foundation, Inc.
-# Copyright (C) 1998, 2013 Werner Koch
+# Copyright (C) 1998-2015 Free Software Foundation, Inc.
+# Copyright (C) 1998-2015 Werner Koch
#
# This file is part of GnuPG.
#
diff --git a/g10/gpg.c b/g10/gpg.c
index 6dc15fa..544c576 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -1,7 +1,6 @@
/* gpg.c - The GnuPG utility (main for gpg)
- * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
- * 2007, 2008, 2009, 2010, 2012 Free Software Foundation, Inc.
- * Copyright (C) 1997, 1998, 2013 Werner Koch
+ * Copyright (C) 1998-2015 Free Software Foundation, Inc.
+ * Copyright (C) 1997-2015 Werner Koch
*
* This file is part of GnuPG.
*
diff --git a/util/argparse.c b/util/argparse.c
index 267b6f1..3ed669a 100644
--- a/util/argparse.c
+++ b/util/argparse.c
@@ -1046,7 +1046,7 @@ default_strusage( int level )
break;
case 11: p = "foo"; break;
case 13: p = "0.0"; break;
- case 14: p = "Copyright (C) 2014 Free Software Foundation, Inc."; break;
+ case 14: p = "Copyright (C) 2015 Free Software Foundation, Inc."; break;
case 15: p =
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n";
commit 7b3ed1a85fc382da9980713e03ee2f574a31629c
Author: Werner Koch <wk at gnupg.org>
Date: Fri Feb 27 09:06:46 2015 +0100
po: Auto-update
--
diff --git a/po/be.po b/po/be.po
index 2625282..986aa84 100644
--- a/po/be.po
+++ b/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.2\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:19+0200\n"
"Last-Translator: Ales Nyakhaychyk <nab at mail.by>\n"
"Language-Team: Belarusian <i18n at mova.org>\n"
@@ -1725,6 +1725,9 @@ msgstr ""
msgid "repair damage from the pks keyserver during import"
msgstr ""
+msgid "do not clear the ownertrust values during import"
+msgstr ""
+
msgid "do not update the trustdb after import"
msgstr ""
@@ -2681,6 +2684,12 @@ msgid ""
" cause a different user ID to become the assumed primary.\n"
msgstr ""
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+msgid "You may want to change its expiration date too.\n"
+msgstr ""
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3405,6 +3414,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "збой падпÑÑанÑнÑ: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
@@ -3431,10 +3444,6 @@ msgstr "збой падпÑÑанÑнÑ: %s\n"
msgid "keyserver internal error\n"
msgstr "агÑлÑÐ½Ð°Ñ Ð¿Ð°Ð¼Ñлка"
-#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "збой падпÑÑанÑнÑ: %s\n"
-
#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr ""
@@ -3604,6 +3613,10 @@ msgid "unknown"
msgstr "невÑÐ´Ð¾Ð¼Ð°Ñ Ð²ÑÑÑÑÑ"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index 3d08b48..3fca28b 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -26,7 +26,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.0\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:20+0200\n"
"Last-Translator: Jordi Mallach <jordi at gnu.org>\n"
"Language-Team: Catalan <ca at dodds.net>\n"
@@ -1942,6 +1942,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "actualitza la base de dades de confiança"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "actualitza la base de dades de confiança"
@@ -3014,6 +3018,14 @@ msgstr ""
" causar que una ID d'usuari diferent esdevinga en la primà ria "
"assumida.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "No podeu canviar la data de caducitat de les claus v3\n"
+
# Photo ID com abans. ivb
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
@@ -3825,6 +3837,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "la recepció des del servidor de claus ha fallat: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "no es coneix cap servidor de claus (useu l'opció \"--keyserver\")\n"
@@ -3854,10 +3870,6 @@ msgid "keyserver internal error\n"
msgstr "error de servidor de claus"
#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "la recepció des del servidor de claus ha fallat: %s\n"
-
-#, fuzzy, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "%s: no és un ID và lid\n"
@@ -4031,6 +4043,10 @@ msgid "unknown"
msgstr "desconeguda"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "No s'ha pogut comprovar la signatura: %s\n"
diff --git a/po/cs.po b/po/cs.po
index fefdb4b..dd34205 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg-1.3.92\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:20+0200\n"
"Last-Translator: Roman Pavlik <rp at tns.cz>\n"
"Language-Team: Czech <translations.cs at gnupg.cz>\n"
@@ -2825,6 +2825,14 @@ msgstr ""
"VAROVÃNÃ: žádné uživatelské ID nebylo oznaÄeno jako primárnÃ. Tento pÅÃkaz\n"
" může způsobit, že za primárnà bude považováno jiné user ID.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Nemůžete zmÄnit dobu platnosti klÃÄe verze 3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3589,6 +3597,10 @@ msgstr "VAROVÃNÃ: keyserver handler z jiné verze GnuPG (%s)\n"
msgid "keyserver did not send VERSION\n"
msgstr "server klÃÄů neposlal VERSION\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "chyba komunikace se serverem klÃÄů: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "žadný server klÃÄů nenà znám (použÃjte volbu --keyserver)\n"
@@ -3614,10 +3626,6 @@ msgid "keyserver internal error\n"
msgstr "internà chyba serveru klÃÄů\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "chyba komunikace se serverem klÃÄů: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "\"%s\" nenà ID klÃÄe: pÅeskoÄeno\n"
@@ -3789,6 +3797,10 @@ msgid "unknown"
msgstr "neznámý formát"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Nemohu ovÄÅit podpis: %s\n"
diff --git a/po/da.po b/po/da.po
index 6d871f6..13960e8 100644
--- a/po/da.po
+++ b/po/da.po
@@ -14,7 +14,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-11-04 20:27+0200\n"
"Last-Translator: Joe Hansen <joedalton2 at yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish at lists.debian.org>\n"
@@ -1838,6 +1838,11 @@ msgstr "importer underskrifter som er markeret som local-only"
msgid "repair damage from the pks keyserver during import"
msgstr "reparer skade fra pks-nøgleserveren under import"
+#, fuzzy
+#| msgid "do not update the trustdb after import"
+msgid "do not clear the ownertrust values during import"
+msgstr "opdater ikke trustdb efter import"
+
msgid "do not update the trustdb after import"
msgstr "opdater ikke trustdb efter import"
@@ -2826,6 +2831,14 @@ msgstr ""
"ADVARSEL: Intet bruger-id er blevet markeret som primær. Denne kommando\n"
" kan medføre at et anden bruger-id bliver den formodede primære.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Du kan ikke ændre udløbsdatoen for en v3-nøgle\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3594,6 +3607,10 @@ msgstr "ADVARSEL: nøgleserverhåndtering fra en anden version af GnuPG (%s)\n"
msgid "keyserver did not send VERSION\n"
msgstr "nøgleserver sendte ikke VERSION\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "kommunikationsfejl for nøgleserver: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "ingen kendt nøgleserver (brug tilvalget --keyserver)\n"
@@ -3619,10 +3636,6 @@ msgid "keyserver internal error\n"
msgstr "nøgleserver fik intern fejl\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "kommunikationsfejl for nøgleserver: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "»%s« er ikke et nøgle-id: udelader\n"
@@ -3788,6 +3801,10 @@ msgid "unknown"
msgstr "ukendt"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Kan ikke kontrollere underskrift: %s\n"
diff --git a/po/de.po b/po/de.po
index cec3495..a9157ae 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3883,7 +3883,9 @@ msgstr "unbekannt"
#, c-format
msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
-msgstr "\"WARNUNG: Keine abgetrennte Signatur; die Datei '%s' wurde NICHT überprüft!\n"
+msgstr ""
+"\"WARNUNG: Keine abgetrennte Signatur; die Datei '%s' wurde NICHT "
+"überprüft!\n"
#, c-format
msgid "Can't check signature: %s\n"
diff --git a/po/el.po b/po/el.po
index a6eb951..a440d74 100644
--- a/po/el.po
+++ b/po/el.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg-1.1.92\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:21+0200\n"
"Last-Translator: Dokianakis Theofanis <madf at hellug.gr>\n"
"Language-Team: Greek <nls at tux.hellug.gr>\n"
@@ -1894,6 +1894,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "áíáíÝùóç ôçò âÜóçò äåäïìÝíùí åìðéóôïóýíçò"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "áíáíÝùóç ôçò âÜóçò äåäïìÝíùí åìðéóôïóýíçò"
@@ -2944,6 +2948,14 @@ msgstr ""
"ÐÑÏÅÉÄÏÐÏÉÇÓÇ: äåí Ý÷åé óçìåéùèåß ID ÷ñÞóôç óáí ðñùôåýùí. ÁõôÞ ç åíôïëÞ\n"
" ìðïñåß íá êÜíåé Ýíá Üëëï ID ÷ñÞóôç íá ãßíåé ôï ðñùôåýùí.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Äåí ìðïñåßôå íá áëëÜîåôå ôçí çìåñïìçíßá ëÞîçò óå Ýíá v3 êëåéäß\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3748,6 +3760,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "keyserver ëÞøç áðÝôõ÷å: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
@@ -3774,10 +3790,6 @@ msgstr "
msgid "keyserver internal error\n"
msgstr "óöÜëìá äéáêïìéóôÞ êëåéäéþí"
-#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "keyserver ëÞøç áðÝôõ÷å: %s\n"
-
#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr ""
@@ -3947,6 +3959,10 @@ msgid "unknown"
msgstr "Üãíùóôï"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Áäõíáìßá åëÝã÷ïõ ôçò õðïãñáöÞò: %s\n"
diff --git a/po/eo.po b/po/eo.po
index 21a54d7..9b023b7 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.0.6d\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:22+0200\n"
"Last-Translator: Edmund GRIMLEY EVANS <edmundo at rano.org>\n"
"Language-Team: Esperanto <translation-team-eo at lists.sourceforge.net>\n"
@@ -1863,6 +1863,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "aktualigi la fido-datenaron"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "aktualigi la fido-datenaron"
@@ -2911,6 +2915,14 @@ msgid ""
" cause a different user ID to become the assumed primary.\n"
msgstr ""
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Vi ne povas þanøi la daton de eksvalidiøo de v3-þlosilo\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3710,6 +3722,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "listigo de sekretaj þlosiloj malsukcesis: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "neniu þlosilservilo konata (uzu la opcion --keyserver)\n"
@@ -3737,10 +3753,6 @@ msgid "keyserver internal error\n"
msgstr "þlosilservila eraro"
#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "listigo de sekretaj þlosiloj malsukcesis: %s\n"
-
-#, fuzzy, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "%s: ne valida þlosilidentigilo\n"
@@ -3912,6 +3924,10 @@ msgid "unknown"
msgstr "nekonata versio"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Ne povas kontroli subskribon: %s\n"
diff --git a/po/es.po b/po/es.po
index eb0bf56..6044b04 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GnuPG 1.4.1\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2014-11-23 01:52+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi at openmailbox."
"org>\n"
@@ -2867,6 +2867,14 @@ msgstr ""
" causar que se tome como principal otro identificador de usuario "
"distinto.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "No puede cambiar la fecha de caducidad de una clave v3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3639,6 +3647,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr "el servidor de claves no envió VERSION\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "error de comunicación con el servidor de claves: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "no hay servidores de claves conocidos (use opción --keyserver)\n"
@@ -3667,10 +3679,6 @@ msgid "keyserver internal error\n"
msgstr "error interno del servidor de claves\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "error de comunicación con el servidor de claves: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "\"%s\" no es un identificador de clave válido: omitido\n"
diff --git a/po/et.po b/po/et.po
index 25a0e4a..1765ff3 100644
--- a/po/et.po
+++ b/po/et.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.2\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:22+0200\n"
"Last-Translator: Toomas Soome <Toomas.Soome at microlink.ee>\n"
"Language-Team: Estonian <et at li.org>\n"
@@ -1862,6 +1862,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "uuenda usalduse andmebaasi"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "uuenda usalduse andmebaasi"
@@ -2900,6 +2904,14 @@ msgstr ""
"HOIATUS: ühtegi kasutaja ID pole märgitud primaarseks. See käsklus võib\n"
" põhjustada muu kasutaja ID primaarseks määramist.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "v3 võtme aegumise aega ei saa muuta.\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3684,6 +3696,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "võtmeserverilt lugemine ebaõnnestus: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
@@ -3710,10 +3726,6 @@ msgstr "v
msgid "keyserver internal error\n"
msgstr "võtmeserveri viga"
-#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "võtmeserverilt lugemine ebaõnnestus: %s\n"
-
#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr ""
@@ -3881,6 +3893,10 @@ msgid "unknown"
msgstr "tundmatu"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Allkirja ei saa kontrollida: %s\n"
diff --git a/po/fi.po b/po/fi.po
index 9b52b14..304f811 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -21,7 +21,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.2\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:23+0200\n"
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen at iki.fi>\n"
"Language-Team: Finnish <translation-team-fi at lists.sourceforge.net>\n"
@@ -1893,6 +1893,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "päivitä luottamustietokanta"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "päivitä luottamustietokanta"
@@ -2937,6 +2941,14 @@ msgstr ""
"VAROITUS: mitään käyttäjätunnusta ei ole merkitty ensisijaiseksi. Tämän \n"
"komennon johdosta eri käyttäjätunnus voi tulla oletetuksi ensisijaiseksi.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Et voi muuttaa v3-avainten vanhentumispäivää\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3733,6 +3745,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "avainpalvelimelta vastaanotto epäonnistui: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
@@ -3759,10 +3775,6 @@ msgstr "avainpalvelinvirhe"
msgid "keyserver internal error\n"
msgstr "avainpalvelinvirhe"
-#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "avainpalvelimelta vastaanotto epäonnistui: %s\n"
-
#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr ""
@@ -3934,6 +3946,10 @@ msgid "unknown"
msgstr "tuntematon "
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Allekirjoitusta ei voi tarkistaa: %s\n"
diff --git a/po/fr.po b/po/fr.po
index 6d7be96..1ffb567 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.19\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2014-09-06 15:56-0400\n"
"Last-Translator: David Prévot <david at tilapin.org>\n"
"Language-Team: French <traduc at traduc.org>\n"
@@ -1888,6 +1888,11 @@ msgstr "importer des signatures marquées comme locales seulement"
msgid "repair damage from the pks keyserver during import"
msgstr "réparer les données endommagées du serveur pks pendant l'importation"
+#, fuzzy
+#| msgid "do not update the trustdb after import"
+msgid "do not clear the ownertrust values during import"
+msgstr "ne pas mettre à jour la base de confiance après l'importation"
+
msgid "do not update the trustdb after import"
msgstr "ne pas mettre à jour la base de confiance après l'importation"
@@ -2882,6 +2887,14 @@ msgstr ""
"commande\n"
" risque de rendre une autre identité principale par défaut.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Vous ne pouvez pas modifier la date d'expiration d'une clef v3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3676,6 +3689,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr "le serveurs de clefs n'a pas envoyé sa VERSION\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "erreur de communication avec le serveur de clefs : %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "pas de serveur de clefs connu (utilisez l'option --keyserver)\n"
@@ -3705,10 +3722,6 @@ msgid "keyserver internal error\n"
msgstr "erreur interne du serveur de clefs\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "erreur de communication avec le serveur de clefs : %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "« %s » n'est pas un identifiant de clef : ignoré\n"
@@ -3879,6 +3892,10 @@ msgid "unknown"
msgstr "inconnu"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Impossible de vérifier la signature : %s\n"
diff --git a/po/gl.po b/po/gl.po
index fe1eabc..d1437ee 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.4\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:23+0200\n"
"Last-Translator: Jacobo Tarrio <jtarrio at trasno.net>\n"
"Language-Team: Galician <gpul-traduccion at ceu.fi.udc.es>\n"
@@ -1878,6 +1878,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "actualiza-la base de datos de confianza"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "actualiza-la base de datos de confianza"
@@ -2933,6 +2937,14 @@ msgstr ""
"AVISO: non se marcou ningún ID de usuario coma primario. Esta orde pode\n"
" facer que un ID de usuario diferente se converta no primario.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Non pode cambia-la data de expiración dunha chave v3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3734,6 +3746,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "a recepción do servidor de chaves fallou: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
"non hai un servidor de chaves coñecido (empregue a opción --keyserver)\n"
@@ -3762,10 +3778,6 @@ msgid "keyserver internal error\n"
msgstr "erro do servidor de chaves"
#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "a recepción do servidor de chaves fallou: %s\n"
-
-#, fuzzy, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "%s: non é un ID de chave válido\n"
@@ -3932,6 +3944,10 @@ msgid "unknown"
msgstr "descoñecido"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Non foi posible verifica-la sinatura: %s\n"
diff --git a/po/hu.po b/po/hu.po
index 05e3b6a..62c1f1e 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.5\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:24+0200\n"
"Last-Translator: Nagy Ferenc László <nfl at nfllab.com>\n"
"Language-Team: Hungarian <translation-team-hu at lists.sourceforge.net>\n"
@@ -1870,6 +1870,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "bizalmi adatbázis frissítése"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "bizalmi adatbázis frissítése"
@@ -2910,6 +2914,14 @@ msgstr ""
"FIGYELEM: Nincs kijelölt elsõdleges felhasználóazonosító. Ez a parancs\n"
" azt okozhatja, hogy egy másik azonosító lesz elsõdlegesként használva.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Nem változtathatja meg egy v3 kulcs lejárati dátumát!\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3704,6 +3716,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "Vétel a kulcsszerverrõl sikertelen: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
@@ -3730,10 +3746,6 @@ msgstr "kulcsszerverhiba"
msgid "keyserver internal error\n"
msgstr "kulcsszerverhiba"
-#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "Vétel a kulcsszerverrõl sikertelen: %s\n"
-
#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr ""
@@ -3907,6 +3919,10 @@ msgid "unknown"
msgstr "Ismeretlen módú"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Nem tudom ellenõrizni az aláírást: %s.\n"
diff --git a/po/id.po b/po/id.po
index f17e4eb..5129441 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg-id\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:24+0200\n"
"Last-Translator: Tedi Heriyanto <tedi_h at gmx.net>\n"
"Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
@@ -1885,6 +1885,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "perbarui database trust"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "perbarui database trust"
@@ -2926,6 +2930,14 @@ msgstr ""
"WARNING: no user ID has been marked as primary. This command may\n"
" cause a different user ID to become the assumed primary.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Anda tidak dapat merubah batas waktu kunci v3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3719,6 +3731,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "Penerimaan keyserver gagal: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
@@ -3745,10 +3761,6 @@ msgstr "kesalahan keyserver"
msgid "keyserver internal error\n"
msgstr "kesalahan keyserver"
-#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "Penerimaan keyserver gagal: %s\n"
-
#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr ""
@@ -3916,6 +3928,10 @@ msgid "unknown"
msgstr "tidak dikenal"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Tidak dapat memeriksa signature: %s\n"
diff --git a/po/it.po b/po/it.po
index 372c82f..f10f49f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2014-11-16 16:08+0100\n"
"Last-Translator: Milo Casagrande <milo at milo.name>\n"
"Language-Team: Italian <tp at lists.linux.it>\n"
@@ -31,12 +31,10 @@ msgstr "impossibile generare un numero primo con meno di %d bit\n"
msgid "no entropy gathering module detected\n"
msgstr "modulo di raccolta entropia non rilevato\n"
-#. Some unexpected open failure.
#, c-format
msgid "can't lock `%s': %s\n"
msgstr "impossibile bloccare \"%s\": %s\n"
-#. Show the first message after ~3.75 seconds.
#, c-format
msgid "waiting for lock on `%s'...\n"
msgstr "attesa del blocco su \"%s\"...\n"
@@ -59,9 +57,6 @@ msgstr "nota: il file random_seed è vuoto\n"
msgid "WARNING: invalid size of random_seed file - not used\n"
msgstr "ATTENZIONE: dimensioni del file random_seed non valide - non usato\n"
-#. On a Unix system that should never happen. However, I can
-#. imagine this error code on non-inode based systems.
-#. A real read error.
#, c-format
msgid "can't read `%s': %s\n"
msgstr "impossibile leggere \"%s\": %s\n"
@@ -141,9 +136,6 @@ msgstr "la risposta non contiene l'esponente pubblico RSA\n"
msgid "using default PIN as %s\n"
msgstr "viene utilizzato come PIN predefinito %s\n"
-#. Verification of CHV2 with the default PIN failed,
-#. although the card pretends to have the default PIN set as
-#. CHV2. We better disable the def_chv2 flag now.
#, c-format
msgid "failed to use default PIN as %s: %s - disabling further default use\n"
msgstr ""
@@ -303,12 +295,6 @@ msgstr "header dell'armatura: "
msgid "invalid clearsig header\n"
msgstr "header della firma in chiaro non valido\n"
-#. Section 6.2: "Unknown keys should be reported to the user,
-#. but OpenPGP should continue to process the message." Note
-#. that in a clearsigned message this applies to the signature
-#. part (i.e. "BEGIN PGP SIGNATURE") and not the signed data
-#. ("BEGIN PGP SIGNED MESSAGE"). The only key allowed in the
-#. signed data section is "Hash".
msgid "unknown armor header: "
msgstr "header dell'armatura sconosciuto: "
@@ -318,7 +304,6 @@ msgstr "firme in chiaro annidate\n"
msgid "unexpected armor: "
msgstr "armatura inattesa: "
-#. Bad dash-escaping.
msgid "invalid dash escaped line: "
msgstr "riga protetta con il trattino non valida: "
@@ -366,7 +351,6 @@ msgstr "scheda OpenPGP non disponibile: %s\n"
msgid "OpenPGP card no. %s detected\n"
msgstr "rilevata scheda OpenPGP n. %s\n"
-#. We don't yet support unattended key generation.
msgid "can't do this in batch mode\n"
msgstr "impossibile eseguire in modalità batch\n"
@@ -554,7 +538,6 @@ msgstr " (2) Chiave di cifratura\n"
msgid " (3) Authentication key\n"
msgstr " (3) Chiave di autenticazione\n"
-#. Okay.
msgid "Invalid selection.\n"
msgstr "Selezione non valida.\n"
@@ -885,7 +868,6 @@ msgstr "in procinto di esportare una sottochiave non protetta\n"
msgid "failed to unprotect the subkey: %s\n"
msgstr "rimozione della protezione alla sottochiave non riuscita: %s\n"
-#. I hope this warning doesn't confuse people.
#, c-format
msgid "WARNING: secret key %s does not have a simple SK checksum\n"
msgstr ""
@@ -2108,9 +2090,6 @@ msgstr "chiave %s: \"%s\" non cambiata\n"
msgid "secret key %s: %s\n"
msgstr "chiave segreta %s: %s\n"
-#. We don't allow to import secret keys because that may be used
-#. to put a secret key into the keyring and the user might later
-#. be tricked into signing stuff with that key.
msgid "importing secret keys not allowed\n"
msgstr "importazione delle chiavi segrete non consentita\n"
@@ -2126,7 +2105,6 @@ msgstr "nessun portachiavi segreto predefinito: %s\n"
msgid "key %s: secret key imported\n"
msgstr "chiave %s: chiave segreta importata\n"
-#. we can't merge secret keys
#, c-format
msgid "key %s: already in secret keyring\n"
msgstr "chiave %s: già presente nel portachiavi segreto\n"
@@ -2305,8 +2283,6 @@ msgstr "Trovato 1 ID utente senza auto-firma valida\n"
msgid "%d user IDs without valid self-signatures detected\n"
msgstr "Trovati %d ID utenti senza auto-firme valide\n"
-#. Same string as pkclist.c:do_edit_ownertrust
-#. This string also used in keyedit.c:trustsig_prompt
msgid ""
"Please decide how far you trust this user to correctly verify other users' "
"keys\n"
@@ -2386,8 +2362,6 @@ msgstr ""
msgid "Do you want to issue a new signature to replace the expired one? (y/N) "
msgstr "Emettere una nuova firma per sostituire quella scaduta? (s/N) "
-#. It's a local sig, and we want to make a
-#. exportable sig.
#, c-format
msgid ""
"Your current signature on \"%s\"\n"
@@ -2569,9 +2543,6 @@ msgstr ""
"Firma gli ID utente selezionati [* controllare più sotto per i relativi "
"comandi]"
-#. "lsign" and friends will never match since "sign" comes first
-#. and it is a tail match. They are just here so they show up in
-#. the help menu.
msgid "sign selected user IDs locally"
msgstr "Firma localmente gli ID utente selezionati"
@@ -2882,6 +2853,14 @@ msgstr ""
" potrebbe far diventare un altro ID utente quello primario\n"
" predefinito.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Non è possibile modificare la data di scadenza di una chiave v3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -2965,9 +2944,6 @@ msgid "cannot appoint a PGP 2.x style key as a designated revoker\n"
msgstr ""
"impossibile nominare come revocatore designato una chiave in stile PGP 2.x\n"
-#. This actually causes no harm (after all, a key that
-#. designates itself as a revoker is the same as a
-#. regular key), but it's easy enough to check.
msgid "you cannot appoint a key as its own designated revoker\n"
msgstr ""
"impossibile nominare una chiave come revocatore designato di se stessa\n"
@@ -3072,7 +3048,6 @@ msgstr "Creare un certificato di revoca per questa firma? (s/N) "
msgid "Not signed by you.\n"
msgstr "Non firmato dalla propria chiave.\n"
-#. FIXME: detect duplicates here
#, c-format
msgid "You have signed these user IDs on key %s:\n"
msgstr "Questi ID utente sono stati firmati sulla chiave %s:\n"
@@ -3097,10 +3072,6 @@ msgstr "nessuna chiave segreta\n"
msgid "user ID \"%s\" is already revoked\n"
msgstr "l'ID utente \"%s\" è già revocato\n"
-#. Okay, this is a problem. The user ID selfsig was
-#. created in the future, so we need to warn the user and
-#. set our revocation timestamp one second after that so
-#. everything comes out clean.
#, c-format
msgid "WARNING: a user ID signature is dated %d seconds in the future\n"
msgstr "ATTENZIONE: una firma dell'ID utente è datata %d secondi nel futuro\n"
@@ -3543,11 +3514,9 @@ msgstr " Impronta digitale chiave primaria:"
msgid " Subkey fingerprint:"
msgstr " Impronta digitale della sottochiave:"
-#. use tty
msgid " Key fingerprint ="
msgstr " Impronta digitale della chiave ="
-#. Handled elsewhere.
msgid " Card serial no. ="
msgstr " Numero di serie della scheda="
@@ -3676,6 +3645,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr "il server di chiavi non ha inviato la VERSIONE\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "errore di comunicazione con server di chiavi: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "nessun server di chiavi conosciuto (usare l'opzione --keyserver)\n"
@@ -3703,10 +3676,6 @@ msgid "keyserver internal error\n"
msgstr "errore interno del server di chiavi\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "errore di comunicazione con server di chiavi: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "\"%s\" non è ID di chiave: ignorato\n"
@@ -3827,10 +3796,6 @@ msgstr " con %s chiave %s\n"
msgid "Signature made %s using %s key ID %s\n"
msgstr "Firma eseguita in data %s usando %s, ID chiave %s\n"
-#. According to my favorite copy editor, in English
-#. grammar, you say "at" if the key is located on a web
-#. page, but "from" if it is located on a keyserver. I'm
-#. not going to even try to make two strings here :)
msgid "Key available at: "
msgstr "Chiave disponibile presso: "
@@ -3874,8 +3839,6 @@ msgstr "modo testo"
msgid "unknown"
msgstr "sconosciuto"
-#. Not only signature packets in the tree thus this
-#. is not a detached signature.
#, c-format
msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
msgstr ""
@@ -3977,7 +3940,6 @@ msgstr "opzione \"%s\" ambigua\n"
msgid "unknown option `%s'\n"
msgstr "opzione \"%s\" sconosciuta\n"
-#. do not overwrite
#, c-format
msgid "File `%s' exists. "
msgstr "Il file \"%s\" esiste. "
@@ -4063,14 +4025,12 @@ msgstr "Ripetere la passphrase\n"
msgid "Enter passphrase\n"
msgstr "Digitare la passphrase\n"
-#. 99 is GPG_ERR_CANCELED.
msgid "cancelled by user\n"
msgstr "annullato dall'utente\n"
msgid "can't query passphrase in batch mode\n"
msgstr "impossibile interrogare la passphrase in modalità batch\n"
-#. Read the passphrase from the tty or the command-fd.
msgid "Enter passphrase: "
msgstr "Inserire la passphrase: "
@@ -4156,8 +4116,6 @@ msgstr "ragione della revoca: "
msgid "revocation comment: "
msgstr "commento alla revoca: "
-#. A string with valid answers.
-#.
#. TRANSLATORS: These are the allowed answers in lower and
#. uppercase. Below you will find the matching strings which
#. should be translated accordingly and the letter changed to
@@ -4436,7 +4394,6 @@ msgstr "Forzato l'output con armatura ASCII.\n"
msgid "make_keysig_packet failed: %s\n"
msgstr "make_keysig_packet non riuscita: %s\n"
-#. and issue a usage notice
msgid "Revocation certificate created.\n"
msgstr "Certificato di revoca creato.\n"
@@ -4464,7 +4421,6 @@ msgstr "algoritmo di protezione sconosciuto\n"
msgid "NOTE: This key is not protected!\n"
msgstr "Nota: questa chiave non è protetta.\n"
-#. and issue a usage notice
msgid ""
"Revocation certificate created.\n"
"\n"
@@ -4554,10 +4510,6 @@ msgstr "la chiave %s utilizza un hash non sicuro (%u bit)\n"
msgid "DSA key %s requires a %u bit or larger hash\n"
msgstr "la chiave DSA %s richiede un hash di %u bit o più grande\n"
-#. Sanity check that the md has a context for the hash that the
-#. sig is expecting. This can happen if a onepass sig header does
-#. not match the actual sig, and also if the clearsign "Hash:"
-#. header is missing or does not match the actual sig.
msgid "WARNING: signature digest conflict in message\n"
msgstr "ATTENZIONE: conflitto del digest delle firme nel messaggio\n"
@@ -4718,7 +4670,6 @@ msgstr "impronta digitale non valida"
msgid "ownertrust value missing"
msgstr "valore di fiducia del proprietario mancante"
-#. error
#, c-format
msgid "error finding trust record in `%s': %s\n"
msgstr "errore nella ricerca del record della fiducia in \"%s\": %s\n"
@@ -5147,7 +5098,6 @@ msgstr "non cifrato"
msgid "not processed"
msgstr "non analizzato"
-#. the key cannot be used for a specific usage
msgid "unusable public key"
msgstr "chiave pubblica inutilizzabile"
diff --git a/po/ja.po b/po/ja.po
index 4b76e2a..c7da6d7 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.3.92\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:25+0200\n"
"Last-Translator: IIDA Yosiaki <iida at gnu.org>\n"
"Language-Team: Japanese <translation-team-ja at lists.sourceforge.net>\n"
@@ -1823,6 +1823,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "¿®Íѥǡ¼¥¿¥Ù¡¼¥¹¤ò¹¹¿·"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "¿®Íѥǡ¼¥¿¥Ù¡¼¥¹¤ò¹¹¿·"
@@ -2821,6 +2825,14 @@ msgstr ""
"·Ù¹ð: ¼ç¤¿¤ë¥æ¡¼¥¶¡¼ID¤¬¤¢¤ê¤Þ¤»¤ó¡£¤³¤Î¥³¥Þ¥ó¥É¤Ï¡¢Ê̤Ê\n"
" ¥æ¡¼¥¶¡¼ID¤¬¼ç¤Ë¤Ê¤ë¤È²¾Äꤹ¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "v3¸°¤Î͸ú´ü¸Â¤ÏÊѹ¹¤Ç¤¤Þ¤»¤ó\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3584,6 +3596,10 @@ msgstr "
msgid "keyserver did not send VERSION\n"
msgstr "¸°¥µ¡¼¥Ð¡¼¤ÏVERSION¤òÁ÷¿®¤·¤Þ¤»¤ó¤Ç¤·¤¿\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "¸°¥µ¡¼¥Ð¡¼ÄÌ¿®¥¨¥é¡¼: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "´ûÃΤθ°¥µ¡¼¥Ð¡¼¤¬¤¢¤ê¤Þ¤»¤ó (¥ª¥×¥·¥ç¥ó--keyserver¤ò»È¤¤¤Þ¤·¤ç¤¦)\n"
@@ -3609,10 +3625,6 @@ msgid "keyserver internal error\n"
msgstr "¸°¥µ¡¼¥Ð¡¼¤ÎÆâÉô¥¨¥é¡¼\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "¸°¥µ¡¼¥Ð¡¼ÄÌ¿®¥¨¥é¡¼: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "¡È%s¡É¸°ID¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: ¤È¤Ð¤·¤Þ¤¹\n"
@@ -3779,6 +3791,10 @@ msgid "unknown"
msgstr "̤ÃΤÎ"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "½ð̾¤ò¸¡ºº¤Ç¤¤Þ¤»¤ó: %s\n"
diff --git a/po/nb.po b/po/nb.po
index a242fce..bb68689 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.3\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:11+0200\n"
"Last-Translator: Trond Endrestøl <Trond.Endrestol at fagskolen.gjovik.no>\n"
"Language-Team: Norwegian Bokmål <i18n-nb at lister.ping.uio.no>\n"
@@ -1760,6 +1760,11 @@ msgstr ""
msgid "repair damage from the pks keyserver during import"
msgstr ""
+#, fuzzy
+#| msgid "do not update the trustdb after import"
+msgid "do not clear the ownertrust values during import"
+msgstr "ikke oppdatér tillitsdatabasen etter import"
+
msgid "do not update the trustdb after import"
msgstr "ikke oppdatér tillitsdatabasen etter import"
@@ -2711,6 +2716,12 @@ msgid ""
" cause a different user ID to become the assumed primary.\n"
msgstr ""
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+msgid "You may want to change its expiration date too.\n"
+msgstr ""
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3478,6 +3489,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr "nøkkelserver sendte ikke VERSION\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "kommunikasjonsfeil med nøkkelserver: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
@@ -3503,10 +3518,6 @@ msgid "keyserver internal error\n"
msgstr "intern feil ved nøkkelserver\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "kommunikasjonsfeil med nøkkelserver: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr ""
@@ -3673,6 +3684,10 @@ msgid "unknown"
msgstr "ukjent"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 331b872..fa8a3f9 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -29,7 +29,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.6\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2014-11-24 12:23+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert at yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch at lists.debian.org>\n"
@@ -2942,6 +2942,14 @@ msgstr ""
"ID\n"
" de veronderstelde primaire ID worden.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "U kunt de vervaldatum van een v3-sleutel niet veranderen\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3739,6 +3747,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr "sleutelserver verstuurde geen versie-informatie\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "fout in de communicatie met de sleutelserver: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "er is geen sleutelserver bekend (gebruik optie --keyserver)\n"
@@ -3766,10 +3778,6 @@ msgid "keyserver internal error\n"
msgstr "sleutelserver geeft een interne fout\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "fout in de communicatie met de sleutelserver: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "\"%s\" is geen sleutel-ID: overgeslagen\n"
diff --git a/po/pl.po b/po/pl.po
index 3d42582..63a06ab 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg-1.4.18\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2014-11-21 20:41+0100\n"
"Last-Translator: Jakub Bogusz <qboosh at pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
@@ -2828,6 +2828,14 @@ msgstr ""
" jako gÅówny. Wykonanie tego polecenie może wiÄc spowodowaÄ\n"
" wyÅwietlanie innego identyfikatora jako domyÅlnego gÅównego.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Nie można zmieniÄ daty ważnoÅci klucza w wersji 3.\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3605,6 +3613,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr "serwer kluczy nie wysÅaÅ VERSION\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "bÅÄ
d ÅÄ
cznoÅci z serwerem kluczy: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "brak znanyk serwerów kluczy (użyj opcji --keyserver)\n"
@@ -3632,10 +3644,6 @@ msgid "keyserver internal error\n"
msgstr "bÅÄ
d serwera kluczy\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "bÅÄ
d ÅÄ
cznoÅci z serwerem kluczy: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr ",,%s'' nie jest poprawnym identyfikatorem klucza, pominiÄty\n"
@@ -3802,7 +3810,8 @@ msgstr "nieznany"
#, c-format
msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
-msgstr "UWAGA: to nie jest podpis oddzielony; plik ,,%s'' NIE zostaÅ sprawdzony!\n"
+msgstr ""
+"UWAGA: to nie jest podpis oddzielony; plik ,,%s'' NIE zostaÅ sprawdzony!\n"
#, c-format
msgid "Can't check signature: %s\n"
diff --git a/po/pt.po b/po/pt.po
index 9c95055..d0aad65 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:25+0200\n"
"Last-Translator: Pedro Morais <morais at kde.org>\n"
"Language-Team: pt <morais at kde.org>\n"
@@ -1875,6 +1875,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "actualizar a base de dados de confiança"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "actualizar a base de dados de confiança"
@@ -2917,6 +2921,14 @@ msgid ""
" cause a different user ID to become the assumed primary.\n"
msgstr ""
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Você não pode modificar a data de validade de uma chave v3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3711,6 +3723,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "A geração de chaves falhou: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
@@ -3737,10 +3753,6 @@ msgstr "erro do servidor de chaves"
msgid "keyserver internal error\n"
msgstr "erro do servidor de chaves"
-#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "A geração de chaves falhou: %s\n"
-
#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr ""
@@ -3912,6 +3924,10 @@ msgid "unknown"
msgstr "versão desconhecida"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Impossível verificar assinatura: %s\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 0e2802c..75014b3 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GnuPG 1.0\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:14+0200\n"
"Last-Translator:\n"
"Language-Team: ?\n"
@@ -1840,6 +1840,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "atualizar o banco de dados de confiabilidade"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "atualizar o banco de dados de confiabilidade"
@@ -2863,6 +2867,14 @@ msgid ""
" cause a different user ID to become the assumed primary.\n"
msgstr ""
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Você não pode modificar a data de validade de uma chave v3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3667,6 +3679,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "enumeração de chaves secretas falhou: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
@@ -3694,10 +3710,6 @@ msgid "keyserver internal error\n"
msgstr "erro geral"
#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "enumeração de chaves secretas falhou: %s\n"
-
-#, fuzzy, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "%s não é um mapa de caracteres válido\n"
@@ -3868,6 +3880,10 @@ msgid "unknown"
msgstr "versão desconhecida"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Impossível verificar assinatura: %s\n"
diff --git a/po/ro.po b/po/ro.po
index a2c1c54..dd81ffe 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.10\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:15+0200\n"
"Last-Translator: LaurenÈiu Buzdugan <lbuz at rolix.org>\n"
"Language-Team: Romanian <translation-team-ro at lists.sourceforge.net>\n"
@@ -1854,6 +1854,11 @@ msgstr "importÄ semnÄturi marcate ca numai-local"
msgid "repair damage from the pks keyserver during import"
msgstr "reparÄ defectele de la serverul de chei pks la import"
+#, fuzzy
+#| msgid "do not update the trustdb after import"
+msgid "do not clear the ownertrust values during import"
+msgstr "nu actualiza baza de date de încredere dupÄ import"
+
msgid "do not update the trustdb after import"
msgstr "nu actualiza baza de date de încredere dupÄ import"
@@ -2847,6 +2852,14 @@ msgstr ""
" AceastÄ comandÄ poate cauza ca un alt ID utilizator\n"
" sÄ devinÄ ID-ul utilizator primar presupus.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Nu puteÈi schimba data de expirare a unei chei v3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3622,6 +3635,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr "serverul de chei nu a trimis VERSION (versiune)\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "eroare de comunicare server de chei: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "nici un server de chei cunoscut (folosiÈi opÈiunea --keyserver)\n"
@@ -3648,10 +3665,6 @@ msgid "keyserver internal error\n"
msgstr "eroare internÄ server de chei\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "eroare de comunicare server de chei: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "\"%s\" nu este un ID de cheie: sÄrit\n"
@@ -3816,6 +3829,10 @@ msgid "unknown"
msgstr "necunoscut"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Nu pot verifica semnÄtura: %s\n"
diff --git a/po/ru.po b/po/ru.po
index 89c239c..5b7b0f8 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GnuPG 1.4.18\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2015-02-12 17:16+0200\n"
"Last-Translator: Ineiev <ineiev at gnu.org>\n"
"Language-Team: Russian <gnupg-ru at gnupg.org>\n"
@@ -2814,6 +2814,14 @@ msgstr ""
" пÑивеÑÑи к ÑомÑ, ÑÑо главнÑм ÑÑÐ°Ð½ÐµÑ ÑÑиÑаÑÑÑÑ Ð´ÑÑгой ID "
"полÑзоваÑелÑ.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "ÐелÑÐ·Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸ÑÑ ÑÑок дейÑÑÐ²Ð¸Ñ ÐºÐ»ÑÑа v3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3579,6 +3587,10 @@ msgstr "ÐÐÐÐÐÐÐÐ: обÑабоÑÑик ÑеÑвеÑа клÑÑей оÑ
msgid "keyserver did not send VERSION\n"
msgstr "ÑеÑÐ²ÐµÑ ÐºÐ»ÑÑей не пÑиÑлал VERSION\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "оÑибка ÑвÑзи Ñ ÑеÑвеÑом клÑÑей: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "не Ð·Ð°Ð´Ð°Ð½Ñ ÑеÑвеÑÑ ÐºÐ»ÑÑей (иÑполÑзÑйÑе --keyserver)\n"
@@ -3604,10 +3616,6 @@ msgid "keyserver internal error\n"
msgstr "внÑÑÑеннÑÑ Ð¾Ñибка ÑеÑвеÑа клÑÑей\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "оÑибка ÑвÑзи Ñ ÑеÑвеÑом клÑÑей: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "\"%s\" не иденÑиÑикаÑÐ¾Ñ ÐºÐ»ÑÑа: пÑопÑÑен\n"
diff --git a/po/sk.po b/po/sk.po
index 05178c9..74c0fa1 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.5\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:16+0200\n"
"Last-Translator: Michal Majer <mmajer at econ.umb.sk>\n"
"Language-Team: Slovak <sk-i18n at lists.linux.sk>\n"
@@ -1881,6 +1881,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "aktualizova» databázu dôvery"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "aktualizova» databázu dôvery"
@@ -2928,6 +2932,14 @@ msgstr ""
"VAROVANIE: ¾iadne ID u¾ívateµa nebolo oznaèené ako primárne. Tento príkaz\n"
"spôsobí, ¾e iné ID u¾ívateµa sa bude pova¾ova» primárne.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Nemô¾ete zmeni» dobu platnosti kµúèa verzie 3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3716,6 +3728,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr ""
+#, fuzzy, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "nepodarilo sa prija» kµúè zo servera: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
@@ -3742,10 +3758,6 @@ msgstr "chyba servera k
msgid "keyserver internal error\n"
msgstr "chyba servera kµúèov"
-#, fuzzy, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "nepodarilo sa prija» kµúè zo servera: %s\n"
-
#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr ""
@@ -3920,6 +3932,10 @@ msgid "unknown"
msgstr "neznáme"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Nemô¾em overi» podpis: %s\n"
diff --git a/po/sv.po b/po/sv.po
index c58173a..3896b39 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -23,7 +23,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 2.0\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:17+0200\n"
"Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -1896,6 +1896,11 @@ msgstr "importera signaturer som är markerade som endast lokala"
msgid "repair damage from the pks keyserver during import"
msgstr "reparera skada från pks-nyckelservern vid importering"
+#, fuzzy
+#| msgid "do not update the trustdb after import"
+msgid "do not clear the ownertrust values during import"
+msgstr "uppdatera inte tillitsdatabasen efter importering"
+
msgid "do not update the trustdb after import"
msgstr "uppdatera inte tillitsdatabasen efter importering"
@@ -2894,6 +2899,14 @@ msgstr ""
"Detta kommando kan göra att en annan användaridentitet antas\n"
"vara den primära identiteten.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Du kan inte ändra giltighetsdatum för en v3-nyckel\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3678,6 +3691,10 @@ msgstr "VARNING: nyckelserverhanteraren från en annan version av GnuPG (%s)\n"
msgid "keyserver did not send VERSION\n"
msgstr "nyckelserver skickade inte VERSION\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "kommunikationsfel mot nyckelserver: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "ingen nyckelserver är känd (använd flaggan --keyserver)\n"
@@ -3703,10 +3720,6 @@ msgid "keyserver internal error\n"
msgstr "internt fel i nyckelserver\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "kommunikationsfel mot nyckelserver: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "\"%s\" inte ett nyckel-id: hoppar över\n"
@@ -3881,6 +3894,10 @@ msgid "unknown"
msgstr "okänd"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Kan inte kontrollera signaturen: %s\n"
diff --git a/po/tr.po b/po/tr.po
index 6bec2c2..667bdcc 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.1\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:17+0200\n"
"Last-Translator: Nilgün Belma Bugüner <nilgun at superonline.com>\n"
"Language-Team: Turkish <gnu-tr-u12a at lists.sourceforge.net>\n"
@@ -1824,6 +1824,10 @@ msgid "repair damage from the pks keyserver during import"
msgstr ""
#, fuzzy
+msgid "do not clear the ownertrust values during import"
+msgstr "güvence veritabanını günceller"
+
+#, fuzzy
msgid "do not update the trustdb after import"
msgstr "güvence veritabanını günceller"
@@ -2840,6 +2844,14 @@ msgstr ""
" farklı bir kullanıcı kimliÄin birincil kullanıcı kimlik olarak\n"
" kabul edilmesini saÄlayabilirsiniz.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Bir v3 anahtarının son kullanma tarihini deÄiÅtiremezsiniz\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3621,6 +3633,10 @@ msgstr "UYARI: GnuPG'nin baÅka bir sürümünün anahtar sunucusu eylemcisi (%s
msgid "keyserver did not send VERSION\n"
msgstr "anahtar sunucusu VERSION göndermiyor\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "anahtar sunucusuyla iletiÅim hatası: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "bilinen bir anahtar sunucusu yok (--keyserver seçeneÄini kullanın)\n"
@@ -3646,10 +3662,6 @@ msgid "keyserver internal error\n"
msgstr "anahtar sunucusu iç hatası\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "anahtar sunucusuyla iletiÅim hatası: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "\"%s\" bir anahtar kimliÄi deÄil: atlanıyor\n"
@@ -3820,6 +3832,10 @@ msgid "unknown"
msgstr "bilinmeyen"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Ä°mza kontrol edilemedi: %s\n"
diff --git a/po/uk.po b/po/uk.po
index 3750118..d2feda6 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2014-11-15 18:41+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor at ukr.net>\n"
"Language-Team: Ukrainian <kde-i18n-uk at kde.org>\n"
@@ -2876,6 +2876,14 @@ msgstr ""
" ÑÑÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¸ можна зÑобиÑи оÑновним ÑнÑий ÑденÑиÑÑкаÑÐ¾Ñ "
"коÑиÑÑÑваÑа.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "Ðе можна змÑнÑваÑи даÑÑ Ð·Ð°Ð²ÐµÑÑÐµÐ½Ð½Ñ ÑÑÑÐ¾ÐºÑ Ð´ÑÑ ÐºÐ»ÑÑа v3\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3653,6 +3661,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr "ÑеÑÐ²ÐµÑ ÐºÐ»ÑÑÑв не надÑÑлав знаÑÐµÐ½Ð½Ñ VERSION\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "помилка пÑд ÑÐ°Ñ Ð¾Ð±Ð¼ÑÐ½Ñ Ð´Ð°Ð½Ð¸Ð¼Ð¸ з ÑеÑвеÑом клÑÑÑв: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr ""
"не вказано жодного ÑеÑвеÑа клÑÑÑв (ÑкоÑиÑÑайÑеÑÑ Ð¿Ð°ÑамеÑÑом --keyserver)\n"
@@ -3679,10 +3691,6 @@ msgid "keyserver internal error\n"
msgstr "внÑÑÑÑÑÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° ÑеÑвеÑа клÑÑÑв\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "помилка пÑд ÑÐ°Ñ Ð¾Ð±Ð¼ÑÐ½Ñ Ð´Ð°Ð½Ð¸Ð¼Ð¸ з ÑеÑвеÑом клÑÑÑв: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "«%s» не Ñ ÑденÑиÑÑкаÑоÑом клÑÑа: пÑопÑÑкаÑмо\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 08da3c1..3594fe4 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.7\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2012-08-24 17:18+0200\n"
"Last-Translator: Meng Jie <zuxy.meng at gmail.com>\n"
"Language-Team: Chinese (simplified) <translation-team-zh-cn at lists."
@@ -1782,6 +1782,11 @@ msgstr "导å
¥è¢«æ 记为å±é¨çç¾å"
msgid "repair damage from the pks keyserver during import"
msgstr "导å
¥æ¶ä¿®å¤ PKS å
¬é¥æå¡å¨å¯¼è´çæå"
+#, fuzzy
+#| msgid "do not update the trustdb after import"
+msgid "do not clear the ownertrust values during import"
+msgstr "导å
¥åä¸æ´æ°ä¿¡ä»»åº¦æ°æ®åº"
+
msgid "do not update the trustdb after import"
msgstr "导å
¥åä¸æ´æ°ä¿¡ä»»åº¦æ°æ®åº"
@@ -2739,6 +2744,14 @@ msgid ""
msgstr ""
"è¦åï¼æ²¡æé¦éç¨æ·æ è¯ãæ¤æ令å¯è½åå®ä¸ä¸ªä¸åçç¨æ·æ è¯ä¸ºé¦éç¨æ·æ è¯ã\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "æ¨ä¸è½åæ´ v3 å¯é¥ç使ç¨æé\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3498,6 +3511,10 @@ msgstr "è¦åï¼å¤çå
¬é¥æå¡å¨çç¨åºæ¥èªä¸åçæ¬ç GnuPG (%s)\
msgid "keyserver did not send VERSION\n"
msgstr "å
¬é¥æå¡å¨æªåé VERSION\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "å
¬é¥æå¡å¨é讯é误ï¼%s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "æªç»åºå
¬é¥æå¡å¨(ä½¿ç¨ --keyserver é项)\n"
@@ -3523,10 +3540,6 @@ msgid "keyserver internal error\n"
msgstr "å
¬é¥æå¡å¨å
é¨é误\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "å
¬é¥æå¡å¨é讯é误ï¼%s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "â%sâä¸æ¯ä¸ä¸ªç¨æ·æ è¯ï¼è·³è¿\n"
@@ -3691,6 +3704,10 @@ msgid "unknown"
msgstr "æªç¥"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "æ æ³æ£æ¥ç¾åï¼%s\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 71ca013..4cdb4d4 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.18\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
"PO-Revision-Date: 2014-11-21 23:17+0800\n"
"Last-Translator: Jedi Lin <Jedi at Jedi.org>\n"
"Language-Team: Chinese (traditional) <zh-l10n at linux.org.tw>\n"
@@ -1787,6 +1787,11 @@ msgstr "å¯å
¥æ¨è¨çºå
éæ¬æ©ä½¿ç¨çç°½ç« "
msgid "repair damage from the pks keyserver during import"
msgstr "å¯å
¥æ修復ä¾èª pks éé°ä¼ºæå¨çæå£"
+#, fuzzy
+#| msgid "do not update the trustdb after import"
+msgid "do not clear the ownertrust values during import"
+msgstr "å¯å
¥å¾ä¸è¦æ´æ°ä¿¡ä»»è³æ庫"
+
msgid "do not update the trustdb after import"
msgstr "å¯å
¥å¾ä¸è¦æ´æ°ä¿¡ä»»è³æ庫"
@@ -2750,6 +2755,14 @@ msgstr ""
"è¦å: æ²æä»»ä½ä½¿ç¨è
ID 被æ¨ç¤ºçºä¸»è¦ ID. éé
æ令å¯è½æ\n"
" å°è´ä¸åç使ç¨è
ID 被ç¶æä¸»è¦ ID.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr ""
+
+#, fuzzy
+#| msgid "You can't change the expiration date of a v3 key\n"
+msgid "You may want to change its expiration date too.\n"
+msgstr "ä½ ä¸è½è®æ´ v3 éé°ç使ç¨æé\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3506,6 +3519,10 @@ msgstr "è¦å: éé°ä¼ºæå¨ç¶æç¨å¼ä¿ä¾èªä¸åçæ¬ç GnuPG (%s)\n
msgid "keyserver did not send VERSION\n"
msgstr "éé°ä¼ºæå¨ä¸¦æªéåºçæ¬ (VERSION)\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "éé°ä¼ºæå¨éè¨é¯èª¤: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "æ²æå·²ç¥çéé°ä¼ºæå¨ (ä½¿ç¨ --keyserver é¸é
)\n"
@@ -3531,10 +3548,6 @@ msgid "keyserver internal error\n"
msgstr "éé°ä¼ºæå¨å
§é¨é¯èª¤\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "éé°ä¼ºæå¨éè¨é¯èª¤: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "\"%s\" 並ééé° ID: è·³éä¸\n"
@@ -3699,6 +3712,10 @@ msgid "unknown"
msgstr "æªç¥"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr ""
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "ç¡æ³æª¢æ¥ç°½ç« : %s\n"
commit 47c2369bb723aac85caf848a7b563889e83bc88f
Author: Werner Koch <wk at gnupg.org>
Date: Fri Feb 27 09:05:21 2015 +0100
po: Update German translation
diff --git a/po/de.po b/po/de.po
index 8b3ccd8..cec3495 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: gnupg-1.4.8\n"
-"Report-Msgid-Bugs-To: gnupg-i18n at gnupg.org\n"
-"PO-Revision-Date: 2014-06-23 16:34+0200\n"
+"Report-Msgid-Bugs-To: translations at gnupg.org\n"
+"PO-Revision-Date: 2015-02-27 09:04+0100\n"
"Last-Translator: Walter Koch <koch at u32.de>\n"
"Language-Team: German <de at li.org>\n"
"Language: de\n"
@@ -1887,6 +1887,9 @@ msgstr "Importiere Signaturen, die als nicht exportfähig markiert sind"
msgid "repair damage from the pks keyserver during import"
msgstr "Beseitige Beschädigung durch den Schlüsselserver während des Imports"
+msgid "do not clear the ownertrust values during import"
+msgstr "die \"Owner trust\" Werte beim Import nicht löschen"
+
msgid "do not update the trustdb after import"
msgstr "ändern Sie die \"Trust\"-Datenbank nach dem Import nicht"
@@ -2894,6 +2897,12 @@ msgstr ""
"WARNUNG: Keine User-ID ist als primär markiert. Dieser Befehl kann\n"
"dazu führen, daà eine andere User-ID als primär angesehen wird.\n"
+msgid "WARNING: Your encryption subkey expires soon.\n"
+msgstr "WARNUNG: Ihr Unterschlüssel zum Verschlüsseln wird bald verfallen.\n"
+
+msgid "You may want to change its expiration date too.\n"
+msgstr "Bitte erwägen Sie, dessen Verfallsdatum auch zu ändern.\n"
+
msgid ""
"WARNING: This is a PGP2-style key. Adding a photo ID may cause some "
"versions\n"
@@ -3673,6 +3682,10 @@ msgstr ""
msgid "keyserver did not send VERSION\n"
msgstr "Schlüsselserver sendete VERSION nicht\n"
+#, c-format
+msgid "keyserver communications error: %s\n"
+msgstr "Schlüsselserver-Datenübertragunsfehler: %s\n"
+
msgid "no keyserver known (use option --keyserver)\n"
msgstr "Kein Schlüsselserver bekannt (Option --keyserver verwenden)\n"
@@ -3699,10 +3712,6 @@ msgid "keyserver internal error\n"
msgstr "interner Fehler Schlüsselserver\n"
#, c-format
-msgid "keyserver communications error: %s\n"
-msgstr "Schlüsselserver-Datenübertragunsfehler: %s\n"
-
-#, c-format
msgid "\"%s\" not a key ID: skipping\n"
msgstr "\"%s\" ist keine Schlüssel-ID: überspringe\n"
@@ -3873,6 +3882,10 @@ msgid "unknown"
msgstr "unbekannt"
#, c-format
+msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n"
+msgstr "\"WARNUNG: Keine abgetrennte Signatur; die Datei '%s' wurde NICHT überprüft!\n"
+
+#, c-format
msgid "Can't check signature: %s\n"
msgstr "Unterschrift kann nicht geprüft werden: %s\n"
-----------------------------------------------------------------------
Summary of changes:
NEWS | 41 ++++++++++++++++++++++++++-----
README | 6 ++---
configure.ac | 7 +++---
g10/gpg.c | 5 ++--
po/be.po | 23 +++++++++++++----
po/ca.po | 26 ++++++++++++++++----
po/cs.po | 22 +++++++++++++----
po/da.po | 27 ++++++++++++++++----
po/de.po | 27 +++++++++++++++-----
po/el.po | 26 ++++++++++++++++----
po/eo.po | 26 ++++++++++++++++----
po/es.po | 18 ++++++++++----
po/et.po | 26 ++++++++++++++++----
po/fi.po | 26 ++++++++++++++++----
po/fr.po | 27 ++++++++++++++++----
po/gl.po | 26 ++++++++++++++++----
po/hu.po | 26 ++++++++++++++++----
po/id.po | 26 ++++++++++++++++----
po/it.po | 76 ++++++++++-----------------------------------------------
po/ja.po | 26 ++++++++++++++++----
po/nb.po | 25 +++++++++++++++----
po/nl.po | 18 ++++++++++----
po/pl.po | 21 +++++++++++-----
po/pt.po | 26 ++++++++++++++++----
po/pt_BR.po | 26 ++++++++++++++++----
po/ro.po | 27 ++++++++++++++++----
po/ru.po | 18 ++++++++++----
po/sk.po | 26 ++++++++++++++++----
po/sv.po | 27 ++++++++++++++++----
po/tr.po | 26 ++++++++++++++++----
po/uk.po | 18 ++++++++++----
po/zh_CN.po | 27 ++++++++++++++++----
po/zh_TW.po | 27 ++++++++++++++++----
util/argparse.c | 2 +-
34 files changed, 604 insertions(+), 223 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list