1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
# Dutch translation for template-glib.
# Copyright (C) 2019 template-glib's COPYRIGHT HOLDER
# This file is distributed under the same license as the template-glib package.
# Nathan Follens <nthn@unseen.is>, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: template-glib master\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/template-glib/issues\n"
"POT-Creation-Date: 2018-11-21 13:22+0000\n"
"PO-Revision-Date: 2019-01-17 00:32+0100\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"
"Last-Translator: Nathan Follens <nthn@unseen.is>\n"
"X-Generator: Poedit 2.2\n"
#: src/tmpl-parser.c:199
#, c-format
msgid "%s() may only be called once"
msgstr "%s() kan maar één keer opgeroepen worden"
#: src/tmpl-parser.c:211
#, c-format
msgid "Parser does not contain an input stream"
msgstr "Parseerder bevat geen invoerstream"
#: src/tmpl-template.c:454
#, c-format
msgid "Must parse template before expanding"
msgstr "Moet sjabloon verwerken vóór uitbreiding"
#: src/tmpl-template-locator.c:117
#, c-format
msgid "Failed to locate template “%s”"
msgstr "Sjabloon ‘%s’ kan niet gevonden worden"
|