# This file is distributed under the same license as the Django package. # # Translators: # Gašper Žejn , 2012. # Jannis Leidel , 2011. # , 2012. 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-10-31 19:42+0000\n" "Last-Translator: mateju <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" #: models.py:130 msgid "python model class name" msgstr "ime razreda modela python" #: models.py:134 msgid "content type" msgstr "vrsta vsebine" #: models.py:135 msgid "content types" msgstr "vrste vsebine" #: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Predmet vrste vsebine %(ct_id)s nima določenega povezanega modela" #: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Predmet %(obj_id)s vrste %(ct_id)s ne obstaja" #: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Predmeti vrste %(ct_name)s nimajo določila get_absolute_url()"