2013-03-10 12:52:36 +10:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
2021-05-20 12:33:05 +10:00
|
|
|
# Copyright (C) YEAR "Pacman Development Team <pacman-dev@archlinux.org>"
|
|
|
|
# This file is distributed under the same license as the libalpm package.
|
2018-04-29 23:56:07 +10:00
|
|
|
#
|
2013-03-10 12:52:36 +10:00
|
|
|
# Translators:
|
2019-10-07 18:12:24 +10:00
|
|
|
# 56d5d7c9ccc04394ef84fc87640272f6, 2011,2015
|
2014-12-19 13:53:35 +10:00
|
|
|
# Peter van den Hurk, 2014
|
2021-04-23 10:44:27 +10:00
|
|
|
# a91dc94891efad958223abaf78f68e63_4458573, 2014-2015
|
2021-09-04 16:16:20 +10:00
|
|
|
# Philip Goto <philip.goto@gmail.com>, 2021
|
2019-10-14 09:43:35 +10:00
|
|
|
# Ruben Van Boxem <vanboxem.ruben@gmail.com>, 2015,2018-2019
|
2019-08-12 11:42:10 +10:00
|
|
|
# 56d5d7c9ccc04394ef84fc87640272f6, 2015
|
|
|
|
# 56d5d7c9ccc04394ef84fc87640272f6, 2011
|
|
|
|
# 56d5d7c9ccc04394ef84fc87640272f6, 2011,2015
|
|
|
|
# W J <transifex@woutje.be>, 2018
|
2019-10-07 18:12:24 +10:00
|
|
|
# zenlord <zenlord@gmail.com>, 2013,2015,2019
|
2019-10-14 09:43:35 +10:00
|
|
|
# zenlord <zenlord@gmail.com>, 2013,2015,2019
|
2013-03-10 12:52:36 +10:00
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: Arch Linux Pacman package manager\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
|
2024-03-04 13:07:58 +10:00
|
|
|
"POT-Creation-Date: 2024-03-04 11:45+1000\n"
|
2024-02-19 11:07:26 +10:00
|
|
|
"PO-Revision-Date: 2010-11-29 23:17+0000\n"
|
|
|
|
"Last-Translator: zenlord <zenlord@gmail.com>, 2013,2015,2019\n"
|
|
|
|
"Language-Team: Dutch (http://app.transifex.com/toofishes/archlinux-pacman/"
|
2018-04-29 23:56:07 +10:00
|
|
|
"language/nl/)\n"
|
|
|
|
"Language: nl\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/add.c:90 lib/libalpm/sync.c:279
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s-%s is up to date -- skipping\n"
|
|
|
|
msgstr "%s-%s is up to date -- overslaan\n"
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/add.c:94
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s-%s is up to date -- reinstalling\n"
|
|
|
|
msgstr "%s-%s is up to date -- opnieuw installeren\n"
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/add.c:99
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "downgrading package %s (%s => %s)\n"
|
2016-01-17 13:39:02 +10:00
|
|
|
msgstr "pakket %s downgraden (%s => %s)\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/add.c:129
|
2018-04-29 23:43:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "cannot allocate disk archive object"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "Kon geen schijfuimte voor archiefobject toewijzen"
|
2018-04-29 23:43:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/add.c:143 lib/libalpm/util.c:389
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "warning given when extracting %s (%s)\n"
|
|
|
|
msgstr "waarschuwing tijdens uitpakken van %s (%s)\n"
|
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/add.c:146 lib/libalpm/util.c:392
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not extract %s (%s)\n"
|
2015-02-14 11:17:18 +10:00
|
|
|
msgstr "kon %s (%s) niet uitpakken\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:750 lib/libalpm/remove.c:536
|
2013-03-10 13:07:16 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not rename %s to %s (%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan %s niet hernoemen als %s (%s)\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/add.c:210
|
2014-11-18 15:14:51 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "file not found in file list for package %s. skipping extraction of %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
msgstr ""
|
|
|
|
"bestand niet gevonden in de bestandslijst voor pakket %s. Uitpakken %s wordt "
|
|
|
|
"overgeslaan\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/add.c:219
|
2015-12-09 16:02:55 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "unable to extract %s%s: path too long"
|
2016-01-17 13:39:02 +10:00
|
|
|
msgstr "kan %s%s niet uitpakken: pad te lang"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/add.c:261
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"directory permissions differ on %s\n"
|
|
|
|
"filesystem: %o package: %o\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
msgstr ""
|
|
|
|
"rechten voor map %s verschillen\n"
|
|
|
|
"bestandssysteem: %o pakket: %o\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/add.c:276
|
2014-12-19 13:53:35 +10:00
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
msgid ""
|
|
|
|
"directory ownership differs on %s\n"
|
|
|
|
"filesystem: %u:%u package: %u:%u\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
msgstr ""
|
|
|
|
"eigenaar van map %s verschilt\n"
|
|
|
|
"bestandssysteem: %u:%u pakket: %u:%u\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/add.c:292
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "extract: not overwriting dir with file %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "uitpakken: map wordt niet overschreven met bestand %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/add.c:320
|
2015-12-09 16:02:55 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "unable to extract %s.pacnew: path too long"
|
2016-01-17 13:39:02 +10:00
|
|
|
msgstr "kan %s.pacnew niet uitpakken: pad te lang"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/add.c:510 lib/libalpm/util.c:335 lib/libalpm/util.c:605
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not get current working directory\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan de huidige werkmap niet bepalen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/add.c:515 lib/libalpm/util.c:340 lib/libalpm/util.c:610
|
|
|
|
#: lib/libalpm/util.c:665
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not change directory to %s (%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan niet naar de map %s (%s) wisselen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/add.c:571 lib/libalpm/util.c:410 lib/libalpm/util.c:789
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not restore working directory (%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan werkmap (%s) niet terugzetten\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/add.c:579
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "problem occurred while upgrading %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "probleem tijdens bijwerken van %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/add.c:585
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "problem occurred while installing %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "probleem tijdens installatie van %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/add.c:600
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not update database entry %s-%s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan database record %s-%s niet bijwerken\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/add.c:610
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not add entry '%s' in cache\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan '%s' niet toevoegen in cache\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:271
|
2013-03-17 13:45:49 +10:00
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
msgid "error while reading file %s: %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "fout tijdens lezen van bestand %s: %s\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:382
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "removing invalid database: %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "ongeldige database: %s wordt verwijderd\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:433 lib/libalpm/be_local.c:947
|
2014-11-18 15:14:51 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not create directory %s: %s\n"
|
|
|
|
msgstr "kan map %s: %s niet aanmaken\n"
|
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:608 lib/libalpm/be_sync.c:322
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "invalid name for database entry '%s'\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "ongeldige naam voor database record '%s'\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:616
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "duplicated database entry '%s'\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "database record '%s' gedupliceerd\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:628
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "corrupted database entry '%s'\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "database record '%s' corrupt\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:663
|
2024-03-04 13:07:58 +10:00
|
|
|
#, c-format
|
2024-02-19 11:07:26 +10:00
|
|
|
msgid "unknown install reason for package %s: %s\n"
|
2024-03-04 13:07:58 +10:00
|
|
|
msgstr ""
|
2024-02-19 11:07:26 +10:00
|
|
|
|
|
|
|
#: lib/libalpm/be_local.c:743 lib/libalpm/be_local.c:856
|
|
|
|
#: lib/libalpm/be_local.c:996 lib/libalpm/be_local.c:1102
|
|
|
|
#: lib/libalpm/diskspace.c:135 lib/libalpm/dload.c:859 lib/libalpm/util.c:254
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/util.c:270
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not open file %s: %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan bestand %s: %s niet openen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:759 lib/libalpm/be_sync.c:595
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s database is inconsistent: name mismatch on package %s\n"
|
2015-02-14 11:17:18 +10:00
|
|
|
msgstr "%s database is inconsistent: naam onjuist voor pakket %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:765 lib/libalpm/be_sync.c:601
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s database is inconsistent: version mismatch on package %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
msgstr ""
|
|
|
|
"%s database is inconsistent: versie onjuist voor pakket %s\n"
|
|
|
|
"\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:806
|
2013-03-10 13:07:16 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "unknown validation type for package %s: %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "onbekend type van validatie voor pakket %s: %s\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_local.c:841
|
2024-03-04 13:07:58 +10:00
|
|
|
#, c-format
|
2024-02-19 11:07:26 +10:00
|
|
|
msgid "%s: unknown key '%s' in sync database\n"
|
2024-03-04 13:07:58 +10:00
|
|
|
msgstr ""
|
2024-02-19 11:07:26 +10:00
|
|
|
|
|
|
|
#: lib/libalpm/be_package.c:255
|
|
|
|
#, c-format
|
|
|
|
msgid "%s: unknown key '%s' in package description\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: lib/libalpm/be_package.c:482 lib/libalpm/be_package.c:635
|
|
|
|
#: lib/libalpm/be_package.c:647
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
msgid "error while reading package %s: %s\n"
|
|
|
|
msgstr "fout tijdens lezen van pakket %s: %s\n"
|
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_package.c:495 lib/libalpm/be_package.c:518
|
2014-12-19 13:53:35 +10:00
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
msgid "error while reading mtree of package %s: %s\n"
|
2014-12-19 13:53:35 +10:00
|
|
|
msgstr "fout tijdens het lezen van de mtree van pakket %s: %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_package.c:601
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not parse package description file in %s\n"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "kan het bestand met pakketbeschrijving in %s niet verwerken\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_package.c:606
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "missing package name in %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "ontbrekende pakketnaam in %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_package.c:610
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "missing package version in %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "ontbrekende pakketversie in %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_package.c:614
|
2014-12-19 13:53:35 +10:00
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
msgid "invalid package version in %s\n"
|
2014-12-19 13:53:35 +10:00
|
|
|
msgstr "ongeldige pakketversie in %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_package.c:653
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "missing package metadata in %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "metagegevens van pakket ontbreken in %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_package.c:745
|
2013-03-17 13:45:49 +10:00
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
msgid "failed to read signature file: %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "fout tijdens lezen van handtekeningsbestand: %s\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_package.c:768 lib/libalpm/sync.c:958
|
2013-03-10 13:07:16 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "required key missing from keyring\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "vereiste sleutel ontbreekt in sleutelhanger\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/be_sync.c:61
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "removing invalid file: %s\n"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "ongeldig bestand '%s' wordt verwijderd\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_sync.c:454
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not parse package description file '%s' from db '%s'\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan bestand met pakketbeschrijving '%s' uit db '%s' niet verwerken\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_sync.c:469
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "could not read db '%s' (%s)\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "Kon database '%s' niet lezen (%s)\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_sync.c:502 lib/libalpm/be_sync.c:507
|
2013-06-18 13:17:30 +10:00
|
|
|
#, c-format
|
2013-06-06 13:12:20 +10:00
|
|
|
msgid "%s database is inconsistent: filename of package %s is illegal\n"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "%s database is inconsistent: foutieve bestandsnaam voor pakket %s\n"
|
2013-06-06 13:12:20 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_sync.c:512
|
2013-06-18 13:17:30 +10:00
|
|
|
#, c-format
|
2013-06-06 13:12:20 +10:00
|
|
|
msgid "%s database is inconsistent: filename of package %s is too long\n"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "%s database is inconsistent: te lange bestandsnaam voor pakket %s\n"
|
2013-06-06 13:12:20 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_sync.c:577
|
2014-12-19 13:53:35 +10:00
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
msgid "unknown database file: %s\n"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "onbekend databasebestand: %s\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/be_sync.c:695
|
|
|
|
#, c-format
|
|
|
|
msgid "%s: unknown key '%s' in local database\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: lib/libalpm/db.c:413
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "database path is undefined\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "database-pad is niet gedefinieerd\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2018-04-29 23:56:07 +10:00
|
|
|
#: lib/libalpm/deps.c:184
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "dependency cycle detected:\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "Cyclische afhankelijkheid ontdekt:\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2018-04-29 23:56:07 +10:00
|
|
|
#: lib/libalpm/deps.c:187
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s will be removed after its %s dependency\n"
|
|
|
|
msgstr "%s zal na de afhankelijkheid %s worden verwijderd\n"
|
|
|
|
|
2018-04-29 23:56:07 +10:00
|
|
|
#: lib/libalpm/deps.c:191
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s will be installed before its %s dependency\n"
|
|
|
|
msgstr "%s zal voor de afhankelijkheid %s worden geïnstalleerd\n"
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/deps.c:666 lib/libalpm/deps.c:697
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "ignoring package %s-%s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "pakket %s-%s wordt genegeerd\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/deps.c:842
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan \"%s\", een afhankelijkheid van \"%s\", niet vinden\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/diskspace.c:78
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not get filesystem information for %s: %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan geen informatie van bestandssysteem krijgen voor %s: %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/diskspace.c:108
|
2013-03-17 13:45:49 +10:00
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
msgid "could not open file: %s: %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan bestand niet openen: %s :%s\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/diskspace.c:154 lib/libalpm/diskspace.c:167
|
2013-03-10 13:07:16 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not get filesystem information\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan geen informatie van bestandssysteem verkrijgen\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/diskspace.c:254
|
2016-01-17 13:39:02 +10:00
|
|
|
#, c-format
|
2015-12-09 16:02:55 +10:00
|
|
|
msgid "could not get file information for %s\n"
|
2016-01-17 13:39:02 +10:00
|
|
|
msgstr "kan bestandsinformatie voor %s niet ophalen\n"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/diskspace.c:268 lib/libalpm/diskspace.c:327
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not determine mount point for file %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan koppelpunt niet bepalen voor bestand %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/diskspace.c:366
|
2016-01-17 13:39:02 +10:00
|
|
|
#, c-format
|
2015-12-09 16:02:55 +10:00
|
|
|
msgid "Partition %s too full: %jd blocks needed, %ju blocks free\n"
|
2016-01-17 13:39:02 +10:00
|
|
|
msgstr "Partitie %s vol: %jd blokken nodig, %ju blokken beschikbaar\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/diskspace.c:391 lib/libalpm/diskspace.c:445
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not determine filesystem mount points\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan koppelpunten voor het bestandssysteem niet bepalen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/diskspace.c:397
|
2013-03-17 13:45:49 +10:00
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
msgid "could not determine cachedir mount point %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan koppelpunt voor cachedir %s niet bepalen\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/diskspace.c:450
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not determine root mount point %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan koppelpunt voor root niet bepalen %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/diskspace.c:498
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "Partition %s is mounted read only\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "Partitie %s is gekoppeld als alleen-lezen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:128
|
2021-04-23 10:44:27 +10:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"too many errors from %s, skipping for the remainder of this transaction\n"
|
|
|
|
msgstr ""
|
2021-09-04 16:16:20 +10:00
|
|
|
"te veel fouten van %s, wordt overgeslagen voor de rest van deze transactie\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:145
|
|
|
|
#, c-format
|
|
|
|
msgid "fatal error from %s, skipping for the remainder of this transaction\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: lib/libalpm/dload.c:263
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "disk"
|
|
|
|
msgstr "schijf"
|
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:438
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "failed to create temporary file for download\n"
|
|
|
|
msgstr "aanmaken van tijdelijk bestand voor download mislukt\n"
|
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:550 lib/libalpm/dload.c:588 lib/libalpm/dload.c:602
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "failed retrieving file '%s' from %s : %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan het bestand '%s' niet ophalen van %s : %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:580
|
2014-12-19 13:53:35 +10:00
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
msgstr ""
|
|
|
|
"kon het bestand '%s' niet ophalen van %s : verwachte download grootte "
|
|
|
|
"overschreden\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:728
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s appears to be truncated: %jd/%jd bytes\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "%s werd onderbroken: %jd/%jd bytes\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:823
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
2021-04-23 10:44:27 +10:00
|
|
|
msgid "url '%s' is invalid\n"
|
|
|
|
msgstr "url '%s' is niet geldig\n"
|
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:929
|
2021-05-20 12:33:05 +10:00
|
|
|
#, c-format
|
2021-04-23 10:44:27 +10:00
|
|
|
msgid "failed to setup a download payload for %s\n"
|
2021-09-04 16:16:20 +10:00
|
|
|
msgstr "download-payload instellen voor %s mislukt\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:941
|
2021-04-23 10:44:27 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "curl returned error %d from transfer\n"
|
2021-09-04 16:16:20 +10:00
|
|
|
msgstr "curl retourneerde fout %d van overdracht\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:965
|
2021-04-23 10:44:27 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "curl transfer error: %d\n"
|
2021-09-04 16:16:20 +10:00
|
|
|
msgstr "curl-overdrachtsfout: %d\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:1137 lib/libalpm/sync.c:845
|
2021-04-23 10:44:27 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "failed to retrieve some files\n"
|
|
|
|
msgstr "Niet alle bestanden konden worden opgehaald\n"
|
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/dload.c:1160
|
2021-04-23 10:44:27 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "download completed successfully but no file in the cache\n"
|
2021-09-04 16:16:20 +10:00
|
|
|
msgstr "downloaden succesvol maar geen bestand in de cache\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:40
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "out of memory!"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "onvoldoende geheugen beschikbaar!"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:42
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "unexpected system error"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "onverwachte systeemfout"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:44
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
msgid "permission denied"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "toegang geweigerd"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:46
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not find or read file"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan bestand niet vinden of lezen"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:48
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not find or read directory"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan map niet vinden of lezen"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:50
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "wrong or NULL argument passed"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "fout of NULL argument ingegeven"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:52
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "not enough free disk space"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "onvoldoende vrije schijfruimte"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:55
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "library not initialized"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "bibliotheek niet geïnitialiseerd"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:57
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "library already initialized"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "bibliotheek werd al geïnitialiseerd"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:59
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "unable to lock database"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan database niet vergrendelen"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:62
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not open database"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan database niet openen"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:64
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not create database"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan database niet aanmaken"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:66
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "database not initialized"
|
|
|
|
msgstr "database niet geïnitialiseerd"
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:68
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "database already registered"
|
2015-02-14 11:17:18 +10:00
|
|
|
msgstr "database is al geregistreerd"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:70
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not find database"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan database niet vinden"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:72
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "invalid or corrupted database"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "ongeldige of corrupte database"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:74
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "invalid or corrupted database (PGP signature)"
|
|
|
|
msgstr "ongeldige of corrupte database (PGP handtekening)"
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:76
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "database is incorrect version"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "databaseversie is onjuist"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:78
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not update database"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan database niet bijwerken"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:80
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not remove database entry"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "kan databasevermelding niet verwijderen"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:83
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "invalid url for server"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "ongeldige URL voor server"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:85
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "no servers configured for repository"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "er zijn geen servers ingesteld voor de repository"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:88
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "transaction already initialized"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "transactie werd al geïnitialiseerd"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:90 lib/libalpm/error.c:96
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "transaction not initialized"
|
|
|
|
msgstr "transactie niet geïnitialiseerd"
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
#: lib/libalpm/error.c:92
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "duplicate target"
|
|
|
|
msgstr "meervoudig doel"
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:94
|
2021-09-04 16:16:20 +10:00
|
|
|
#, c-format
|
2021-05-20 12:33:05 +10:00
|
|
|
msgid "duplicate filename"
|
2021-09-04 16:16:20 +10:00
|
|
|
msgstr "dubbele bestandsnaam"
|
2021-05-20 12:33:05 +10:00
|
|
|
|
|
|
|
#: lib/libalpm/error.c:98
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "transaction not prepared"
|
|
|
|
msgstr "transactie niet voorbereid"
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:100
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "transaction aborted"
|
|
|
|
msgstr "transactie afgebroken"
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:102
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "operation not compatible with the transaction type"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "actie niet compatibel met deze transactiesoort"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:104
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "transaction commit attempt when database is not locked"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "poging om transactie te voltooien terwijl database niet vergrendeld is"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:106
|
2015-12-09 16:02:55 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "failed to run transaction hooks"
|
2016-01-17 13:39:02 +10:00
|
|
|
msgstr "transactie hooks uitvoeren mislukt"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:109
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not find or read package"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan pakket niet vinden of lezen"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:111
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "operation cancelled due to ignorepkg"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "actie geannuleerd vanwege ignorepkg"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:113
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "invalid or corrupted package"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "ongeldig of corrupt pakket"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:115
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "invalid or corrupted package (checksum)"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "ongeldig of corrupt pakket (checksum)"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:117
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "invalid or corrupted package (PGP signature)"
|
|
|
|
msgstr "ongeldig of corrupt pakket (PGP handtekening)"
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:119
|
2014-12-19 13:53:35 +10:00
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
msgid "package missing required signature"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "pakket mist de verplichte PGP handtekening"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:121
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "cannot open package file"
|
|
|
|
msgstr "kan pakketbestand niet openen"
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:123
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "cannot remove all files for package"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "kan niet alle bestanden van het pakket verwijderen"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:125
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "package filename is not valid"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "pakket-bestandsnaam is ongeldig"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
#: lib/libalpm/error.c:127
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "package architecture is not valid"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "pakket-architectuur is ongeldig"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2015-12-09 16:02:55 +10:00
|
|
|
#: lib/libalpm/error.c:130
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "missing PGP signature"
|
|
|
|
msgstr "ontbrekende PGP handtekening"
|
|
|
|
|
2015-12-09 16:02:55 +10:00
|
|
|
#: lib/libalpm/error.c:132
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "invalid PGP signature"
|
|
|
|
msgstr "ongeldige PGP handtekening"
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not satisfy dependencies"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "kan niet aan afhankelijkheden voldoen"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/error.c:137
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "conflicting dependencies"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "conflicterende afhankelijkheden"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/error.c:139
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "conflicting files"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "conflicterende bestanden"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/error.c:142
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "failed to retrieve some files"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kon niet alle bestanden ophalen"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/error.c:144
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "invalid regular expression"
|
|
|
|
msgstr "ongeldige reguliere expressie"
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/error.c:150
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "libarchive error"
|
|
|
|
msgstr "libarchive fout"
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/error.c:152
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "download library error"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "downloadbibliotheek fout"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/error.c:154
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "gpgme error"
|
|
|
|
msgstr "gpgme fout"
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/error.c:156
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "error invoking external downloader"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "fout bij oproepen van externe downloader"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
#: lib/libalpm/error.c:159
|
|
|
|
#, c-format
|
|
|
|
msgid "compiled without signature support"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "gecompileerd zonder ondersteuning voor handtekeningen"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
|
|
|
#: lib/libalpm/error.c:162
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "unexpected error"
|
|
|
|
msgstr "onverwachte fout"
|
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/handle.c:164
|
2014-11-18 15:14:51 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "lock file missing %s\n"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "vergrendelbestand mist %s\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/handle.c:170
|
2014-11-18 15:14:51 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not remove lock file %s\n"
|
|
|
|
msgstr "kan het vergrendelbestand %s niet verwijderen\n"
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:95
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "Missing trigger targets in hook: %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "Ontbrekend trigger-doel in hook: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:101
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "Missing trigger type in hook: %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "Ontbrekend trigger-type in hook: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:107
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "Missing trigger operation in hook: %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "Ontbrekende trigger-operatie in hook: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:134
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "Missing Exec option in hook: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "Ontbrekende Exec optie in hook: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:140
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "Missing When option in hook: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "Ontbrekende When optie in hook: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:143
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "AbortOnFail set for PostTransaction hook: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "AbortOnFail ingesteld voor PostTransaction hook: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:160
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "error while reading hook %s: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "Fout bij lezen van hook %s: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "hook %s line %d: invalid option %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "hook %s lijn %d: ongeldige optie %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:172
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "hook %s line %d: invalid section %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "hook %s lijn %d: ongeldige sectie %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
|
|
|
|
#: lib/libalpm/hook.c:241
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "hook %s line %d: invalid value %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "hook %s lijn %d: ongeldige waarde %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
|
|
|
|
#: lib/libalpm/hook.c:236
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "hook %s line %d: overwriting previous definition of %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "hook %s lijn %d: vorige definitie van %s wordt overschreven\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:243
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "hook %s line %d: unable to set option (%s)\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "hook %s lijn %d: kan optie niet instellen (%s)\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:513
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "unable to run hook %s: %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "kan hook %s niet uitvoeren: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:378
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not open directory: %s: %s\n"
|
|
|
|
msgstr "kan map niet openen: %s: %s\n"
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:575
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "could not open file: %s%s: %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "kan bestand niet openen: %s %s: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:260
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not stat file %s: %s\n"
|
|
|
|
msgstr "kan bestand niet 'stat'ten %s: %s\n"
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
#: lib/libalpm/hook.c:621
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "could not read directory: %s: %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "kan map niet lezen: %s: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/package.c:614
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not fully load metadata for package %s-%s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan de metadata voor het pakket %s-%s niet volledig laden\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/package.c:869
|
|
|
|
#, c-format
|
|
|
|
msgid "invalid package metadata (name or version missing)"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: lib/libalpm/package.c:874
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"invalid metadata for package %s-%s (package name cannot start with '.' or "
|
|
|
|
"'-')\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: lib/libalpm/package.c:878
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"invalid metadata for package %s-%s (package name contains invalid "
|
|
|
|
"characters)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: lib/libalpm/package.c:885 lib/libalpm/package.c:889
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"invalid metadata for package %s-%s (package version contains invalid "
|
|
|
|
"characters)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: lib/libalpm/package.c:895
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"invalid metadata for package %s-%s (package name and version too long)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/remove.c:111
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not find %s in database -- skipping\n"
|
|
|
|
msgstr "kon %s niet in de database vinden -- overslaan\n"
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/remove.c:146
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "removing %s from target list\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "%s wordt verwijderd van doellijst\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/remove.c:338
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "cannot remove file '%s': %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan bestand '%s': %s niet verwijderen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/remove.c:403 lib/libalpm/remove.c:412
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not backup %s due to PATH_MAX overflow\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "kan geen backup maken van %s wegens PATH_MAX overflow\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/remove.c:556
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "cannot remove %s (%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan %s (%s) niet verwijderen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/remove.c:729
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not remove database entry %s-%s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "kan database record %s-%s niet verwijderen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/remove.c:734
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not remove entry '%s' from cache\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan record '%s' niet uit de cache verwijderen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/signing.c:163
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "Public keyring not found; have you run '%s'?\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "Publieke sleutelbos niet gevonden; werd '%s' al uitgevoerd?\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:199 lib/libalpm/signing.c:773
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "GPGME error: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "GPGME fout: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:275
|
2019-10-07 18:12:24 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "looking up key %s using WKD\n"
|
2019-10-14 09:43:35 +10:00
|
|
|
msgstr "sleutel %s opzoeken met behulp van WKD\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:289
|
2019-10-14 09:43:35 +10:00
|
|
|
#, c-format
|
2019-10-07 18:12:24 +10:00
|
|
|
msgid "gpg error: %s\n"
|
2019-10-14 09:43:35 +10:00
|
|
|
msgstr "gpg fout: %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:440 lib/libalpm/signing.c:513
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "keyring is not writable\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "kan niet schrijven naar sleutelbos\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:537
|
2019-10-14 09:43:35 +10:00
|
|
|
#, c-format
|
2019-10-07 18:12:24 +10:00
|
|
|
msgid "key \"%s\" on keyserver\n"
|
2019-10-14 09:43:35 +10:00
|
|
|
msgstr "sleutel \"%s\" op keyserver\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:542
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
2019-10-07 18:12:24 +10:00
|
|
|
msgid "key \"%s\" could not be imported\n"
|
|
|
|
msgstr "sleutel \"%s\" kon niet geïmporteerd worden\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:546
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "key \"%s\" could not be looked up remotely\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "sleutel \"%s\" kon niet gevonden worden\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:932 lib/libalpm/sync.c:1034
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: missing required signature\n"
|
|
|
|
msgstr "%s: ontbrekende PGP handtekening\n"
|
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:947
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: signature from \"%s\" is marginal trust\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "%s: handtekening van \"%s\" is marginaal vertrouwd\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:955
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: signature from \"%s\" is unknown trust\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "%s: handtekening van \"%s\" is onbekend vertrouwd\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:962
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: signature from \"%s\" should never be trusted\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "%s: handtekening van \"%s\" mag nooit vertrouwd worden\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:974
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: key \"%s\" is unknown\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "%s: sleutel \"%s\" is onbekend\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:983
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: key \"%s\" is disabled\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
msgstr "%s: sleutel \"%s\" is uitgeschakeld\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:987
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: signature from \"%s\" is expired\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "%s: handtekening van \"%s\" is vervallen\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:991
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
2018-05-15 11:03:42 +10:00
|
|
|
msgid "%s: signature from \"%s\" is invalid\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "%s handtekening van \"%s\" is ongeldig\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:1049 lib/libalpm/signing.c:1110
|
|
|
|
#: lib/libalpm/signing.c:1189
|
2018-04-29 23:56:07 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: signature format error\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "%s: fout in formaat van handtekening\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/signing.c:1142 lib/libalpm/signing.c:1175
|
|
|
|
#: lib/libalpm/signing.c:1183
|
2018-05-15 11:03:42 +10:00
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
msgid "%s: unsupported signature format\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "%s: formaat van handtekening wordt niet ondersteund\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/sync.c:96
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: ignoring package upgrade (%s => %s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "%s: pakket-upgrade (%s => %s) wordt genegeerd\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/sync.c:108
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: ignoring package downgrade (%s => %s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "%s: pakket-downgrade (%s => %s) wordt genegeerd\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/sync.c:111
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: downgrading from version %s to version %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "%s: versie %s naar versie %s wordt gedowngradet\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/sync.c:117
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: local (%s) is newer than %s (%s)\n"
|
|
|
|
msgstr "%s: lokaal (%s) is nieuwer dan %s (%s)\n"
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/sync.c:158
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "pakket-vervanging wordt genegeerd (%s-%s => %s-%s)\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
#: lib/libalpm/sync.c:174
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "cannot replace %s by %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan %s niet vervangen door %s\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/sync.c:475
|
2021-05-20 12:33:05 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "packages %s and %s have the same filename: %s\n"
|
2021-09-04 16:16:20 +10:00
|
|
|
msgstr "pakketten %s en %s hebben dezelfde bestandsnaam: %s\n"
|
2021-05-20 12:33:05 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/sync.c:544 lib/libalpm/sync.c:616
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "unresolvable package conflicts detected\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "onoplosbaar conflict tussen paketten gevonden\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/sync.c:564
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
2024-02-19 11:07:26 +10:00
|
|
|
msgid "removing '%s-%s' from target list because it conflicts with '%s-%s'\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
msgstr ""
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/sync.c:1002 lib/libalpm/sync.c:1169
|
|
|
|
#, c-format
|
|
|
|
msgid "%s: could not find package in cache\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: lib/libalpm/sync.c:1048
|
2019-10-07 18:12:24 +10:00
|
|
|
#, c-format
|
2019-08-12 11:42:10 +10:00
|
|
|
msgid "failed to read file %s: %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "fout bij het lezen van bestand '%s': %s\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/sync.c:1306
|
2013-03-17 13:45:49 +10:00
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
msgid "not enough free disk space\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "Onvoldoende vrije schijfruimte\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/sync.c:1328
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not commit removal transaction\n"
|
2015-02-20 10:21:15 +10:00
|
|
|
msgstr "kan de verwijdertransactie niet voltooien\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/sync.c:1336
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not commit transaction\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan transactie niet voltooien\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/trans.c:369
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not create temp directory\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
msgstr "kan tijdelijke map niet aanmaken\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/trans.c:384
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not copy tempfile to %s (%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan het tijdelijke bestand niet naar %s (%s) kopiëren\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/trans.c:415
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not remove %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan %s niet verwijderen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/trans.c:419
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not remove tmpdir %s\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan de tijdelijke map %s niet verwijderen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:493
|
2016-01-17 13:39:02 +10:00
|
|
|
#, c-format
|
2015-12-09 16:02:55 +10:00
|
|
|
msgid "unable to write to pipe (%s)\n"
|
2016-01-17 13:39:02 +10:00
|
|
|
msgstr "kan niet schrijven naar pipe (%s)\n"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:552
|
2016-01-17 13:39:02 +10:00
|
|
|
#, c-format
|
2015-12-09 16:02:55 +10:00
|
|
|
msgid "unable to read from pipe (%s)\n"
|
2016-01-17 13:39:02 +10:00
|
|
|
msgstr "kan niet lezen uit pipe (%s)\n"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:622 lib/libalpm/util.c:628
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not create pipe (%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan geen pipe aanmaken (%s)\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:636
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not fork a new process (%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan geen nieuw proces (%s) afsplitsen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:661
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "could not change the root directory (%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan de root map (%s) niet wijzigen\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:681
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "call to execv failed (%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "execv aanroepen mislukt (%s)\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:760
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "call to waitpid failed (%s)\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "waitpid aanroepen mislukt (%s)\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:770
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "command failed to execute correctly\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "fout tijdens uitvoeren van commando\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:777
|
2014-11-18 15:14:51 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "Unknown signal"
|
2014-12-19 13:53:35 +10:00
|
|
|
msgstr "Onbekend signaal"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:779
|
2014-11-18 15:14:51 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "command terminated by signal %d: %s\n"
|
2014-12-19 13:53:35 +10:00
|
|
|
msgstr "opdracht afgebroken door signaal %d: %s\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:897
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "no %s cache exists, creating...\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "%s-cache bestaat niet, wordt aangemaakt...\n"
|
2013-03-10 12:52:36 +10:00
|
|
|
|
2024-02-19 11:07:26 +10:00
|
|
|
#: lib/libalpm/util.c:928
|
2013-03-10 12:52:36 +10:00
|
|
|
#, c-format
|
|
|
|
msgid "couldn't find or create package cache, using %s instead\n"
|
2013-05-07 11:39:01 +10:00
|
|
|
msgstr "kan pakket-cache niet vinden of aanmaken, %s wordt gebruikt\n"
|