aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS14
-rw-r--r--debug_toolbar/locale/de/LC_MESSAGES/django.mobin0 -> 1908 bytes
-rw-r--r--debug_toolbar/locale/de/LC_MESSAGES/django.po155
-rw-r--r--debug_toolbar/locale/en/LC_MESSAGES/django.mobin367 -> 367 bytes
-rw-r--r--debug_toolbar/locale/en/LC_MESSAGES/django.po77
-rw-r--r--debug_toolbar/locale/es/LC_MESSAGES/django.mobin1645 -> 1737 bytes
-rw-r--r--debug_toolbar/locale/es/LC_MESSAGES/django.po86
-rw-r--r--debug_toolbar/locale/fr/LC_MESSAGES/django.mobin0 -> 2873 bytes
-rw-r--r--debug_toolbar/locale/fr/LC_MESSAGES/django.po280
-rw-r--r--debug_toolbar/locale/he/LC_MESSAGES/django.mobin825 -> 1412 bytes
-rw-r--r--debug_toolbar/locale/he/LC_MESSAGES/django.po112
-rw-r--r--debug_toolbar/locale/ru/LC_MESSAGES/django.mobin0 -> 2462 bytes
-rw-r--r--debug_toolbar/locale/ru/LC_MESSAGES/django.po98
-rw-r--r--debug_toolbar/media/debug_toolbar/toolbar.css2
-rw-r--r--debug_toolbar/media/debug_toolbar/toolbar.min.css2
-rw-r--r--debug_toolbar/panels/template.py35
-rw-r--r--debug_toolbar/panels/version.py2
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/request_vars.html8
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/signals.html4
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/sql.html6
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/template_source.html2
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/templates.html12
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/versions.html2
-rw-r--r--debug_toolbar/templates/debug_toolbar/redirect.html2
24 files changed, 750 insertions, 149 deletions
diff --git a/AUTHORS b/AUTHORS
index 0b73d9d..f605b36 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,17 +3,31 @@ August 2008.
The following is a list of much appreciated contributors:
+Reto Aebersold <aeby@atizo.com>
Andi Albrecht <albrecht.andi@gmail.com>
+Chris Beaven <smileychris@gmail.com>
+Kenneth Belitzky <kenny@belitzky.com>
+Loic Bistuer <loic.bistuer@sixmedia.com>
+Etienne Carrier <etienne@px9.ca>
David Cramer <dcramer@gmail.com>
+Michael Elsdoerfer <michael@elsdoerfer.com>
Augie Fackler <durin42@gmail.com>
+Dan Fairs <dan@fezconsulting.com>
Alex Gaynor <alex.gaynor@gmail.com>
+Idan Gazit <idan@pixane.com>
Matt George <matt.george@myemma.com>
Adam Gomaa <adam@adam.gomaa.us>
+Daniel Hahler <daniel@thequod.de>
Jacob Kaplan-Moss <jacob@jacobian.org>
Russell Keith-Magee <freakboy3742@gmail.com>
+Mikhail Korobov <kmike84@gmail.com>
+Arthur Koziel <arthur@arthurkoziel.com>
Jannis Leidel <jannis@leidel.info>
Martin Maney <maney@two14.net>
+Percy Perez-Pinedo <percyp3@gmail.com>
Nowell Strite <nowell@strite.org>
Malcolm Tredinnick <malcolm@pointy-stick.com>
Bryan Veloso <bryan@revyver.com>
Simon Willison <simon@simonwillison.net>
+Diego Búrigo Zacarão <diegobz@gmail.com>
+Philip Zeyliger <philip@cloudera.com>
diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.mo b/debug_toolbar/locale/de/LC_MESSAGES/django.mo
new file mode 100644
index 0000000..2b35711
--- /dev/null
+++ b/debug_toolbar/locale/de/LC_MESSAGES/django.mo
Binary files differ
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"
diff --git a/debug_toolbar/locale/en/LC_MESSAGES/django.mo b/debug_toolbar/locale/en/LC_MESSAGES/django.mo
index e1e540c..a96cf5d 100644
--- a/debug_toolbar/locale/en/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/en/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/en/LC_MESSAGES/django.po b/debug_toolbar/locale/en/LC_MESSAGES/django.po
index 0a5da25..65c3e2a 100644
--- a/debug_toolbar/locale/en/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/en/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ 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"
@@ -27,7 +27,7 @@ msgstr ""
msgid "Signals"
msgstr ""
-#: panels/template.py:46
+#: panels/template.py:47
msgid "Templates"
msgstr ""
@@ -44,14 +44,19 @@ msgstr ""
msgid "Django Version"
msgstr ""
-#: templates/debug_toolbar/base.html:24
+#: templates/debug_toolbar/base.html:23
msgid "Hide"
msgstr ""
-#: templates/debug_toolbar/base.html:55
+#: templates/debug_toolbar/base.html:54
msgid "Close"
msgstr ""
+#: templates/debug_toolbar/redirect.html:7
+#: templates/debug_toolbar/panels/logger.html:9
+msgid "Location"
+msgstr ""
+
#: templates/debug_toolbar/redirect.html:9
msgid ""
"The Django Debug Toolbar has intercepted a redirect to the above URL for "
@@ -115,14 +120,14 @@ msgstr ""
msgid "Message"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:9
-msgid "Location"
-msgstr ""
-
#: templates/debug_toolbar/panels/logger.html:24
msgid "No messages logged"
msgstr ""
+#: templates/debug_toolbar/panels/request_vars.html:2
+msgid "COOKIES Variables"
+msgstr ""
+
#: templates/debug_toolbar/panels/request_vars.html:11
#: templates/debug_toolbar/panels/request_vars.html:37
#: templates/debug_toolbar/panels/request_vars.html:59
@@ -134,14 +139,26 @@ msgstr ""
msgid "No COOKIE data"
msgstr ""
+#: templates/debug_toolbar/panels/request_vars.html:28
+msgid "SESSION Variables"
+msgstr ""
+
#: templates/debug_toolbar/panels/request_vars.html:51
msgid "No SESSION data"
msgstr ""
+#: templates/debug_toolbar/panels/request_vars.html:54
+msgid "GET Variables"
+msgstr ""
+
#: templates/debug_toolbar/panels/request_vars.html:73
msgid "No GET data"
msgstr ""
+#: templates/debug_toolbar/panels/request_vars.html:76
+msgid "POST Variables"
+msgstr ""
+
#: templates/debug_toolbar/panels/request_vars.html:95
msgid "No POST data"
msgstr ""
@@ -154,19 +171,35 @@ msgstr ""
msgid "Signal"
msgstr ""
+#: 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 ""
-#: 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 ""
-#: templates/debug_toolbar/panels/sql.html:31
+#: templates/debug_toolbar/panels/sql.html:33
msgid "Method"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:32
+#: templates/debug_toolbar/panels/sql.html:34
msgid "File"
msgstr ""
@@ -203,10 +236,32 @@ msgstr ""
msgid "Empty set"
msgstr ""
+#: templates/debug_toolbar/panels/template_source.html:4
+msgid "Template Source"
+msgstr ""
+
+#: templates/debug_toolbar/panels/templates.html:2
+msgid "Template path"
+msgstr ""
+
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgstr ""
+#: 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 ""
+
+#: templates/debug_toolbar/panels/templates.html:31
+msgid "Context processor"
+msgstr ""
+
#: templates/debug_toolbar/panels/timer.html:9
msgid "Resource"
msgstr ""
diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.mo b/debug_toolbar/locale/es/LC_MESSAGES/django.mo
index 98e8c4d..a64fe9b 100644
--- a/debug_toolbar/locale/es/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/es/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po
index 3434eba..b08e6ec 100644
--- a/debug_toolbar/locale/es/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po
@@ -9,7 +9,7 @@ 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"
@@ -29,7 +29,7 @@ msgstr "Configuraciones"
msgid "Signals"
msgstr "Señales"
-#: panels/template.py:46
+#: panels/template.py:47
msgid "Templates"
msgstr "Plantillas"
@@ -46,14 +46,19 @@ msgstr "Tiempo"
msgid "Django Version"
msgstr "Versión Django"
-#: templates/debug_toolbar/base.html:24
+#: templates/debug_toolbar/base.html:23
msgid "Hide"
msgstr "Ocultar"
-#: templates/debug_toolbar/base.html:55
+#: templates/debug_toolbar/base.html:54
msgid "Close"
msgstr "Cerrar"
+#: templates/debug_toolbar/redirect.html:7
+#: templates/debug_toolbar/panels/logger.html:9
+msgid "Location"
+msgstr ""
+
#: templates/debug_toolbar/redirect.html:9
msgid ""
"The Django Debug Toolbar has intercepted a redirect to the above URL for "
@@ -117,14 +122,15 @@ msgstr "Nivel"
msgid "Message"
msgstr "Mensaje"
-#: templates/debug_toolbar/panels/logger.html:9
-msgid "Location"
-msgstr ""
-
#: templates/debug_toolbar/panels/logger.html:24
msgid "No messages logged"
msgstr "No hay mensajes registrados"
+#: 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
@@ -138,14 +144,29 @@ msgstr "Variable"
msgid "No COOKIE data"
msgstr "No GET datos"
+#: 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 "No SESSION datos"
+#: 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 "No GET datos"
+#: 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 "No POST datos"
@@ -158,19 +179,35 @@ msgstr "Configuración"
msgid "Signal"
msgstr "Señal"
+#: 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 "Acción"
-#: 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 "Línea"
-#: templates/debug_toolbar/panels/sql.html:31
+#: templates/debug_toolbar/panels/sql.html:33
msgid "Method"
msgstr "Método"
-#: templates/debug_toolbar/panels/sql.html:32
+#: templates/debug_toolbar/panels/sql.html:34
msgid "File"
msgstr "Archivo"
@@ -207,13 +244,34 @@ msgstr ""
msgid "Empty set"
msgstr "Set Vacío"
+#: templates/debug_toolbar/panels/template_source.html:4
+#, fuzzy
+msgid "Template Source"
+msgstr "Plantilla"
+
+#: templates/debug_toolbar/panels/templates.html:2
+#, fuzzy
+msgid "Template path"
+msgstr "Plantilla"
+
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgstr "Plantilla"
+#: 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 "Ninguno"
+
+#: templates/debug_toolbar/panels/templates.html:31
+msgid "Context processor"
+msgstr ""
+
#: templates/debug_toolbar/panels/timer.html:9
msgid "Resource"
msgstr "Recurso"
-
-#~ msgid "None"
-#~ msgstr "Ninguno"
diff --git a/debug_toolbar/locale/fr/LC_MESSAGES/django.mo b/debug_toolbar/locale/fr/LC_MESSAGES/django.mo
new file mode 100644
index 0000000..6d5b30c
--- /dev/null
+++ b/debug_toolbar/locale/fr/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/fr/LC_MESSAGES/django.po b/debug_toolbar/locale/fr/LC_MESSAGES/django.po
new file mode 100644
index 0000000..0b973ba
--- /dev/null
+++ b/debug_toolbar/locale/fr/LC_MESSAGES/django.po
@@ -0,0 +1,280 @@
+# Django Debug Toolbar in French.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# David Paccoud, 2009.
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Django Debug Toolbar 0.8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-10-16 20:40-0700\n"
+"PO-Revision-Date: 2009-10-14 22:53+0200\n"
+"Last-Translator: David Paccoud <dpaccoud@gmail.com>\n"
+"Language-Team: French <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: panels/logger.py:56
+msgid "Logging"
+msgstr "Loguer"
+
+#: panels/settings_vars.py:16
+msgid "Settings"
+msgstr "Paramètres"
+
+#: panels/signals.py:39
+msgid "Signals"
+msgstr "Signals"
+
+#: panels/template.py:47
+msgid "Templates"
+msgstr "Gabarits"
+
+#: 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 "Temps"
+
+#: panels/version.py:12
+msgid "Django Version"
+msgstr "Version de Django"
+
+#: templates/debug_toolbar/base.html:23
+msgid "Hide"
+msgstr "Cacher"
+
+#: templates/debug_toolbar/base.html:54
+msgid "Close"
+msgstr "Fermer"
+
+#: templates/debug_toolbar/redirect.html:7
+#: templates/debug_toolbar/panels/logger.html:9
+msgid "Location"
+msgstr "Emplacement"
+
+#: 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 ""
+"La barre de Debug Django a intercepté une redirection vers l'adresse ci-"
+"dessous afin de permettre la consultation des messages de debug. Vous "
+"pouvez cliquer sur le lien ci-dessus pour continuer normalement avec la "
+"redirection. Si vous voulez désactiver cette fonctionnalité, positionnez la "
+"clé <code>INTERCEPT_REDIRECTS</code> du dictionnaire "
+"<code>DEBUG_TOOLBAR_CONFIG</code> à <code>False</code>."
+
+#: templates/debug_toolbar/panels/cache.html:14
+msgid "Total Calls"
+msgstr "Total des appels"
+
+#: templates/debug_toolbar/panels/cache.html:16
+msgid "Total Time"
+msgstr "Temps Total"
+
+#: templates/debug_toolbar/panels/cache.html:18
+msgid "Hits"
+msgstr "Touché"
+
+#: templates/debug_toolbar/panels/cache.html:20
+msgid "Misses"
+msgstr "Raté"
+
+#: templates/debug_toolbar/panels/cache.html:35
+msgid "Breakdown"
+msgstr "Cassé"
+
+#: templates/debug_toolbar/panels/cache.html:40
+msgid "Type"
+msgstr "Type"
+
+#: templates/debug_toolbar/panels/cache.html:41
+msgid "Parameters"
+msgstr "Paramètres"
+
+#: templates/debug_toolbar/panels/cache.html:42
+msgid "Function"
+msgstr "Fonction"
+
+#: templates/debug_toolbar/panels/headers.html:5
+msgid "Key"
+msgstr "Clé"
+
+#: templates/debug_toolbar/panels/headers.html:6
+#: templates/debug_toolbar/panels/request_vars.html:12
+#: templates/debug_toolbar/panels/request_vars.html:38
+#: templates/debug_toolbar/panels/request_vars.html:60
+#: templates/debug_toolbar/panels/request_vars.html:82
+#: templates/debug_toolbar/panels/settings_vars.html:6
+#: templates/debug_toolbar/panels/timer.html:10
+msgid "Value"
+msgstr "Valeur"
+
+#: templates/debug_toolbar/panels/logger.html:6
+msgid "Level"
+msgstr "Niveau"
+
+#: templates/debug_toolbar/panels/logger.html:8
+msgid "Message"
+msgstr "Message"
+
+#: templates/debug_toolbar/panels/logger.html:24
+msgid "No messages logged"
+msgstr "Aucun message logué"
+
+#: 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
+#: templates/debug_toolbar/panels/request_vars.html:81
+msgid "Variable"
+msgstr "Variable"
+
+#: templates/debug_toolbar/panels/request_vars.html:25
+msgid "No COOKIE data"
+msgstr "Aucune donnée de COOKIE"
+
+#: 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 "Aucune donnée de SESSION"
+
+#: 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 "Aucune donnée GET"
+
+#: 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 "Aucune donnée POST"
+
+#: templates/debug_toolbar/panels/settings_vars.html:5
+msgid "Setting"
+msgstr "Paramètre"
+
+#: 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 "Action"
+
+#: 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 "Ligne"
+
+#: templates/debug_toolbar/panels/sql.html:33
+msgid "Method"
+msgstr "Méthode"
+
+#: templates/debug_toolbar/panels/sql.html:34
+msgid "File"
+msgstr "Fichier"
+
+#: 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 "Retour"
+
+#: templates/debug_toolbar/panels/sql_explain.html:4
+msgid "SQL Explained"
+msgstr "SQL Expliqué"
+
+#: 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 "SQL Exécuté"
+
+#: templates/debug_toolbar/panels/sql_profile.html:4
+msgid "SQL Profiled"
+msgstr "SQL Profilé"
+
+#: templates/debug_toolbar/panels/sql_profile.html:35
+msgid "Error"
+msgstr "Erreur"
+
+#: templates/debug_toolbar/panels/sql_select.html:4
+msgid "SQL Selected"
+msgstr "SQL Sélectionné"
+
+#: templates/debug_toolbar/panels/sql_select.html:34
+msgid "Empty set"
+msgstr "Ensemble vide"
+
+#: templates/debug_toolbar/panels/template_source.html:4
+#, fuzzy
+msgid "Template Source"
+msgstr "Gabarit"
+
+#: templates/debug_toolbar/panels/templates.html:2
+#, fuzzy
+msgid "Template path"
+msgstr "Gabarit"
+
+#: templates/debug_toolbar/panels/templates.html:13
+msgid "Template"
+msgstr "Gabarit"
+
+#: 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 ""
+
+#: templates/debug_toolbar/panels/templates.html:31
+msgid "Context processor"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:9
+msgid "Resource"
+msgstr "Ressources"
diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.mo b/debug_toolbar/locale/he/LC_MESSAGES/django.mo
index e94f840..be97432 100644
--- a/debug_toolbar/locale/he/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/he/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.po b/debug_toolbar/locale/he/LC_MESSAGES/django.po
index e5abf66..9cb109f 100644
--- a/debug_toolbar/locale/he/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/he/LC_MESSAGES/django.po
@@ -2,12 +2,12 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
+#
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: 2009-08-24 23:08-0600\n"
"Last-Translator: Alex <alex.gaynor@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
#: panels/logger.py:56
msgid "Logging"
-msgstr ""
+msgstr "רישום יומן"
#: panels/settings_vars.py:16
msgid "Settings"
@@ -28,7 +28,7 @@ msgstr ""
msgid "Signals"
msgstr "סימן"
-#: panels/template.py:46
+#: panels/template.py:47
#, fuzzy
msgid "Templates"
msgstr "תבנית"
@@ -44,18 +44,28 @@ msgstr "זמן"
#: panels/version.py:12
msgid "Django Version"
-msgstr ""
+msgstr "ג 'נגו גירסה"
-#: templates/debug_toolbar/base.html:24
+#: templates/debug_toolbar/base.html:23
msgid "Hide"
msgstr "הסתיר"
-#: templates/debug_toolbar/base.html:55
+#: templates/debug_toolbar/base.html:54
msgid "Close"
msgstr "סגור"
+#: templates/debug_toolbar/redirect.html:7
+#: templates/debug_toolbar/panels/logger.html:9
+msgid "Location"
+msgstr "מקום"
+
#: 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>."
+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
@@ -90,6 +100,10 @@ msgstr ""
msgid "Function"
msgstr ""
+#: templates/debug_toolbar/panels/headers.html:5
+msgid "Key"
+msgstr "מפתח"
+
#: templates/debug_toolbar/panels/headers.html:6
#: templates/debug_toolbar/panels/request_vars.html:12
#: templates/debug_toolbar/panels/request_vars.html:38
@@ -98,7 +112,7 @@ msgstr ""
#: templates/debug_toolbar/panels/settings_vars.html:6
#: templates/debug_toolbar/panels/timer.html:10
msgid "Value"
-msgstr ""
+msgstr "ערך"
#: templates/debug_toolbar/panels/logger.html:6
msgid "Level"
@@ -108,33 +122,49 @@ msgstr "רמה"
msgid "Message"
msgstr "הודעה"
-#: templates/debug_toolbar/panels/logger.html:9
-msgid "Location"
-msgstr "מקום"
-
#: templates/debug_toolbar/panels/logger.html:24
msgid "No messages logged"
msgstr "אין הודעות"
+#: templates/debug_toolbar/panels/request_vars.html:2
+#, fuzzy
+msgid "COOKIES Variables"
+msgstr "מזהה"
+
#: templates/debug_toolbar/panels/request_vars.html:11
#: templates/debug_toolbar/panels/request_vars.html:37
#: templates/debug_toolbar/panels/request_vars.html:59
#: templates/debug_toolbar/panels/request_vars.html:81
msgid "Variable"
-msgstr ""
+msgstr "מזהה"
#: templates/debug_toolbar/panels/request_vars.html:25
msgid "No COOKIE data"
-msgstr ""
+msgstr "אין נתונים לעוגיות"
+
+#: templates/debug_toolbar/panels/request_vars.html:28
+#, fuzzy
+msgid "SESSION Variables"
+msgstr "מזהה"
#: templates/debug_toolbar/panels/request_vars.html:51
msgid "No SESSION data"
-msgstr ""
+msgstr "אין נתונים להתחברות"
+
+#: templates/debug_toolbar/panels/request_vars.html:54
+#, fuzzy
+msgid "GET Variables"
+msgstr "מזהה"
#: templates/debug_toolbar/panels/request_vars.html:73
msgid "No GET data"
msgstr ""
+#: templates/debug_toolbar/panels/request_vars.html:76
+#, fuzzy
+msgid "POST Variables"
+msgstr "מזהה"
+
#: templates/debug_toolbar/panels/request_vars.html:95
msgid "No POST data"
msgstr ""
@@ -147,19 +177,35 @@ msgstr ""
msgid "Signal"
msgstr "סימן"
+#: 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 "פעילות"
+
+#: templates/debug_toolbar/panels/sql.html:7
+msgid "Stacktrace"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:30
+#: templates/debug_toolbar/panels/sql.html:8
+msgid "Query"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:32
msgid "Line"
msgstr "שורה"
-#: templates/debug_toolbar/panels/sql.html:31
+#: templates/debug_toolbar/panels/sql.html:33
msgid "Method"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:32
+#: templates/debug_toolbar/panels/sql.html:34
msgid "File"
msgstr "קובץ"
@@ -196,14 +242,34 @@ msgstr ""
msgid "Empty set"
msgstr "תוצאות ריק"
+#: templates/debug_toolbar/panels/template_source.html:4
+#, fuzzy
+msgid "Template Source"
+msgstr "תבנית"
+
+#: templates/debug_toolbar/panels/templates.html:2
+#, fuzzy
+msgid "Template path"
+msgstr "תבנית"
+
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgstr "תבנית"
+#: 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 ""
+
+#: templates/debug_toolbar/panels/templates.html:31
+msgid "Context processor"
+msgstr ""
+
#: templates/debug_toolbar/panels/timer.html:9
msgid "Resource"
msgstr ""
-
-#: templates/debug_toolbar/panels/headers.html:5
-msgid "Key"
-msgstr "מפתח"
diff --git a/debug_toolbar/locale/ru/LC_MESSAGES/django.mo b/debug_toolbar/locale/ru/LC_MESSAGES/django.mo
new file mode 100644
index 0000000..a191b86
--- /dev/null
+++ b/debug_toolbar/locale/ru/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/ru/LC_MESSAGES/django.po b/debug_toolbar/locale/ru/LC_MESSAGES/django.po
index e53f2c2..883b0b6 100644
--- a/debug_toolbar/locale/ru/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/ru/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-12 23:31+0600\n"
+"POT-Creation-Date: 2009-10-16 20:40-0700\n"
"PO-Revision-Date: \n"
"Last-Translator: Mikhail Korobov <kmike84@gmail.com>\n"
"Language-Team: \n"
@@ -16,18 +16,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: panels/headers.py:36
-msgid "HTTP Headers"
-msgstr "Заголовки HTTP"
-
#: panels/logger.py:56
msgid "Logging"
msgstr "Журналирование"
-#: panels/request_vars.py:13
-msgid "Request Vars"
-msgstr "Запрос"
-
#: panels/settings_vars.py:16
msgid "Settings"
msgstr "Настройки"
@@ -36,12 +28,11 @@ msgstr "Настройки"
msgid "Signals"
msgstr "Сигналы"
-#: panels/template.py:46
+#: panels/template.py:47
msgid "Templates"
msgstr "Шаблоны"
-#: panels/timer.py:35
-#: templates/debug_toolbar/panels/cache.html:39
+#: 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
@@ -62,6 +53,11 @@ msgstr "Скрыть"
msgid "Close"
msgstr "Закрыть"
+#: templates/debug_toolbar/redirect.html:7
+#: templates/debug_toolbar/panels/logger.html:9
+msgid "Location"
+msgstr "Место"
+
#: templates/debug_toolbar/redirect.html:9
msgid ""
"The Django Debug Toolbar has intercepted a redirect to the above URL for "
@@ -69,11 +65,12 @@ msgid ""
"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 "Django Debug Toolbar в отладочных целях перехватила редирект на адрес, "
+msgstr ""
+"Django Debug Toolbar в отладочных целях перехватила редирект на адрес, "
"указанный выше. Вы можете нажать на ссылку, чтобы продолжить обычное "
"выполнение. Если хотите отключить это поведение, установите в словаре "
-"<code>DEBUG_TOOLBAR_CONFIG</code> ключ <code>INTERCEPT_REDIRECTS</"
-"code> равным <code>False</code>."
+"<code>DEBUG_TOOLBAR_CONFIG</code> ключ <code>INTERCEPT_REDIRECTS</code> "
+"равным <code>False</code>."
#: templates/debug_toolbar/panels/cache.html:14
msgid "Total Calls"
@@ -129,14 +126,15 @@ msgstr "Уровень"
msgid "Message"
msgstr "Сообщение"
-#: templates/debug_toolbar/panels/logger.html:9
-msgid "Location"
-msgstr "Место"
-
#: templates/debug_toolbar/panels/logger.html:24
msgid "No messages logged"
msgstr "Сообщений нет"
+#: templates/debug_toolbar/panels/request_vars.html:2
+#, fuzzy
+msgid "COOKIES Variables"
+msgstr "Переменная"
+
#: templates/debug_toolbar/panels/request_vars.html:11
#: templates/debug_toolbar/panels/request_vars.html:37
#: templates/debug_toolbar/panels/request_vars.html:59
@@ -148,14 +146,29 @@ msgstr "Переменная"
msgid "No COOKIE data"
msgstr ""
+#: templates/debug_toolbar/panels/request_vars.html:28
+#, fuzzy
+msgid "SESSION Variables"
+msgstr "Переменная"
+
#: templates/debug_toolbar/panels/request_vars.html:51
msgid "No SESSION data"
msgstr ""
+#: templates/debug_toolbar/panels/request_vars.html:54
+#, fuzzy
+msgid "GET Variables"
+msgstr "Переменная"
+
#: templates/debug_toolbar/panels/request_vars.html:73
msgid "No GET data"
msgstr ""
+#: templates/debug_toolbar/panels/request_vars.html:76
+#, fuzzy
+msgid "POST Variables"
+msgstr "Переменная"
+
#: templates/debug_toolbar/panels/request_vars.html:95
msgid "No POST data"
msgstr ""
@@ -168,23 +181,35 @@ msgstr "Параметр"
msgid "Signal"
msgstr "Сигналы"
+#: 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 "Действие"
+#: 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:30
+#: templates/debug_toolbar/panels/sql.html:32
msgid "Line"
msgstr "Строка"
-#: templates/debug_toolbar/panels/sql.html:31
+#: templates/debug_toolbar/panels/sql.html:33
msgid "Method"
msgstr "Метод"
-#: templates/debug_toolbar/panels/sql.html:32
+#: templates/debug_toolbar/panels/sql.html:34
msgid "File"
msgstr "Файл"
@@ -221,11 +246,40 @@ msgstr ""
msgid "Empty set"
msgstr "Ничего"
+#: templates/debug_toolbar/panels/template_source.html:4
+#, fuzzy
+msgid "Template Source"
+msgstr "Шаблоны"
+
+#: templates/debug_toolbar/panels/templates.html:2
+#, fuzzy
+msgid "Template path"
+msgstr "Шаблоны"
+
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgstr ""
+#: 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 ""
+
+#: templates/debug_toolbar/panels/templates.html:31
+msgid "Context processor"
+msgstr ""
+
#: templates/debug_toolbar/panels/timer.html:9
msgid "Resource"
msgstr "Ресурс"
+#~ msgid "HTTP Headers"
+#~ msgstr "Заголовки HTTP"
+
+#~ msgid "Request Vars"
+#~ msgstr "Запрос"
diff --git a/debug_toolbar/media/debug_toolbar/toolbar.css b/debug_toolbar/media/debug_toolbar/toolbar.css
index 0f65c9c..48543f8 100644
--- a/debug_toolbar/media/debug_toolbar/toolbar.css
+++ b/debug_toolbar/media/debug_toolbar/toolbar.css
@@ -1,7 +1,7 @@
/* Debug Toolbar CSS Reset, adapted from Eric Meyer's CSS Reset */
#djDebug {color:#000;background:#FFF;}
#djDebug, #djDebug div, #djDebug span, #djDebug applet, #djDebug object, #djDebug iframe,
-#djDebug h1, #djDebug h2, #djDebug h3, #djDebug h4, #djDebug h5, #djDebug h6, #djDebug p, blockquote, #djDebug pre,
+#djDebug h1, #djDebug h2, #djDebug h3, #djDebug h4, #djDebug h5, #djDebug h6, #djDebug p, #djDebug blockquote, #djDebug pre,
#djDebug a, #djDebug abbr, #djDebug acronym, #djDebug address, #djDebug big, #djDebug cite, #djDebug code,
#djDebug del, #djDebug dfn, #djDebug em, #djDebug font, #djDebug img, #djDebug ins, #djDebug kbd, #djDebug q, #djDebug s, #djDebug samp,
#djDebug small, #djDebug strike, #djDebug strong, #djDebug sub, #djDebug sup, #djDebug tt, #djDebug var,
diff --git a/debug_toolbar/media/debug_toolbar/toolbar.min.css b/debug_toolbar/media/debug_toolbar/toolbar.min.css
index 135b0bb..be64aab 100644
--- a/debug_toolbar/media/debug_toolbar/toolbar.min.css
+++ b/debug_toolbar/media/debug_toolbar/toolbar.min.css
@@ -1 +1 @@
-#djDebug{color:#000;background:#FFF;}#djDebug,#djDebug div,#djDebug span,#djDebug applet,#djDebug object,#djDebug iframe,#djDebug h1,#djDebug h2,#djDebug h3,#djDebug h4,#djDebug h5,#djDebug h6,#djDebug p,blockquote,#djDebug pre,#djDebug a,#djDebug abbr,#djDebug acronym,#djDebug address,#djDebug big,#djDebug cite,#djDebug code,#djDebug del,#djDebug dfn,#djDebug em,#djDebug font,#djDebug img,#djDebug ins,#djDebug kbd,#djDebug q,#djDebug s,#djDebug samp,#djDebug small,#djDebug strike,#djDebug strong,#djDebug sub,#djDebug sup,#djDebug tt,#djDebug var,#djDebug b,#djDebug u,#djDebug i,#djDebug center,#djDebug dl,#djDebug dt,#djDebug dd,#djDebug ol,#djDebug ul,#djDebug li,#djDebug fieldset,#djDebug form,#djDebug label,#djDebug legend,#djDebug table,#djDebug caption,#djDebug tbody,#djDebug tfoot,#djDebug thead,#djDebug tr,#djDebug th,#djDebug td{margin:0;padding:0;border:0;outline:0;font-size:12px;line-height:1.5em;color:#000;vertical-align:baseline;background:transparent;font-family:sans-serif;text-align:left;}#djDebug #djDebugToolbar{background:#111;width:200px;z-index:100000000;position:fixed;top:0;bottom:0;right:0;opacity:.9;}#djDebug #djDebugToolbar small{color:#999;}#djDebug #djDebugToolbar ul{margin:0;padding:0;list-style:none;}#djDebug #djDebugToolbar li{border-bottom:1px solid #222;color:#fff;display:block;font-weight:bold;float:none;margin:0;padding:0;position:relative;width:auto;}#djDebug #djDebugToolbar li>a,#djDebug #djDebugToolbar li>div.contentless{font-weight:normal;font-style:normal;text-decoration:none;display:block;font-size:16px;padding:10px 10px 5px 25px;color:#fff;}#djDebug #djDebugToolbar li a:hover{color:#111;background-color:#ffc;}#djDebug #djDebugToolbar li.active{background-image:url(indicator.png);background-repeat:no-repeat;background-position:left center;background-color:#333;padding-left:10px;}#djDebug #djDebugToolbar li.active a:hover{color:#b36a60;background-color:transparent;}#djDebug #djDebugToolbar li small{font-size:12px;color:#999;font-style:normal;text-decoration:none;font-variant:small-caps;}#djDebug #djDebugToolbarHandle{position:fixed;background:#fff;border:1px solid #111;top:30px;right:0;z-index:100000000;opacity:.75;}#djDebug a#djShowToolBarButton{display:block;height:75px;width:30px;border-right:none;border-bottom:4px solid #fff;border-top:4px solid #fff;border-left:4px solid #fff;color:#fff;font-size:10px;font-weight:bold;text-decoration:none;text-align:center;text-indent:-999999px;background:#000 url(djdt_vertical.png) no-repeat left center;opacity:.5;}#djDebug a#djShowToolBarButton:hover{background-color:#111;padding-right:6px;border-top-color:#FFE761;border-left-color:#FFE761;border-bottom-color:#FFE761;opacity:1.0;}#djDebug pre{background-color:#fff;overflow:auto;}#djDebug tr.djDebugOdd{background-color:#f5f5f5;}#djDebug .panelContent{display:none;position:fixed;margin:0;top:0;right:200px;bottom:0;left:0;background-color:#eee;color:#666;z-index:100000000;}#djDebug .panelContent>div{border-bottom:1px solid #ddd;}#djDebug .djDebugPanelTitle{position:absolute;background-color:#ffc;color:#666;padding-left:20px;top:0;right:0;left:0;height:50px;}#djDebug .djDebugPanelContent{position:absolute;top:50px;right:0;bottom:0;left:0;height:auto;padding:0 0 0 20px;}#djDebug .djDebugPanelContent .scroll{height:100%;overflow:auto;display:block;padding:0 10px 0 0;}#djDebug h3{font-size:24px;font-weight:normal;line-height:50px;}#djDebug h4{font-size:20px;font-weight:bold;margin-top:.8em;}#djDebug .panelContent table{border:1px solid #ccc;border-collapse:collapse;width:100%;background-color:#fff;display:block;margin-top:.8em;overflow:auto;}#djDebug .panelContent tbody td,#djDebug .panelContent tbody th{vertical-align:top;padding:2px 3px;}#djDebug .panelContent thead th{padding:1px 6px 1px 3px;text-align:left;font-weight:bold;font-size:14px;}#djDebug .panelContent tbody th{width:12em;text-align:right;color:#666;padding-right:.5em;}#djDebug .panelContent code{font-family:Consolas,Monaco,"Bitstream Vera Sans Mono","Lucida Console",monospace;}#djDebug .panelContent .close{text-indent:-9999999px;display:block;position:absolute;top:4px;right:15px;height:40px;width:40px;background:url(close.png) no-repeat center center;}#djDebug .panelContent .close:hover{background-image:url(close_hover.png);}#djDebug .panelContent .close.back{background-image:url(back.png);}#djDebug .panelContent .close.back:hover{background-image:url(back_hover.png);}#djDebug .panelContent dt,#djDebug .panelContent dd{display:block;}#djDebug .panelContent dt{margin-top:.75em;}#djDebug .panelContent dd{margin-left:10px;}#djDebug a.toggleTemplate{padding:4px;background-color:#bbb;-moz-border-radius:3px;-webkit-border-radius:3px;}#djDebug a.toggleTemplate:hover{padding:4px;background-color:#444;color:#ffe761;-moz-border-radius:3px;-webkit-border-radius:3px;}#djDebug a.djTemplateShowContext,#djDebug a.djTemplateShowContext span.toggleArrow{color:#999;}#djDebug a.djTemplateShowContext:hover,#djDebug a.djTemplateShowContext:hover span.toggleArrow{color:#000;cursor:pointer;}#djDebug .djDebugSqlWrap{position:relative;}#djDebug .djDebugSql{z-index:100000002;}#djDebug span.djDebugLineChart{border-top:3px solid #777;position:absolute;bottom:0;top:0;left:0;display:block;z-index:1000000001;}#djDebug span.djDebugLineChartWarning{border-top-color:#900;}#djDebug .highlight{color:#000;}#djDebug .highlight .err{color:#000;}#djDebug .highlight .g{color:#000;}#djDebug .highlight .k{color:#000;font-weight:bold;}#djDebug .highlight .o{color:#000;}#djDebug .highlight .n{color:#000;}#djDebug .highlight .mi{color:#000;font-weight:bold;}#djDebug .highlight .l{color:#000;}#djDebug .highlight .x{color:#000;}#djDebug .highlight .p{color:#000;}#djDebug .highlight .m{color:#000;font-weight:bold;}#djDebug .highlight .s{color:#333;}#djDebug .highlight .w{color:#888;}#djDebug .highlight .il{color:#000;font-weight:bold;}#djDebug .highlight .na{color:#333;}#djDebug .highlight .nt{color:#000;font-weight:bold;}#djDebug .highlight .nv{color:#333;}#djDebug .highlight .s2{color:#333;}#djDebug .highlight .cp{color:#333;} \ No newline at end of file
+#djDebug{color:#000;background:#FFF;}#djDebug,#djDebug div,#djDebug span,#djDebug applet,#djDebug object,#djDebug iframe,#djDebug h1,#djDebug h2,#djDebug h3,#djDebug h4,#djDebug h5,#djDebug h6,#djDebug p,#djDebug blockquote,#djDebug pre,#djDebug a,#djDebug abbr,#djDebug acronym,#djDebug address,#djDebug big,#djDebug cite,#djDebug code,#djDebug del,#djDebug dfn,#djDebug em,#djDebug font,#djDebug img,#djDebug ins,#djDebug kbd,#djDebug q,#djDebug s,#djDebug samp,#djDebug small,#djDebug strike,#djDebug strong,#djDebug sub,#djDebug sup,#djDebug tt,#djDebug var,#djDebug b,#djDebug u,#djDebug i,#djDebug center,#djDebug dl,#djDebug dt,#djDebug dd,#djDebug ol,#djDebug ul,#djDebug li,#djDebug fieldset,#djDebug form,#djDebug label,#djDebug legend,#djDebug table,#djDebug caption,#djDebug tbody,#djDebug tfoot,#djDebug thead,#djDebug tr,#djDebug th,#djDebug td{margin:0;padding:0;border:0;outline:0;font-size:12px;line-height:1.5em;color:#000;vertical-align:baseline;background:transparent;font-family:sans-serif;text-align:left;}#djDebug #djDebugToolbar{background:#111;width:200px;z-index:100000000;position:fixed;top:0;bottom:0;right:0;opacity:.9;}#djDebug #djDebugToolbar small{color:#999;}#djDebug #djDebugToolbar ul{margin:0;padding:0;list-style:none;}#djDebug #djDebugToolbar li{border-bottom:1px solid #222;color:#fff;display:block;font-weight:bold;float:none;margin:0;padding:0;position:relative;width:auto;}#djDebug #djDebugToolbar li>a,#djDebug #djDebugToolbar li>div.contentless{font-weight:normal;font-style:normal;text-decoration:none;display:block;font-size:16px;padding:10px 10px 5px 25px;color:#fff;}#djDebug #djDebugToolbar li a:hover{color:#111;background-color:#ffc;}#djDebug #djDebugToolbar li.active{background-image:url(indicator.png);background-repeat:no-repeat;background-position:left center;background-color:#333;padding-left:10px;}#djDebug #djDebugToolbar li.active a:hover{color:#b36a60;background-color:transparent;}#djDebug #djDebugToolbar li small{font-size:12px;color:#999;font-style:normal;text-decoration:none;font-variant:small-caps;}#djDebug #djDebugToolbarHandle{position:fixed;background:#fff;border:1px solid #111;top:30px;right:0;z-index:100000000;opacity:.75;}#djDebug a#djShowToolBarButton{display:block;height:75px;width:30px;border-right:none;border-bottom:4px solid #fff;border-top:4px solid #fff;border-left:4px solid #fff;color:#fff;font-size:10px;font-weight:bold;text-decoration:none;text-align:center;text-indent:-999999px;background:#000 url(djdt_vertical.png) no-repeat left center;opacity:.5;}#djDebug a#djShowToolBarButton:hover{background-color:#111;padding-right:6px;border-top-color:#FFE761;border-left-color:#FFE761;border-bottom-color:#FFE761;opacity:1.0;}#djDebug pre{background-color:#fff;overflow:auto;}#djDebug tr.djDebugOdd{background-color:#f5f5f5;}#djDebug .panelContent{display:none;position:fixed;margin:0;top:0;right:200px;bottom:0;left:0;background-color:#eee;color:#666;z-index:100000000;}#djDebug .panelContent>div{border-bottom:1px solid #ddd;}#djDebug .djDebugPanelTitle{position:absolute;background-color:#ffc;color:#666;padding-left:20px;top:0;right:0;left:0;height:50px;}#djDebug .djDebugPanelContent{position:absolute;top:50px;right:0;bottom:0;left:0;height:auto;padding:0 0 0 20px;}#djDebug .djDebugPanelContent .scroll{height:100%;overflow:auto;display:block;padding:0 10px 0 0;}#djDebug h3{font-size:24px;font-weight:normal;line-height:50px;}#djDebug h4{font-size:20px;font-weight:bold;margin-top:.8em;}#djDebug .panelContent table{border:1px solid #ccc;border-collapse:collapse;width:100%;background-color:#fff;display:block;margin-top:.8em;overflow:auto;}#djDebug .panelContent tbody td,#djDebug .panelContent tbody th{vertical-align:top;padding:2px 3px;}#djDebug .panelContent thead th{padding:1px 6px 1px 3px;text-align:left;font-weight:bold;font-size:14px;}#djDebug .panelContent tbody th{width:12em;text-align:right;color:#666;padding-right:.5em;}#djDebug .panelContent code{font-family:Consolas,Monaco,"Bitstream Vera Sans Mono","Lucida Console",monospace;}#djDebug .panelContent .close{text-indent:-9999999px;display:block;position:absolute;top:4px;right:15px;height:40px;width:40px;background:url(close.png) no-repeat center center;}#djDebug .panelContent .close:hover{background-image:url(close_hover.png);}#djDebug .panelContent .close.back{background-image:url(back.png);}#djDebug .panelContent .close.back:hover{background-image:url(back_hover.png);}#djDebug .panelContent dt,#djDebug .panelContent dd{display:block;}#djDebug .panelContent dt{margin-top:.75em;}#djDebug .panelContent dd{margin-left:10px;}#djDebug a.toggleTemplate{padding:4px;background-color:#bbb;-moz-border-radius:3px;-webkit-border-radius:3px;}#djDebug a.toggleTemplate:hover{padding:4px;background-color:#444;color:#ffe761;-moz-border-radius:3px;-webkit-border-radius:3px;}#djDebug a.djTemplateShowContext,#djDebug a.djTemplateShowContext span.toggleArrow{color:#999;}#djDebug a.djTemplateShowContext:hover,#djDebug a.djTemplateShowContext:hover span.toggleArrow{color:#000;cursor:pointer;}#djDebug .djDebugSqlWrap{position:relative;}#djDebug .djDebugSql{z-index:100000002;}#djDebug span.djDebugLineChart{border-top:3px solid #777;position:absolute;bottom:0;top:0;left:0;display:block;z-index:1000000001;}#djDebug span.djDebugLineChartWarning{border-top-color:#900;}#djDebug .highlight{color:#000;}#djDebug .highlight .err{color:#000;}#djDebug .highlight .g{color:#000;}#djDebug .highlight .k{color:#000;font-weight:bold;}#djDebug .highlight .o{color:#000;}#djDebug .highlight .n{color:#000;}#djDebug .highlight .mi{color:#000;font-weight:bold;}#djDebug .highlight .l{color:#000;}#djDebug .highlight .x{color:#000;}#djDebug .highlight .p{color:#000;}#djDebug .highlight .m{color:#000;font-weight:bold;}#djDebug .highlight .s{color:#333;}#djDebug .highlight .w{color:#888;}#djDebug .highlight .il{color:#000;font-weight:bold;}#djDebug .highlight .na{color:#333;}#djDebug .highlight .nt{color:#000;font-weight:bold;}#djDebug .highlight .nv{color:#333;}#djDebug .highlight .s2{color:#333;}#djDebug .highlight .cp{color:#333;} \ No newline at end of file
diff --git a/debug_toolbar/panels/template.py b/debug_toolbar/panels/template.py
index 34a1897..c3dc986 100644
--- a/debug_toolbar/panels/template.py
+++ b/debug_toolbar/panels/template.py
@@ -1,6 +1,7 @@
from os.path import normpath
from pprint import pformat
+from django import http
from django.conf import settings
from django.core.signals import request_started
from django.dispatch import Signal
@@ -64,29 +65,39 @@ class TemplateDebugPanel(DebugPanel):
]
)
template_context = []
- for i, d in enumerate(self.templates):
+ for template_data in self.templates:
info = {}
# Clean up some info about templates
- t = d.get('template', None)
+ template = template_data.get('template', None)
# Skip templates that we are generating through the debug toolbar.
- if t.name.startswith('debug_toolbar/'):
+ if template.name.startswith('debug_toolbar/'):
continue
- if t.origin and t.origin.name:
- t.origin_name = t.origin.name
+ if template.origin and template.origin.name:
+ template.origin_name = template.origin.name
else:
- t.origin_name = 'No origin'
- info['template'] = t
+ template.origin_name = 'No origin'
+ info['template'] = template
# Clean up context for better readability
if getattr(settings, 'DEBUG_TOOLBAR_CONFIG', {}).get('SHOW_TEMPLATE_CONTEXT', True):
- c = d.get('context', None)
+ context_data = template_data.get('context', None)
- d_list = []
- for _d in c.dicts:
+ context_list = []
+ for context_layer in context_data.dicts:
+ for key, value in context_layer.items():
+ # Replace any request elements - they have a large
+ # unicode representation and the request data is
+ # already made available from the Request Vars panel.
+ if isinstance(value, http.HttpRequest):
+ context_layer[key] = '<<request>>'
+ # Replace the debugging sql_queries element. The SQL
+ # data is already made available from the SQL panel.
+ elif key == 'sql_queries' and isinstance(value, list):
+ context_layer[key] = '<<sql_queries>>'
try:
- d_list.append(pformat(_d))
+ context_list.append(pformat(context_layer))
except UnicodeEncodeError:
pass
- info['context'] = '\n'.join(d_list)
+ info['context'] = '\n'.join(context_list)
template_context.append(info)
context = {
'templates': template_context,
diff --git a/debug_toolbar/panels/version.py b/debug_toolbar/panels/version.py
index 3b69520..da46178 100644
--- a/debug_toolbar/panels/version.py
+++ b/debug_toolbar/panels/version.py
@@ -24,7 +24,7 @@ class VersionDebugPanel(DebugPanel):
def url(self):
return ''
-
+
def title(self):
return 'Versions'
diff --git a/debug_toolbar/templates/debug_toolbar/panels/request_vars.html b/debug_toolbar/templates/debug_toolbar/panels/request_vars.html
index 3fdbf74..83482e3 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/request_vars.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/request_vars.html
@@ -1,5 +1,5 @@
{% load i18n %}
-<h4>COOKIES Variables</h4>
+<h4>{% trans 'COOKIES Variables' %}</h4>
{% if cookies %}
<table>
<colgroup>
@@ -25,7 +25,7 @@
<p>{% trans "No COOKIE data" %}</p>
{% endif %}
-<h4>SESSION Variables</h4>
+<h4>{% trans 'SESSION Variables' %}</h4>
{% if session %}
<table>
<colgroup>
@@ -51,7 +51,7 @@
<p>{% trans "No SESSION data" %}</p>
{% endif %}
-<h4>GET Variables</h4>
+<h4>{% trans 'GET Variables' %}</h4>
{% if get %}
<table>
<thead>
@@ -73,7 +73,7 @@
<p>{% trans "No GET data" %}</p>
{% endif %}
-<h4>POST Variables</h4>
+<h4>{% trans 'POST Variables' %}</h4>
{% if post %}
<table>
<thead>
diff --git a/debug_toolbar/templates/debug_toolbar/panels/signals.html b/debug_toolbar/templates/debug_toolbar/panels/signals.html
index d6d681c..75c1e22 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/signals.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/signals.html
@@ -3,8 +3,8 @@
<thead>
<tr>
<th>{% trans "Signal" %}</th>
- <th>Providing Args</th>
- <th>Receivers</th>
+ <th>{% trans 'Providing Args' %}</th>
+ <th>{% trans 'Receivers' %}</th>
</tr>
</thead>
<tbody>
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html
index ba8a2c3..c275bea 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/sql.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html
@@ -4,8 +4,8 @@
<tr>
<th>{% trans "Time" %}&nbsp;(ms)</th>
<th>{% trans "Action" %}</th>
- <th>Stacktrace</th>
- <th>Query</th>
+ <th>{% trans 'Stacktrace' %}</th>
+ <th>{% trans 'Query' %}</th>
</tr>
</thead>
<tbody>
@@ -47,7 +47,7 @@
<td class="syntax">
<div class="djDebugSqlWrap">
<div class="djDebugSql">{{ query.sql|safe }}</div>
- <span class="djDebugLineChart{% if query.is_slow %} djDebugLineChartWarning{% endif %}" style="width:{{ query.width_ratio }}%; left:{{ query.start_offset }}%;"</span>
+ <span class="djDebugLineChart{% if query.is_slow %} djDebugLineChartWarning{% endif %}" style="width:{{ query.width_ratio }}%; left:{{ query.start_offset }}%;"></span>
</div>
</td>
</tr>
diff --git a/debug_toolbar/templates/debug_toolbar/panels/template_source.html b/debug_toolbar/templates/debug_toolbar/panels/template_source.html
index 7074f4f..c4044c9 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/template_source.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/template_source.html
@@ -1,7 +1,7 @@
{% load i18n %}
<div class="djDebugPanelTitle">
<a class="close back" href="">{% trans "Back" %}</a>
- <h3>Template Source: <code>{{ template_name }}</code></h3>
+ <h3>{% trans 'Template Source' %}: <code>{{ template_name }}</code></h3>
</div>
<div class="djDebugPanelContent">
<div class="scroll">
diff --git a/debug_toolbar/templates/debug_toolbar/panels/templates.html b/debug_toolbar/templates/debug_toolbar/panels/templates.html
index 6107876..ef1b34d 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/templates.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/templates.html
@@ -1,5 +1,5 @@
{% load i18n %}
-<h4>Template path{{ template_dirs|length|pluralize }}</h4>
+<h4>{% trans 'Template path' %}{{ template_dirs|length|pluralize }}</h4>
{% if template_dirs %}
<ol>
{% for template in template_dirs %}
@@ -18,27 +18,27 @@
<dd><samp>{{ template.template.origin_name|addslashes }}</samp></dd>
{% if template.context %}
<dd>
- <div class="djTemplateShowContextDiv"><a class="djTemplateShowContext"><span class="toggleArrow">&#x25B6;</span> Toggle Context</a></div>
+ <div class="djTemplateShowContextDiv"><a class="djTemplateShowContext"><span class="toggleArrow">&#x25B6;</span> {% trans 'Toggle Context' %}</a></div>
<div class="djTemplateHideContextDiv" style="display:none;"><pre>{{ template.context }}</pre></div>
</dd>
{% endif %}
{% endfor %}
</dl>
{% else %}
- <p>None</p>
+ <p>{% trans 'None' %}</p>
{% endif %}
-<h4>Context processor{{ context_processors|length|pluralize }}</h4>
+<h4>{% trans 'Context processor' %}{{ context_processors|length|pluralize }}</h4>
{% if context_processors %}
<dl>
{% for key, value in context_processors.iteritems %}
<dt><strong>{{ key|escape }}</strong></dt>
<dd>
- <div class="djTemplateShowContextDiv"><a class="djTemplateShowContext"><span class="toggleArrow">&#x25B6;</span> Toggle Context</a></div>
+ <div class="djTemplateShowContextDiv"><a class="djTemplateShowContext"><span class="toggleArrow">&#x25B6;</span> {% trans 'Toggle Context' %}</a></div>
<div class="djTemplateHideContextDiv" style="display:none;"><pre>{{ value|escape }}</pre></div>
</dd>
{% endfor %}
</dl>
{% else %}
- <p>None</p>
+ <p>{% trans 'None' %}</p>
{% endif %}
diff --git a/debug_toolbar/templates/debug_toolbar/panels/versions.html b/debug_toolbar/templates/debug_toolbar/panels/versions.html
index f0ee012..8a09928 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/versions.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/versions.html
@@ -10,7 +10,7 @@
<tbody>
{% for package, version in versions.iteritems %}
<tr class="{% cycle 'djDebugOdd' 'djDebugEven' %}">
- <td>{{ package }}</td>
+ <td>{{ package }}</td>
<td>{{ version }}</td>
</tr>
{% endfor %}
diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html
index 93dd67c..250e3e8 100644
--- a/debug_toolbar/templates/debug_toolbar/redirect.html
+++ b/debug_toolbar/templates/debug_toolbar/redirect.html
@@ -4,7 +4,7 @@
</head>
<body>
<h1>HttpResponseRedirect</h1>
-<p>Location: <a href="{{ redirect_to }}">{{ redirect_to }}</a></p>
+<p>{% trans 'Location' %}: <a href="{{ redirect_to }}">{{ redirect_to }}</a></p>
<p class="notice">
{% trans "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>." %}
</p>