# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel , 2011 # slene , 2011 # Kevin Shi , 2012 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-04-26 14:19+0000\n" "Last-Translator: claudep \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: models.py:130 msgid "python model class name" msgstr "python 模型类名" #: 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 对象没有 a get_absolute_url() 方法"