# Django Debug Toolbar auf Deutsch. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Jannis Leidel, 2009. # # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-11-18 08:06-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: panels/cache.py:92 #, python-format msgid "Cache: %.2fms" msgstr "" #: panels/cache.py:95 msgid "Cache Usage" msgstr "" #: panels/headers.py:36 panels/headers.py:39 msgid "HTTP Headers" msgstr "" #: panels/logger.py:56 msgid "Logging" msgstr "Logging" #: panels/logger.py:63 #, fuzzy msgid "Log Messages" msgstr "Nachricht" #: panels/request_vars.py:13 panels/request_vars.py:16 msgid "Request Vars" msgstr "" #: panels/settings_vars.py:16 msgid "Settings" msgstr "Einstellungen" #: panels/settings_vars.py:19 #, python-format msgid "Settings from %s" msgstr "" #: panels/signals.py:39 panels/signals.py:42 msgid "Signals" msgstr "Signals" #: panels/sql.py:146 msgid "SQL" msgstr "" #: panels/sql.py:160 msgid "SQL Queries" msgstr "" #: panels/template.py:47 msgid "Templates" msgstr "Templates" #: panels/template.py:52 #, python-format msgid "Templates (%(num_templates)s rendered)" msgstr "" #: panels/timer.py:35 templates/debug_toolbar/panels/cache.html:39 #: templates/debug_toolbar/panels/logger.html:7 #: templates/debug_toolbar/panels/sql.html:5 #: templates/debug_toolbar/panels/sql_explain.html:11 #: templates/debug_toolbar/panels/sql_profile.html:12 #: templates/debug_toolbar/panels/sql_select.html:11 msgid "Time" msgstr "Zeit" #: panels/timer.py:47 #, fuzzy msgid "Resource Usage" msgstr "Ressource" #: panels/timer.py:78 msgid "User CPU time" msgstr "" #: panels/timer.py:79 msgid "System CPU time" msgstr "" #: panels/timer.py:80 #, fuzzy msgid "Total CPU time" msgstr "Zeit gesamt" #: panels/timer.py:81 msgid "Elapsed time" msgstr "" #: panels/timer.py:82 msgid "Context switches" msgstr "" #: panels/version.py:20 panels/version.py:29 #, fuzzy msgid "Versions" msgstr "Django-Version" #: templates/debug_toolbar/base.html:23 msgid "Hide Toolbar" msgstr "" #: templates/debug_toolbar/base.html:23 msgid "Hide" msgstr "Verbergen" #: templates/debug_toolbar/base.html:48 msgid "Show Toolbar" msgstr "" #: templates/debug_toolbar/base.html:54 msgid "Close" msgstr "Schließen" #: templates/debug_toolbar/redirect.html:7 #: templates/debug_toolbar/panels/logger.html:9 msgid "Location" msgstr "Ort" #: templates/debug_toolbar/redirect.html:9 msgid "" "The Django Debug Toolbar has intercepted a redirect to the above URL for " "debug viewing purposes. You can click the above link to continue with the " "redirect as normal. If you'd like to disable this feature, set the " "DEBUG_TOOLBAR_CONFIG dictionary's key " "INTERCEPT_REDIRECTS to False." msgstr "" #: templates/debug_toolbar/panels/cache.html:14 msgid "Total Calls" msgstr "Aufrufe gesamt" #: templates/debug_toolbar/panels/cache.html:16 msgid "Total Time" msgstr "Zeit gesamt" #: templates/debug_toolbar/panels/cache.html:18 msgid "Hits" msgstr "Aufrufe" #: templates/debug_toolbar/panels/cache.html:20 msgid "Misses" msgstr "" #: templates/debug_toolbar/panels/cache.html:35 msgid "Breakdown" msgstr "" #: templates/debug_toolbar/panels/cache.html:40 msgid "Type" msgstr "Typ" #: templates/debug_toolbar/panels/cache.html:41 msgid "Parameters" msgstr "Parameter" #: templates/debug_toolbar/panels/cache.html:42 msgid "Function" msgstr "Funktion" #: templates/debug_toolbar/panels/headers.html:5 msgid "Key" msgstr "Schlüssel" #: templates/debug_toolbar/panels/headers.html:6 #: templates/debug_toolbar/panels/request_vars.html:37 #: templates/debug_toolbar/panels/request_vars.html:63 #: templates/debug_toolbar/panels/request_vars.html:85 #: templates/debug_toolbar/panels/request_vars.html:107 #: templates/debug_toolbar/panels/settings_vars.html:6 #: templates/debug_toolbar/panels/timer.html:10 msgid "Value" msgstr "Wert" #: templates/debug_toolbar/panels/logger.html:6 msgid "Level" msgstr "Niveau" #: templates/debug_toolbar/panels/logger.html:8 msgid "Message" msgstr "Nachricht" #: templates/debug_toolbar/panels/logger.html:24 msgid "No messages logged" msgstr "Keine Nachricht gespeichert" #: templates/debug_toolbar/panels/request_vars.html:3 msgid "View information" msgstr "" #: templates/debug_toolbar/panels/request_vars.html:7 #, fuzzy msgid "View Function" msgstr "Funktion" #: templates/debug_toolbar/panels/request_vars.html:8 msgid "args" msgstr "" #: templates/debug_toolbar/panels/request_vars.html:9 msgid "kwargs" msgstr "" #: templates/debug_toolbar/panels/request_vars.html:27 #, fuzzy msgid "COOKIES Variables" msgstr "Variable" #: templates/debug_toolbar/panels/request_vars.html:36 #: templates/debug_toolbar/panels/request_vars.html:62 #: templates/debug_toolbar/panels/request_vars.html:84 #: templates/debug_toolbar/panels/request_vars.html:106 msgid "Variable" msgstr "Variable" #: templates/debug_toolbar/panels/request_vars.html:50 msgid "No COOKIE data" msgstr "Keine COOKIE-Daten" #: templates/debug_toolbar/panels/request_vars.html:53 #, fuzzy msgid "SESSION Variables" msgstr "Variable" #: templates/debug_toolbar/panels/request_vars.html:76 msgid "No SESSION data" msgstr "Keine SESSION-Daten" #: templates/debug_toolbar/panels/request_vars.html:79 #, fuzzy msgid "GET Variables" msgstr "Variable" #: templates/debug_toolbar/panels/request_vars.html:98 msgid "No GET data" msgstr "Keine GET-Daten" #: templates/debug_toolbar/panels/request_vars.html:101 #, fuzzy msgid "POST Variables" msgstr "Variable" #: templates/debug_toolbar/panels/request_vars.html:120 msgid "No POST data" msgstr "Keine POST-Daten" #: templates/debug_toolbar/panels/settings_vars.html:5 msgid "Setting" msgstr "Einstellung" #: templates/debug_toolbar/panels/signals.html:5 msgid "Signal" msgstr "Signal" #: templates/debug_toolbar/panels/signals.html:6 msgid "Providing Args" msgstr "" #: templates/debug_toolbar/panels/signals.html:7 msgid "Receivers" msgstr "" #: templates/debug_toolbar/panels/sql.html:6 msgid "Action" msgstr "Aktion" #: templates/debug_toolbar/panels/sql.html:7 msgid "Stacktrace" msgstr "" #: templates/debug_toolbar/panels/sql.html:8 msgid "Query" msgstr "" #: templates/debug_toolbar/panels/sql.html:38 msgid "Line" msgstr "Zeile" #: templates/debug_toolbar/panels/sql.html:39 msgid "Method" msgstr "Methode" #: templates/debug_toolbar/panels/sql.html:40 msgid "File" msgstr "Datei" #: templates/debug_toolbar/panels/sql_explain.html:3 #: templates/debug_toolbar/panels/sql_profile.html:3 #: templates/debug_toolbar/panels/sql_select.html:3 #: templates/debug_toolbar/panels/template_source.html:3 msgid "Back" msgstr "Zurück" #: templates/debug_toolbar/panels/sql_explain.html:4 msgid "SQL Explained" msgstr "" #: templates/debug_toolbar/panels/sql_explain.html:9 #: templates/debug_toolbar/panels/sql_profile.html:10 #: templates/debug_toolbar/panels/sql_select.html:9 msgid "Executed SQL" msgstr "Ausgeführtes SQL" #: templates/debug_toolbar/panels/sql_profile.html:4 msgid "SQL Profiled" msgstr "" #: templates/debug_toolbar/panels/sql_profile.html:35 msgid "Error" msgstr "Fehler" #: templates/debug_toolbar/panels/sql_select.html:4 msgid "SQL Selected" msgstr "" #: templates/debug_toolbar/panels/sql_select.html:34 msgid "Empty set" msgstr "Leeres Set" #: templates/debug_toolbar/panels/template_source.html:4 #, fuzzy msgid "Template Source" msgstr "Template" #: templates/debug_toolbar/panels/templates.html:2 #, fuzzy msgid "Template path" msgstr "Template" #: templates/debug_toolbar/panels/templates.html:13 msgid "Template" msgstr "Template" #: templates/debug_toolbar/panels/templates.html:21 #: templates/debug_toolbar/panels/templates.html:37 msgid "Toggle Context" msgstr "" #: templates/debug_toolbar/panels/templates.html:28 #: templates/debug_toolbar/panels/templates.html:43 msgid "None" msgstr "Nichts" #: templates/debug_toolbar/panels/templates.html:31 msgid "Context processor" msgstr "" #: templates/debug_toolbar/panels/timer.html:9 msgid "Resource" msgstr "Ressource" #: templates/debug_toolbar/panels/versions.html:6 msgid "Package" msgstr "" #: templates/debug_toolbar/panels/versions.html:7 #, fuzzy msgid "Version" msgstr "Django-Version"