Changeset 9367
- Timestamp:
- 11/06/08 15:36:01 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/conf/locale/de/LC_MESSAGES/django.po
r9306 r9367 8 8 "Project-Id-Version: Django\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2008-11-0 1 14:02+0100\n"10 "POT-Creation-Date: 2008-11-06 22:16+0100\n" 11 11 "PO-Revision-Date: 2008-08-28 22:58+0100\n" 12 12 "Last-Translator: Jannis Leidel <jannis@leidel.info>\n" … … 300 300 301 301 #: contrib/admin/options.py:338 contrib/admin/options.py:348 302 #: contrib/comments/templates/comments/preview.html:15 forms/models.py:2 78302 #: contrib/comments/templates/comments/preview.html:15 forms/models.py:288 303 303 msgid "and" 304 304 msgstr "und" … … 355 355 msgid "Add %s" 356 356 msgstr "%s hinzufügen" 357 358 #: contrib/admin/options.py:559 contrib/admin/options.py:673 359 #, python-format 360 msgid "%(name)s object with primary key %(key)r does not exist." 361 msgstr "Das %(name)s-Objekt mit dem Primärschlüssel %(key)r ist nicht vorhanden." 357 362 358 363 #: contrib/admin/options.py:606 … … 3883 3888 "Bitte eine gültige Auswahl treffen. %(value)s ist keine gültige Auswahl." 3884 3889 3885 #: forms/fields.py:697 forms/fields.py:758 forms/models.py:7 033890 #: forms/fields.py:697 forms/fields.py:758 forms/models.py:720 3886 3891 msgid "Enter a list of values." 3887 3892 msgstr "Bitte eine Liste mit Werten eingeben." … … 3902 3907 msgstr "Reihenfolge" 3903 3908 3904 #: forms/models.py:2 71 forms/models.py:2803909 #: forms/models.py:281 forms/models.py:290 3905 3910 #, python-format 3906 3911 msgid "%(model_name)s with this %(field_label)s already exists." 3907 3912 msgstr "%(model_name)s mit diesem %(field_label)s existiert bereits." 3908 3913 3909 #: forms/models.py:5 703914 #: forms/models.py:587 3910 3915 msgid "The inline foreign key did not match the parent instance primary key." 3911 3916 msgstr "" … … 3913 3918 "Instanz." 3914 3919 3915 #: forms/models.py:6 333920 #: forms/models.py:650 3916 3921 msgid "Select a valid choice. That choice is not one of the available choices." 3917 3922 msgstr "Bitte eine gültige Auswahl treffen. Dies ist keine gültige Auswahl." 3918 3923 3919 #: forms/models.py:7 043924 #: forms/models.py:721 3920 3925 #, python-format 3921 3926 msgid "Select a valid choice. %s is not one of the available choices."
