diff options
| author | Jannis Leidel <jannis@leidel.info> | 2012-03-05 02:23:57 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2012-03-05 02:23:57 +0000 |
| commit | 6c7b9b5ec8fd7b45dac3a2cc45820fc3a6fd1388 (patch) | |
| tree | 24d0d427b38e764cd0fd7a38b2179c231a45fc6b | |
| parent | 4e058d82c58466bd60efc471658a300e46d72828 (diff) | |
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
| -rw-r--r-- | django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo | bin | 343 -> 356 bytes | |||
| -rw-r--r-- | django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po | 23 |
2 files changed, 19 insertions, 4 deletions
diff --git a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo Binary files differindex 85f87e33e1..365af68d0d 100644 --- a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo +++ b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo diff --git a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po index 3fd05f2823..13d23eb74b 100644 --- a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po @@ -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 "" |
