# This file is distributed under the same license as the Django package. # # Translators: # Boris Chervenkov , 2012. # , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-04-01 19:30+0000\n" "Last-Translator: Georgi Kostadinov \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:130 msgid "python model class name" msgstr "име на класа на модела в Python" #: models.py:134 msgid "content type" msgstr "тип на съдържанието" #: models.py:135 msgid "content types" msgstr "типове съдържание" #: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Обект с тип на съдържанието %(ct_id)s няма асоцииран модел." #: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Обект %(obj_id)s с тип на съдържанието %(ct_id)s не съществува." #: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s обекти нямат метода get_absolute_url()"