[d-feet] Add Dutch translation



commit ee0b598789742a52742d37a4fec7d6681a3d137d
Author: Nathan Follens <nathan anche no>
Date:   Wed Feb 27 14:18:11 2019 +0000

    Add Dutch translation

 po/LINGUAS |   1 +
 po/nl.po   | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 178 insertions(+)
---
diff --git a/po/LINGUAS b/po/LINGUAS
index 260c57b..a234596 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -12,6 +12,7 @@ hu
 id
 lv
 nb
+nl
 oc
 pl
 pt
diff --git a/po/nl.po b/po/nl.po
new file mode 100644
index 0000000..877e5ac
--- /dev/null
+++ b/po/nl.po
@@ -0,0 +1,177 @@
+# Dutch translation for d-feet.
+# Copyright (C) 2019 d-feet's COPYRIGHT HOLDER
+# This file is distributed under the same license as the d-feet package.
+# Nathan Follens <nthn unseen is>, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: d-feet master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/d-feet/issues\n";
+"POT-Creation-Date: 2019-02-03 13:59+0000\n"
+"PO-Revision-Date: 2019-02-27 15:17+0100\n"
+"Last-Translator: Nathan Follens <nthn unseen is>\n"
+"Language-Team: Dutch <gnome-nl-list gnome org>\n"
+"Language: nl\n"
+"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"
+"X-Generator: Poedit 2.2.1\n"
+
+#: data/org.gnome.dfeet.appdata.xml.in:7 data/org.gnome.dfeet.desktop.in.in:3
+#: src/dfeet/application.py:60
+msgid "D-Feet"
+msgstr "D-Feet"
+
+#: data/org.gnome.dfeet.appdata.xml.in:8 data/org.gnome.dfeet.desktop.in.in:5
+msgid "Debug D-Bus applications"
+msgstr "Debug D-Bus-toepassingen"
+
+#: data/org.gnome.dfeet.appdata.xml.in:10
+msgid ""
+"A simple application for debugging the message bus system D-Bus. D-Feet can "
+"be used to inspect D-Bus interfaces of running programs and invoke methods "
+"on those interfaces."
+msgstr ""
+"Een eenvoudige toepassing voor het debuggen van het berichtbussysteem D-Bus. "
+"D-Feet kan worden gebruikt voor het inspecteren van D-Bus-interfaces van "
+"programma’s die worden uitgevoerd, en methodes inroepen op deze interfaces."
+
+#: data/org.gnome.dfeet.desktop.in.in:4
+msgid "D-Bus Debugger"
+msgstr "D-Bus-debugger"
+
+#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list 
MUST also end with a semicolon!
+#: data/org.gnome.dfeet.desktop.in.in:7
+msgid "debug;d-bus;dbus;dfeet;"
+msgstr "debug;d-bus;dbus;dfeet;"
+
+#. Translators: Do NOT translate or transliterate this text (this is an icon file name)!
+#: data/org.gnome.dfeet.desktop.in.in:10
+msgid "org.gnome.dfeet"
+msgstr "org.gnome.dfeet"
+
+#: data/ui/addconnectiondialog.ui:7
+msgid "Add a Connection"
+msgstr "Verbinding toevoegen"
+
+#: data/ui/addconnectiondialog.ui:25
+msgid "See http://dbus.freedesktop.org/doc/dbus-specification.html#addresses";
+msgstr ""
+"Bekijk http://dbus.freedesktop.org/doc/dbus-specification.html#addresses";
+
+#: data/ui/addconnectiondialog.ui:27 data/ui/introspection.ui:85
+msgid "Address:"
+msgstr "Adres:"
+
+#: data/ui/executedialog.ui:13
+msgid "Execute D-Bus Method"
+msgstr "D-Bus-methode uitvoeren"
+
+#: data/ui/executedialog.ui:45
+msgid "_Execute"
+msgstr "_Uitvoeren"
+
+#: data/ui/executedialog.ui:97
+msgid "Method name:"
+msgstr "Methodenaam:"
+
+#: data/ui/executedialog.ui:114
+msgid "Object Path:"
+msgstr "Objectpad:"
+
+#: data/ui/executedialog.ui:131
+msgid "Interface:"
+msgstr "Interface:"
+
+#: data/ui/executedialog.ui:180
+msgid "Bus Name:"
+msgstr "Busnaam:"
+
+#: data/ui/executedialog.ui:218
+msgid "Method input"
+msgstr "Methode-invoer"
+
+#: data/ui/executedialog.ui:254
+msgid "Method output"
+msgstr "Methode-uitvoer"
+
+#: data/ui/executedialog.ui:295
+msgid "Pretty print"
+msgstr "Mooi weergeven"
+
+#: data/ui/executedialog.ui:323
+msgid "Source"
+msgstr "Bron"
+
+#: data/ui/executedialog.ui:349
+msgid "Method execution"
+msgstr "Methode-uitvoering"
+
+#: data/ui/executedialog.ui:365 data/ui/executedialog.ui:366
+msgid "Number of method executions"
+msgstr "Aantal methode-uitvoeringen"
+
+#: data/ui/executedialog.ui:395
+msgid "Ø:"
+msgstr "Ø:"
+
+#: data/ui/executedialog.ui:408 data/ui/executedialog.ui:409
+msgid "Average method execution time in seconds"
+msgstr "Gemiddelde uitvoeringsduur in seconden"
+
+#: data/ui/executedialog.ui:421
+msgid "Min:"
+msgstr "Min:"
+
+#: data/ui/executedialog.ui:434 data/ui/executedialog.ui:435
+msgid "Minimal method execution time in seconds"
+msgstr "Minimale uitvoeringsduur in seconden"
+
+#: data/ui/executedialog.ui:447
+msgid "Max:"
+msgstr "Max:"
+
+#: data/ui/executedialog.ui:460 data/ui/executedialog.ui:461
+msgid "Maximal method execution time in seconds"
+msgstr "Maximale uitvoeringsduur in seconden"
+
+#: data/ui/introspection.ui:21
+msgid "Unique name:"
+msgstr "Unieke naam:"
+
+#: data/ui/introspection.ui:38
+msgid "Name:"
+msgstr "Naam:"
+
+#: data/ui/introspection.ui:124
+msgid "Introspecting..."
+msgstr "Bezig met introspectie…"
+
+#: data/ui/introspection.ui:185
+msgid "Object path"
+msgstr "Objectpad"
+
+#: data/ui/mainwindow.ui:7
+msgid "Connect to System Bus"
+msgstr "Verbinden met systeembus"
+
+#: data/ui/mainwindow.ui:11
+msgid "Connect to Session Bus"
+msgstr "Verbinden met sessiebus"
+
+#: data/ui/mainwindow.ui:15
+msgid "Connect to other Bus"
+msgstr "Verbinden met andere bus"
+
+#: data/ui/mainwindow.ui:21
+msgid "Close Bus"
+msgstr "Bus sluiten"
+
+#: data/ui/mainwindow.ui:27
+msgid "About D-Feet"
+msgstr "Over D-Feet"
+
+#: data/ui/mainwindow.ui:31
+msgid "Help"
+msgstr "Hulp"


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