summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Spiesschaert <Frans.Spiesschaert@yucom.be>2019-07-17 23:53:59 +0200
committerMike Frysinger <vapier@gentoo.org>2022-11-19 23:03:29 +0700
commit85996db8c05a320a1f80efe7876172681c17d289 (patch)
treee80092986e2d4516652345a42b2c8bc933393d38
parenta736c110caed4f0db62545acf9ea2119308aca1d (diff)
downloadattr-85996db8c05a320a1f80efe7876172681c17d289.tar.gz
po: Update Dutch translation
Signed-off-by: Guillem Jover <guillem@hadrons.org>
-rw-r--r--po/nl.po251
1 files changed, 128 insertions, 123 deletions
diff --git a/po/nl.po b/po/nl.po
index c03d041..dde61aa 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,5 +1,6 @@
# Copyright (C) 2004 Luk Claes <luk.claes@ugent.be>
# Copyright (C) 2007 Free Software Foundation
+# Copyright (C) 2019 Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -16,101 +17,120 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: attr 2.4.16-1\n"
+"Project-Id-Version: attr 2.4.18\n"
"Report-Msgid-Bugs-To: acl-devel@nongnu.org\n"
-"POT-Creation-Date: 2021-03-11 19:52+0100\n"
-"PO-Revision-Date: 2004-09-17 14:55+0100\n"
-"Last-Translator: Luk Claes <luk.claes@ugent.be>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
+"POT-Creation-Date: 2022-11-16 16:57+0100\n"
+"PO-Revision-Date: 2019-07-17 23:53+0200\n"
+"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
+"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: libattr/attr_copy_fd.c:80 libattr/attr_copy_fd.c:95
#: libattr/attr_copy_file.c:78 libattr/attr_copy_file.c:93
+#: libattr/attr_copy_fd.c:80 libattr/attr_copy_fd.c:95
#, c-format
msgid "listing attributes of %s"
-msgstr "lijst opmaken met attributen van %s"
+msgstr "attributen tonen van %s"
-#: libattr/attr_copy_fd.c:115 libattr/attr_copy_fd.c:132
#: libattr/attr_copy_file.c:113 libattr/attr_copy_file.c:130
+#: libattr/attr_copy_fd.c:115 libattr/attr_copy_fd.c:132
#, c-format
msgid "getting attribute %s of %s"
msgstr "verkrijgen van attribuut %s van %s"
-#: libattr/attr_copy_fd.c:145 libattr/attr_copy_fd.c:164
#: libattr/attr_copy_file.c:143 libattr/attr_copy_file.c:162
+#: libattr/attr_copy_fd.c:145 libattr/attr_copy_fd.c:164
#, c-format
msgid "setting attributes for %s"
msgstr "attributen zetten voor %s"
-#: libattr/attr_copy_fd.c:152 libattr/attr_copy_file.c:150
+#: libattr/attr_copy_file.c:150 libattr/attr_copy_fd.c:152
#, c-format
msgid "setting attribute %s for %s"
msgstr "attribuut %s zetten voor %s"
-#: tools/setfattr.c:75 tools/getfattr.c:100
-msgid "No such attribute"
-msgstr "Geen dergelijk attribuut"
+#: tools/attr.c:49
+#, c-format
+msgid ""
+"Usage: %s [-LRSq] -s attrname [-V attrvalue] pathname # set value\n"
+" %s [-LRSq] -g attrname pathname # get value\n"
+" %s [-LRSq] -r attrname pathname # remove attr\n"
+" %s [-LRq] -l pathname # list attrs \n"
+" -s reads a value from stdin and -g writes a value to stdout\n"
+msgstr ""
+"Gebruik: %s [-LRSq] -s attr-naam [-V attr-waarde] padnaam # zet waarde\n"
+" %s [-LRSq] -g attr-naam padnaam # vraag waarde op\n"
+" %s [-LRSq] -r attr-naam padnaam # verwijder attr\n"
+" %s [-LRq] -l padnaam # toon attrn\n"
+" -s leest een waarde van stdin en -g schrijft een waarde naar "
+"stdout\n"
-#: tools/setfattr.c:129
+#: tools/attr.c:87 tools/attr.c:104 tools/attr.c:113 tools/attr.c:122
#, c-format
-msgid "%s: %s: No filename found in line %d, aborting\n"
-msgstr "%s: %s: geen bestandsnaam gevonden op regel %d, afbreken\n"
+msgid "Only one of -s, -g, -r, or -l allowed\n"
+msgstr "Slechts één van -s, -g, -r of -l is toegestaan\n"
-#: tools/setfattr.c:133
+#: tools/attr.c:95 tools/attr.c:161
#, c-format
-msgid "%s: No filename found in line %d of standard input, aborting\n"
-msgstr ""
-"%s: geen bestandsnaam gevonden op regel %d van standaardinvoer, afbreken\n"
+msgid "-V only allowed with -s\n"
+msgstr "-V is enkel toegestaan met -s\n"
-#: tools/setfattr.c:180
+#: tools/attr.c:140
#, c-format
-msgid "%s %s -- set extended attributes\n"
-msgstr "%s %s -- zet uitgebreide attributen\n"
+msgid "Unrecognized option: %c\n"
+msgstr "Niet herkende optie: %c\n"
-#: tools/setfattr.c:181 tools/getfattr.c:385
+#: tools/attr.c:147
#, c-format
-msgid "Usage: %s %s\n"
-msgstr "Gebruik: %s %s\n"
+msgid "A filename to operate on is required\n"
+msgstr "Er is een bestandsnaam vereist\n"
-#: tools/setfattr.c:182
+#: tools/attr.c:179
#, c-format
-msgid " %s %s\n"
-msgstr ""
+msgid "Could not set \"%s\" for %s\n"
+msgstr "Kon \"%s\" niet zetten voor %s\n"
-#: tools/setfattr.c:184
-#, fuzzy, c-format
-msgid ""
-" -n, --name=name set the value of the named extended attribute\n"
-" -x, --remove=name remove the named extended attribute\n"
-" -v, --value=value use value as the attribute value\n"
-" -h, --no-dereference do not dereference symbolic links\n"
-" --restore=file restore extended attributes\n"
-" --raw attribute value is not encoded\n"
-" --version print version and exit\n"
-" --help this help text\n"
-msgstr ""
-" -n, --name=naam zet de waarde van het genoemde uitgebreide "
-"attribuut\n"
-" -x, --remove=naam verwijder het genoemde uitgebreide attribuut\n"
-" -v, --value=waarde gebruik waarde als de attribuutwaarde\n"
-" -h, --no-dereference zoek niet naar verwijzingen van symbolische "
-"koppelingen\n"
-" --restore=bestand herstel uitgebreide attributen\n"
-" --version print versie en sluit af\n"
-" --help deze helptekst\n"
+#: tools/attr.c:184
+#, c-format
+msgid "Attribute \"%s\" set to a %d byte value for %s:\n"
+msgstr "Attribuut \"%s\" gezet op een %d-bytewaarde voor %s:\n"
-#: tools/setfattr.c:264
-#, fuzzy, c-format
-msgid ""
-"Usage: %s %s\n"
-" %s %s\n"
-"Try `%s --help' for more information.\n"
-msgstr ""
-"Gebruik: %s %s\n"
-"Probeer `%s --help' voor meer informatie.\n"
+#: tools/attr.c:202
+#, c-format
+msgid "Could not get \"%s\" for %s\n"
+msgstr "Kon \"%s\" niet krijgen voor %s\n"
+
+#: tools/attr.c:207
+#, c-format
+msgid "Attribute \"%s\" had a %d byte value for %s:\n"
+msgstr "Attribuut \"%s\" had een %d-bytewaarde voor %s:\n"
+
+#: tools/attr.c:220
+#, c-format
+msgid "Could not remove \"%s\" for %s\n"
+msgstr "Kon \"%s\" niet verwijderen voor %s\n"
+
+#: tools/attr.c:238
+#, c-format
+msgid "Could not list %s\n"
+msgstr "Kon %s niet tonen\n"
+
+#: tools/attr.c:248
+#, c-format
+msgid "Attribute \"%s\" has a %d byte value for %s\n"
+msgstr "Attribuut \"%s\" heeft een %d-bytewaarde voor %s\n"
+
+#: tools/attr.c:260
+#, c-format
+msgid "At least one of -s, -g, -r, or -l is required\n"
+msgstr "Minstens één van -s, -g, -r of -l is vereist\n"
+
+#: tools/getfattr.c:100 tools/setfattr.c:75
+msgid "No such attribute"
+msgstr "Geen dergelijk attribuut"
#: tools/getfattr.c:265
#, c-format
@@ -122,6 +142,11 @@ msgstr "%s: de leidende '/' in absolute padnamen wordt verwijderd\n"
msgid "%s %s -- get extended attributes\n"
msgstr "%s %s -- verkrijg uitgebreide attributen\n"
+#: tools/getfattr.c:385 tools/setfattr.c:181
+#, c-format
+msgid "Usage: %s %s\n"
+msgstr "Gebruik: %s %s\n"
+
#: tools/getfattr.c:388
#, fuzzy, c-format
msgid ""
@@ -167,77 +192,57 @@ msgstr ""
"Gebruik: %s %s\n"
"Probeer `%s --help' voor meer informatie.\n"
-#: tools/attr.c:49
-#, fuzzy, c-format
-msgid ""
-"Usage: %s [-LRSq] -s attrname [-V attrvalue] pathname # set value\n"
-" %s [-LRSq] -g attrname pathname # get value\n"
-" %s [-LRSq] -r attrname pathname # remove attr\n"
-" %s [-LRq] -l pathname # list attrs \n"
-" -s reads a value from stdin and -g writes a value to stdout\n"
-msgstr ""
-"Gebruik: %s [-LRSq] -s attr-naam [-V attr-waarde] padnaam # zet waarde\n"
-" %s [-LRSq] -g attr-naam padnaam # vraag waarde op\n"
-" %s [-LRSq] -r attr-naam padnaam # verwijder attr\n"
-" -s leest een waarde van stdin en -g schrijft een waarde naar "
-"stdout\n"
-
-#: tools/attr.c:87 tools/attr.c:104 tools/attr.c:113 tools/attr.c:122
-#, fuzzy, c-format
-msgid "Only one of -s, -g, -r, or -l allowed\n"
-msgstr "Slechts één van -s, -g of -r is toegestaan\n"
-
-#: tools/attr.c:95 tools/attr.c:161
-#, c-format
-msgid "-V only allowed with -s\n"
-msgstr "-V is enkel toegestaan met -s\n"
-
-#: tools/attr.c:140
-#, c-format
-msgid "Unrecognized option: %c\n"
-msgstr "Niet herkende optie: %c\n"
-
-#: tools/attr.c:147
+#: tools/setfattr.c:129
#, c-format
-msgid "A filename to operate on is required\n"
-msgstr "Er is een bestandsnaam vereist\n"
+msgid "%s: %s: No filename found in line %d, aborting\n"
+msgstr "%s: %s: geen bestandsnaam gevonden op regel %d, afbreken\n"
-#: tools/attr.c:179
+#: tools/setfattr.c:133
#, c-format
-msgid "Could not set \"%s\" for %s\n"
-msgstr "Kon \"%s\" niet zetten voor %s\n"
+msgid "%s: No filename found in line %d of standard input, aborting\n"
+msgstr ""
+"%s: geen bestandsnaam gevonden op regel %d van standaardinvoer, afbreken\n"
-#: tools/attr.c:184
+#: tools/setfattr.c:180
#, c-format
-msgid "Attribute \"%s\" set to a %d byte value for %s:\n"
-msgstr "Attribuut \"%s\" gezet op een %d-bytewaarde voor %s:\n"
+msgid "%s %s -- set extended attributes\n"
+msgstr "%s %s -- zet uitgebreide attributen\n"
-#: tools/attr.c:202
+#: tools/setfattr.c:182
#, c-format
-msgid "Could not get \"%s\" for %s\n"
-msgstr "Kon \"%s\" niet krijgen voor %s\n"
+msgid " %s %s\n"
+msgstr " %s %s\n"
-#: tools/attr.c:207
+#: tools/setfattr.c:184
#, c-format
-msgid "Attribute \"%s\" had a %d byte value for %s:\n"
-msgstr "Attribuut \"%s\" had een %d-bytewaarde voor %s:\n"
+msgid ""
+" -n, --name=name set the value of the named extended attribute\n"
+" -x, --remove=name remove the named extended attribute\n"
+" -v, --value=value use value as the attribute value\n"
+" -h, --no-dereference do not dereference symbolic links\n"
+" --restore=file restore extended attributes\n"
+" --raw attribute value is not encoded\n"
+" --version print version and exit\n"
+" --help this help text\n"
+msgstr ""
+" -n, --name=naam zet de waarde van het genoemde uitgebreide "
+"attribuut\n"
+" -x, --remove=naam verwijder het genoemde uitgebreide attribuut\n"
+" -v, --value=waarde gebruik waarde als de attribuutwaarde\n"
+" -h, --no-dereference zoek niet naar verwijzingen van symbolische "
+"koppelingen\n"
+" --restore=bestand herstel uitgebreide attributen\n"
+" --raw attribuutwaarde is niet gecodeerd\n"
+" --version print versie en sluit af\n"
+" --help deze hulptekst\n"
-#: tools/attr.c:220
+#: tools/setfattr.c:264
#, c-format
-msgid "Could not remove \"%s\" for %s\n"
-msgstr "Kon \"%s\" niet verwijderen voor %s\n"
-
-#: tools/attr.c:238
-#, fuzzy, c-format
-msgid "Could not list %s\n"
-msgstr "Kon \"%s\" niet zetten voor %s\n"
-
-#: tools/attr.c:248
-#, fuzzy, c-format
-msgid "Attribute \"%s\" has a %d byte value for %s\n"
-msgstr "Attribuut \"%s\" had een %d-bytewaarde voor %s:\n"
-
-#: tools/attr.c:260
-#, fuzzy, c-format
-msgid "At least one of -s, -g, -r, or -l is required\n"
-msgstr "Minstens één van -s, -g of -r is vereist\n"
+msgid ""
+"Usage: %s %s\n"
+" %s %s\n"
+"Try `%s --help' for more information.\n"
+msgstr ""
+"Gebruik: %s %s\n"
+" %s %s\n"
+"Probeer `%s --help' voor meer informatie.\n"