# This file is distributed under the same license as the Django package. # # Translators: # chandankumar(ciypro) , 2012. # Jannis Leidel , 2011. 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-15 13:09+0000\n" "Last-Translator: Chandan kumar \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:130 msgid "python model class name" msgstr "पैथॉन मॉडल क्लास नाम" #: models.py:134 msgid "content type" msgstr "विषय-सूची प्रकार" #: models.py:135 msgid "content types" msgstr "विषय-सूचियाँ प्रकार" #: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "सामग्री प्रकार के %(ct_id)s ऑब्जेक्ट कोई संबद्ध मॉडल नहीं है।" #: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "सामग्री प्रकार %(ct_id)s वस्तु %(obj_id)s मौजूद नहीं है." #: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s वस्तुओं की get_absolute_url() विधि नहीं है."