diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-03-25 23:31:40 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-03-25 23:31:40 +0000 |
| commit | 8a0b3ed35b646455f69578cb1131ca58e5420532 (patch) | |
| tree | 1021796b08bc74e1a401015be17d86ec338bee0c | |
| parent | a5bb14ed2e3e1a26a4f7312582cf3e350bdd3985 (diff) | |
Fixed #3633 -- Added credit to German translators. Thanks, Dirk Eschler
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/de/LC_MESSAGES/django.po | 12 | ||||
| -rw-r--r-- | django/conf/locale/de/LC_MESSAGES/djangojs.po | 11 |
2 files changed, 16 insertions, 7 deletions
diff --git a/django/conf/locale/de/LC_MESSAGES/django.po b/django/conf/locale/de/LC_MESSAGES/django.po index 2f0991c8cc..36f96ec94b 100644 --- a/django/conf/locale/de/LC_MESSAGES/django.po +++ b/django/conf/locale/de/LC_MESSAGES/django.po @@ -1,6 +1,12 @@ -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Translation of django.po to German +# +# Copyright (C) 2005-2007, +# This file is distributed under the same license as the django package. +# +# Georg Bauer <gb@bofh.ms>, 2005, 2006. +# Lukas Kolbe <lucky@knup.de>, 2005. +# Benjamin Schulz <beschulz@gmail.com>, 2007. +# Dirk Eschler <dirk.eschler@gmx.net>, 2007. # msgid "" msgstr "" diff --git a/django/conf/locale/de/LC_MESSAGES/djangojs.po b/django/conf/locale/de/LC_MESSAGES/djangojs.po index 3c0852ebac..34ffe98861 100644 --- a/django/conf/locale/de/LC_MESSAGES/djangojs.po +++ b/django/conf/locale/de/LC_MESSAGES/djangojs.po @@ -1,7 +1,10 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Translation of djangojs.po to German +# +# Copyright (C) 2005-2007, +# This file is distributed under the same license as the django package. +# +# Georg Bauer <gb@bofh.ms>, 2005, 2007. +# Dirk Eschler <dirk.eschler@gmx.net>, 2007. # msgid "" msgstr "" |
