Updated contenttypes base translation files with new strings. Refs #17822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4e058d82c5
commit
6c7b9b5ec8
Binary file not shown.
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-12-22 23:56+0100\n"
|
||||
"POT-Creation-Date: 2012-03-05 02:25+0100\n"
|
||||
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
|
||||
"Last-Translator: Django team\n"
|
||||
"Language-Team: English <en@li.org>\n"
|
||||
|
@ -13,14 +13,29 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: models.py:126
|
||||
#: models.py:123
|
||||
msgid "python model class name"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:130
|
||||
#: models.py:127
|
||||
msgid "content type"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:131
|
||||
#: models.py:128
|
||||
msgid "content types"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:15
|
||||
#, python-format
|
||||
msgid "Content type %(ct_id)s object has no associated model"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:19
|
||||
#, python-format
|
||||
msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:25
|
||||
#, python-format
|
||||
msgid "%(ct_name)s objects don't have a get_absolute_url() method"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue