diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-05-08 02:50:41 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-05-08 02:50:41 +0000 |
| commit | abff821f142c4bca2f5a33f990384ba1a415af6c (patch) | |
| tree | c9e5094a347f95d5939b2c3936dd2cfcfcf6c9e7 | |
| parent | ce0084fbfc2bfaa1e69feb6e2ab81b0844e88757 (diff) | |
Fixed #4197 -- Added some updates to the German translation. Thanks, Thomas
Steinacher.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/de/LC_MESSAGES/django.mo | bin | 44060 -> 44063 bytes | |||
| -rw-r--r-- | django/conf/locale/de/LC_MESSAGES/django.po | 16 |
2 files changed, 8 insertions, 8 deletions
diff --git a/django/conf/locale/de/LC_MESSAGES/django.mo b/django/conf/locale/de/LC_MESSAGES/django.mo Binary files differindex 396fe5a432..5f2eee4f33 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 9237e18b2a..52b70bda00 100644 --- a/django/conf/locale/de/LC_MESSAGES/django.po +++ b/django/conf/locale/de/LC_MESSAGES/django.po @@ -367,11 +367,11 @@ msgstr "Abmelden" #: contrib/admin/templates/admin/base_site.html:4 msgid "Django site admin" -msgstr "Django Systemverwaltung" +msgstr "Django-Systemverwaltung" #: contrib/admin/templates/admin/base_site.html:7 msgid "Django administration" -msgstr "Django Verwaltung" +msgstr "Django-Verwaltung" #: contrib/admin/templates/admin/change_form.html:15 #: contrib/admin/templates/admin/index.html:28 @@ -385,7 +385,7 @@ msgstr "Geschichte" #: contrib/admin/templates/admin/change_form.html:22 msgid "View on site" -msgstr "Im Web Anzeigen" +msgstr "Im Web anzeigen" #: contrib/admin/templates/admin/change_form.html:32 #: contrib/admin/templates/admin/auth/user/change_password.html:24 @@ -614,7 +614,7 @@ msgid "" "your computer is \"internal\").</p>\n" msgstr "" "\n" -"<p class=\"help\">Um Bookmarklets zu installieren müssen diese Links in die\n" +"<p class=\"help\">Um Bookmarklets zu installieren, müssen diese Links in die\n" "Browser-Werkzeugleiste gezogen werden, oder mittels rechter Maustaste in " "die\n" "Bookmarks gespeichert werden. Danach können die Bookmarklets von jeder " @@ -998,7 +998,7 @@ msgstr "%s ist scheinbar kein urlpattern Objekt" #: contrib/admin/views/main.py:223 msgid "Site administration" -msgstr "Website Verwaltung" +msgstr "Website-Verwaltung" #: contrib/admin/views/main.py:271 contrib/admin/views/main.py:356 #, python-format @@ -1023,7 +1023,7 @@ msgstr "und" #: contrib/admin/views/main.py:337 #, python-format msgid "Changed %s." -msgstr "%s geändert" +msgstr "%s geändert." #: contrib/admin/views/main.py:339 #, python-format @@ -1490,8 +1490,8 @@ msgstr "Ihr Name:" msgid "" "This rating is required because you've entered at least one other rating." msgstr "" -"Diese Abstimmung ist zwingend erforderlich, da Du an mindestens einer " -"weiteren Abstimmung teilnimmst." +"Diese Abstimmung ist zwingend erforderlich, da Sie an mindestens einer " +"weiteren Abstimmung teilnehmen." #: contrib/comments/views/comments.py:111 #, python-format |
