Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: django-taggit\n"
  4. "Report-Msgid-Bugs-To: \n"
  5. "POT-Creation-Date: 2010-09-07 09:45-0700\n"
  6. "PO-Revision-Date: 2010-09-07 23:04+0100\n"
  7. "Last-Translator: Jeffrey Gelens <jeffrey@gelens.org>\n"
  8. "Language-Team: Dutch\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. #: forms.py:20
  13. msgid "Please provide a comma-separated list of tags."
  14. msgstr "Geef een door komma gescheiden lijst van tags."
  15. #: managers.py:39
  16. #: managers.py:83
  17. #: models.py:50
  18. msgid "Tags"
  19. msgstr "Tags"
  20. #: managers.py:84
  21. msgid "A comma-separated list of tags."
  22. msgstr "Een door komma gescheiden lijst van tags."
  23. #: models.py:10
  24. msgid "Name"
  25. msgstr "Naam"
  26. #: models.py:11
  27. msgid "Slug"
  28. msgstr "Slug"
  29. #: models.py:49
  30. msgid "Tag"
  31. msgstr "Tag"
  32. #: models.py:56
  33. #, python-format
  34. msgid "%(object)s tagged with %(tag)s"
  35. msgstr "%(object)s getagged met %(tag)s"
  36. #: models.py:100
  37. msgid "Object id"
  38. msgstr "Object-id"
  39. #: models.py:104
  40. #: models.py:110
  41. msgid "Content type"
  42. msgstr "Inhoudstype"
  43. #: models.py:138
  44. msgid "Tagged Item"
  45. msgstr "Object getagged"
  46. #: models.py:139
  47. msgid "Tagged Items"
  48. msgstr "Objecten getagged"
  49. #: contrib/suggest/models.py:57
  50. msgid "Enter a valid Regular Expression. To make it case-insensitive include \"(?i)\" in your expression."
  51. msgstr "Voer een valide reguliere expressie in. Voeg \"(?i)\" aan de expressie toe om deze hoofdletter ongevoelig te maken."