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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # This file is distributed under WTFPL license.
  2. #
  3. # Translators:
  4. # RPB <r@ifgy.co>, 2013.
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: django-taggit\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2013-01-15 22:25-0200\n"
  10. "PO-Revision-Date: 2013-01-12 18:11-0200\n"
  11. "Last-Translator: RPB <r@ifgy.co>\n"
  12. "Language-Team: Portuguese (Brazil) <r@ifgy.co>\n"
  13. "Language: pt_BR\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=2; plural=(n > 1)\n"
  18. #: forms.py:21
  19. msgid "Please provide a comma-separated list of tags."
  20. msgstr "Favor fornecer uma lista de marcadores separados por vírgula."
  21. #: managers.py:39 models.py:57
  22. msgid "Tags"
  23. msgstr "Marcadores"
  24. #: managers.py:40
  25. msgid "A comma-separated list of tags."
  26. msgstr "Uma lista de marcadores separados por vírgula."
  27. #: models.py:10
  28. msgid "Name"
  29. msgstr "Nome"
  30. #: models.py:11
  31. msgid "Slug"
  32. msgstr "Slug"
  33. #: models.py:56
  34. msgid "Tag"
  35. msgstr "Marcador"
  36. #: models.py:63
  37. #, python-format
  38. msgid "%(object)s tagged with %(tag)s"
  39. msgstr "%(object)s marcados com %(tag)s"
  40. #: models.py:113
  41. msgid "Object id"
  42. msgstr "Id do objeto"
  43. #: models.py:117 models.py:123
  44. msgid "Content type"
  45. msgstr "Tipo de conteúdo"
  46. #: models.py:159
  47. msgid "Tagged Item"
  48. msgstr "Item marcado"
  49. #: models.py:160
  50. msgid "Tagged Items"
  51. msgstr "Itens marcados"