/django/contrib/redirects/locale/de/LC_MESSAGES/django.po
Unknown | 47 lines | 41 code | 6 blank | 0 comment | 0 complexity | 3fd8af8076c5584c3aec389c2c1c2610 MD5 | raw file
1# This file is distributed under the same license as the Django package. 2# 3msgid "" 4msgstr "" 5"Project-Id-Version: Django\n" 6"Report-Msgid-Bugs-To: \n" 7"POT-Creation-Date: 2011-03-15 13:20-0400\n" 8"PO-Revision-Date: 2011-03-04 18:45+0000\n" 9"Last-Translator: Jannis <jannis@leidel.info>\n" 10"Language-Team: German <>\n" 11"MIME-Version: 1.0\n" 12"Content-Type: text/plain; charset=UTF-8\n" 13"Content-Transfer-Encoding: 8bit\n" 14"Language: de\n" 15"Plural-Forms: nplurals=2; plural=(n != 1)\n" 16 17#: models.py:7 18msgid "redirect from" 19msgstr "Umleitung von" 20 21#: models.py:8 22msgid "" 23"This should be an absolute path, excluding the domain name. Example: '/" 24"events/search/'." 25msgstr "" 26"Hier sollte ein absoluter Pfad stehen, ohne den Domainnamen. Beispiel: '/" 27"events/search/'." 28 29#: models.py:9 30msgid "redirect to" 31msgstr "Umleitung nach" 32 33#: models.py:10 34msgid "" 35"This can be either an absolute path (as above) or a full URL starting with " 36"'http://'." 37msgstr "" 38"Hier muss entweder ein absoluter Pfad oder eine komplette URL mit http:// am " 39"Anfang stehen." 40 41#: models.py:13 42msgid "redirect" 43msgstr "Umleitung" 44 45#: models.py:14 46msgid "redirects" 47msgstr "Umleitungen"