django1/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po

194 lines
5.8 KiB
Plaintext

# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-14 06:39+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: German (http://www.transifex.net/projects/p/django/language/"
"de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: views.py:57 views.py:59 views.py:61
msgid "tag:"
msgstr "Schlagwort:"
#: views.py:92 views.py:94 views.py:96
msgid "filter:"
msgstr "Filter:"
#: views.py:155 views.py:157 views.py:159
msgid "view:"
msgstr "Ansicht:"
#: views.py:187
#, python-format
msgid "App %r not found"
msgstr "Anwendung %r nicht gefunden"
#: views.py:194
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Modell %(model_name)r wurde nicht in Anwendung %(app_label)r gefunden"
#: views.py:206
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "Das verknüpfte `%(app_label)s.%(data_type)s` Objekt"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
msgid "model:"
msgstr "Modell:"
#: views.py:221 views.py:253
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "verknüpftes `%(app_label)s.%(object_name)s` Objekt"
#: views.py:225 views.py:258
#, python-format
msgid "all %s"
msgstr "Alle %s"
#: views.py:230 views.py:263
#, python-format
msgid "number of %s"
msgstr "Anzahl von %s"
#: views.py:268
#, python-format
msgid "Fields on %s objects"
msgstr "Felder am %s Objekt"
#: views.py:360
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ist scheinbar kein urlpattern-Objekt"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
#: templates/admin_doc/model_index.html:9
#: templates/admin_doc/template_detail.html:7
#: templates/admin_doc/template_filter_index.html:8
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Start"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentation"
#: templates/admin_doc/bookmarklets.html:9
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
msgid "Documentation bookmarklets"
msgstr "Dokumentations-Bookmarklets"
#: templates/admin_doc/bookmarklets.html:16
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
"select the bookmarklet from any page in the site. Note that some of these\n"
"bookmarklets require you to be viewing the site from a computer designated\n"
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
"your computer is \"internal\").</p>\n"
msgstr ""
"\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 "
"Seite\n"
"aufgerufen werden. Einige Bookmarklets sind auf den Zugriff von 'internen'\n"
"Rechnern beschränkt. Falls nicht klar ist, ob ein Rechner als 'intern'\n"
"bewertet wird, bitte den Administrator fragen.</p>\n"
#: templates/admin_doc/bookmarklets.html:26
msgid "Documentation for this page"
msgstr "Dokumentation für diese Seite"
#: templates/admin_doc/bookmarklets.html:27
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Springt von jeder Seite zu der Dokumentation für den View, der diese Seite "
"erzeugt."
#: templates/admin_doc/bookmarklets.html:29
msgid "Show object ID"
msgstr "Objekt-ID anzeigen"
#: templates/admin_doc/bookmarklets.html:30
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"Zeigt den Content-Type und die eindeutige ID für Seiten, die ein einzelnes "
"Objekt repräsentieren."
#: templates/admin_doc/bookmarklets.html:32
msgid "Edit this object (current window)"
msgstr "Dieses Objekt ändern (Aktives Fenster)"
#: templates/admin_doc/bookmarklets.html:33
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Springt zu der Administrationsseite für dieses Objekt, wenn diese Seite ein "
"Objekt repräsentiert."
#: templates/admin_doc/bookmarklets.html:35
msgid "Edit this object (new window)"
msgstr "Dieses Objekt ändern (Neues Fenster)"
#: templates/admin_doc/bookmarklets.html:36
msgid "As above, but opens the admin page in a new window."
msgstr ""
"Wie zuvor, aber öffnet die Administrationsseite in einem neuen Fenster."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
msgid "Models"
msgstr "Models"
#: templates/admin_doc/template_detail.html:9
msgid "Templates"
msgstr "Templates"
#: templates/admin_doc/template_filter_index.html:10
msgid "Filters"
msgstr "Filter"
#: templates/admin_doc/template_tag_index.html:10
msgid "Tags"
msgstr "Tags"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
msgid "Views"
msgstr "Views"