diff options
| author | Jannis Leidel <jannis@leidel.info> | 2008-11-06 21:37:08 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2008-11-06 21:37:08 +0000 |
| commit | f56df044dcd9db07c2c2840e593e0df957886816 (patch) | |
| tree | 12f79fd8033e56cd3aea51f79d19d04666afa38c | |
| parent | 335f4ac03d95a1873c3be7739de8fb3ba6b15a9e (diff) | |
[1.0.X] Updated German translation after r9364
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/de/LC_MESSAGES/django.mo | bin | 63027 -> 63175 bytes | |||
| -rw-r--r-- | django/conf/locale/de/LC_MESSAGES/django.po | 19 |
2 files changed, 12 insertions, 7 deletions
diff --git a/django/conf/locale/de/LC_MESSAGES/django.mo b/django/conf/locale/de/LC_MESSAGES/django.mo Binary files differindex 456e5d2051..31aa7ae35d 100644 --- a/django/conf/locale/de/LC_MESSAGES/django.mo +++ b/django/conf/locale/de/LC_MESSAGES/django.mo diff --git a/django/conf/locale/de/LC_MESSAGES/django.po b/django/conf/locale/de/LC_MESSAGES/django.po index 12856ff146..14fef92e8f 100644 --- a/django/conf/locale/de/LC_MESSAGES/django.po +++ b/django/conf/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-01 14:11+0100\n" +"POT-Creation-Date: 2008-11-06 22:30+0100\n" "PO-Revision-Date: 2008-08-28 22:58+0100\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Language-Team: \n" @@ -299,7 +299,7 @@ msgid "Changed %s." msgstr "%s geändert." #: contrib/admin/options.py:338 contrib/admin/options.py:348 -#: contrib/comments/templates/comments/preview.html:15 forms/models.py:278 +#: contrib/comments/templates/comments/preview.html:15 forms/models.py:288 msgid "and" msgstr "und" @@ -355,6 +355,11 @@ msgstr "" msgid "Add %s" msgstr "%s hinzufügen" +#: contrib/admin/options.py:559 contrib/admin/options.py:673 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Das %(name)s-Objekt mit dem Primärschlüssel %(key)r ist nicht vorhanden." + #: contrib/admin/options.py:606 #, python-format msgid "Change %s" @@ -3882,7 +3887,7 @@ msgid "Select a valid choice. %(value)s is not one of the available choices." msgstr "" "Bitte eine gültige Auswahl treffen. %(value)s ist keine gültige Auswahl." -#: forms/fields.py:697 forms/fields.py:758 forms/models.py:703 +#: forms/fields.py:697 forms/fields.py:758 forms/models.py:720 msgid "Enter a list of values." msgstr "Bitte eine Liste mit Werten eingeben." @@ -3901,22 +3906,22 @@ msgstr "" msgid "Order" msgstr "Reihenfolge" -#: forms/models.py:271 forms/models.py:280 +#: forms/models.py:281 forms/models.py:290 #, python-format msgid "%(model_name)s with this %(field_label)s already exists." msgstr "%(model_name)s mit diesem %(field_label)s existiert bereits." -#: forms/models.py:570 +#: forms/models.py:587 msgid "The inline foreign key did not match the parent instance primary key." msgstr "" "Der Inline-Fremdschlüssel passt nicht zum Primärschlüssel der übergeordneten " "Instanz." -#: forms/models.py:633 +#: forms/models.py:650 msgid "Select a valid choice. That choice is not one of the available choices." msgstr "Bitte eine gültige Auswahl treffen. Dies ist keine gültige Auswahl." -#: forms/models.py:704 +#: forms/models.py:721 #, python-format msgid "Select a valid choice. %s is not one of the available choices." msgstr "Bitte eine gültige Auswahl treffen. %s ist keine gültige Auswahl." |
