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

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Boris Chervenkov <office@sentido.bg>, 2012
  5. # Georgi Kostadinov <grgkostadinov@gmail.com>, 2012
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # vestimir <vestimir@gmail.com>, 2014
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2015-01-17 11:07+0100\n"
  13. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  14. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  15. "Language-Team: Bulgarian (http://www.transifex.com/django/django/language/"
  16. "bg/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: bg\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. msgid "Content Types"
  23. msgstr "Типове съдържание"
  24. msgid "python model class name"
  25. msgstr "име на класа на модела в Python"
  26. msgid "content type"
  27. msgstr "тип на съдържанието"
  28. msgid "content types"
  29. msgstr "типове съдържание"
  30. #, python-format
  31. msgid "Content type %(ct_id)s object has no associated model"
  32. msgstr "Обект с тип на съдържанието %(ct_id)s няма асоцииран модел."
  33. #, python-format
  34. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  35. msgstr "Обект %(obj_id)s с тип на съдържанието %(ct_id)s не съществува."
  36. #, python-format
  37. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  38. msgstr "%(ct_name)s обекти нямат метода get_absolute_url()"