acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Acl-devel] [PATCH attr 8/8] po: Update Dutch translation


From: Guillem Jover
Subject: [Acl-devel] [PATCH attr 8/8] po: Update Dutch translation
Date: Sat, 20 Jul 2019 04:14:42 +0200

From: Frans Spiesschaert <address@hidden>

Signed-off-by: Guillem Jover <address@hidden>
---
 po/nl.po | 43 ++++++++++++++++++++++++-------------------
 1 file changed, 24 insertions(+), 19 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 4b79527..bc36930 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,5 +1,6 @@
 # Copyright (C) 2004  Luk Claes <address@hidden>
 # Copyright (C) 2007  Free Software Foundation
+# Copyright (C) 2019  Frans Spiesschaert <address@hidden>
 #
 # 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,22 +17,23 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: attr 2.4.16-1\n"
+"Project-Id-Version: attr 2.4.18\n"
 "Report-Msgid-Bugs-To: address@hidden\n"
 "POT-Creation-Date: 2017-09-15 15:13+0200\n"
-"PO-Revision-Date: 2004-09-17 14:55+0100\n"
-"Last-Translator: Luk Claes <address@hidden>\n"
-"Language-Team: Debian l10n Dutch <address@hidden>\n"
+"PO-Revision-Date: 2019-07-17 23:53+0200\n"
+"Last-Translator: Frans Spiesschaert <address@hidden>\n"
+"Language-Team: Debian Dutch l10n Team <address@hidden>\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
 #, 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
@@ -51,7 +53,7 @@ msgid "setting attribute %s for %s"
 msgstr "attribuut %s zetten voor %s"
 
 #: tools/attr.c:49
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "Usage: %s [-LRSq] -s attrname [-V attrvalue] pathname  # set value\n"
 "       %s [-LRSq] -g attrname pathname                 # get value\n"
@@ -62,13 +64,14 @@ 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/attr.c:87 tools/attr.c:104 tools/attr.c:113 tools/attr.c:122
-#, fuzzy, c-format
+#, c-format
 msgid "Only one of -s, -g, -r, or -l allowed\n"
-msgstr "Slechts één van -s, -g of -r is toegestaan\n"
+msgstr "Slechts één van -s, -g, -r of -l is toegestaan\n"
 
 #: tools/attr.c:95
 #, c-format
@@ -111,19 +114,19 @@ msgid "Could not remove \"%s\" for %s\n"
 msgstr "Kon \"%s\" niet verwijderen voor %s\n"
 
 #: tools/attr.c:234
-#, fuzzy, c-format
+#, c-format
 msgid "Could not list %s\n"
-msgstr "Kon \"%s\" niet zetten voor %s\n"
+msgstr "Kon %s niet tonen\n"
 
 #: tools/attr.c:244
-#, fuzzy, c-format
+#, c-format
 msgid "Attribute \"%s\" has a %d byte value for %s\n"
-msgstr "Attribuut \"%s\" had een %d-bytewaarde voor %s:\n"
+msgstr "Attribuut \"%s\" heeft een %d-bytewaarde voor %s\n"
 
 #: tools/attr.c:256
-#, fuzzy, c-format
+#, 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"
+msgstr "Minstens één van -s, -g, -r of -l is vereist\n"
 
 #: tools/getfattr.c:99 tools/setfattr.c:75
 msgid "No such attribute"
@@ -207,10 +210,10 @@ msgstr "%s %s -- zet uitgebreide attributen\n"
 #: tools/setfattr.c:182
 #, c-format
 msgid "       %s %s\n"
-msgstr ""
+msgstr "       %s %s\n"
 
 #: tools/setfattr.c:184
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "  -n, --name=name         set the value of the named extended attribute\n"
 "  -x, --remove=name       remove the named extended attribute\n"
@@ -228,15 +231,17 @@ msgstr ""
 "  -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 helptekst\n"
+"      --help            deze hulptekst\n"
 
 #: tools/setfattr.c:264
-#, fuzzy, c-format
+#, c-format
 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"
-- 
2.22.0.657.g960e92d24f




reply via email to

[Prev in Thread] Current Thread [Next in Thread]