diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-05-26 09:07:06 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-05-26 09:07:06 +0000 |
| commit | 611585665a49d182b1b9be3521398cac3121ade7 (patch) | |
| tree | 6de8b7df24230a9325dc4f88b00eef64146b696e | |
| parent | 8d3b587012886cf7b96f6a7c594688b5043e0897 (diff) | |
Fixed #4377 -- Small tweak to the German translation. Thanks, Frank Tegtmeyer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/de/LC_MESSAGES/django.mo | bin | 44063 -> 44039 bytes | |||
| -rw-r--r-- | django/conf/locale/de/LC_MESSAGES/django.po | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/django/conf/locale/de/LC_MESSAGES/django.mo b/django/conf/locale/de/LC_MESSAGES/django.mo Binary files differindex 5f2eee4f33..d1981a679d 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 52b70bda00..3ccbefe249 100644 --- a/django/conf/locale/de/LC_MESSAGES/django.po +++ b/django/conf/locale/de/LC_MESSAGES/django.po @@ -481,8 +481,8 @@ msgid "" "database tables have been created, and make sure the database is readable by " "the appropriate user." msgstr "" -"Etwas stimmt nicht mit der Datenbankkonfiguration. Bitte sicherstellen, das " -"die richtigen Datenbanktabellen angelegt wurden und bitte sicherstellen, das " +"Etwas stimmt nicht mit der Datenbankkonfiguration. Bitte sicherstellen, dass " +"die richtigen Datenbanktabellen angelegt wurden und " "die Datenbank vom verwendeten Datenbankbenutzer auch lesbar ist." #: contrib/admin/templates/admin/login.html:17 |
