Fixed #5554 -- Small update to German translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6444 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
dad9bae585
commit
e79e2df47b
Binary file not shown.
|
@ -1,6 +1,7 @@
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Translation of django.po to German
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
#
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# Copyright (C) 2005-2007,
|
||||||
|
# This file is distributed under the same license as the django package.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
""
|
""
|
||||||
|
@ -1629,76 +1630,76 @@ msgstr "Webseite"
|
||||||
msgid "flat pages"
|
msgid "flat pages"
|
||||||
msgstr "Webseiten"
|
msgstr "Webseiten"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:17
|
#: contrib/humanize/templatetags/humanize.py:20
|
||||||
msgid "th"
|
msgid "th"
|
||||||
msgstr ""
|
msgstr "."
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:17
|
#: contrib/humanize/templatetags/humanize.py:20
|
||||||
msgid "st"
|
msgid "st"
|
||||||
msgstr ""
|
msgstr "."
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:17
|
#: contrib/humanize/templatetags/humanize.py:20
|
||||||
msgid "nd"
|
msgid "nd"
|
||||||
msgstr ""
|
msgstr "."
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:17
|
#: contrib/humanize/templatetags/humanize.py:20
|
||||||
msgid "rd"
|
msgid "rd"
|
||||||
msgstr ""
|
msgstr "."
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:47
|
|
||||||
#, python-format
|
|
||||||
msgid "%(value).1f million"
|
|
||||||
msgid_plural "%(value).1f million"
|
|
||||||
msgstr[0] ""
|
|
||||||
msgstr[1] ""
|
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:50
|
#: contrib/humanize/templatetags/humanize.py:50
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(value).1f billion"
|
msgid "%(value).1f million"
|
||||||
msgid_plural "%(value).1f billion"
|
msgid_plural "%(value).1f million"
|
||||||
msgstr[0] ""
|
msgstr[0] "%(value).1f Million"
|
||||||
msgstr[1] ""
|
msgstr[1] "%(value).1f Millionen"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:53
|
#: contrib/humanize/templatetags/humanize.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
|
msgid "%(value).1f billion"
|
||||||
|
msgid_plural "%(value).1f billion"
|
||||||
|
msgstr[0] "%(value).1f Milliarde"
|
||||||
|
msgstr[1] "%(value).1f Milliarden"
|
||||||
|
|
||||||
|
#: contrib/humanize/templatetags/humanize.py:56
|
||||||
|
#, python-format
|
||||||
msgid "%(value).1f trillion"
|
msgid "%(value).1f trillion"
|
||||||
msgid_plural "%(value).1f trillion"
|
msgid_plural "%(value).1f trillion"
|
||||||
msgstr[0] ""
|
msgstr[0] "%(value).1f Billion"
|
||||||
msgstr[1] ""
|
msgstr[1] "%(value).1f Billionen"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:68
|
#: contrib/humanize/templatetags/humanize.py:71
|
||||||
msgid "one"
|
msgid "one"
|
||||||
msgstr "ein"
|
msgstr "ein"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:68
|
#: contrib/humanize/templatetags/humanize.py:71
|
||||||
msgid "two"
|
msgid "two"
|
||||||
msgstr "zwei"
|
msgstr "zwei"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:68
|
#: contrib/humanize/templatetags/humanize.py:71
|
||||||
msgid "three"
|
msgid "three"
|
||||||
msgstr "drei"
|
msgstr "drei"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:68
|
#: contrib/humanize/templatetags/humanize.py:71
|
||||||
msgid "four"
|
msgid "four"
|
||||||
msgstr "vier"
|
msgstr "vier"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:68
|
#: contrib/humanize/templatetags/humanize.py:71
|
||||||
msgid "five"
|
msgid "five"
|
||||||
msgstr "fünf"
|
msgstr "fünf"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:68
|
#: contrib/humanize/templatetags/humanize.py:71
|
||||||
msgid "six"
|
msgid "six"
|
||||||
msgstr "sechs"
|
msgstr "sechs"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:68
|
#: contrib/humanize/templatetags/humanize.py:71
|
||||||
msgid "seven"
|
msgid "seven"
|
||||||
msgstr "sieben"
|
msgstr "sieben"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:68
|
#: contrib/humanize/templatetags/humanize.py:71
|
||||||
msgid "eight"
|
msgid "eight"
|
||||||
msgstr "acht"
|
msgstr "acht"
|
||||||
|
|
||||||
#: contrib/humanize/templatetags/humanize.py:68
|
#: contrib/humanize/templatetags/humanize.py:71
|
||||||
msgid "nine"
|
msgid "nine"
|
||||||
msgstr "neun"
|
msgstr "neun"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue