# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel , 2011 # jensadne , 2013 msgid "" msgstr "" "Project-Id-Version: django-core\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-05-02 16:18+0200\n" "PO-Revision-Date: 2013-07-11 09:39+0000\n" "Last-Translator: jensadne \n" "Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:130 msgid "python model class name" msgstr "python-modell klassenamn" #: models.py:134 msgid "content type" msgstr "innhaldstype" #: models.py:135 msgid "content types" msgstr "innhaldstypar" #: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Innhaldstype %(ct_id)s-objektet har ingen modell knytta til seg" #: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Innhaldstype %(ct_id)s-objektet med id %(obj_id)s finst ikkje" #: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s-objekt har ingen get_absolute_url()-metode"