diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 27 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
-rw-r--r-- | doc/po/de.po | 2 | ||||
-rw-r--r-- | doc/po/es.po | 2 | ||||
-rw-r--r-- | doc/po/fr.po | 2 | ||||
-rw-r--r-- | doc/po/it.po | 2 | ||||
-rw-r--r-- | doc/po/ja.po | 2 | ||||
-rw-r--r-- | doc/po/nl.po | 2 | ||||
-rw-r--r-- | doc/po/pl.po | 2 | ||||
-rw-r--r-- | doc/po/pt.po | 2 | ||||
-rw-r--r-- | doc/po/pt_BR.po | 2 | ||||
-rw-r--r-- | po/apt-all.pot | 6 | ||||
-rw-r--r-- | po/ar.po | 12 | ||||
-rw-r--r-- | po/ast.po | 12 | ||||
-rw-r--r-- | po/bg.po | 12 | ||||
-rw-r--r-- | po/bs.po | 4 | ||||
-rw-r--r-- | po/ca.po | 12 | ||||
-rw-r--r-- | po/cs.po | 12 | ||||
-rw-r--r-- | po/cy.po | 12 | ||||
-rw-r--r-- | po/da.po | 12 | ||||
-rw-r--r-- | po/de.po | 12 | ||||
-rw-r--r-- | po/dz.po | 12 | ||||
-rw-r--r-- | po/el.po | 12 | ||||
-rw-r--r-- | po/es.po | 12 | ||||
-rw-r--r-- | po/eu.po | 12 | ||||
-rw-r--r-- | po/fi.po | 12 | ||||
-rw-r--r-- | po/fr.po | 12 | ||||
-rw-r--r-- | po/gl.po | 12 | ||||
-rw-r--r-- | po/hu.po | 12 | ||||
-rw-r--r-- | po/it.po | 12 | ||||
-rw-r--r-- | po/ja.po | 12 | ||||
-rw-r--r-- | po/km.po | 12 | ||||
-rw-r--r-- | po/ko.po | 12 | ||||
-rw-r--r-- | po/ku.po | 12 | ||||
-rw-r--r-- | po/lt.po | 12 | ||||
-rw-r--r-- | po/mr.po | 12 | ||||
-rw-r--r-- | po/nb.po | 12 | ||||
-rw-r--r-- | po/ne.po | 12 | ||||
-rw-r--r-- | po/nl.po | 12 | ||||
-rw-r--r-- | po/nn.po | 12 | ||||
-rw-r--r-- | po/pl.po | 12 | ||||
-rw-r--r-- | po/pt.po | 12 | ||||
-rw-r--r-- | po/pt_BR.po | 12 | ||||
-rw-r--r-- | po/ro.po | 12 | ||||
-rw-r--r-- | po/ru.po | 12 | ||||
-rw-r--r-- | po/sk.po | 12 | ||||
-rw-r--r-- | po/sl.po | 12 | ||||
-rw-r--r-- | po/sv.po | 12 | ||||
-rw-r--r-- | po/th.po | 12 | ||||
-rw-r--r-- | po/tl.po | 12 | ||||
-rw-r--r-- | po/tr.po | 12 | ||||
-rw-r--r-- | po/uk.po | 12 | ||||
-rw-r--r-- | po/vi.po | 12 | ||||
-rw-r--r-- | po/zh_CN.po | 29 | ||||
-rw-r--r-- | po/zh_TW.po | 12 |
57 files changed, 387 insertions, 197 deletions
diff --git a/configure.ac b/configure.ac index d446dff1f..cd23764f5 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) PACKAGE="apt" -PACKAGE_VERSION="1.2.7" +PACKAGE_VERSION="1.2.8" PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION") diff --git a/debian/changelog b/debian/changelog index e45998aba..407ebf316 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +apt (1.2.8) unstable; urgency=medium + + [ Michael Vogt ] + * Get accurate progress reporting in apt update again + + [ Julian Andres Klode ] + * Report non-transient errors as errors, not as warnings + * methods/gpgv: Rewrite error handling and message. + Thanks to Ron Lee for wording suggestions + * Use descriptive URIs in 104 Warning messages + * cachefile: Only set members that were initialized successfully + (Closes: #818628) + * Update symbols file + + [ David Kalnischkies ] + * do not strip epochs from state version strings (Closes: 818162) + * properly check for "all good sigs are weak" (Closes: 818910) + * handle gpgv's weak-digests ERRSIG + + [ Zhou Mo ] + * zh_CN.po: update simplified Chinese translation. (Closes: #818639) + + [ Takuma Yamada ] + * Japanese manpage translation update (Closes: 818950) + + -- Julian Andres Klode <jak@debian.org> Thu, 24 Mar 2016 19:31:24 +0100 + apt (1.2.7) unstable; urgency=medium "Caesar is dead" diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index d710911a1..e3d8e7bde 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -237,7 +237,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "1.2.7"> +<!ENTITY apt-product-version "1.2.8"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "wheezy"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index dd104debd..c6d257996 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 1.2.7\n" +"Project-Id-Version: apt-doc 1.2.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:20+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/doc/po/de.po b/doc/po/de.po index ba62276b3..5e0676118 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:20+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2014-09-14 14:46+0200\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" diff --git a/doc/po/es.po b/doc/po/es.po index 4d25253cf..cdf60c918 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:20+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n" "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" diff --git a/doc/po/fr.po b/doc/po/fr.po index 6d16df8fd..0f5a91943 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:20+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2014-11-15 17:26+0100\n" "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" diff --git a/doc/po/it.po b/doc/po/it.po index 8b175fc82..2155f95d0 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:20+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2015-12-27 21:26+0200\n" "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" diff --git a/doc/po/ja.po b/doc/po/ja.po index 0f8d57a7f..52f9bb8a1 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-23 09:54+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2016-03-23 09:39+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" diff --git a/doc/po/nl.po b/doc/po/nl.po index 6ff98e976..b595d75a3 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.1.10-nl\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:20+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2016-02-01 16:17+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" diff --git a/doc/po/pl.po b/doc/po/pl.po index 38b3f0f39..869a0a3b0 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:20+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda <robert@debian.org>\n" "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" diff --git a/doc/po/pt.po b/doc/po/pt.po index 1a4465340..e845eba38 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.7\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:20+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2014-08-29 00:34+0100\n" "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 1583545e0..dba159a40 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:20+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes <andrelop@debian.org>\n" "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n" diff --git a/po/apt-all.pot b/po/apt-all.pot index 2a5a4dc80..544579350 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.2.7\n" +"Project-Id-Version: apt 1.2.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1631,7 +1631,7 @@ msgstr "" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format -msgid "The repository is insufficiently signed by key %s (%s)" +msgid "Signature by key %s uses weak digest algorithm (%s)" msgstr "" #: methods/gpgv.cc @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Language-Team: Arabic <support@arabeyes.org>\n" @@ -1679,9 +1679,9 @@ msgstr "" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "المسار %s طويل جداً" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3571,6 +3571,10 @@ msgid "Calculating upgrade" msgstr "حساب الترقية" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "المسار %s طويل جداً" + +#, fuzzy #~ msgid "Must specifc at least one srv record" #~ msgstr "يجب تحديد حزمة واحدة على الأقل لجلب مصدرها" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (ast)\n" @@ -1710,9 +1710,9 @@ msgstr "Fallu desconocíu al executar apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "El direutorio %s ta desviáu" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3725,6 +3725,10 @@ msgid "Calculating upgrade" msgstr "Calculando l'anovamientu" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "El direutorio %s ta desviáu" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov <dmn@debian.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -1734,9 +1734,9 @@ msgstr "Неизвестна грешка при изпълнението на a #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Директорията %s е отклонена" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3768,6 +3768,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Изчисляване на актуализацията" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Директорията %s е отклонена" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n" "Language-Team: Bosnian <lokal@lugbih.org>\n" @@ -1663,7 +1663,7 @@ msgstr "" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format -msgid "The repository is insufficiently signed by key %s (%s)" +msgid "Signature by key %s uses weak digest algorithm (%s)" msgstr "" #: methods/gpgv.cc @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2012-10-19 13:30+0200\n" "Last-Translator: Jordi Mallach <jordi@debian.org>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -1735,9 +1735,9 @@ msgstr "S'ha produït un error desconegut en executar el apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "El directori %s està desviat" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3770,6 +3770,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "S'està calculant l'actualització" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "El directori %s està desviat" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2015-08-29 15:24+0200\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -1725,9 +1725,9 @@ msgstr "Neznámá chyba při spouštění apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Repositář „%s“ není podepsán." +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3723,6 +3723,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Propočítává se aktualizace" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Repositář „%s“ není podepsán." + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n" "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n" @@ -1737,9 +1737,9 @@ msgstr "" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Mae'r cyfeiriadur %s wedi ei ddargyfeirio" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc #, fuzzy @@ -3757,6 +3757,10 @@ msgid "Calculating upgrade" msgstr "Yn Cyfrifo'r Uwchraddiad" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Mae'r cyfeiriadur %s wedi ei ddargyfeirio" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2014-07-06 23:51+0200\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -1735,9 +1735,9 @@ msgstr "Ukendt fejl ved kørsel af apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Mappen %s er omrokeret" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3738,6 +3738,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Beregner opgraderingen" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Mappen %s er omrokeret" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2014-09-19 13:04+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n" @@ -1782,9 +1782,9 @@ msgstr "Unbekannter Fehler beim Ausführen von apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Das Verzeichnis %s ist umgeleitet." +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3848,6 +3848,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Paketaktualisierung (Upgrade) wird berechnet" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Das Verzeichnis %s ist umgeleitet." + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n" "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n" @@ -1714,9 +1714,9 @@ msgstr "apt-key་ལག་ལེན་འཐབ་ནི་ལུ་མ་ཤ #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "སྣོད་ཐོ་%s་འདི་ཁ་ཕྱོགས་སྒྱུར་དེ་ཡོད།" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3699,6 +3699,10 @@ msgid "Calculating upgrade" msgstr "ཡར་བསྐྱེད་རྩིས་བཏོན་དོ་" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "སྣོད་ཐོ་%s་འདི་ཁ་ཕྱོགས་སྒྱུར་དེ་ཡོད།" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2008-08-26 18:25+0300\n" "Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -1731,9 +1731,9 @@ msgstr "Άγνωστο σφάλμα κατά την εκτέλεση του apt- #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Ο φάκελος %s έχει εκτραπεί" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3727,6 +3727,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Υπολογισμός της αναβάθμισης" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Ο φάκελος %s έχει εκτραπεί" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -1840,9 +1840,9 @@ msgstr "Error desconocido ejecutando «apt-key»" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "El repositorio «%s» no está firmado." +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3908,6 +3908,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Calculando la actualización" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "El repositorio «%s» no está firmado." + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n" @@ -1716,9 +1716,9 @@ msgstr "Errore ezezaguna apt-key exekutatzean" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "%s direktorioa desbideratuta dago" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3695,6 +3695,10 @@ msgid "Calculating upgrade" msgstr "Berriketak kalkulatzen" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "%s direktorioa desbideratuta dago" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -1708,9 +1708,9 @@ msgstr "Tapahtui tuntematon virhe suoritettaessa apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Kansio %s on korvautunut" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3687,6 +3687,10 @@ msgid "Calculating upgrade" msgstr "Käsitellään päivitystä" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Kansio %s on korvautunut" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2013-12-15 16:45+0100\n" "Last-Translator: Julien Patriarca <leatherface@debian.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -1766,9 +1766,9 @@ msgstr "Erreur inconnue à l'exécution de apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Le répertoire %s est détourné" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3832,6 +3832,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Calcul de la mise à jour" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Le répertoire %s est détourné" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: galician <proxecto@trasno.net>\n" @@ -1729,9 +1729,9 @@ msgstr "Produciuse un erro descoñecido ao executar apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "O directorio %s está desviado" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3763,6 +3763,10 @@ msgid "Calculating upgrade" msgstr "Calculando a anovación" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "O directorio %s está desviado" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2012-06-25 17:09+0200\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n" @@ -1728,9 +1728,9 @@ msgstr "Ismeretlen apt-key futtatási hiba" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "A(z) %s könyvtár eltérítve" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3745,6 +3745,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Frissítés kiszámítása" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "A(z) %s könyvtár eltérítve" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2015-04-07 16:51+0100\n" "Last-Translator: Milo Casagrande <milo@milo.name>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -1757,9 +1757,9 @@ msgstr "Errore sconosciuto durante l'esecuzione di apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "La directory %s è deviata" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3809,6 +3809,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Calcolo dell'aggiornamento" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "La directory %s è deviata" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.9.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2014-12-12 22:33+0900\n" "Last-Translator: Kenshi Muto <kmuto@debian.org>\n" "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n" @@ -1733,9 +1733,9 @@ msgstr "apt-key の実行中に未知のエラーが発生" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "ディレクトリ %s は divert されています" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3748,6 +3748,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "アップグレードパッケージを検出しています" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "ディレクトリ %s は divert されています" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" @@ -1700,9 +1700,9 @@ msgstr "មិនស្គាល់កំហុស ក្នុងការប #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "ថត %s ត្រូវបានបង្វែរ" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3668,6 +3668,10 @@ msgid "Calculating upgrade" msgstr "កំពុងគណនាការធ្វើឲ្យប្រសើរ" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "ថត %s ត្រូវបានបង្វែរ" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n" @@ -1698,9 +1698,9 @@ msgstr "apt-key 실행 도중 알 수 없는 오류 발생" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "%s 디렉터리가 전환되었습니다" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3683,6 +3683,10 @@ msgid "Calculating upgrade" msgstr "업그레이드를 계산하는 중입니다" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "%s 디렉터리가 전환되었습니다" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n" "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n" @@ -1663,9 +1663,9 @@ msgstr "Di xebitandina apt-key de çewtiya nenas" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Rêça %s zêde dirêj e" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc #, fuzzy @@ -3566,6 +3566,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Bilindkirin tê hesibandin" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Rêça %s zêde dirêj e" + #~ msgid "" #~ "Options:\n" #~ " -h This help text.\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -1691,9 +1691,9 @@ msgstr "Nežinoma klaida kviečiant apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Kelias %s per ilgas" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3661,6 +3661,10 @@ msgid "Calculating upgrade" msgstr "Skaičiuojami atnaujinimai" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Kelias %s per ilgas" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada <sampadanakhare@gmail.com>\n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -1696,9 +1696,9 @@ msgstr "apt-key कार्यान्वित होत असताना #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "%s संचिका डायव्हर्ट केली आहे/वळवली आहे" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3671,6 +3671,10 @@ msgid "Calculating upgrade" msgstr "पुढिल आवृत्तीची गणती करीत आहे" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "%s संचिका डायव्हर्ट केली आहे/वळवली आहे" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2010-09-01 21:10+0200\n" "Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n" "Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n" @@ -1719,9 +1719,9 @@ msgstr "Ukjent feil ved kjøring av apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Katalogen %s er avledet" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3722,6 +3722,10 @@ msgid "Calculating upgrade" msgstr "Beregner oppgradering" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Katalogen %s er avledet" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" @@ -1698,9 +1698,9 @@ msgstr "apt-key कार्यन्वयन गर्दा अज्ञा #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "डाइरेक्ट्री %s फेरियो " +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3668,6 +3668,10 @@ msgid "Calculating upgrade" msgstr "स्तर वृद्धि गणना गरिदैछ" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "डाइरेक्ट्री %s फेरियो " + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.15.9\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2016-01-22 20:50+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -1794,9 +1794,9 @@ msgstr "Onbekende fout bij het uitvoeren van apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "De pakketbron '%s' is niet ondertekend." +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3862,6 +3862,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Opwaardering wordt doorgerekend" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "De pakketbron '%s' is niet ondertekend." + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n" "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n" @@ -1712,9 +1712,9 @@ msgstr "" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Katalogen %s er avleidd" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc #, fuzzy @@ -3684,6 +3684,10 @@ msgid "Calculating upgrade" msgstr "Reknar ut oppgradering" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Katalogen %s er avleidd" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n" @@ -1765,9 +1765,9 @@ msgstr "Nieznany błąd podczas uruchamiania apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Ominięcie katalogu %s" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3795,6 +3795,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Obliczanie aktualizacji" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Ominięcie katalogu %s" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -1731,9 +1731,9 @@ msgstr "Erro desconhecido ao executar apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "O directório %s é desviado" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3776,6 +3776,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "A calcular a actualização" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "O directório %s é desviado" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" diff --git a/po/pt_BR.po b/po/pt_BR.po index 5a5892150..f1cb16760 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." @@ -1717,9 +1717,9 @@ msgstr "Erro desconhecido executando apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "O diretório %s é desviado (\"diverted\")" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3713,6 +3713,10 @@ msgid "Calculating upgrade" msgstr "Calculando atualização" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "O diretório %s é desviado (\"diverted\")" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2008-11-15 02:21+0200\n" "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -1726,9 +1726,9 @@ msgstr "Eroare necunoscută în timp ce se execută apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Directorul %s este redirectat" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3728,6 +3728,10 @@ msgid "Calculating upgrade" msgstr "Calculez înnoirea" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Directorul %s este redirectat" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.9.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2015-06-23 20:40+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -1762,9 +1762,9 @@ msgstr "Неизвестная ошибка при выполнении apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Каталог %s входит в список diverted" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3796,6 +3796,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Расчёт обновлений" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Каталог %s входит в список diverted" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -1735,9 +1735,9 @@ msgstr "Neznáma chyba pri spustení apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Adresár %s je divertovaný" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3736,6 +3736,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Prepočítava sa aktualizácia" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Adresár %s je divertovaný" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -1739,9 +1739,9 @@ msgstr "Neznana napaka med izvajanjem apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Mapa %s je odklonjena" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3741,6 +3741,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Preračunavanje nadgradnje" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Mapa %s je odklonjena" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n" "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n" @@ -1742,9 +1742,9 @@ msgstr "Okänt fel vid körning av apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Förrådet ”%s” är inte längre signerat." +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3770,6 +3770,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Beräknar uppgradering" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Förrådet ”%s” är inte längre signerat." + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" @@ -1691,9 +1691,9 @@ msgstr "เกิดข้อผิดพลาดไม่ทราบสาเ #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "ไดเรกทอรี %s ถูก divert" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3654,6 +3654,10 @@ msgstr "ดาวน์โหลดแฟ้มดัชนีบางแฟ้ msgid "Calculating upgrade" msgstr "กำลังคำนวณการปรับรุ่น" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "ไดเรกทอรี %s ถูก divert" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" @@ -1708,9 +1708,9 @@ msgstr "Hindi kilalang error sa pag-execute ng apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Ang directory %s ay divertado" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3707,6 +3707,10 @@ msgid "Calculating upgrade" msgstr "Sinusuri ang pag-upgrade" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Ang directory %s ay divertado" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2015-10-21 18:21+0300\n" "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n" "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n" @@ -1745,9 +1745,9 @@ msgstr "apt-key çalıştırılırken bilinmeyen hata" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "'%s' deposu imzalanmamış" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3765,6 +3765,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Yükseltme hesaplanıyor" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "'%s' deposu imzalanmamış" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n" "Language-Team: Українська <uk@li.org>\n" @@ -1754,9 +1754,9 @@ msgstr "Невідома помилка виконання apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Директорія %s є відхиленою (diverted)" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3795,6 +3795,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Обчислення оновлень" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Директорія %s є відхиленою (diverted)" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n" @@ -1730,9 +1730,9 @@ msgstr "Gặp lỗi không rõ khi thực hiện apt-key" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "Thư mục %s bị trệch hướng" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3766,6 +3766,10 @@ msgstr "" msgid "Calculating upgrade" msgstr "Đang tính toán nâng cấp" +#, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "Thư mục %s bị trệch hướng" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" diff --git a/po/zh_CN.po b/po/zh_CN.po index 400fd9df2..5c027413d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.x\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2016-03-19 08:00+0000\n" "Last-Translator: Zhou Mo <cdluminate@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" @@ -1020,7 +1020,7 @@ msgid "" "displayed information may therefore be outdated if the last update was\n" "too long ago, but in exchange apt-cache works independently of the\n" "availability of the configured sources (e.g. offline).\n" -msgstr "" +msgstr "" "用法: apt-cache [选项] 命令\n" " apt-cache [选项] show 软件包1 [软件包2 ...]\n" "\n" @@ -1706,8 +1706,8 @@ msgstr "运行 apt-key 时发生未知错误" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "仓库 “%s” 数字签名不完整。" +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -2449,8 +2449,7 @@ msgstr "GPG 错误:%s: %s" msgid "" "Skipping acquire of configured file '%s' as repository '%s' doesn't support " "architecture '%s'" -msgstr "" -"鉴于仓库 '%2$s' 不支持 '%3$s' 体系结构,跳过配置文件 '%1$s' 的捕获。" +msgstr "鉴于仓库 '%2$s' 不支持 '%3$s' 体系结构,跳过配置文件 '%1$s' 的捕获。" #: apt-pkg/acquire-item.cc #, c-format @@ -2465,8 +2464,7 @@ msgstr "" msgid "" "Skipping acquire of configured file '%s' as repository '%s' provides only " "weak security information for it" -msgstr "" -"鉴于仓库 '%2$s' 提供的安全信息强度太低,跳过配置文件 '%1$s' 的acquire." +msgstr "鉴于仓库 '%2$s' 提供的安全信息强度太低,跳过配置文件 '%1$s' 的acquire." #: apt-pkg/acquire-item.cc msgid "There is no public key available for the following key IDs:\n" @@ -2514,9 +2512,8 @@ msgid "" "This is normally not allowed, but the option Acquire::" "AllowDowngradeToInsecureRepositories was given to override it." msgstr "" -"一般不可以这样做,但选项 " -"Acquire:: AllowDowngradeToInsecureRepositories " -"可以用于覆盖默认设置。" +"一般不可以这样做,但选项 Acquire:: AllowDowngradeToInsecureRepositories 可以" +"用于覆盖默认设置。" #: apt-pkg/acquire-item.cc #, c-format @@ -3148,12 +3145,11 @@ msgid "No Hash entry in Release file %s" msgstr "软件包仓库 Release 文件 %s 内无哈希条目" #: apt-pkg/deb/debmetaindex.cc -#, c-format +#, fuzzy, c-format msgid "" -"No Hash entry in Release file %s which is considered strong enough for " +"No Hash entry in Release file %s, which is considered strong enough for " "security purposes" -msgstr "" -"Release 文件 %s 中不含散列字段,该文件用于保证足够的安全性。" +msgstr "Release 文件 %s 中不含散列字段,该文件用于保证足够的安全性。" #: apt-pkg/deb/debmetaindex.cc #, c-format @@ -3665,6 +3661,9 @@ msgstr "部分索引文件下载失败。如果忽略它们,那将转而使用 msgid "Calculating upgrade" msgstr "正在计算更新" +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "仓库 “%s” 数字签名不完整。" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" diff --git a/po/zh_TW.po b/po/zh_TW.po index c846a8b69..99626c2bb 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-03-15 19:21+0100\n" +"POT-Creation-Date: 2016-03-24 19:31+0100\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet <tetralet@gmail.com>\n" "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists." @@ -1690,9 +1690,9 @@ msgstr "在執行 apt-key 時發生未知的錯誤" #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc -#, fuzzy, c-format -msgid "The repository is insufficiently signed by key %s (%s)" -msgstr "路徑 %s 已被抽換" +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -3649,6 +3649,10 @@ msgid "Calculating upgrade" msgstr "籌備升級中" #, fuzzy +#~ msgid "The repository is insufficiently signed by key %s (%s)" +#~ msgstr "路徑 %s 已被抽換" + +#, fuzzy #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" |