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.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. #, fuzzy
  2. msgid ""
  3. msgstr ""
  4. "Project-Id-Version: django-taggit\n"
  5. "Report-Msgid-Bugs-To: \n"
  6. "POT-Creation-Date: 2010-09-07 09:26-0700\n"
  7. "PO-Revision-Date: 2010-09-07 09:26-0700\n"
  8. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  9. "Language-Team: German <de@li.org>\n"
  10. "MIME-Version: 1.0\n"
  11. "Content-Type: text/plain; charset=UTF-8\n"
  12. "Content-Transfer-Encoding: 8bit\n"
  13. "Plural-Forms: nplurals=2; plural=(n != 1)\n"
  14. #: forms.py:20
  15. msgid "Please provide a comma-separated list of tags."
  16. msgstr "Bitte eine durch Komma getrennte Schlagwortliste eingeben."
  17. #: managers.py:39 managers.py:83 models.py:50
  18. msgid "Tags"
  19. msgstr "Schlagwörter"
  20. #: managers.py:84
  21. msgid "A comma-separated list of tags."
  22. msgstr "Eine durch Komma getrennte Schlagwortliste."
  23. #: models.py:10
  24. msgid "Name"
  25. msgstr "Name"
  26. #: models.py:11
  27. msgid "Slug"
  28. msgstr "Kürzel"
  29. #: models.py:49
  30. msgid "Tag"
  31. msgstr "Schlagwort"
  32. #: models.py:56
  33. #, python-format
  34. msgid "%(object)s tagged with %(tag)s"
  35. msgstr "%(object)s verschlagwortet mit %(tag)s"
  36. #: models.py:100
  37. msgid "Object id"
  38. msgstr "Objekt-ID"
  39. #: models.py:104 models.py:110
  40. msgid "Content type"
  41. msgstr "Inhaltstyp"
  42. #: models.py:138
  43. msgid "Tagged Item"
  44. msgstr "Verschlagwortetes Objekt"
  45. #: models.py:139
  46. msgid "Tagged Items"
  47. msgstr "Verschlagwortete Objekte"
  48. #: contrib/suggest/models.py:57
  49. msgid ""
  50. "Enter a valid Regular Expression. To make it case-insensitive include \"(?i)"
  51. "\" in your expression."
  52. msgstr ""
  53. "Bitte einen regulären Ausdruck eingeben. Fügen Sie \"(?i) \" dem "
  54. "Ausdruck hinzu, um nicht zwischen Groß- und Kleinschreibung zu "
  55. "unterscheiden."