# This file is distributed under the same license as the Django package. # # Translators: # Branko Kokanovic , 2018 # Jannis Leidel , 2011 # Janos Guljas , 2012 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-01-17 11:07+0100\n" "PO-Revision-Date: 2018-01-30 10:08+0000\n" "Last-Translator: Branko Kokanovic \n" "Language-Team: Serbian (http://www.transifex.com/django/django/language/" "sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" msgid "Content Types" msgstr "Типови садржаја" msgid "python model class name" msgstr "име python класе модела" msgid "content type" msgstr "тип садржаја" msgid "content types" msgstr "типови садржаја" #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Тип садржаја %(ct_id)s нема асоцирани модел" #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Тип садржаја %(ct_id)s објекта %(obj_id)s не постоји" #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Објекти %(ct_name)s немају метод get_absolute_url()"