mysteriendrama/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po

45 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-07-22 12:04:19 +02:00
# This file is distributed under the same license as the Django package.
#
# Translators:
# Harro van der Klauw <hvdklauw@gmail.com>, 2012
# Jannis Leidel <jannis@leidel.info>, 2011
# Sander Steffann <inactive+steffann@transifex.com>, 2015
# Tonnes <tonnes.mb@gmail.com>, 2019
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-08 17:27+0200\n"
"PO-Revision-Date: 2019-09-17 08:44+0000\n"
"Last-Translator: Tonnes <tonnes.mb@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/django/django/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Content Types"
msgstr "Inhoudstypen"
msgid "python model class name"
msgstr "klassenaam van pythonmodel"
msgid "content type"
msgstr "inhoudstype"
msgid "content types"
msgstr "inhoudstypen"
#, python-format
msgid "Content type %(ct_id)s object has no associated model"
msgstr "Object van inhoudstype %(ct_id)s heeft geen bijbehorend model"
#, python-format
msgid "Content type %(ct_id)s object %(obj_id)s doesnt exist"
msgstr "Object %(obj_id)s van inhoudstype %(ct_id)s bestaat niet"
#, python-format
msgid "%(ct_name)s objects dont have a get_absolute_url() method"
msgstr "%(ct_name)s-objecten hebben geen get_absolute_url()-methode"