# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel , 2011. # Nicola Larosa , 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-08 11:45+0000\n" "Last-Translator: Nicola Larosa \n" "Language-Team: Italian (http://www.transifex.com/projects/p/django/language/" "it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:130 msgid "python model class name" msgstr "nome della classe del modello Python" #: models.py:134 msgid "content type" msgstr "content type" #: models.py:135 msgid "content types" msgstr "content type" #: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "L'oggetto con content type %(ct_id)s non ha alcun modello associato" #: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "L'oggetto %(obj_id)s con content type %(ct_id)s non esiste" #: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Gli oggetti %(ct_name)s non hanno un metodo get_absolute_url()"