diff options
Diffstat (limited to 'po/nl.po')
-rw-r--r-- | po/nl.po | 26 |
1 files changed, 20 insertions, 6 deletions
@@ -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: 2015-12-07 15:31+0100\n" +"POT-Creation-Date: 2015-12-14 16:56+0100\n" "PO-Revision-Date: 2014-11-09 23:47+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -2583,6 +2583,13 @@ msgstr "" "in het bestand sources.list of bestand in een ongeldig formaat)" #: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Skipping acquire of configured file '%s' as repository '%s' provides only " +"weak security information for it" +msgstr "" + +#: apt-pkg/acquire-item.cc msgid "There is no public key available for the following key IDs:\n" msgstr "" "Er zijn geen publieke sleutels beschikbaar voor de volgende sleutel-ID's:\n" @@ -3290,6 +3297,13 @@ msgstr "Geen Hash-vermelding in Release-bestand %s" #: apt-pkg/deb/debmetaindex.cc #, c-format +msgid "" +"No Hash entry in Release file %s, which is considered strong enough for " +"security purposes" +msgstr "" + +#: apt-pkg/deb/debmetaindex.cc +#, c-format msgid "Invalid 'Date' entry in Release file %s" msgstr "Ongeldige 'Date'-vermelding in Release-bestand %s" @@ -3670,14 +3684,14 @@ msgid "Enhances" msgstr "Vult aan" #: apt-pkg/pkgcache.cc -msgid "important" -msgstr "belangrijk" - -#: apt-pkg/pkgcache.cc msgid "required" msgstr "noodzakelijk" #: apt-pkg/pkgcache.cc +msgid "important" +msgstr "belangrijk" + +#: apt-pkg/pkgcache.cc msgid "standard" msgstr "standaard" @@ -3809,7 +3823,7 @@ msgstr "" #: apt-pkg/tagfile.cc #, c-format -msgid "Cannot convert %s to integer" +msgid "Cannot convert %s to integer: out of range" msgstr "" #: apt-pkg/update.cc |