Django

Code

Changeset 9367

Show
Ignore:
Timestamp:
11/06/08 15:36:01 (2 months ago)
Author:
jezdez
Message:

Updated German translation after r9363

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/locale/de/LC_MESSAGES/django.po

    r9306 r9367  
    88"Project-Id-Version: Django\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2008-11-01 14:02+0100\n" 
     10"POT-Creation-Date: 2008-11-06 22:16+0100\n" 
    1111"PO-Revision-Date: 2008-08-28 22:58+0100\n" 
    1212"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" 
     
    300300 
    301301#: contrib/admin/options.py:338 contrib/admin/options.py:348 
    302 #: contrib/comments/templates/comments/preview.html:15 forms/models.py:27
     302#: contrib/comments/templates/comments/preview.html:15 forms/models.py:28
    303303msgid "and" 
    304304msgstr "und" 
     
    355355msgid "Add %s" 
    356356msgstr "%s hinzufügen" 
     357 
     358#: contrib/admin/options.py:559 contrib/admin/options.py:673 
     359#, python-format 
     360msgid "%(name)s object with primary key %(key)r does not exist." 
     361msgstr "Das %(name)s-Objekt mit dem Primärschlüssel %(key)r ist nicht vorhanden." 
    357362 
    358363#: contrib/admin/options.py:606 
     
    38833888"Bitte eine gültige Auswahl treffen. %(value)s ist keine gültige Auswahl." 
    38843889 
    3885 #: forms/fields.py:697 forms/fields.py:758 forms/models.py:703 
     3890#: forms/fields.py:697 forms/fields.py:758 forms/models.py:720 
    38863891msgid "Enter a list of values." 
    38873892msgstr "Bitte eine Liste mit Werten eingeben." 
     
    39023907msgstr "Reihenfolge" 
    39033908 
    3904 #: forms/models.py:271 forms/models.py:28
     3909#: forms/models.py:281 forms/models.py:29
    39053910#, python-format 
    39063911msgid "%(model_name)s with this %(field_label)s already exists." 
    39073912msgstr "%(model_name)s mit diesem %(field_label)s existiert bereits." 
    39083913 
    3909 #: forms/models.py:570 
     3914#: forms/models.py:587 
    39103915msgid "The inline foreign key did not match the parent instance primary key." 
    39113916msgstr "" 
     
    39133918"Instanz." 
    39143919 
    3915 #: forms/models.py:633 
     3920#: forms/models.py:650 
    39163921msgid "Select a valid choice. That choice is not one of the available choices." 
    39173922msgstr "Bitte eine gültige Auswahl treffen. Dies ist keine gültige Auswahl." 
    39183923 
    3919 #: forms/models.py:704 
     3924#: forms/models.py:721 
    39203925#, python-format 
    39213926msgid "Select a valid choice. %s is not one of the available choices."