diff options
| author | Rob Hudson | 2009-10-16 20:40:51 -0700 |
|---|---|---|
| committer | Rob Hudson | 2009-10-16 20:40:51 -0700 |
| commit | c243913489858562f4355390f911286ca13b215f (patch) | |
| tree | a402bb438941c9372e34e2c787cb0568a9b43b83 /debug_toolbar/locale/de | |
| parent | d446d1b7032cce610d0e78965a66316e16c82924 (diff) | |
| download | django-debug-toolbar-c243913489858562f4355390f911286ca13b215f.tar.bz2 | |
Updated po files
Diffstat (limited to 'debug_toolbar/locale/de')
| -rw-r--r-- | debug_toolbar/locale/de/LC_MESSAGES/django.po | 155 |
1 files changed, 109 insertions, 46 deletions
diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.po b/debug_toolbar/locale/de/LC_MESSAGES/django.po index c7d2d14..6ca7c35 100644 --- a/debug_toolbar/locale/de/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.po @@ -2,13 +2,13 @@ # 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-09-11 18:05-0700\n" +"POT-Creation-Date: 2009-10-16 20:40-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: panels/logger.py:56 +msgid "Logging" +msgstr "Logging" + +#: panels/settings_vars.py:16 +msgid "Settings" +msgstr "Einstellungen" + +#: panels/signals.py:39 +msgid "Signals" +msgstr "Signals" + +#: panels/template.py:47 +msgid "Templates" +msgstr "Templates" + #: 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 @@ -25,14 +41,32 @@ msgstr "" msgid "Time" msgstr "Zeit" -#: templates/debug_toolbar/base.html:24 +#: panels/version.py:12 +msgid "Django Version" +msgstr "Django-Version" + +#: templates/debug_toolbar/base.html:23 msgid "Hide" msgstr "Verbergen" -#: templates/debug_toolbar/base.html:55 +#: 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 " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgstr "" + #: templates/debug_toolbar/panels/cache.html:14 msgid "Total Calls" msgstr "Aufrufe gesamt" @@ -87,14 +121,15 @@ msgstr "Niveau" msgid "Message" msgstr "Nachricht" -#: templates/debug_toolbar/panels/logger.html:9 -msgid "Location" -msgstr "Ort" - #: templates/debug_toolbar/panels/logger.html:24 msgid "No messages logged" msgstr "Keine Nachricht gespeichert" +#: templates/debug_toolbar/panels/request_vars.html:2 +#, fuzzy +msgid "COOKIES Variables" +msgstr "Variable" + #: templates/debug_toolbar/panels/request_vars.html:11 #: templates/debug_toolbar/panels/request_vars.html:37 #: templates/debug_toolbar/panels/request_vars.html:59 @@ -102,14 +137,33 @@ msgstr "Keine Nachricht gespeichert" msgid "Variable" msgstr "Variable" +#: templates/debug_toolbar/panels/request_vars.html:25 +msgid "No COOKIE data" +msgstr "Keine COOKIE-Daten" + +#: templates/debug_toolbar/panels/request_vars.html:28 +#, fuzzy +msgid "SESSION Variables" +msgstr "Variable" + #: templates/debug_toolbar/panels/request_vars.html:51 msgid "No SESSION data" msgstr "Keine SESSION-Daten" +#: templates/debug_toolbar/panels/request_vars.html:54 +#, fuzzy +msgid "GET Variables" +msgstr "Variable" + #: templates/debug_toolbar/panels/request_vars.html:73 msgid "No GET data" msgstr "Keine GET-Daten" +#: templates/debug_toolbar/panels/request_vars.html:76 +#, fuzzy +msgid "POST Variables" +msgstr "Variable" + #: templates/debug_toolbar/panels/request_vars.html:95 msgid "No POST data" msgstr "Keine POST-Daten" @@ -122,19 +176,35 @@ msgstr "Einstellung" 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:30 +#: 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:32 msgid "Line" msgstr "Zeile" -#: templates/debug_toolbar/panels/sql.html:31 +#: templates/debug_toolbar/panels/sql.html:33 msgid "Method" msgstr "Methode" -#: templates/debug_toolbar/panels/sql.html:32 +#: templates/debug_toolbar/panels/sql.html:34 msgid "File" msgstr "Datei" @@ -159,6 +229,10 @@ msgstr "Ausgeführtes SQL" 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 "" @@ -167,45 +241,34 @@ msgstr "" msgid "Empty set" msgstr "Leeres Set" -#: templates/debug_toolbar/panels/templates.html:13 -msgid "Template" +#: templates/debug_toolbar/panels/template_source.html:4 +#, fuzzy +msgid "Template Source" msgstr "Template" -#: templates/debug_toolbar/panels/timer.html:9 -msgid "Resource" -msgstr "Ressource" - -#: panels/logger.py:56 -msgid "Logging" -msgstr "Logging" - -#: panels/signals.py:39 -msgid "Signals" -msgstr "Signals" - -#: panels/settings_vars.py:16 -msgid "Settings" -msgstr "Einstellungen" - -#: panels/template.py:46 -msgid "Templates" -msgstr "Templates" +#: templates/debug_toolbar/panels/templates.html:2 +#, fuzzy +msgid "Template path" +msgstr "Template" -#: panels/version.py:12 -msgid "Django Version" -msgstr "Django-Version" +#: templates/debug_toolbar/panels/templates.html:13 +msgid "Template" +msgstr "Template" -#: 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 <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +#: templates/debug_toolbar/panels/templates.html:21 +#: templates/debug_toolbar/panels/templates.html:37 +msgid "Toggle Context" msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:25 -msgid "No COOKIE data" -msgstr "Keine COOKIE-Daten" +#: templates/debug_toolbar/panels/templates.html:28 +#: templates/debug_toolbar/panels/templates.html:43 +msgid "None" +msgstr "Nichts" -#: templates/debug_toolbar/panels/sql_profile.html:35 -msgid "Error" -msgstr "Fehler" +#: templates/debug_toolbar/panels/templates.html:31 +msgid "Context processor" +msgstr "" -#~ msgid "None" -#~ msgstr "Nichts" +#: templates/debug_toolbar/panels/timer.html:9 +msgid "Resource" +msgstr "Ressource" |
