# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel , 2011. # , 2012. # , 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-03-12 14:51+0000\n" "Last-Translator: Sigurd Gartmann \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:130 msgid "python model class name" msgstr "python-modellklassenavn" #: models.py:134 msgid "content type" msgstr "innholdstype" #: models.py:135 msgid "content types" msgstr "innholdstyper" #: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Innholdstype %(ct_id)s objekt har ingen assosiert model" #: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Innholdstype %(ct_id)s objekt %(obj_id)s finnes ikke" #: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s-objekter har ikke get_absolute_url()-metode"