From 6c7b9b5ec8fd7b45dac3a2cc45820fc3a6fd1388 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 5 Mar 2012 02:23:57 +0000 Subject: [PATCH] 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 --- .../locale/en/LC_MESSAGES/django.mo | Bin 343 -> 356 bytes .../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 index 85f87e33e1d4c654b5af30750d5dba398df21802..365af68d0d1cf2212605bec9b8f7b87ca491b504 100644 GIT binary patch delta 47 zcmcc4^n_`G3ZvFU)ffRIT?1oX15*V9BP%0QZ3DxJ6SH}I67$ka6Vp?z6jJjh{*D0v DJ-iN< delta 35 rcmaFDbe(B}3Zv{q)ffRoT?1oXLsJDqV=F^bT?3Pe6SF6CGDZUctosQ< diff --git a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po index 3fd05f28231..13d23eb74b1 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 \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 ""