Author: mtredinnick Date: 2007-08-11 00:46:17 -0500 (Sat, 11 Aug 2007) New Revision: 5835
Modified: django/trunk/django/conf/locale/de/LC_MESSAGES/django.mo django/trunk/django/conf/locale/de/LC_MESSAGES/django.po Log: Fixed #5017 -- Fixed small error in German translation. Thanks, Thomas Steinacher. Modified: django/trunk/django/conf/locale/de/LC_MESSAGES/django.mo =================================================================== (Binary files differ) Modified: django/trunk/django/conf/locale/de/LC_MESSAGES/django.po =================================================================== --- django/trunk/django/conf/locale/de/LC_MESSAGES/django.po 2007-08-11 05:23:19 UTC (rev 5834) +++ django/trunk/django/conf/locale/de/LC_MESSAGES/django.po 2007-08-11 05:46:17 UTC (rev 5835) @@ -830,7 +830,7 @@ "Please enter a correct username and password. Note that both fields are case-" "sensitive." msgstr "" -"Bitte einen Benutzernamen und ein Passwort eingeben. Beide Felder " +"Bitte einen gültigen Benutzernamen und ein Passwort eingeben. Beide Felder " "berücksichtigen die Groß-/Kleinschreibung." #: contrib/admin/views/decorators.py:62 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
