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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2014-04-13 15:57+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: forms.py:20
  19. msgid "Please provide a comma-separated list of tags."
  20. msgstr "Fornire una lista di tag separati da virgola."
  21. #: managers.py:39 managers.py:83 models.py:50
  22. msgid "Tags"
  23. msgstr "Tag"
  24. #: managers.py:84
  25. msgid "A comma-separated list of tags."
  26. msgstr "Una lista di tag separati da virgola."
  27. #: models.py:10
  28. msgid "Name"
  29. msgstr "Nome"
  30. #: models.py:11
  31. msgid "Slug"
  32. msgstr "Slug"
  33. #: models.py:49
  34. msgid "Tag"
  35. msgstr "Tag"
  36. #: models.py:56
  37. #, python-format
  38. msgid "%(object)s tagged with %(tag)s"
  39. msgstr "%(object)s con tag %(tag)s"
  40. #: models.py:100
  41. msgid "Object id"
  42. msgstr "Id Oggetto"
  43. #: models.py:104 models.py:110
  44. msgid "Content type"
  45. msgstr "Tipo"
  46. #: models.py:138
  47. msgid "Tagged Item"
  48. msgstr "Oggetto con tag"
  49. #: models.py:139
  50. msgid "Tagged Items"
  51. msgstr "Oggetti con tag"
  52. #: contrib/suggest/models.py:57
  53. msgid ""
  54. "Enter a valid Regular Expression. To make it case-insensitive include \"(?i)"
  55. "\" in your expression."
  56. msgstr ""
  57. "Inserire un'espressione regolare valida. Per renderla indipendente dal maiuscolo e minuscolo, includere \"(?i)"
  58. "\" nell'espressione."