aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-12-15 13:16:12 +0100
committerAymeric Augustin2013-12-15 13:16:12 +0100
commit35a1cb5e27889931a3a94ad095b742a91399eee5 (patch)
treea3db8169a9c23e0cf02a6dd7b5f7eae9e97e1f23
parentf9420501367bb4e8eb65c3b131185f2544710bf5 (diff)
parent38de94d2d6586c716256838e41abe518898030d6 (diff)
downloaddjango-debug-toolbar-35a1cb5e27889931a3a94ad095b742a91399eee5.tar.bz2
Merge branch 'master' into 1.0-release
-rw-r--r--.travis.yml2
-rw-r--r--debug_toolbar/locale/ar/LC_MESSAGES/django.mobin643 -> 587 bytes
-rw-r--r--debug_toolbar/locale/ar/LC_MESSAGES/django.po527
-rw-r--r--debug_toolbar/locale/ca/LC_MESSAGES/django.mobin561 -> 505 bytes
-rw-r--r--debug_toolbar/locale/ca/LC_MESSAGES/django.po503
-rw-r--r--debug_toolbar/locale/de/LC_MESSAGES/django.mobin7672 -> 5478 bytes
-rw-r--r--debug_toolbar/locale/de/LC_MESSAGES/django.po513
-rw-r--r--debug_toolbar/locale/en/LC_MESSAGES/django.mobin7320 -> 382 bytes
-rw-r--r--debug_toolbar/locale/en/LC_MESSAGES/django.po85
-rw-r--r--debug_toolbar/locale/es/LC_MESSAGES/django.mobin4842 -> 4653 bytes
-rw-r--r--debug_toolbar/locale/es/LC_MESSAGES/django.po529
-rw-r--r--debug_toolbar/locale/fr/LC_MESSAGES/django.mobin7763 -> 8242 bytes
-rw-r--r--debug_toolbar/locale/fr/LC_MESSAGES/django.po497
-rw-r--r--debug_toolbar/locale/he/LC_MESSAGES/django.mobin2010 -> 1603 bytes
-rw-r--r--debug_toolbar/locale/he/LC_MESSAGES/django.po542
-rw-r--r--debug_toolbar/locale/it/LC_MESSAGES/django.mobin5077 -> 3620 bytes
-rw-r--r--debug_toolbar/locale/it/LC_MESSAGES/django.po475
-rw-r--r--debug_toolbar/locale/ja/LC_MESSAGES/django.mobin555 -> 499 bytes
-rw-r--r--debug_toolbar/locale/ja/LC_MESSAGES/django.po499
-rw-r--r--debug_toolbar/locale/mk/LC_MESSAGES/django.mobin594 -> 538 bytes
-rw-r--r--debug_toolbar/locale/mk/LC_MESSAGES/django.po503
-rw-r--r--debug_toolbar/locale/nl/LC_MESSAGES/django.mobin1944 -> 4315 bytes
-rw-r--r--debug_toolbar/locale/nl/LC_MESSAGES/django.po583
-rw-r--r--debug_toolbar/locale/pl/LC_MESSAGES/django.mobin6983 -> 4851 bytes
-rw-r--r--debug_toolbar/locale/pl/LC_MESSAGES/django.po510
-rw-r--r--debug_toolbar/locale/pt/LC_MESSAGES/django.mobin3237 -> 1874 bytes
-rw-r--r--debug_toolbar/locale/pt/LC_MESSAGES/django.po545
-rw-r--r--debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mobin7548 -> 8040 bytes
-rw-r--r--debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po505
-rw-r--r--debug_toolbar/locale/ro/LC_MESSAGES/django.mobin603 -> 547 bytes
-rw-r--r--debug_toolbar/locale/ro/LC_MESSAGES/django.po509
-rw-r--r--debug_toolbar/locale/ru/LC_MESSAGES/django.mobin9342 -> 9925 bytes
-rw-r--r--debug_toolbar/locale/ru/LC_MESSAGES/django.po488
-rw-r--r--debug_toolbar/locale/sk/LC_MESSAGES/django.mobin8020 -> 5786 bytes
-rw-r--r--debug_toolbar/locale/sk/LC_MESSAGES/django.po518
-rw-r--r--debug_toolbar/locale/tr/LC_MESSAGES/django.mobin554 -> 504 bytes
-rw-r--r--debug_toolbar/locale/tr/LC_MESSAGES/django.po511
-rw-r--r--debug_toolbar/locale/uk/LC_MESSAGES/django.mobin637 -> 2042 bytes
-rw-r--r--debug_toolbar/locale/uk/LC_MESSAGES/django.po552
-rw-r--r--debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mobin568 -> 7831 bytes
-rw-r--r--debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po664
-rw-r--r--debug_toolbar/models.py4
-rw-r--r--debug_toolbar/panels/cache.py7
-rw-r--r--debug_toolbar/panels/logging.py41
-rw-r--r--debug_toolbar/panels/settings.py8
-rw-r--r--debug_toolbar/panels/staticfiles.py179
-rw-r--r--debug_toolbar/panels/templates/panel.py10
-rw-r--r--debug_toolbar/panels/versions.py9
-rw-r--r--debug_toolbar/settings.py1
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/cache.html6
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/staticfiles.html57
-rw-r--r--debug_toolbar/toolbar.py23
-rw-r--r--debug_toolbar/utils.py33
-rw-r--r--docs/configuration.rst1
-rw-r--r--docs/contributing.rst3
-rw-r--r--docs/panels.rst7
-rw-r--r--example/settings.py3
-rw-r--r--example/static/test.css3
-rw-r--r--requirements_dev.txt1
-rw-r--r--tests/additional_static/base.css3
-rw-r--r--tests/panels/test_staticfiles.py28
-rw-r--r--tests/panels/test_template.py2
-rw-r--r--tests/settings.py7
-rw-r--r--tests/tests.py13
-rw-r--r--tox.ini1
65 files changed, 7025 insertions, 3485 deletions
diff --git a/.travis.yml b/.travis.yml
index ed22c6b..165e931 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,5 +16,5 @@ matrix:
env: DJANGO_VERSION=1.4.10
install:
- pip install -e .
- - pip install Django==$DJANGO_VERSION sqlparse
+ - pip install Django==$DJANGO_VERSION django-discover-runner sqlparse
script: make test
diff --git a/debug_toolbar/locale/ar/LC_MESSAGES/django.mo b/debug_toolbar/locale/ar/LC_MESSAGES/django.mo
index 0fe41ed..f5d0351 100644
--- a/debug_toolbar/locale/ar/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/ar/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/ar/LC_MESSAGES/django.po b/debug_toolbar/locale/ar/LC_MESSAGES/django.po
index 3102107..8529ff3 100644
--- a/debug_toolbar/locale/ar/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/ar/LC_MESSAGES/django.po
@@ -6,22 +6,28 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: Arabic (http://www.transifex.net/projects/p/django-debug-toolbar/language/ar/)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Arabic (http://www.transifex.com/projects/p/django-debug-toolbar/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
-"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-#: panels/cache.py:125
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr ""
-#: panels/cache.py:129
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
@@ -32,19 +38,26 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
+#: panels/headers.py:35
+msgid "Headers"
msgstr ""
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
msgstr ""
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
@@ -55,32 +68,40 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: panels/logger.py:126
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
+
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
+
+#: panels/request.py:27
+msgid "<no view>"
msgstr ""
-#: panels/settings_vars.py:18
+#: panels/request.py:39
+msgid "<unavailable>"
+msgstr ""
+
+#: panels/settings.py:20
msgid "Settings"
msgstr ""
-#: panels/settings_vars.py:21
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr ""
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
-msgstr ""
-
-#: panels/signals.py:49
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
@@ -91,7 +112,7 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
@@ -102,222 +123,365 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
+msgstr ""
+
+#: panels/staticfiles.py:115
+msgid "Static files"
msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr ""
+
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
msgstr ""
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 ""
-#: panels/timer.py:70
-msgid "Resource Usage"
+#: panels/timer.py:42
+msgid "User CPU time"
msgstr ""
-#: panels/timer.py:83
-msgid "User CPU time"
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
msgstr ""
-#: panels/timer.py:84
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:85
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr ""
-#: panels/timer.py:86
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/version.py:19 panels/version.py:28
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr ""
+
+#: panels/versions.py:25
msgid "Versions"
msgstr ""
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr ""
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr ""
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr ""
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr ""
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr ""
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr ""
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr ""
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr ""
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr ""
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr ""
@@ -326,14 +490,14 @@ msgid "Signal"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
+msgid "Providing"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
@@ -344,20 +508,37 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr ""
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
+msgid "Action"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:22
-msgid "Action"
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:3
@@ -368,7 +549,7 @@ msgid "Back"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+msgid "SQL explained"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
@@ -384,7 +565,7 @@ msgid "Database"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -392,15 +573,69 @@ msgid "Error"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr ""
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
+msgid "Template source:"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
@@ -425,12 +660,7 @@ msgstr[5] ""
#: 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"
+msgid "Toggle context"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
@@ -443,17 +673,30 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:7
-msgid "Version"
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
msgstr ""
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
+#: templates/debug_toolbar/panels/versions.html:6
+msgid "Version"
+msgstr ""
diff --git a/debug_toolbar/locale/ca/LC_MESSAGES/django.mo b/debug_toolbar/locale/ca/LC_MESSAGES/django.mo
index b276e03..5d011b6 100644
--- a/debug_toolbar/locale/ca/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/ca/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/ca/LC_MESSAGES/django.po b/debug_toolbar/locale/ca/LC_MESSAGES/django.po
index d8e5c93..22644d5 100644
--- a/debug_toolbar/locale/ca/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/ca/LC_MESSAGES/django.po
@@ -6,302 +6,458 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: Catalan (http://www.transifex.net/projects/p/django-debug-toolbar/language/ca/)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Catalan (http://www.transifex.com/projects/p/django-debug-toolbar/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: panels/cache.py:125
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr ""
-#: panels/cache.py:129
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] ""
msgstr[1] ""
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
+#: panels/headers.py:35
+msgid "Headers"
msgstr ""
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
msgstr ""
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] ""
msgstr[1] ""
-#: panels/logger.py:126
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
+
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
+
+#: panels/request.py:27
+msgid "<no view>"
msgstr ""
-#: panels/settings_vars.py:18
+#: panels/request.py:39
+msgid "<unavailable>"
+msgstr ""
+
+#: panels/settings.py:20
msgid "Settings"
msgstr ""
-#: panels/settings_vars.py:21
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr ""
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
-msgstr ""
-
-#: panels/signals.py:49
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] ""
msgstr[1] ""
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] ""
msgstr[1] ""
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
+msgstr ""
+
+#: panels/staticfiles.py:115
+msgid "Static files"
msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr ""
+
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
msgstr ""
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 ""
-#: panels/timer.py:70
-msgid "Resource Usage"
+#: panels/timer.py:42
+msgid "User CPU time"
msgstr ""
-#: panels/timer.py:83
-msgid "User CPU time"
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
msgstr ""
-#: panels/timer.py:84
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:85
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr ""
-#: panels/timer.py:86
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/version.py:19 panels/version.py:28
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr ""
+
+#: panels/versions.py:25
msgid "Versions"
msgstr ""
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr ""
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr ""
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr ""
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr ""
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr ""
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr ""
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr ""
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr ""
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr ""
@@ -310,34 +466,51 @@ msgid "Signal"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
+msgid "Providing"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] ""
msgstr[1] ""
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr ""
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
+msgid "Action"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:22
-msgid "Action"
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:3
@@ -348,7 +521,7 @@ msgid "Back"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+msgid "SQL explained"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
@@ -364,7 +537,7 @@ msgid "Database"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -372,15 +545,53 @@ msgid "Error"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr ""
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
+msgid "Template source:"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
@@ -397,12 +608,7 @@ msgstr[1] ""
#: 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"
+msgid "Toggle context"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
@@ -411,17 +617,30 @@ msgid_plural "Context processors"
msgstr[0] ""
msgstr[1] ""
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:7
-msgid "Version"
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
msgstr ""
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:6
+msgid "Version"
+msgstr ""
diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.mo b/debug_toolbar/locale/de/LC_MESSAGES/django.mo
index bcc432a..3b99b96 100644
--- a/debug_toolbar/locale/de/LC_MESSAGES/django.mo
+++ 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 635e27d..f06c45e 100644
--- a/debug_toolbar/locale/de/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/de/LC_MESSAGES/django.po
@@ -7,10 +7,10 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2013-10-26 22:00+0200\n"
-"PO-Revision-Date: 2013-10-26 20:40+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/django-debug-toolbar/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,7 +18,13 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: panels/cache.py:190
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr "Cache"
@@ -29,244 +35,268 @@ msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] "%(cache_calls)d Abfrage in %(time).2fms"
msgstr[1] "%(cache_calls)d Abfragen in %(time).2fms"
-#: panels/cache.py:201
+#: panels/cache.py:202
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
msgstr[0] "Cache-Aufrufe von %(count)d Backend"
msgstr[1] "Cache-Aufrufe von %(count)d Backends"
-#: panels/headers.py:39 panels/headers.py:42
-msgid "HTTP Headers"
-msgstr "HTTP-Header"
+#: panels/headers.py:35
+msgid "Headers"
+msgstr ""
-#: panels/logger.py:127
+#: panels/logging.py:64
msgid "Logging"
msgstr "Logging"
-#: panels/logger.py:132
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] "%(count)s Eintrag"
msgstr[1] "%(count)s Einträge"
-#: panels/logger.py:136
-msgid "Log Messages"
-msgstr "Einträge"
+#: panels/logging.py:73
+msgid "Log messages"
+msgstr ""
-#: panels/profiling.py:152 panels/profiling.py:158
+#: panels/profiling.py:126
msgid "Profiling"
msgstr "Profiling"
-#: panels/request_vars.py:20 panels/request_vars.py:23
-msgid "Request Vars"
-msgstr "Request-Variablen"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
+
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
-#: panels/request_vars.py:38
+#: panels/request.py:27
msgid "<no view>"
msgstr "<kein View>"
-#: panels/request_vars.py:50
+#: panels/request.py:39
msgid "<unavailable>"
msgstr "<nicht verfügbar>"
-#: panels/settings_vars.py:20
+#: panels/settings.py:20
msgid "Settings"
msgstr "Einstellungen"
-#: panels/settings_vars.py:23
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr "Einstellungen von <code>%s</code>"
-#: panels/signals.py:43 panels/signals.py:61
-msgid "Signals"
-msgstr "Signale"
-
-#: panels/signals.py:52
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] "%(num_receivers)d Empfänger von einem Signal"
msgstr[1] "%(num_receivers)d Empfänger von einem Signal"
-#: panels/signals.py:55
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] "%(num_receivers)d Empfänger von %(num_signals)d Signalen"
msgstr[1] "%(num_receivers)d Empfänger von %(num_signals)d Signalen"
-#: panels/sql.py:35
-msgid "Autocommit"
-msgstr "Autocommit"
-
-#: panels/sql.py:36
-msgid "Read uncommitted"
-msgstr "Lesend, nicht ausgeführt"
-
-#: panels/sql.py:37
-msgid "Read committed"
-msgstr "Lesend, ausgeführt"
-
-#: panels/sql.py:38
-msgid "Repeatable read"
-msgstr "Wiederholtes Lesen"
-
-#: panels/sql.py:39
-msgid "Serializable"
-msgstr "Variable"
-
-#: panels/sql.py:50
-msgid "Idle"
-msgstr "Wartet"
-
-#: panels/sql.py:51
-msgid "Active"
-msgstr "Aktiv"
-
-#: panels/sql.py:52
-msgid "In transaction"
-msgstr "In einer Transaktion"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Signale"
-#: panels/sql.py:53
-msgid "In error"
-msgstr "Fehler"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
+msgstr ""
-#: panels/sql.py:54
-msgid "Unknown"
-msgstr "Unbekannt"
+#: panels/staticfiles.py:115
+msgid "Static files"
+msgstr ""
-#: panels/sql.py:122
-msgid "SQL"
-msgstr "SQL"
+#: panels/staticfiles.py:120
+#, python-format
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/template.py:104
-msgid "Templates"
-msgstr "Templates"
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-#: panels/template.py:108
+#: panels/timer.py:28
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
-msgstr "Templates (%(num_templates)s gerendert)"
+msgid "Total: %0.2fms"
+msgstr ""
-#: panels/timer.py:60 panels/timer.py:76
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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:68
-#, python-format
-msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
-msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-
-#: panels/timer.py:73
-#, python-format
-msgid "TOTAL: %0.2fms"
-msgstr "GESAMT: %0.2fms"
-
-#: panels/timer.py:87
+#: panels/timer.py:42
msgid "User CPU time"
msgstr "CPU-Zeit Benutzer"
-#: panels/timer.py:87
+#: panels/timer.py:42
#, python-format
msgid "%(utime)0.3f msec"
msgstr "%(utime)0.3f ms"
-#: panels/timer.py:88
+#: panels/timer.py:43
msgid "System CPU time"
msgstr "CPU-Zeit System"
-#: panels/timer.py:88
+#: panels/timer.py:43
#, python-format
msgid "%(stime)0.3f msec"
msgstr "%(stime)0.3f ms"
-#: panels/timer.py:89
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr "CPU-Zeit gesamt"
-#: panels/timer.py:89
+#: panels/timer.py:44
#, python-format
msgid "%(total)0.3f msec"
msgstr "%(total)0.3f ms"
-#: panels/timer.py:90
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr "Verstrichene Zeit"
-#: panels/timer.py:90
+#: panels/timer.py:45
#, python-format
msgid "%(total_time)0.3f msec"
msgstr "%(total_time)0.3f ms"
-#: panels/timer.py:91
+#: panels/timer.py:46
msgid "Context switches"
msgstr "Kontextwechsel"
-#: panels/timer.py:91
+#: panels/timer.py:46
#, python-format
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
msgstr "%(vcsw)d freiwillig, %(ivcsw)d unfreiwillig"
-#: panels/version.py:23 panels/version.py:32
+#: panels/versions.py:25
msgid "Versions"
msgstr "Versionen"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
-msgstr "Toolbar ausblenden"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr "Autocommit"
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr "Lesend, nicht ausgeführt"
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr "Lesend, ausgeführt"
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr "Wiederholtes Lesen"
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr "Variable"
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr "Wartet"
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "Aktiv"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr "In einer Transaktion"
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "Fehler"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr "Unbekannt"
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr "SQL"
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Templates"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "Templates (%(num_templates)s gerendert)"
-#: templates/debug_toolbar/base.html:11
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr "Ausblenden"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
-msgstr "Toolbar einblenden"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "Schließen"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr "Ort"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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 "Die Django Debug Toolbar hat eine Weiterleitung zu dieser URL zur weiteren Fehlerbeseitigung abgefangen. Bitte den oben stehenden Link klicken, um mit der Weiterleitung fortzufahren. Falls diese Funktion abgeschaltet werden soll, bitte die Konfigurationsvariable <code>INTERCEPT_REDIRECTS</code> im <code>DEBUG_TOOLBAR_CONFIG</code> Dictionary auf <code>False</code> setzen."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:2
msgid "Summary"
msgstr "Zusammenfassung"
#: templates/debug_toolbar/panels/cache.html:6
-msgid "Total Calls"
-msgstr "Aufrufe gesamt"
+msgid "Total calls"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:7
-msgid "Total Time"
-msgstr "Zeit gesamt"
+msgid "Total time"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:8
-msgid "Cache Hits"
-msgstr "Cache-Treffer"
+msgid "Cache hits"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:9
-msgid "Cache Misses"
-msgstr "Cache-Verfehlen"
+msgid "Cache misses"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:21
msgid "Commands"
@@ -277,7 +307,7 @@ msgid "Calls"
msgstr "Aufrufe"
#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/sql.html:21
+#: templates/debug_toolbar/panels/sql.html:20
msgid "Time (ms)"
msgstr "Zeit (ms)"
@@ -286,122 +316,149 @@ msgid "Type"
msgstr "Typ"
#: templates/debug_toolbar/panels/cache.html:45
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "args"
-msgstr "args"
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:46
-#: templates/debug_toolbar/panels/request_vars.html:10
-msgid "kwargs"
-msgstr "kwargs"
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:47
msgid "Backend"
msgstr "Backend"
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "Name"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:41
-#: templates/debug_toolbar/panels/request_vars.html:67
-#: templates/debug_toolbar/panels/request_vars.html:89
-#: templates/debug_toolbar/panels/request_vars.html:111
-#: templates/debug_toolbar/panels/settings_vars.html:6
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Wert"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "Level"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr "Kanal"
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "Eintrag"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "Ort"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "Keine Logbucheinträge vorhanden"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr "Aufruf"
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr "Gesamt"
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr "Per"
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr "Total"
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr "Anzahl"
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr "View-Informationen"
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
-msgstr "View"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "URL Name"
-msgstr "URL-Name"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:31
-msgid "COOKIES Variables"
-msgstr "COOKIES-Daten"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:40
-#: templates/debug_toolbar/panels/request_vars.html:66
-#: templates/debug_toolbar/panels/request_vars.html:88
-#: templates/debug_toolbar/panels/request_vars.html:110
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr "Variable"
-#: templates/debug_toolbar/panels/request_vars.html:54
-msgid "No COOKIE data"
-msgstr "Keine COOKIES-Daten"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:57
-msgid "SESSION Variables"
-msgstr "SESSION-Daten"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:80
-msgid "No SESSION data"
-msgstr "Keine SESSION-Daten"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:83
-msgid "GET Variables"
-msgstr "GET-Daten"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:102
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr "Keine GET-Daten"
-#: templates/debug_toolbar/panels/request_vars.html:105
-msgid "POST Variables"
-msgstr "POST-Daten"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:124
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr "Keine POST-Daten"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr "Einstellung"
@@ -410,50 +467,50 @@ msgid "Signal"
msgstr "Signal"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
-msgstr "Übergebene Argumente"
+msgid "Providing"
+msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr "Empfänger"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] "%(num)s Abfrage"
msgstr[1] "%(num)s Abfragen"
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr "Abfrage"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr "Verlauf"
-#: templates/debug_toolbar/panels/sql.html:22
+#: templates/debug_toolbar/panels/sql.html:21
msgid "Action"
msgstr "Aktion"
-#: templates/debug_toolbar/panels/sql.html:65
+#: templates/debug_toolbar/panels/sql.html:64
msgid "Connection:"
msgstr "Verbindung:"
-#: templates/debug_toolbar/panels/sql.html:67
+#: templates/debug_toolbar/panels/sql.html:66
msgid "Isolation level:"
msgstr "Isolationsebene:"
-#: templates/debug_toolbar/panels/sql.html:70
+#: templates/debug_toolbar/panels/sql.html:69
msgid "Transaction status:"
msgstr "Transaktionsstatus:"
-#: templates/debug_toolbar/panels/sql.html:84
+#: templates/debug_toolbar/panels/sql.html:83
msgid "(unknown)"
msgstr "(unbekannt)"
-#: templates/debug_toolbar/panels/sql.html:93
+#: templates/debug_toolbar/panels/sql.html:92
msgid "No SQL queries were recorded during this request."
msgstr "Es wurde keine SQL-Abfrage während dieses Vorgangs aufgezeichnet."
@@ -465,8 +522,8 @@ msgid "Back"
msgstr "Zurück"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
-msgstr "SQL erklärt"
+msgid "SQL explained"
+msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
#: templates/debug_toolbar/panels/sql_profile.html:10
@@ -481,24 +538,62 @@ msgid "Database"
msgstr "Datenbank"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
-msgstr "SQL untersucht"
+msgid "SQL profiled"
+msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
msgid "Error"
msgstr "Fehler"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
-msgstr "SQL ausgewählt"
+msgid "SQL selected"
+msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr "Leeres Set"
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr "-"
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
-msgstr "Template-Quelle"
+msgid "Template source:"
+msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
msgid "Template path"
@@ -506,12 +601,6 @@ msgid_plural "Template paths"
msgstr[0] "Template-Pfad"
msgstr[1] "Template-Pfade"
-#: templates/debug_toolbar/panels/templates.html:10
-#: templates/debug_toolbar/panels/templates.html:28
-#: templates/debug_toolbar/panels/templates.html:43
-msgid "None"
-msgstr "-"
-
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
@@ -520,8 +609,8 @@ msgstr[1] "Templates"
#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
-msgid "Toggle Context"
-msgstr "Context einblenden"
+msgid "Toggle context"
+msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
@@ -530,20 +619,20 @@ msgstr[0] "Context-Prozessor"
msgstr[1] "Context-Prozessoren"
#: templates/debug_toolbar/panels/timer.html:2
-msgid "Resource Usage"
-msgstr "Ressourcenverbrauch"
+msgid "Resource usage"
+msgstr ""
#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr "Ressource"
#: templates/debug_toolbar/panels/timer.html:26
-msgid "Browser Timing"
-msgstr "Browser-Zeitmessung"
+msgid "Browser timing"
+msgstr ""
#: templates/debug_toolbar/panels/timer.html:35
-msgid "Timing Attribute"
-msgstr "Zeitmessattribut"
+msgid "Timing attribute"
+msgstr ""
#: templates/debug_toolbar/panels/timer.html:37
msgid "Milliseconds since navigation start (+length)"
diff --git a/debug_toolbar/locale/en/LC_MESSAGES/django.mo b/debug_toolbar/locale/en/LC_MESSAGES/django.mo
index 4cb6a28..eb931bb 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 63d3345..6102d0d 100644
--- a/debug_toolbar/locale/en/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/en/LC_MESSAGES/django.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-12-01 09:40+0100\n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
"PO-Revision-Date: 2012-03-31 20:10+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -22,18 +22,18 @@ msgid ""
"retry."
msgstr ""
-#: panels/cache.py:186
+#: panels/cache.py:189
msgid "Cache"
msgstr ""
-#: panels/cache.py:191
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] ""
msgstr[1] ""
-#: panels/cache.py:199
+#: panels/cache.py:202
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
@@ -44,18 +44,18 @@ msgstr[1] ""
msgid "Headers"
msgstr ""
-#: panels/logging.py:87
+#: panels/logging.py:64
msgid "Logging"
msgstr ""
-#: panels/logging.py:93
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] ""
msgstr[1] ""
-#: panels/logging.py:96
+#: panels/logging.py:73
msgid "Log messages"
msgstr ""
@@ -79,11 +79,11 @@ msgstr ""
msgid "<unavailable>"
msgstr ""
-#: panels/settings.py:17
+#: panels/settings.py:20
msgid "Settings"
msgstr ""
-#: panels/settings.py:20
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr ""
@@ -106,6 +106,22 @@ msgstr[1] ""
msgid "Signals"
msgstr ""
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
+msgstr ""
+
+#: panels/staticfiles.py:115
+msgid "Static files"
+msgstr ""
+
+#: panels/staticfiles.py:120
+#, python-format
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+
#: panels/timer.py:23
#, python-format
msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
@@ -168,7 +184,7 @@ msgstr ""
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
msgstr ""
-#: panels/versions.py:22
+#: panels/versions.py:25
msgid "Versions"
msgstr ""
@@ -216,11 +232,11 @@ msgstr ""
msgid "SQL"
msgstr ""
-#: panels/templates/panel.py:145
+#: panels/templates/panel.py:141
msgid "Templates"
msgstr ""
-#: panels/templates/panel.py:150
+#: panels/templates/panel.py:146
#, python-format
msgid "Templates (%(num_templates)s rendered)"
msgstr ""
@@ -360,6 +376,7 @@ msgid "Message"
msgstr ""
#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
msgid "Location"
msgstr ""
@@ -534,6 +551,44 @@ msgstr ""
msgid "Empty set"
msgstr ""
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
msgid "Template source:"
msgstr ""
@@ -544,12 +599,6 @@ msgid_plural "Template paths"
msgstr[0] ""
msgstr[1] ""
-#: templates/debug_toolbar/panels/templates.html:10
-#: templates/debug_toolbar/panels/templates.html:28
-#: templates/debug_toolbar/panels/templates.html:43
-msgid "None"
-msgstr ""
-
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.mo b/debug_toolbar/locale/es/LC_MESSAGES/django.mo
index 981ac70..97a4228 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 3fe817e..716f624 100644
--- a/debug_toolbar/locale/es/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po
@@ -8,10 +8,10 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2013-10-26 22:00+0200\n"
-"PO-Revision-Date: 2013-10-27 20:20+0000\n"
-"Last-Translator: marcelor <marcelor@gmail.com>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/django-debug-toolbar/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +19,13 @@ msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: panels/cache.py:190
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr "Cache"
@@ -30,255 +36,279 @@ msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] "%(cache_calls)d llamada en %(time).2fms"
msgstr[1] "%(cache_calls)d llamadas en %(time).2fms"
-#: panels/cache.py:201
+#: panels/cache.py:202
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
msgstr[0] ""
msgstr[1] ""
-#: panels/headers.py:39 panels/headers.py:42
-msgid "HTTP Headers"
-msgstr "Encabezados HTTP"
+#: panels/headers.py:35
+msgid "Headers"
+msgstr ""
-#: panels/logger.py:127
+#: panels/logging.py:64
msgid "Logging"
msgstr "Registros"
-#: panels/logger.py:132
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] "%(count)s mensaje"
msgstr[1] "%(count)s mensajes"
-#: panels/logger.py:136
-msgid "Log Messages"
-msgstr "Mensajes de Registro"
+#: panels/logging.py:73
+msgid "Log messages"
+msgstr ""
-#: panels/profiling.py:152 panels/profiling.py:158
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:20 panels/request_vars.py:23
-msgid "Request Vars"
-msgstr "Variables de Request"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
-#: panels/request_vars.py:38
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
+
+#: panels/request.py:27
msgid "<no view>"
msgstr ""
-#: panels/request_vars.py:50
+#: panels/request.py:39
msgid "<unavailable>"
-msgstr ""
+msgstr "<no disponible>"
-#: panels/settings_vars.py:20
+#: panels/settings.py:20
msgid "Settings"
msgstr "Configuraciones"
-#: panels/settings_vars.py:23
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
-msgstr ""
-
-#: panels/signals.py:43 panels/signals.py:61
-msgid "Signals"
-msgstr "Señales"
+msgstr "Configuraciones en <code>%s</code>"
-#: panels/signals.py:52
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] "%(num_receivers)d receptor de 1 señal"
msgstr[1] "%(num_receivers)d receptores de 1 señal"
-#: panels/signals.py:55
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
-msgstr[0] ""
-msgstr[1] ""
-
-#: panels/sql.py:35
-msgid "Autocommit"
-msgstr ""
-
-#: panels/sql.py:36
-msgid "Read uncommitted"
-msgstr ""
-
-#: panels/sql.py:37
-msgid "Read committed"
-msgstr ""
+msgstr[0] "%(num_receivers)d receptor de %(num_signals)d señales"
+msgstr[1] "%(num_receivers)d receptores de %(num_signals)d señales"
-#: panels/sql.py:38
-msgid "Repeatable read"
-msgstr ""
-
-#: panels/sql.py:39
-msgid "Serializable"
-msgstr "Variable"
-
-#: panels/sql.py:50
-msgid "Idle"
-msgstr ""
-
-#: panels/sql.py:51
-msgid "Active"
-msgstr "Acción"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Señales"
-#: panels/sql.py:52
-msgid "In transaction"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
msgstr ""
-#: panels/sql.py:53
-msgid "In error"
-msgstr "Error"
-
-#: panels/sql.py:54
-msgid "Unknown"
+#: panels/staticfiles.py:115
+msgid "Static files"
msgstr ""
-#: panels/sql.py:122
-msgid "SQL"
-msgstr "SQL"
+#: panels/staticfiles.py:120
+#, python-format
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/template.py:104
-msgid "Templates"
-msgstr "Plantillas"
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-#: panels/template.py:108
+#: panels/timer.py:28
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
-msgstr "Plantillas (%(num_templates)s renderizadas)"
+msgid "Total: %0.2fms"
+msgstr ""
-#: panels/timer.py:60 panels/timer.py:76
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 "Tiempo"
-#: panels/timer.py:68
-#, python-format
-msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
-msgstr ""
-
-#: panels/timer.py:73
-#, python-format
-msgid "TOTAL: %0.2fms"
-msgstr ""
-
-#: panels/timer.py:87
+#: panels/timer.py:42
msgid "User CPU time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:42
#, python-format
msgid "%(utime)0.3f msec"
-msgstr ""
+msgstr "%(utime)0.3f mseg"
-#: panels/timer.py:88
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:88
+#: panels/timer.py:43
#, python-format
msgid "%(stime)0.3f msec"
-msgstr ""
+msgstr "%(stime)0.3f mseg"
-#: panels/timer.py:89
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr "Tiempo total de CPU"
-#: panels/timer.py:89
+#: panels/timer.py:44
#, python-format
msgid "%(total)0.3f msec"
-msgstr ""
+msgstr "%(total)0.3f mseg"
-#: panels/timer.py:90
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr "Tiempo transcurrido"
-#: panels/timer.py:90
+#: panels/timer.py:45
#, python-format
msgid "%(total_time)0.3f msec"
-msgstr ""
+msgstr "%(total_time)0.3f mseg"
-#: panels/timer.py:91
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/timer.py:91
+#: panels/timer.py:46
#, python-format
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
-msgstr ""
+msgstr "%(vcsw)d voluntario, %(ivcsw)d involuntario"
-#: panels/version.py:23 panels/version.py:32
+#: panels/versions.py:25
msgid "Versions"
msgstr "Versiones"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
-msgstr "Ocultar barra de herramientas"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr "Lectura repetible"
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr "Variable"
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr "Inactivo"
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "Acción"
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "Error"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr "Desconocido"
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr "SQL"
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Plantillas"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "Plantillas (%(num_templates)s renderizadas)"
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr "Ocultar"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
-msgstr "Mostrar barra de herramientas"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "Cerrar"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr "Ubicación"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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 barra de herramientas de depuración de Django ha interceptado una redirección a la dirección URL anterior para fines de visualización de depuración. Puede hacer clic en el enlace anterior para continuar con la redirección de forma normal. Si desea desactivar esta función, ajuste la clave del diccionario <code>DEBUG_TOOLBAR_CONFIG</code> o <code>INTERCEPT_REDIRECTS</code> a <code>False</code>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:2
msgid "Summary"
-msgstr ""
+msgstr "Resúmen"
#: templates/debug_toolbar/panels/cache.html:6
-msgid "Total Calls"
-msgstr "Total de Llamadas"
+msgid "Total calls"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:7
-msgid "Total Time"
-msgstr "Tiempo Total"
+msgid "Total time"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:8
-msgid "Cache Hits"
+msgid "Cache hits"
msgstr ""
#: templates/debug_toolbar/panels/cache.html:9
-msgid "Cache Misses"
+msgid "Cache misses"
msgstr ""
#: templates/debug_toolbar/panels/cache.html:21
msgid "Commands"
-msgstr ""
+msgstr "Comandos"
#: templates/debug_toolbar/panels/cache.html:39
msgid "Calls"
-msgstr ""
+msgstr "Llamadas"
#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/sql.html:21
+#: templates/debug_toolbar/panels/sql.html:20
msgid "Time (ms)"
msgstr "Tiempo (ms)"
@@ -287,122 +317,149 @@ msgid "Type"
msgstr "Tipo"
#: templates/debug_toolbar/panels/cache.html:45
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "args"
-msgstr "argumentos"
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:46
-#: templates/debug_toolbar/panels/request_vars.html:10
-msgid "kwargs"
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
#: templates/debug_toolbar/panels/cache.html:47
msgid "Backend"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "Clave"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:41
-#: templates/debug_toolbar/panels/request_vars.html:67
-#: templates/debug_toolbar/panels/request_vars.html:89
-#: templates/debug_toolbar/panels/request_vars.html:111
-#: templates/debug_toolbar/panels/settings_vars.html:6
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Valor"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "Nivel"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr "Canal"
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "Mensaje"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "Ubicación"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "No hay mensajes registrados"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr "Llamar"
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr "Por"
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr "Contar"
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr "Información de Vista"
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
-msgstr "Función de Vista"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "URL Name"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:31
-msgid "COOKIES Variables"
-msgstr "Variables COOKIES"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:40
-#: templates/debug_toolbar/panels/request_vars.html:66
-#: templates/debug_toolbar/panels/request_vars.html:88
-#: templates/debug_toolbar/panels/request_vars.html:110
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr "Variable"
-#: templates/debug_toolbar/panels/request_vars.html:54
-msgid "No COOKIE data"
-msgstr "No hay datos de COOKIE"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:57
-msgid "SESSION Variables"
-msgstr "Variables SESSION"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:80
-msgid "No SESSION data"
-msgstr "Sin datos de SESSION"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:83
-msgid "GET Variables"
-msgstr "Variables GET"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:102
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr "Sin datos GET"
-#: templates/debug_toolbar/panels/request_vars.html:105
-msgid "POST Variables"
-msgstr "Variables POST"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:124
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr "Sin datos POST"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr "Configuración"
@@ -411,52 +468,52 @@ msgid "Signal"
msgstr "Señal"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
+msgid "Providing"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr "Receptores"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(num)s consulta"
+msgstr[1] "%(num)s consultas"
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr "Query"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr "Línea de tiempo"
-#: templates/debug_toolbar/panels/sql.html:22
+#: templates/debug_toolbar/panels/sql.html:21
msgid "Action"
msgstr "Acción"
-#: templates/debug_toolbar/panels/sql.html:65
+#: templates/debug_toolbar/panels/sql.html:64
msgid "Connection:"
-msgstr ""
+msgstr "Conexión"
-#: templates/debug_toolbar/panels/sql.html:67
+#: templates/debug_toolbar/panels/sql.html:66
msgid "Isolation level:"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:70
+#: templates/debug_toolbar/panels/sql.html:69
msgid "Transaction status:"
-msgstr ""
+msgstr "Estado de la transacción:"
-#: templates/debug_toolbar/panels/sql.html:84
+#: templates/debug_toolbar/panels/sql.html:83
msgid "(unknown)"
-msgstr ""
+msgstr "(desconocido)"
-#: templates/debug_toolbar/panels/sql.html:93
+#: templates/debug_toolbar/panels/sql.html:92
msgid "No SQL queries were recorded during this request."
-msgstr ""
+msgstr "No se registraron consultas SQL durante ésta petición."
#: templates/debug_toolbar/panels/sql_explain.html:3
#: templates/debug_toolbar/panels/sql_profile.html:3
@@ -466,7 +523,7 @@ msgid "Back"
msgstr "Regresar"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+msgid "SQL explained"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
@@ -482,7 +539,7 @@ msgid "Database"
msgstr "Base de datos"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -490,16 +547,54 @@ msgid "Error"
msgstr "Error"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
-msgstr "SQL seleccionado"
+msgid "SQL selected"
+msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr "Set Vacío"
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr "Ninguno"
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
-msgstr "Plantilla Fuente"
+msgid "Template source:"
+msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
msgid "Template path"
@@ -507,12 +602,6 @@ msgid_plural "Template paths"
msgstr[0] "Ruta de plantillas"
msgstr[1] "Rutas de plantillas"
-#: templates/debug_toolbar/panels/templates.html:10
-#: templates/debug_toolbar/panels/templates.html:28
-#: templates/debug_toolbar/panels/templates.html:43
-msgid "None"
-msgstr "Ninguno"
-
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
@@ -521,8 +610,8 @@ msgstr[1] "Plantilla"
#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
-msgid "Toggle Context"
-msgstr "Mostrar/Ocultar Contexto"
+msgid "Toggle context"
+msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
@@ -531,7 +620,7 @@ msgstr[0] "Procesador de contexto"
msgstr[1] "Procesadores de contexto"
#: templates/debug_toolbar/panels/timer.html:2
-msgid "Resource Usage"
+msgid "Resource usage"
msgstr ""
#: templates/debug_toolbar/panels/timer.html:10
@@ -539,20 +628,20 @@ msgid "Resource"
msgstr "Recurso"
#: templates/debug_toolbar/panels/timer.html:26
-msgid "Browser Timing"
+msgid "Browser timing"
msgstr ""
#: templates/debug_toolbar/panels/timer.html:35
-msgid "Timing Attribute"
+msgid "Timing attribute"
msgstr ""
#: templates/debug_toolbar/panels/timer.html:37
msgid "Milliseconds since navigation start (+length)"
-msgstr ""
+msgstr "Milisegundos desde inicio de la navegación (+longitud)"
#: templates/debug_toolbar/panels/versions.html:5
msgid "Name"
-msgstr ""
+msgstr "Nombre"
#: templates/debug_toolbar/panels/versions.html:6
msgid "Version"
diff --git a/debug_toolbar/locale/fr/LC_MESSAGES/django.mo b/debug_toolbar/locale/fr/LC_MESSAGES/django.mo
index 24dd190..c90dda1 100644
--- a/debug_toolbar/locale/fr/LC_MESSAGES/django.mo
+++ 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
index 3ec5c5a..d67636a 100644
--- a/debug_toolbar/locale/fr/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/fr/LC_MESSAGES/django.po
@@ -3,17 +3,17 @@
#
#
# Translators:
-# Pingax <pingax@gmail.com>, 2013
+# Pingax <pingax@frugalware.org>, 2013
# claudep <claude@2xlibre.net>, 2013
# David Paccoud, 2009
# drivard <dominick.rivard@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2013-10-26 22:00+0200\n"
-"PO-Revision-Date: 2013-10-26 22:10+0000\n"
-"Last-Translator: claudep <claude@2xlibre.net>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/django-debug-toolbar/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,7 +21,13 @@ msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: panels/cache.py:190
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr "Les données de ce panneau ne sont plus disponibles. Rechargez la page et essayez à nouveau."
+
+#: panels/cache.py:189
msgid "Cache"
msgstr "Cache"
@@ -32,243 +38,267 @@ msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] "%(cache_calls)d appel en %(time).2fms"
msgstr[1] "%(cache_calls)d appels en %(time).2fms"
-#: panels/cache.py:201
+#: panels/cache.py:202
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
msgstr[0] "Appels au cache depuis %(count)d moteur"
msgstr[1] "Appels au cache depuis %(count)d moteurs"
-#: panels/headers.py:39 panels/headers.py:42
-msgid "HTTP Headers"
-msgstr "En-têtes HTTP"
+#: panels/headers.py:35
+msgid "Headers"
+msgstr "En-têtes"
-#: panels/logger.py:127
+#: panels/logging.py:64
msgid "Logging"
msgstr "Journaux"
-#: panels/logger.py:132
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] "%(count)s message"
msgstr[1] "%(count)s messages"
-#: panels/logger.py:136
-msgid "Log Messages"
-msgstr "Messages dans le journal"
+#: panels/logging.py:73
+msgid "Log messages"
+msgstr "Messages du journal"
-#: panels/profiling.py:152 panels/profiling.py:158
+#: panels/profiling.py:126
msgid "Profiling"
msgstr "Profilage"
-#: panels/request_vars.py:20 panels/request_vars.py:23
-msgid "Request Vars"
-msgstr "Variables de requêtes"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr "Interception des redirections"
-#: panels/request_vars.py:38
+#: panels/request.py:18
+msgid "Request"
+msgstr "Requête"
+
+#: panels/request.py:27
msgid "<no view>"
msgstr "<pas de vue>"
-#: panels/request_vars.py:50
+#: panels/request.py:39
msgid "<unavailable>"
msgstr "<indisponible>"
-#: panels/settings_vars.py:20
+#: panels/settings.py:20
msgid "Settings"
msgstr "Paramètres"
-#: panels/settings_vars.py:23
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr "Paramètres de <code>%s</code>"
-#: panels/signals.py:43 panels/signals.py:61
-msgid "Signals"
-msgstr "Signaux"
-
-#: panels/signals.py:52
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] "%(num_receivers)d receveur d'un signal"
msgstr[1] "%(num_receivers)d receveurs d'un signal"
-#: panels/signals.py:55
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] "%(num_receivers)d receveur de %(num_signals)d signaux"
msgstr[1] "%(num_receivers)d receveurs de %(num_signals)d signaux"
-#: panels/sql.py:35
-msgid "Autocommit"
-msgstr "Auto validation"
-
-#: panels/sql.py:36
-msgid "Read uncommitted"
-msgstr "Lecture non validée"
-
-#: panels/sql.py:37
-msgid "Read committed"
-msgstr "Lecture validée"
-
-#: panels/sql.py:38
-msgid "Repeatable read"
-msgstr "Lecture répétable"
-
-#: panels/sql.py:39
-msgid "Serializable"
-msgstr "Sérialisable"
-
-#: panels/sql.py:50
-msgid "Idle"
-msgstr "Inactif"
-
-#: panels/sql.py:51
-msgid "Active"
-msgstr "Actif"
-
-#: panels/sql.py:52
-msgid "In transaction"
-msgstr "Transaction en cours"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Signaux"
-#: panels/sql.py:53
-msgid "In error"
-msgstr "Erreur"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
+msgstr ""
-#: panels/sql.py:54
-msgid "Unknown"
-msgstr "Indéterminé"
+#: panels/staticfiles.py:115
+msgid "Static files"
+msgstr ""
-#: panels/sql.py:122
-msgid "SQL"
-msgstr "SQL"
+#: panels/staticfiles.py:120
+#, python-format
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/template.py:104
-msgid "Templates"
-msgstr "Gabarits"
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-#: panels/template.py:108
+#: panels/timer.py:28
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
-msgstr "Gabarits (%(num_templates)s affichés)"
+msgid "Total: %0.2fms"
+msgstr "Total : %0.2fms"
-#: panels/timer.py:60 panels/timer.py:76
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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/timer.py:68
-#, python-format
-msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
-msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-
-#: panels/timer.py:73
-#, python-format
-msgid "TOTAL: %0.2fms"
-msgstr "TOTAL: %0.2fms"
-
-#: panels/timer.py:87
+#: panels/timer.py:42
msgid "User CPU time"
msgstr "Temps CPU de l'utilisateur"
-#: panels/timer.py:87
+#: panels/timer.py:42
#, python-format
msgid "%(utime)0.3f msec"
msgstr "%(utime)0.3f ms"
-#: panels/timer.py:88
+#: panels/timer.py:43
msgid "System CPU time"
msgstr "Temps CPU du système"
-#: panels/timer.py:88
+#: panels/timer.py:43
#, python-format
msgid "%(stime)0.3f msec"
msgstr "%(stime)0.3f ms"
-#: panels/timer.py:89
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr "Temps total du CPU"
-#: panels/timer.py:89
+#: panels/timer.py:44
#, python-format
msgid "%(total)0.3f msec"
msgstr "%(total)0.3f ms"
-#: panels/timer.py:90
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr "Temps écoulé"
-#: panels/timer.py:90
+#: panels/timer.py:45
#, python-format
msgid "%(total_time)0.3f msec"
msgstr "%(total_time)0.3f ms"
-#: panels/timer.py:91
+#: panels/timer.py:46
msgid "Context switches"
msgstr "Basculements de contexte"
-#: panels/timer.py:91
+#: panels/timer.py:46
#, python-format
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
msgstr "%(vcsw)d volontaire, %(ivcsw)d involontaire"
-#: panels/version.py:23 panels/version.py:32
+#: panels/versions.py:25
msgid "Versions"
msgstr "Versions"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr "Auto validation"
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr "Lecture non validée"
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr "Lecture validée"
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr "Lecture répétable"
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr "Sérialisable"
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr "Inactif"
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "Actif"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr "Transaction en cours"
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "Erreur"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr "Indéterminé"
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr "SQL"
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Gabarits"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "Gabarits (%(num_templates)s affichés)"
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
msgstr "Masquer la barre d'outils"
-#: templates/debug_toolbar/base.html:11
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr "Masquer"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr "Désactiver pour les requêtes suivantes"
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr "Activer pour les requêtes suivantes"
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
msgstr "Afficher la barre d'outils"
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "Fermer"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr "Emplacement"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr "Emplacement :"
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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é, paramétrez la valeur de la clé <code>INTERCEPT_REDIRECTS</code> du dictionnaire <code>DEBUG_TOOLBAR_CONFIG</code> à <code>False</code>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr "La barre de débogage Django a intercepté une redirection vers l'URL ci-dessus afin de permettre la consultation des messages de débogage. Vous pouvez cliquer sur le lien ci-dessus pour continuer normalement avec la redirection."
#: templates/debug_toolbar/panels/cache.html:2
msgid "Summary"
msgstr "Résumé"
#: templates/debug_toolbar/panels/cache.html:6
-msgid "Total Calls"
+msgid "Total calls"
msgstr "Nombre total d'appels"
#: templates/debug_toolbar/panels/cache.html:7
-msgid "Total Time"
-msgstr "Temps Total"
+msgid "Total time"
+msgstr "Temps total"
#: templates/debug_toolbar/panels/cache.html:8
-msgid "Cache Hits"
+msgid "Cache hits"
msgstr "Succès de cache"
#: templates/debug_toolbar/panels/cache.html:9
-msgid "Cache Misses"
+msgid "Cache misses"
msgstr "Défauts de cache"
#: templates/debug_toolbar/panels/cache.html:21
@@ -280,7 +310,7 @@ msgid "Calls"
msgstr "Appels"
#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/sql.html:21
+#: templates/debug_toolbar/panels/sql.html:20
msgid "Time (ms)"
msgstr "Temps (ms)"
@@ -289,122 +319,149 @@ msgid "Type"
msgstr "Type"
#: templates/debug_toolbar/panels/cache.html:45
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "args"
-msgstr "args"
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr "Paramètres"
#: templates/debug_toolbar/panels/cache.html:46
-#: templates/debug_toolbar/panels/request_vars.html:10
-msgid "kwargs"
-msgstr "kwargs"
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
+msgstr "Paramètres nommés"
#: templates/debug_toolbar/panels/cache.html:47
msgid "Backend"
msgstr "Moteur"
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr "En-têtes de requête"
+
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "Clé"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:41
-#: templates/debug_toolbar/panels/request_vars.html:67
-#: templates/debug_toolbar/panels/request_vars.html:89
-#: templates/debug_toolbar/panels/request_vars.html:111
-#: templates/debug_toolbar/panels/settings_vars.html:6
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Valeur"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr "En-têtes de réponse"
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr "Environnement WSGI"
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr "Comme l'environnement WSGI hérite de celui du serveur, seul un sous-ensemble pertinent est affiché ci-dessous."
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "Niveau"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr "Canal"
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "Message"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "Emplacement"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "Aucun message dans le journal"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr "Appel"
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr "Temps cumulé"
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr "Par"
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr "Temps total"
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr "Compte"
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr "Afficher l'information"
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
-msgstr "Afficher la méthode"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr "Fonction de vue"
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "URL Name"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr "Nom d'URL"
-#: templates/debug_toolbar/panels/request_vars.html:31
-msgid "COOKIES Variables"
-msgstr "Variables des COOKIES"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr "Cookies"
-#: templates/debug_toolbar/panels/request_vars.html:40
-#: templates/debug_toolbar/panels/request_vars.html:66
-#: templates/debug_toolbar/panels/request_vars.html:88
-#: templates/debug_toolbar/panels/request_vars.html:110
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr "Variable"
-#: templates/debug_toolbar/panels/request_vars.html:54
-msgid "No COOKIE data"
-msgstr "Aucune donnée de COOKIE"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr "Pas de cookies"
-#: templates/debug_toolbar/panels/request_vars.html:57
-msgid "SESSION Variables"
-msgstr "Variables de SESSION"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr "Données de session"
-#: templates/debug_toolbar/panels/request_vars.html:80
-msgid "No SESSION data"
-msgstr "Aucune donnée de SESSION"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr "Pas de données de session"
-#: templates/debug_toolbar/panels/request_vars.html:83
-msgid "GET Variables"
-msgstr "Variables GET"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr "Données GET"
-#: templates/debug_toolbar/panels/request_vars.html:102
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr "Aucune donnée GET"
-#: templates/debug_toolbar/panels/request_vars.html:105
-msgid "POST Variables"
-msgstr "Variables POST"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr "Données POST"
-#: templates/debug_toolbar/panels/request_vars.html:124
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr "Aucune donnée POST"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr "Paramètre"
@@ -413,50 +470,50 @@ msgid "Signal"
msgstr "Signal"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
-msgstr "Fournir les paramètres"
+msgid "Providing"
+msgstr "Fournissant"
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr "Receveurs"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] "%(num)s requête"
msgstr[1] "%(num)s requêtes"
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr "Requête"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr "Chronologie"
-#: templates/debug_toolbar/panels/sql.html:22
+#: templates/debug_toolbar/panels/sql.html:21
msgid "Action"
msgstr "Action"
-#: templates/debug_toolbar/panels/sql.html:65
+#: templates/debug_toolbar/panels/sql.html:64
msgid "Connection:"
msgstr "Connexion :"
-#: templates/debug_toolbar/panels/sql.html:67
+#: templates/debug_toolbar/panels/sql.html:66
msgid "Isolation level:"
msgstr "Niveau d'isolation :"
-#: templates/debug_toolbar/panels/sql.html:70
+#: templates/debug_toolbar/panels/sql.html:69
msgid "Transaction status:"
msgstr "État de la transaction :"
-#: templates/debug_toolbar/panels/sql.html:84
+#: templates/debug_toolbar/panels/sql.html:83
msgid "(unknown)"
msgstr "(indéterminé)"
-#: templates/debug_toolbar/panels/sql.html:93
+#: templates/debug_toolbar/panels/sql.html:92
msgid "No SQL queries were recorded during this request."
msgstr "Aucune requête SQL n'a été enregistrée durant cette requête."
@@ -468,8 +525,8 @@ msgid "Back"
msgstr "Retour"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
-msgstr "SQL Expliqué"
+msgid "SQL explained"
+msgstr "SQL expliqué"
#: templates/debug_toolbar/panels/sql_explain.html:9
#: templates/debug_toolbar/panels/sql_profile.html:10
@@ -484,37 +541,69 @@ msgid "Database"
msgstr "Base de données"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
-msgstr "SQL Profilé"
+msgid "SQL profiled"
+msgstr "SQL profilé"
#: templates/debug_toolbar/panels/sql_profile.html:37
msgid "Error"
msgstr "Erreur"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
-msgstr "SQL Sélectionné"
+msgid "SQL selected"
+msgstr "SQL sélectionné"
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr "Ensemble vide"
-#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
-msgstr "Source du gabarit"
-
-#: templates/debug_toolbar/panels/templates.html:2
-msgid "Template path"
-msgid_plural "Template paths"
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
msgstr[0] ""
-msgstr[1] "Chemin du gabarit"
+msgstr[1] ""
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
#: templates/debug_toolbar/panels/templates.html:10
#: templates/debug_toolbar/panels/templates.html:28
#: templates/debug_toolbar/panels/templates.html:43
msgid "None"
msgstr "Aucun"
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
+#: templates/debug_toolbar/panels/template_source.html:4
+msgid "Template source:"
+msgstr "Source du gabarit :"
+
+#: templates/debug_toolbar/panels/templates.html:2
+msgid "Template path"
+msgid_plural "Template paths"
+msgstr[0] ""
+msgstr[1] "Chemin du gabarit"
+
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
@@ -523,8 +612,8 @@ msgstr[1] "Gabarit"
#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
-msgid "Toggle Context"
-msgstr "Afficher/Masquer le contexte"
+msgid "Toggle context"
+msgstr "Afficher/masquer le contexte"
#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
@@ -533,7 +622,7 @@ msgstr[0] "Processeur de contexte"
msgstr[1] "Processeurs de contexte"
#: templates/debug_toolbar/panels/timer.html:2
-msgid "Resource Usage"
+msgid "Resource usage"
msgstr "Utilisation des ressources"
#: templates/debug_toolbar/panels/timer.html:10
@@ -541,11 +630,11 @@ msgid "Resource"
msgstr "Ressource"
#: templates/debug_toolbar/panels/timer.html:26
-msgid "Browser Timing"
+msgid "Browser timing"
msgstr "Chronologie du navigateur"
#: templates/debug_toolbar/panels/timer.html:35
-msgid "Timing Attribute"
+msgid "Timing attribute"
msgstr "Attribut mesuré"
#: templates/debug_toolbar/panels/timer.html:37
diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.mo b/debug_toolbar/locale/he/LC_MESSAGES/django.mo
index e489e8c..48a6406 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 1d6a1f4..814dbfb 100644
--- a/debug_toolbar/locale/he/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/he/LC_MESSAGES/django.po
@@ -3,343 +3,517 @@
#
#
# Translators:
+# shaib <shai@platonix.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Hebrew (http://www.transifex.com/projects/p/django-debug-toolbar/language/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: he\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: panels/cache.py:125
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr ""
-#: panels/cache.py:129
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] ""
msgstr[1] ""
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
+#: panels/headers.py:35
+msgid "Headers"
msgstr ""
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
msgstr "רישום יומן"
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] ""
msgstr[1] ""
-#: panels/logger.py:126
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
+
+#: panels/request.py:18
+msgid "Request"
msgstr ""
-#: panels/settings_vars.py:18
+#: panels/request.py:27
+msgid "<no view>"
+msgstr ""
+
+#: panels/request.py:39
+msgid "<unavailable>"
+msgstr ""
+
+#: panels/settings.py:20
msgid "Settings"
msgstr ""
-#: panels/settings_vars.py:21
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr ""
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
-msgstr "סימנים"
-
-#: panels/signals.py:49
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] ""
msgstr[1] ""
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] ""
msgstr[1] ""
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "סיגנלים"
+
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
-msgstr "תבניות"
+#: panels/staticfiles.py:115
+msgid "Static files"
+msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
msgstr ""
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
+msgstr ""
+
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 "זמן"
-#: panels/timer.py:70
-msgid "Resource Usage"
+#: panels/timer.py:42
+msgid "User CPU time"
msgstr ""
-#: panels/timer.py:83
-msgid "User CPU time"
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
msgstr ""
-#: panels/timer.py:84
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:85
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr ""
-#: panels/timer.py:86
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/version.py:19 panels/version.py:28
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr ""
+
+#: panels/versions.py:25
msgid "Versions"
msgstr "גירסאות"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr "משתנה"
+
+#: panels/sql/panel.py:36
+msgid "Idle"
msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "פעילות"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "שגיאה"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr ""
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr ""
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "תבניות"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
-msgstr "הסתיר"
+msgstr "הסתר"
+
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "סגור"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr "מקום"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
-msgstr "זמן"
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
+msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
-msgstr "הצלחות"
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
+msgstr ""
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
msgstr "סוג"
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "מפתח"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "ערך"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "רמה"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "הודעה"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "מקום"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "אין הודעות"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
-msgstr "משתנים COOKIES"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
-msgstr "מזהה"
+msgstr "משתנה"
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
-msgstr "אין נתונים לעוגיות"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
-msgstr "משתנים SESSION"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
-msgstr "אין נתונים להתחברות"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
-msgstr "משתנים GET"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
-msgstr "שום דבר עבור GET"
+msgstr "אין נתוני GET"
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
-msgstr "משתנים POST"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
-msgstr "שום דבר עבור POST"
+msgstr "אין נתוני POST"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:5
msgid "Signal"
-msgstr "סימן"
+msgstr "סיגנל"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
-msgstr "פרמטרים מסופק"
+msgid "Providing"
+msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] ""
msgstr[1] ""
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr ""
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
-msgstr ""
-
-#: templates/debug_toolbar/panels/sql.html:22
msgid "Action"
msgstr "פעילות"
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
+msgstr ""
+
#: templates/debug_toolbar/panels/sql_explain.html:3
#: templates/debug_toolbar/panels/sql_profile.html:3
#: templates/debug_toolbar/panels/sql_select.html:3
@@ -348,14 +522,14 @@ msgid "Back"
msgstr "חזרה"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+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 "הסבר עבור SQL"
+msgstr "SQL שבוצע"
#: templates/debug_toolbar/panels/sql_explain.html:13
#: templates/debug_toolbar/panels/sql_profile.html:14
@@ -364,7 +538,7 @@ msgid "Database"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -372,15 +546,53 @@ msgid "Error"
msgstr "שגיאה"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
-msgstr "תוצאות ריק"
+msgstr "קבוצה ריקה"
+
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
+msgid "Template source:"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
@@ -397,12 +609,7 @@ msgstr[1] "תבנית"
#: 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"
+msgid "Toggle context"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
@@ -411,17 +618,30 @@ msgid_plural "Context processors"
msgstr[0] ""
msgstr[1] ""
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:7
-msgid "Version"
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
msgstr ""
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:6
+msgid "Version"
+msgstr ""
diff --git a/debug_toolbar/locale/it/LC_MESSAGES/django.mo b/debug_toolbar/locale/it/LC_MESSAGES/django.mo
index 7bd37de..f70cd45 100644
--- a/debug_toolbar/locale/it/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/it/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/it/LC_MESSAGES/django.po b/debug_toolbar/locale/it/LC_MESSAGES/django.po
index d556a3f..12dbb2f 100644
--- a/debug_toolbar/locale/it/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/it/LC_MESSAGES/django.po
@@ -8,10 +8,10 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2013-10-26 22:00+0200\n"
-"PO-Revision-Date: 2013-10-26 22:10+0000\n"
-"Last-Translator: Flavio Curella <flavio.curella@gmail.com>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/django-debug-toolbar/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +19,13 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: panels/cache.py:190
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr "Cache"
@@ -30,243 +36,267 @@ msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] "%(cache_calls)d chiamata in %(time).2fms"
msgstr[1] "%(cache_calls)d chiamate in %(time).2fms"
-#: panels/cache.py:201
+#: panels/cache.py:202
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
msgstr[0] "Chiamate alla cache da %(count)d backend"
msgstr[1] "Chiamate alla cache da %(count)d backend"
-#: panels/headers.py:39 panels/headers.py:42
-msgid "HTTP Headers"
-msgstr "Header HTTP"
+#: panels/headers.py:35
+msgid "Headers"
+msgstr ""
-#: panels/logger.py:127
+#: panels/logging.py:64
msgid "Logging"
msgstr ""
-#: panels/logger.py:132
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] ""
msgstr[1] ""
-#: panels/logger.py:136
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:152 panels/profiling.py:158
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:20 panels/request_vars.py:23
-msgid "Request Vars"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
+
+#: panels/request.py:18
+msgid "Request"
msgstr ""
-#: panels/request_vars.py:38
+#: panels/request.py:27
msgid "<no view>"
msgstr "<nessuna view>"
-#: panels/request_vars.py:50
+#: panels/request.py:39
msgid "<unavailable>"
msgstr "<non disponibile>"
-#: panels/settings_vars.py:20
+#: panels/settings.py:20
msgid "Settings"
msgstr "Impostazioni"
-#: panels/settings_vars.py:23
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr "Impostazioni da <code>%s</code>"
-#: panels/signals.py:43 panels/signals.py:61
-msgid "Signals"
-msgstr "Segnali"
-
-#: panels/signals.py:52
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] ""
msgstr[1] ""
-#: panels/signals.py:55
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] ""
msgstr[1] ""
-#: panels/sql.py:35
-msgid "Autocommit"
-msgstr ""
-
-#: panels/sql.py:36
-msgid "Read uncommitted"
-msgstr ""
-
-#: panels/sql.py:37
-msgid "Read committed"
-msgstr ""
-
-#: panels/sql.py:38
-msgid "Repeatable read"
-msgstr ""
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Segnali"
-#: panels/sql.py:39
-msgid "Serializable"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
msgstr ""
-#: panels/sql.py:50
-msgid "Idle"
+#: panels/staticfiles.py:115
+msgid "Static files"
msgstr ""
-#: panels/sql.py:51
-msgid "Active"
-msgstr "Azione"
-
-#: panels/sql.py:52
-msgid "In transaction"
-msgstr "Stato transazione:"
-
-#: panels/sql.py:53
-msgid "In error"
-msgstr "Errore"
-
-#: panels/sql.py:54
-msgid "Unknown"
-msgstr "(sconosciuto)"
-
-#: panels/sql.py:122
-msgid "SQL"
-msgstr "SQL"
+#: panels/staticfiles.py:120
+#, python-format
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/template.py:104
-msgid "Templates"
-msgstr "Template"
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-#: panels/template.py:108
+#: panels/timer.py:28
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
+msgid "Total: %0.2fms"
msgstr ""
-#: panels/timer.py:60 panels/timer.py:76
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 "Tempo"
-#: panels/timer.py:68
-#, python-format
-msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
-msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-
-#: panels/timer.py:73
-#, python-format
-msgid "TOTAL: %0.2fms"
-msgstr "TOTALE: %0.2fms"
-
-#: panels/timer.py:87
+#: panels/timer.py:42
msgid "User CPU time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:42
#, python-format
msgid "%(utime)0.3f msec"
msgstr "%(utime)0.3f msec"
-#: panels/timer.py:88
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:88
+#: panels/timer.py:43
#, python-format
msgid "%(stime)0.3f msec"
msgstr "%(stime)0.3f msec"
-#: panels/timer.py:89
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr "Tempo Totale CPU"
-#: panels/timer.py:89
+#: panels/timer.py:44
#, python-format
msgid "%(total)0.3f msec"
msgstr "%(total)0.3f msec"
-#: panels/timer.py:90
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr "Tempo Trascorso"
-#: panels/timer.py:90
+#: panels/timer.py:45
#, python-format
msgid "%(total_time)0.3f msec"
msgstr "%(total_time)0.3f msec"
-#: panels/timer.py:91
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/timer.py:91
+#: panels/timer.py:46
#, python-format
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
msgstr "%(vcsw)d volontario, %(ivcsw)d involontario"
-#: panels/version.py:23 panels/version.py:32
+#: panels/versions.py:25
msgid "Versions"
msgstr "Versioni"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
-msgstr "Nascondi Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr ""
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "Azione"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr "Stato transazione:"
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "Errore"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr "(sconosciuto)"
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr "SQL"
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Template"
-#: templates/debug_toolbar/base.html:11
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr "Nascondi"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
-msgstr "Mostra Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "Chiudi"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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 "Per aiutarti nel debug, Django Debug Toolbar ha intercettato un redirect verso la URL sopracitata. Puoi cliccare il link per continuare il redirect normalmente. Se vuoi disabilitare questa funzione, imposta il valore della chiave <code>INTERCEPT_REDIRECTS</code> del dizionario <code>DEBUG_TOOLBAR_CONFIG</code> a <code>False</code>"
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:2
msgid "Summary"
msgstr "Sommario"
#: templates/debug_toolbar/panels/cache.html:6
-msgid "Total Calls"
-msgstr "Chiamate totali"
+msgid "Total calls"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:7
-msgid "Total Time"
-msgstr "Tempo Totale"
+msgid "Total time"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:8
-msgid "Cache Hits"
+msgid "Cache hits"
msgstr ""
#: templates/debug_toolbar/panels/cache.html:9
-msgid "Cache Misses"
+msgid "Cache misses"
msgstr ""
#: templates/debug_toolbar/panels/cache.html:21
@@ -278,7 +308,7 @@ msgid "Calls"
msgstr "Chiamate"
#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/sql.html:21
+#: templates/debug_toolbar/panels/sql.html:20
msgid "Time (ms)"
msgstr "Durata (ms)"
@@ -287,122 +317,149 @@ msgid "Type"
msgstr "Tipo"
#: templates/debug_toolbar/panels/cache.html:45
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "args"
-msgstr "args"
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:46
-#: templates/debug_toolbar/panels/request_vars.html:10
-msgid "kwargs"
-msgstr "kwargs"
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:47
msgid "Backend"
msgstr "Backend"
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "Nome"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:41
-#: templates/debug_toolbar/panels/request_vars.html:67
-#: templates/debug_toolbar/panels/request_vars.html:89
-#: templates/debug_toolbar/panels/request_vars.html:111
-#: templates/debug_toolbar/panels/settings_vars.html:6
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Valore"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "Livello"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr "Canale"
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "Messaggio"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "Nessun messaggio registrato"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr "Chiamata"
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr "Vedi Informazioni"
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
-msgstr "Vedi Funzione"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "URL Name"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:31
-msgid "COOKIES Variables"
-msgstr "Variabili COOKIE"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:40
-#: templates/debug_toolbar/panels/request_vars.html:66
-#: templates/debug_toolbar/panels/request_vars.html:88
-#: templates/debug_toolbar/panels/request_vars.html:110
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr "Variabile"
-#: templates/debug_toolbar/panels/request_vars.html:54
-msgid "No COOKIE data"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:57
-msgid "SESSION Variables"
-msgstr "Variabili SESSION"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:80
-msgid "No SESSION data"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:83
-msgid "GET Variables"
-msgstr "Variabili GET"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:102
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:105
-msgid "POST Variables"
-msgstr "Variabili POST"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:124
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr ""
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr "Impostazione"
@@ -411,50 +468,50 @@ msgid "Signal"
msgstr "Segnale"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
+msgid "Providing"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] "%(num)s query"
msgstr[1] "%(num)s query"
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr "Query"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:22
+#: templates/debug_toolbar/panels/sql.html:21
msgid "Action"
msgstr "Azione"
-#: templates/debug_toolbar/panels/sql.html:65
+#: templates/debug_toolbar/panels/sql.html:64
msgid "Connection:"
msgstr "Connessione:"
-#: templates/debug_toolbar/panels/sql.html:67
+#: templates/debug_toolbar/panels/sql.html:66
msgid "Isolation level:"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:70
+#: templates/debug_toolbar/panels/sql.html:69
msgid "Transaction status:"
msgstr "Stato transazione:"
-#: templates/debug_toolbar/panels/sql.html:84
+#: templates/debug_toolbar/panels/sql.html:83
msgid "(unknown)"
msgstr "(sconosciuto)"
-#: templates/debug_toolbar/panels/sql.html:93
+#: templates/debug_toolbar/panels/sql.html:92
msgid "No SQL queries were recorded during this request."
msgstr "Nessuna Query SQL è stata registrata durante questa richiesta"
@@ -466,7 +523,7 @@ msgid "Back"
msgstr "Indietro"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+msgid "SQL explained"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
@@ -482,7 +539,7 @@ msgid "Database"
msgstr "Database"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -490,29 +547,61 @@ msgid "Error"
msgstr "Errore"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr ""
-#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
-msgstr "Sorgente Template"
-
-#: templates/debug_toolbar/panels/templates.html:2
-msgid "Template path"
-msgid_plural "Template paths"
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
msgstr[0] ""
msgstr[1] ""
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
#: templates/debug_toolbar/panels/templates.html:10
#: templates/debug_toolbar/panels/templates.html:28
#: templates/debug_toolbar/panels/templates.html:43
msgid "None"
msgstr "Nessuno"
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
+#: templates/debug_toolbar/panels/template_source.html:4
+msgid "Template source:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/templates.html:2
+msgid "Template path"
+msgid_plural "Template paths"
+msgstr[0] ""
+msgstr[1] ""
+
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
@@ -521,7 +610,7 @@ msgstr[1] "Template"
#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
-msgid "Toggle Context"
+msgid "Toggle context"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
@@ -531,19 +620,19 @@ msgstr[0] ""
msgstr[1] ""
#: templates/debug_toolbar/panels/timer.html:2
-msgid "Resource Usage"
-msgstr "Uso risorse"
+msgid "Resource usage"
+msgstr ""
#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr "Risorsa"
#: templates/debug_toolbar/panels/timer.html:26
-msgid "Browser Timing"
+msgid "Browser timing"
msgstr ""
#: templates/debug_toolbar/panels/timer.html:35
-msgid "Timing Attribute"
+msgid "Timing attribute"
msgstr ""
#: templates/debug_toolbar/panels/timer.html:37
diff --git a/debug_toolbar/locale/ja/LC_MESSAGES/django.mo b/debug_toolbar/locale/ja/LC_MESSAGES/django.mo
index e11a60e..bf5c824 100644
--- a/debug_toolbar/locale/ja/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/ja/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/ja/LC_MESSAGES/django.po b/debug_toolbar/locale/ja/LC_MESSAGES/django.po
index 183351f..07d8fd0 100644
--- a/debug_toolbar/locale/ja/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/ja/LC_MESSAGES/django.po
@@ -3,302 +3,456 @@
#
#
# Translators:
-# Shinya Okano <tokibito@gmail.com>, 2012.
+# Shinya Okano <tokibito@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: Japanese (http://www.transifex.net/projects/p/django-debug-toolbar/language/ja/)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Japanese (http://www.transifex.com/projects/p/django-debug-toolbar/language/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
-#: panels/cache.py:125
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr ""
-#: panels/cache.py:129
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] ""
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] ""
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
+#: panels/headers.py:35
+msgid "Headers"
msgstr ""
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
msgstr ""
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] ""
-#: panels/logger.py:126
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
msgstr ""
-#: panels/settings_vars.py:18
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
+
+#: panels/request.py:27
+msgid "<no view>"
+msgstr ""
+
+#: panels/request.py:39
+msgid "<unavailable>"
+msgstr ""
+
+#: panels/settings.py:20
msgid "Settings"
msgstr ""
-#: panels/settings_vars.py:21
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr ""
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
-msgstr ""
-
-#: panels/signals.py:49
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] ""
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] ""
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:115
+msgid "Static files"
+msgstr ""
+
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
msgstr ""
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
+msgstr ""
+
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 ""
-#: panels/timer.py:70
-msgid "Resource Usage"
+#: panels/timer.py:42
+msgid "User CPU time"
msgstr ""
-#: panels/timer.py:83
-msgid "User CPU time"
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
msgstr ""
-#: panels/timer.py:84
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:85
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr ""
-#: panels/timer.py:86
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/version.py:19 panels/version.py:28
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr ""
+
+#: panels/versions.py:25
msgid "Versions"
msgstr ""
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr ""
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr ""
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr ""
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr ""
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr ""
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr ""
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr ""
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr ""
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr ""
@@ -307,33 +461,50 @@ msgid "Signal"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
+msgid "Providing"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] ""
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr ""
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
+msgid "Action"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:22
-msgid "Action"
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:3
@@ -344,7 +515,7 @@ msgid "Back"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+msgid "SQL explained"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
@@ -360,7 +531,7 @@ msgid "Database"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -368,15 +539,49 @@ msgid "Error"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr ""
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
+msgid "Template source:"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
@@ -391,12 +596,7 @@ msgstr[0] ""
#: 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"
+msgid "Toggle context"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
@@ -404,17 +604,30 @@ msgid "Context processor"
msgid_plural "Context processors"
msgstr[0] ""
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:7
-msgid "Version"
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
msgstr ""
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:6
+msgid "Version"
+msgstr ""
diff --git a/debug_toolbar/locale/mk/LC_MESSAGES/django.mo b/debug_toolbar/locale/mk/LC_MESSAGES/django.mo
index 744c529..0c80f25 100644
--- a/debug_toolbar/locale/mk/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/mk/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/mk/LC_MESSAGES/django.po b/debug_toolbar/locale/mk/LC_MESSAGES/django.po
index 0519108..4f33a40 100644
--- a/debug_toolbar/locale/mk/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/mk/LC_MESSAGES/django.po
@@ -6,302 +6,458 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: Macedonian (http://www.transifex.net/projects/p/django-debug-toolbar/language/mk/)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Macedonian (http://www.transifex.com/projects/p/django-debug-toolbar/language/mk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: mk\n"
-"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1\n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
-#: panels/cache.py:125
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr ""
-#: panels/cache.py:129
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] ""
msgstr[1] ""
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
+#: panels/headers.py:35
+msgid "Headers"
msgstr ""
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
msgstr ""
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] ""
msgstr[1] ""
-#: panels/logger.py:126
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
+
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
+
+#: panels/request.py:27
+msgid "<no view>"
msgstr ""
-#: panels/settings_vars.py:18
+#: panels/request.py:39
+msgid "<unavailable>"
+msgstr ""
+
+#: panels/settings.py:20
msgid "Settings"
msgstr ""
-#: panels/settings_vars.py:21
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr ""
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
-msgstr ""
-
-#: panels/signals.py:49
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] ""
msgstr[1] ""
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] ""
msgstr[1] ""
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
+msgstr ""
+
+#: panels/staticfiles.py:115
+msgid "Static files"
msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr ""
+
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
msgstr ""
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 ""
-#: panels/timer.py:70
-msgid "Resource Usage"
+#: panels/timer.py:42
+msgid "User CPU time"
msgstr ""
-#: panels/timer.py:83
-msgid "User CPU time"
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
msgstr ""
-#: panels/timer.py:84
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:85
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr ""
-#: panels/timer.py:86
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/version.py:19 panels/version.py:28
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr ""
+
+#: panels/versions.py:25
msgid "Versions"
msgstr ""
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr ""
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr ""
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr ""
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr ""
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr ""
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr ""
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr ""
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr ""
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr ""
@@ -310,34 +466,51 @@ msgid "Signal"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
+msgid "Providing"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] ""
msgstr[1] ""
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr ""
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
+msgid "Action"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:22
-msgid "Action"
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:3
@@ -348,7 +521,7 @@ msgid "Back"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+msgid "SQL explained"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
@@ -364,7 +537,7 @@ msgid "Database"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -372,15 +545,53 @@ msgid "Error"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr ""
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
+msgid "Template source:"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
@@ -397,12 +608,7 @@ msgstr[1] ""
#: 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"
+msgid "Toggle context"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
@@ -411,17 +617,30 @@ msgid_plural "Context processors"
msgstr[0] ""
msgstr[1] ""
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:7
-msgid "Version"
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
msgstr ""
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:6
+msgid "Version"
+msgstr ""
diff --git a/debug_toolbar/locale/nl/LC_MESSAGES/django.mo b/debug_toolbar/locale/nl/LC_MESSAGES/django.mo
index 76255f3..8ee7f7c 100644
--- a/debug_toolbar/locale/nl/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/nl/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/nl/LC_MESSAGES/django.po b/debug_toolbar/locale/nl/LC_MESSAGES/django.po
index 2ef6b8e..5926c03 100644
--- a/debug_toolbar/locale/nl/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/nl/LC_MESSAGES/django.po
@@ -3,306 +3,462 @@
#
#
# Translators:
-# Ingo Berben <ingoberben@gmail.com>, 2012.
+# Ingo Berben <ingoberben@gmail.com>, 2012-2013
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: Dutch (http://www.transifex.net/projects/p/django-debug-toolbar/language/nl/)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Dutch (http://www.transifex.com/projects/p/django-debug-toolbar/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: panels/cache.py:125
-msgid "Cache"
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
msgstr ""
-#: panels/cache.py:129
+#: panels/cache.py:189
+msgid "Cache"
+msgstr "Cache"
+
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] ""
msgstr[1] ""
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
+#: panels/headers.py:35
+msgid "Headers"
msgstr ""
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
msgstr ""
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(count)s bericht"
+msgstr[1] "%(count)s berichten"
-#: panels/logger.py:126
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
+msgstr "Profilering"
+
+#: panels/redirects.py:22
+msgid "Intercept redirects"
msgstr ""
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
+#: panels/request.py:18
+msgid "Request"
msgstr ""
-#: panels/settings_vars.py:18
+#: panels/request.py:27
+msgid "<no view>"
+msgstr "<niet bekeken>"
+
+#: panels/request.py:39
+msgid "<unavailable>"
+msgstr "<niet beschikbaar>"
+
+#: panels/settings.py:20
msgid "Settings"
msgstr "Instellingen"
-#: panels/settings_vars.py:21
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
-msgstr ""
-
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
-msgstr "Signalen"
+msgstr "Instellingen van <code>%s</code>"
-#: panels/signals.py:49
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(num_receivers)d ontvanger van 1 signaal"
+msgstr[1] "%(num_receivers)d ontvangers van 1 signaal"
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(num_receivers)d ontvanger van %(num_signals)d signalen"
+msgstr[1] "%(num_receivers)d ontvangers van %(num_signals)d signalen"
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Signalen"
+
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
+#: panels/staticfiles.py:115
+msgid "Static files"
msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
-msgstr ""
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
+msgstr "Totaal: %0.2fms"
+
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 "Time"
-
-#: panels/timer.py:70
-msgid "Resource Usage"
-msgstr ""
+msgstr "Tijd"
-#: panels/timer.py:83
+#: panels/timer.py:42
msgid "User CPU time"
-msgstr ""
+msgstr "Gebruikers CPU tijd"
-#: panels/timer.py:84
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
+msgstr "%(utime)0.3f msec"
+
+#: panels/timer.py:43
msgid "System CPU time"
-msgstr ""
+msgstr "Systeem CPU tijd"
-#: panels/timer.py:85
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr "%(stime)0.3f msec"
+
+#: panels/timer.py:44
msgid "Total CPU time"
-msgstr ""
+msgstr "Totaal CPU tijd"
-#: panels/timer.py:86
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr "%(total)0.3f msec"
+
+#: panels/timer.py:45
msgid "Elapsed time"
-msgstr ""
+msgstr "Verlopen tijd"
-#: panels/timer.py:87
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr "%(total_time)0.3f msec"
+
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/version.py:19 panels/version.py:28
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr "%(vcsw)d vrijwillig, %(ivcsw)d niet vrijwillig"
+
+#: panels/versions.py:25
msgid "Versions"
msgstr "Versies"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr "Serializeerbaar"
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "Actief"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "Foutief"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr "Niet gekend"
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr "SQL"
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Templates"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "Templates (%(num_templates)s gerenderd)"
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr "Verberg toolbar"
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr "Verbergen"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr "Bekijk toolbar"
+
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "Sluiten"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr "Locatie"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
+msgstr "Samenvatting"
+
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
-msgstr "Totaal Oproepen"
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
+msgstr ""
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
-msgstr "Totaal Tijd"
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
+msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
+msgstr "Tijd (ms)"
+
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
msgstr "Type"
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
-msgstr "Functie"
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr ""
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "Sleutel"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Waarde"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "Niveau"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
-msgstr ""
+msgstr "Kanaal"
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "Bericht"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "Locatie"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "Geen berichten gelogd"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
-msgstr ""
+msgstr "Oproepen"
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
-msgstr ""
+msgstr "TotTijd"
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
-msgstr ""
+msgstr "Aantal"
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
+msgstr "Bekijk informatie"
+
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr "Parameter"
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
-msgstr "Geen COOKIE data"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
-msgstr "SESSION Parameters"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
-msgstr "Geen SESSION data"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
-msgstr "GET Parameters"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr "GET data"
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr "Geen GET data"
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
-msgstr "POST Parameters"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr "POST data"
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr "Geen POST data"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr "Instelling"
@@ -311,36 +467,53 @@ msgid "Signal"
msgstr "Signaal"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
+msgid "Providing"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr "Ontvangers"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] ""
msgstr[1] ""
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
-msgstr ""
+msgstr "Query"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
-msgstr ""
+msgstr "Tijdslijn"
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
-msgstr ""
-
-#: templates/debug_toolbar/panels/sql.html:22
msgid "Action"
msgstr "Actie"
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
+msgstr "Verbinding:"
+
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr "Transactiestatus:"
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr "(niet gekend)"
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
+msgstr ""
+
#: templates/debug_toolbar/panels/sql_explain.html:3
#: templates/debug_toolbar/panels/sql_profile.html:3
#: templates/debug_toolbar/panels/sql_select.html:3
@@ -349,23 +522,23 @@ msgid "Back"
msgstr "Terug"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
-msgstr ""
+msgid "SQL explained"
+msgstr "SQL uitgelegd"
#: 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 ""
+msgstr "Uitgevoerde SQL"
#: templates/debug_toolbar/panels/sql_explain.html:13
#: templates/debug_toolbar/panels/sql_profile.html:14
#: templates/debug_toolbar/panels/sql_select.html:13
msgid "Database"
-msgstr ""
+msgstr "Database"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -373,56 +546,102 @@ msgid "Error"
msgstr "Fout"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
+msgstr "Lege set"
+
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr "None"
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
msgstr ""
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
+msgid "Template source:"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
msgid "Template path"
msgid_plural "Template paths"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Templatepad"
+msgstr[1] "Templatepaden"
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Template"
+msgstr[1] "Templates"
#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
-msgid "Toggle Context"
+msgid "Toggle context"
msgstr ""
-#: templates/debug_toolbar/panels/templates.html:28
-#: templates/debug_toolbar/panels/templates.html:43
-msgid "None"
-msgstr "None"
-
#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
msgid_plural "Context processors"
msgstr[0] ""
msgstr[1] ""
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr "Bron"
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
-msgstr "Pakket"
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
+msgstr ""
-#: templates/debug_toolbar/panels/versions.html:7
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
+msgstr "Naam"
+
+#: templates/debug_toolbar/panels/versions.html:6
msgid "Version"
msgstr "Versie"
-
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
diff --git a/debug_toolbar/locale/pl/LC_MESSAGES/django.mo b/debug_toolbar/locale/pl/LC_MESSAGES/django.mo
index 7ec6bee..404bc7a 100644
--- a/debug_toolbar/locale/pl/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/pl/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/pl/LC_MESSAGES/django.po b/debug_toolbar/locale/pl/LC_MESSAGES/django.po
index f01d43b..57f0a2a 100644
--- a/debug_toolbar/locale/pl/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/pl/LC_MESSAGES/django.po
@@ -7,10 +7,10 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2013-10-26 22:00+0200\n"
-"PO-Revision-Date: 2013-10-26 22:10+0000\n"
-"Last-Translator: Konrad Mosoń <mosonkonrad@gmail.com>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/django-debug-toolbar/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,7 +18,13 @@ msgstr ""
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: panels/cache.py:190
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr "Cache"
@@ -30,7 +36,7 @@ msgstr[0] "%(cache_calls)d wywołanie w %(time).2fms"
msgstr[1] "%(cache_calls)d wywołania w %(time).2fms"
msgstr[2] "%(cache_calls)d wywołań w %(time).2fms"
-#: panels/cache.py:201
+#: panels/cache.py:202
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
@@ -38,15 +44,15 @@ msgstr[0] "Wywołań z cache z %(count)d backendu"
msgstr[1] "Wywołań z cache z %(count)d backendów"
msgstr[2] "Wywołań z cache z %(count)d backendów"
-#: panels/headers.py:39 panels/headers.py:42
-msgid "HTTP Headers"
-msgstr "Nagłówki HTTP"
+#: panels/headers.py:35
+msgid "Headers"
+msgstr ""
-#: panels/logger.py:127
+#: panels/logging.py:64
msgid "Logging"
msgstr "Logi"
-#: panels/logger.py:132
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
@@ -54,40 +60,40 @@ msgstr[0] "%(count)s wiadomość"
msgstr[1] "%(count)s wiadomości"
msgstr[2] "%(count)s wiadomości"
-#: panels/logger.py:136
-msgid "Log Messages"
-msgstr "Wiadomości logów"
+#: panels/logging.py:73
+msgid "Log messages"
+msgstr ""
-#: panels/profiling.py:152 panels/profiling.py:158
+#: panels/profiling.py:126
msgid "Profiling"
msgstr "Profilowanie"
-#: panels/request_vars.py:20 panels/request_vars.py:23
-msgid "Request Vars"
-msgstr "Zażądane zmienne"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
+
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
-#: panels/request_vars.py:38
+#: panels/request.py:27
msgid "<no view>"
msgstr "<brak widoku>"
-#: panels/request_vars.py:50
+#: panels/request.py:39
msgid "<unavailable>"
msgstr "<niedostępny>"
-#: panels/settings_vars.py:20
+#: panels/settings.py:20
msgid "Settings"
msgstr "Ustawienia"
-#: panels/settings_vars.py:23
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr "Ustawienia z <code>%s</code>"
-#: panels/signals.py:43 panels/signals.py:61
-msgid "Signals"
-msgstr "Sygnały"
-
-#: panels/signals.py:52
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
@@ -95,7 +101,7 @@ msgstr[0] "%(num_receivers)d orbiorca 1 sygnału"
msgstr[1] "%(num_receivers)d odbiorców 1 sygnału"
msgstr[2] "%(num_receivers)d odbiorców 1 sygnału"
-#: panels/signals.py:55
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
@@ -103,175 +109,200 @@ msgstr[0] "%(num_receivers)d odbiora %(num_signals)d sygnału"
msgstr[1] "%(num_receivers)d odbiorców %(num_signals)d sygnałów"
msgstr[2] "%(num_receivers)d odbiorców %(num_signals)d sygnałów"
-#: panels/sql.py:35
-msgid "Autocommit"
-msgstr "Autocommit"
-
-#: panels/sql.py:36
-msgid "Read uncommitted"
-msgstr ""
-
-#: panels/sql.py:37
-msgid "Read committed"
-msgstr ""
-
-#: panels/sql.py:38
-msgid "Repeatable read"
-msgstr ""
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Sygnały"
-#: panels/sql.py:39
-msgid "Serializable"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
msgstr ""
-#: panels/sql.py:50
-msgid "Idle"
+#: panels/staticfiles.py:115
+msgid "Static files"
msgstr ""
-#: panels/sql.py:51
-msgid "Active"
-msgstr "Aktywne"
-
-#: panels/sql.py:52
-msgid "In transaction"
-msgstr "W transakcji"
-
-#: panels/sql.py:53
-msgid "In error"
-msgstr "W błędzie"
-
-#: panels/sql.py:54
-msgid "Unknown"
-msgstr "Nieznane"
-
-#: panels/sql.py:122
-msgid "SQL"
-msgstr "SQL"
+#: panels/staticfiles.py:120
+#, python-format
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: panels/template.py:104
-msgid "Templates"
-msgstr "Templatki"
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-#: panels/template.py:108
+#: panels/timer.py:28
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
-msgstr "Templatki (%(num_templates)s wyrenderowano)"
+msgid "Total: %0.2fms"
+msgstr ""
-#: panels/timer.py:60 panels/timer.py:76
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 "Czas"
-#: panels/timer.py:68
-#, python-format
-msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
-msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-
-#: panels/timer.py:73
-#, python-format
-msgid "TOTAL: %0.2fms"
-msgstr "RAZEM: %0.2fms"
-
-#: panels/timer.py:87
+#: panels/timer.py:42
msgid "User CPU time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:42
#, python-format
msgid "%(utime)0.3f msec"
msgstr "%(utime)0.3f msec"
-#: panels/timer.py:88
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:88
+#: panels/timer.py:43
#, python-format
msgid "%(stime)0.3f msec"
msgstr "%(stime)0.3f msec"
-#: panels/timer.py:89
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr ""
-#: panels/timer.py:89
+#: panels/timer.py:44
#, python-format
msgid "%(total)0.3f msec"
msgstr "%(total)0.3f msec"
-#: panels/timer.py:90
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr ""
-#: panels/timer.py:90
+#: panels/timer.py:45
#, python-format
msgid "%(total_time)0.3f msec"
msgstr "%(total_time)0.3f msec"
-#: panels/timer.py:91
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/timer.py:91
+#: panels/timer.py:46
#, python-format
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
msgstr ""
-#: panels/version.py:23 panels/version.py:32
+#: panels/versions.py:25
msgid "Versions"
msgstr "Wersje"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
-msgstr "Ukryj toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr "Autocommit"
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr ""
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "Aktywne"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr "W transakcji"
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "W błędzie"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr "Nieznane"
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr "SQL"
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Templatki"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "Templatki (%(num_templates)s wyrenderowano)"
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr "Ukryj"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
-msgstr "Pokaż toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "Zamknij"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr "Lokalizacja"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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 "Django Debug Toolbar przechwycił przekierowanie powyższego URL aby móc podglądnąć informacje debugowe. Możesz kliknąć link powyżej aby kontynuować przekierowanie. Jeśli chcesz wyłączyć to przechwytywanie, ustaw w słowniku <code>DEBUG_TOOLBAR_CONFIG</code> klucz <code>INTERCEPT_REDIRECTS</code> na <code>False</code>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:2
msgid "Summary"
msgstr "Podsumowanie"
#: templates/debug_toolbar/panels/cache.html:6
-msgid "Total Calls"
-msgstr "Wszystkich wywołań"
+msgid "Total calls"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:7
-msgid "Total Time"
-msgstr "Całkowity czas"
+msgid "Total time"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:8
-msgid "Cache Hits"
-msgstr "Trafień cache"
+msgid "Cache hits"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:9
-msgid "Cache Misses"
-msgstr "Chybień cache"
+msgid "Cache misses"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:21
msgid "Commands"
@@ -282,7 +313,7 @@ msgid "Calls"
msgstr "Wywołania"
#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/sql.html:21
+#: templates/debug_toolbar/panels/sql.html:20
msgid "Time (ms)"
msgstr "Czas (ms)"
@@ -291,122 +322,149 @@ msgid "Type"
msgstr "Typ"
#: templates/debug_toolbar/panels/cache.html:45
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "args"
-msgstr "args"
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:46
-#: templates/debug_toolbar/panels/request_vars.html:10
-msgid "kwargs"
-msgstr "kwargs"
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:47
msgid "Backend"
msgstr "Backend"
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "Klucz"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:41
-#: templates/debug_toolbar/panels/request_vars.html:67
-#: templates/debug_toolbar/panels/request_vars.html:89
-#: templates/debug_toolbar/panels/request_vars.html:111
-#: templates/debug_toolbar/panels/settings_vars.html:6
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Wartość"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "Poziom"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr "Kanał"
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "Wiadomość"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "Lokalizacja"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "Nie zalogowano żadnych wiadomości"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr "Wywołanie"
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr "Ilość"
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr "Pokaż informacje"
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
-msgstr "Pokaż funkcje"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "URL Name"
-msgstr "Nazwa URL"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:31
-msgid "COOKIES Variables"
-msgstr "Zmienne COOKIES"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:40
-#: templates/debug_toolbar/panels/request_vars.html:66
-#: templates/debug_toolbar/panels/request_vars.html:88
-#: templates/debug_toolbar/panels/request_vars.html:110
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr "Zmienna"
-#: templates/debug_toolbar/panels/request_vars.html:54
-msgid "No COOKIE data"
-msgstr "Brak danych COOKIE"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:57
-msgid "SESSION Variables"
-msgstr "Zmienne sesji"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:80
-msgid "No SESSION data"
-msgstr "Brak danych sesji"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:83
-msgid "GET Variables"
-msgstr "Zmienne GET"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:102
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr "Brak danych GET"
-#: templates/debug_toolbar/panels/request_vars.html:105
-msgid "POST Variables"
-msgstr "Zmienne POST"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:124
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr "Brak danych POST"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr "Ustawienie"
@@ -415,14 +473,14 @@ msgid "Signal"
msgstr "Sygnał"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
-msgstr "Dostarczone argumenty"
+msgid "Providing"
+msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr "Odbiorcy"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
@@ -430,36 +488,36 @@ msgstr[0] "%(num)s zapytanie"
msgstr[1] "%(num)s zapytania"
msgstr[2] "%(num)s zapytań"
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr "Zapytanie"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr "Oś czasu"
-#: templates/debug_toolbar/panels/sql.html:22
+#: templates/debug_toolbar/panels/sql.html:21
msgid "Action"
msgstr "Akcja"
-#: templates/debug_toolbar/panels/sql.html:65
+#: templates/debug_toolbar/panels/sql.html:64
msgid "Connection:"
msgstr "Połączenie:"
-#: templates/debug_toolbar/panels/sql.html:67
+#: templates/debug_toolbar/panels/sql.html:66
msgid "Isolation level:"
msgstr "Poziom izolacji:"
-#: templates/debug_toolbar/panels/sql.html:70
+#: templates/debug_toolbar/panels/sql.html:69
msgid "Transaction status:"
msgstr "Status transakcji:"
-#: templates/debug_toolbar/panels/sql.html:84
+#: templates/debug_toolbar/panels/sql.html:83
msgid "(unknown)"
msgstr "(nieznany)"
-#: templates/debug_toolbar/panels/sql.html:93
+#: templates/debug_toolbar/panels/sql.html:92
msgid "No SQL queries were recorded during this request."
msgstr "Żadne zapytania SQL nie zostały odnotowane podczas tego zapytania."
@@ -471,8 +529,8 @@ msgid "Back"
msgstr "Wstecz"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
-msgstr "Wyjaśnione zapytanie SQL"
+msgid "SQL explained"
+msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
#: templates/debug_toolbar/panels/sql_profile.html:10
@@ -487,24 +545,66 @@ msgid "Database"
msgstr "Baza danych"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
-msgstr "Sprofilowane zapytanie SQL"
+msgid "SQL profiled"
+msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
msgid "Error"
msgstr "Błąd"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
-msgstr "Wybrane zapytanie SQL"
+msgid "SQL selected"
+msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr "Pusty zbiór"
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr "Brak"
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
-msgstr "Źródło templatki"
+msgid "Template source:"
+msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
msgid "Template path"
@@ -513,12 +613,6 @@ msgstr[0] "Ścieżka templatki"
msgstr[1] "Ścieżki templatek"
msgstr[2] "Ścieżki templatek"
-#: templates/debug_toolbar/panels/templates.html:10
-#: templates/debug_toolbar/panels/templates.html:28
-#: templates/debug_toolbar/panels/templates.html:43
-msgid "None"
-msgstr "Brak"
-
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
@@ -528,8 +622,8 @@ msgstr[2] "Templatki"
#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
-msgid "Toggle Context"
-msgstr "Przełącz treść"
+msgid "Toggle context"
+msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
@@ -539,19 +633,19 @@ msgstr[1] ""
msgstr[2] ""
#: templates/debug_toolbar/panels/timer.html:2
-msgid "Resource Usage"
-msgstr "Użycie zasobów"
+msgid "Resource usage"
+msgstr ""
#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr "Zasób"
#: templates/debug_toolbar/panels/timer.html:26
-msgid "Browser Timing"
+msgid "Browser timing"
msgstr ""
#: templates/debug_toolbar/panels/timer.html:35
-msgid "Timing Attribute"
+msgid "Timing attribute"
msgstr ""
#: templates/debug_toolbar/panels/timer.html:37
diff --git a/debug_toolbar/locale/pt/LC_MESSAGES/django.mo b/debug_toolbar/locale/pt/LC_MESSAGES/django.mo
index 5affdec..f44a21c 100644
--- a/debug_toolbar/locale/pt/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/pt/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/pt/LC_MESSAGES/django.po b/debug_toolbar/locale/pt/LC_MESSAGES/django.po
index a18e4e1..7e9e3f4 100644
--- a/debug_toolbar/locale/pt/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/pt/LC_MESSAGES/django.po
@@ -6,302 +6,458 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Portuguese (http://www.transifex.com/projects/p/django-debug-toolbar/language/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: panels/cache.py:125
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr ""
-#: panels/cache.py:129
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] ""
msgstr[1] ""
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
+#: panels/headers.py:35
+msgid "Headers"
msgstr ""
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
msgstr "Registo"
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] ""
msgstr[1] ""
-#: panels/logger.py:126
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
+
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
+
+#: panels/request.py:27
+msgid "<no view>"
+msgstr ""
+
+#: panels/request.py:39
+msgid "<unavailable>"
msgstr ""
-#: panels/settings_vars.py:18
+#: panels/settings.py:20
msgid "Settings"
msgstr "Configurações"
-#: panels/settings_vars.py:21
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr ""
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
-msgstr "Sinais"
-
-#: panels/signals.py:49
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] ""
msgstr[1] ""
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] ""
msgstr[1] ""
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Sinais"
+
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
-msgstr "Templates"
+#: panels/staticfiles.py:115
+msgid "Static files"
+msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
-msgstr "Templates (%(num_templates)s renderizados)"
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr ""
+
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
+msgstr ""
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 "Tempo"
-#: panels/timer.py:70
-msgid "Resource Usage"
+#: panels/timer.py:42
+msgid "User CPU time"
msgstr ""
-#: panels/timer.py:83
-msgid "User CPU time"
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
msgstr ""
-#: panels/timer.py:84
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:85
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr ""
-#: panels/timer.py:86
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/version.py:19 panels/version.py:28
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr ""
+
+#: panels/versions.py:25
msgid "Versions"
msgstr "Versões"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr "Variável"
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "Acção"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "Erro"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr ""
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr ""
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Templates"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "Templates (%(num_templates)s renderizados)"
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr "Ocultar"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "Fechar"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr "Localização"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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 "O Django Debug Toolbar interceptou um redireccionamento para o URL abaixo para debug. Pode clicar na hiperligação para continuar o redireccionamento. Se desejar retirar esta funcionalidade, coloque no dicionário <code>DEBUG_TOOLBAR_CONFIG</code> uma chave com <code>INTERCEPT_REDIRECTS</code> o valor <code>False</code>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
+msgstr ""
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
-msgstr "Total de chamadas"
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
+msgstr ""
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
-msgstr "Tempo total"
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
+msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
msgstr "Tipo"
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
-msgstr "Função"
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr ""
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "Chave"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Valor"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "Nível"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "Mensagem"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "Localização"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "Nenhuma mensagem registada"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
-msgstr "Variáveis COOKIES"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr "Variável"
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
-msgstr "Sem dados COOKIE"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
-msgstr "Variáveis SESSION"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
-msgstr "Sem dados SESSION"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
-msgstr "Variáveis GET"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr "Sem dados GET"
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
-msgstr "Variáveis POST"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr "Sem variáveis POST"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr "Configurações"
@@ -310,36 +466,53 @@ msgid "Signal"
msgstr "Sinal"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
-msgstr "Proporciona Args"
+msgid "Providing"
+msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr "Receptores"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] ""
msgstr[1] ""
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr ""
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
-msgstr ""
-
-#: templates/debug_toolbar/panels/sql.html:22
msgid "Action"
msgstr "Acção"
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
+msgstr ""
+
#: templates/debug_toolbar/panels/sql_explain.html:3
#: templates/debug_toolbar/panels/sql_profile.html:3
#: templates/debug_toolbar/panels/sql_select.html:3
@@ -348,8 +521,8 @@ msgid "Back"
msgstr "Voltar"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
-msgstr "SQL Explicado"
+msgid "SQL explained"
+msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
#: templates/debug_toolbar/panels/sql_profile.html:10
@@ -364,24 +537,62 @@ msgid "Database"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
-msgstr "SQL Perfilado"
+msgid "SQL profiled"
+msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
msgid "Error"
msgstr "Erro"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
-msgstr "SQL Seleccionado"
+msgid "SQL selected"
+msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr "Set vazio"
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr "Nenhum"
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
-msgstr "Fonte da Template"
+msgid "Template source:"
+msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
msgid "Template path"
@@ -397,13 +608,8 @@ msgstr[1] ""
#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
-msgid "Toggle Context"
-msgstr "Alternar Contexto"
-
-#: templates/debug_toolbar/panels/templates.html:28
-#: templates/debug_toolbar/panels/templates.html:43
-msgid "None"
-msgstr "Nenhum"
+msgid "Toggle context"
+msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
@@ -411,17 +617,30 @@ msgid_plural "Context processors"
msgstr[0] ""
msgstr[1] "Processador de Contexto"
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr "Recurso"
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
-msgstr "Pacote"
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
+msgstr ""
-#: templates/debug_toolbar/panels/versions.html:7
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:6
msgid "Version"
msgstr "Versão"
-
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
diff --git a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo
index 265f8db..93283d2 100644
--- a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po
index 8aa1fe5..d4baa7a 100644
--- a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po
@@ -8,10 +8,10 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2013-10-26 22:00+0200\n"
-"PO-Revision-Date: 2013-10-26 22:40+0000\n"
-"Last-Translator: Fábio <bnafta@gmail.com>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/django-debug-toolbar/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +19,13 @@ msgstr ""
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: panels/cache.py:190
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr "Os dados para este painel não está mais disponível. Por favor, recarregue a página e tente novamente."
+
+#: panels/cache.py:189
msgid "Cache"
msgstr "Cache"
@@ -30,244 +36,268 @@ msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] "%(cache_calls)d chamada em %(time).2fms"
msgstr[1] "%(cache_calls)d chamadas em %(time).2fms"
-#: panels/cache.py:201
+#: panels/cache.py:202
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
msgstr[0] "Chamadas ao cache de %(count)d backend"
msgstr[1] "Chamadas ao cache de %(count)d backends"
-#: panels/headers.py:39 panels/headers.py:42
-msgid "HTTP Headers"
-msgstr "Cabeçalhos HTTP"
+#: panels/headers.py:35
+msgid "Headers"
+msgstr "Cabeçalhos"
-#: panels/logger.py:127
+#: panels/logging.py:64
msgid "Logging"
msgstr "Logs"
-#: panels/logger.py:132
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] "%(count)s mensagem"
msgstr[1] "%(count)s mensagens"
-#: panels/logger.py:136
-msgid "Log Messages"
-msgstr "Log de Mensagens"
+#: panels/logging.py:73
+msgid "Log messages"
+msgstr "Mensagens de log"
-#: panels/profiling.py:152 panels/profiling.py:158
+#: panels/profiling.py:126
msgid "Profiling"
msgstr "Profiling"
-#: panels/request_vars.py:20 panels/request_vars.py:23
-msgid "Request Vars"
-msgstr "Variáveis da Requisição"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr "Interceptar redirecionamentos"
+
+#: panels/request.py:18
+msgid "Request"
+msgstr "Requisição"
-#: panels/request_vars.py:38
+#: panels/request.py:27
msgid "<no view>"
msgstr "<nenhuma vista>"
-#: panels/request_vars.py:50
+#: panels/request.py:39
msgid "<unavailable>"
msgstr "<indisponível>"
-#: panels/settings_vars.py:20
+#: panels/settings.py:20
msgid "Settings"
msgstr "Configurações"
-#: panels/settings_vars.py:23
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr "Configurações de <code>%s</code>"
-#: panels/signals.py:43 panels/signals.py:61
-msgid "Signals"
-msgstr "Sinais"
-
-#: panels/signals.py:52
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] "%(num_receivers)d receptor de 1 sinal"
msgstr[1] "%(num_receivers)d receptores de 1 sinal"
-#: panels/signals.py:55
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] "%(num_receivers)d receptor de %(num_signals)d sinais"
msgstr[1] "%(num_receivers)d receptores de %(num_signals)d sinais"
-#: panels/sql.py:35
-msgid "Autocommit"
-msgstr "Autocommit"
-
-#: panels/sql.py:36
-msgid "Read uncommitted"
-msgstr "Read uncommitted"
-
-#: panels/sql.py:37
-msgid "Read committed"
-msgstr "Read committed"
-
-#: panels/sql.py:38
-msgid "Repeatable read"
-msgstr "Leitura repetida"
-
-#: panels/sql.py:39
-msgid "Serializable"
-msgstr "Variável"
-
-#: panels/sql.py:50
-msgid "Idle"
-msgstr "Ocioso"
-
-#: panels/sql.py:51
-msgid "Active"
-msgstr "Ação"
-
-#: panels/sql.py:52
-msgid "In transaction"
-msgstr "Na transação"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Sinais"
-#: panels/sql.py:53
-msgid "In error"
-msgstr "Erro"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
+msgstr ""
-#: panels/sql.py:54
-msgid "Unknown"
-msgstr "Desconhecido"
+#: panels/staticfiles.py:115
+msgid "Static files"
+msgstr ""
-#: panels/sql.py:122
-msgid "SQL"
-msgstr "SQL"
+#: panels/staticfiles.py:120
+#, python-format
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/template.py:104
-msgid "Templates"
-msgstr "Templates"
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-#: panels/template.py:108
+#: panels/timer.py:28
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
-msgstr "Templates (%(num_templates)s renderizados)"
+msgid "Total: %0.2fms"
+msgstr "Total: %0.2fms"
-#: panels/timer.py:60 panels/timer.py:76
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 "Tempo"
-#: panels/timer.py:68
-#, python-format
-msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
-msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-
-#: panels/timer.py:73
-#, python-format
-msgid "TOTAL: %0.2fms"
-msgstr "TOTAL: %0.2fms"
-
-#: panels/timer.py:87
+#: panels/timer.py:42
msgid "User CPU time"
msgstr "Tempo de CPU do usuário"
-#: panels/timer.py:87
+#: panels/timer.py:42
#, python-format
msgid "%(utime)0.3f msec"
msgstr "%(utime)0.3f ms"
-#: panels/timer.py:88
+#: panels/timer.py:43
msgid "System CPU time"
msgstr "Tempo de CPU do sistema"
-#: panels/timer.py:88
+#: panels/timer.py:43
#, python-format
msgid "%(stime)0.3f msec"
msgstr "%(stime)0.3f ms"
-#: panels/timer.py:89
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr "Tempo total de CPU"
-#: panels/timer.py:89
+#: panels/timer.py:44
#, python-format
msgid "%(total)0.3f msec"
msgstr "%(total)0.3f ms"
-#: panels/timer.py:90
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr "Tempo decorrido"
-#: panels/timer.py:90
+#: panels/timer.py:45
#, python-format
msgid "%(total_time)0.3f msec"
msgstr "%(total_time)0.3f ms"
-#: panels/timer.py:91
+#: panels/timer.py:46
msgid "Context switches"
msgstr "Mudanças de contexto"
-#: panels/timer.py:91
+#: panels/timer.py:46
#, python-format
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
msgstr "%(vcsw)d voluntário, %(ivcsw)d involuntário"
-#: panels/version.py:23 panels/version.py:32
+#: panels/versions.py:25
msgid "Versions"
msgstr "Versões"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr "Autocommit"
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr "Read uncommitted"
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr "Read committed"
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr "Leitura repetida"
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr "Variável"
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr "Ocioso"
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "Ação"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr "Na transação"
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "Erro"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr "Desconhecido"
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr "SQL"
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Templates"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "Templates (%(num_templates)s renderizados)"
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
msgstr "Ocultar barra de ferramentas"
-#: templates/debug_toolbar/base.html:11
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr "Esconder"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
-msgstr "Mostrar Barra de Ferramentas"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr "Desativar para próximas requisições"
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr "Habilitar para próximas requisições"
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr "Mostrar barra de ferramentas"
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "Fechar"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr "Localização"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr "Localização:"
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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 "A Barra de Debug do Django interceptou um redirecionamento para a URL acima por propósito de debug. Você pode clicar no link acima para continuar com o redirecionamento normal. Se você gostaria de desabilitar essa funcionalidade, configure a chave <code></code> do dicionário <code>DEBUG_TOOLBAR_CONFIG</code> para <code>False</code>"
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr "O Django Debug Toolbar interceptou um redirecionamento para a URL acima para fins de visualização de depuração. Você pode clicar no link acima para continuar com o redirecionamento normalmente."
#: templates/debug_toolbar/panels/cache.html:2
msgid "Summary"
msgstr "Resumo"
#: templates/debug_toolbar/panels/cache.html:6
-msgid "Total Calls"
-msgstr "Total de Chamadas"
+msgid "Total calls"
+msgstr "Total de chamadas"
#: templates/debug_toolbar/panels/cache.html:7
-msgid "Total Time"
-msgstr "Tempo Total"
+msgid "Total time"
+msgstr "Tempo total"
#: templates/debug_toolbar/panels/cache.html:8
-msgid "Cache Hits"
-msgstr "Acessos ao Cache"
+msgid "Cache hits"
+msgstr "Acessos ao cache"
#: templates/debug_toolbar/panels/cache.html:9
-msgid "Cache Misses"
-msgstr "Falhas no Cache"
+msgid "Cache misses"
+msgstr "Falhas de cache"
#: templates/debug_toolbar/panels/cache.html:21
msgid "Commands"
@@ -278,7 +308,7 @@ msgid "Calls"
msgstr "Chamadas"
#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/sql.html:21
+#: templates/debug_toolbar/panels/sql.html:20
msgid "Time (ms)"
msgstr "Tempo (ms)"
@@ -287,122 +317,149 @@ msgid "Type"
msgstr "Tipo"
#: templates/debug_toolbar/panels/cache.html:45
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "args"
-msgstr "args"
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr "Argumentos"
#: templates/debug_toolbar/panels/cache.html:46
-#: templates/debug_toolbar/panels/request_vars.html:10
-msgid "kwargs"
-msgstr "kwargs"
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
+msgstr "Argumentos"
#: templates/debug_toolbar/panels/cache.html:47
msgid "Backend"
msgstr "Backend"
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr "Cabeçalhos de requisição"
+
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "Chave"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:41
-#: templates/debug_toolbar/panels/request_vars.html:67
-#: templates/debug_toolbar/panels/request_vars.html:89
-#: templates/debug_toolbar/panels/request_vars.html:111
-#: templates/debug_toolbar/panels/settings_vars.html:6
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Valor"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr "Cabeçalhos de resposta"
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr "Ambiente WSGI"
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr "Uma vez que o ambiente WSGI herda o ambiente do servidor, apenas um subconjunto significativo é mostrado abaixo."
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "Nível"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr "Canal"
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "Mensagem"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "Localização"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "Nenhuma mensagem logada"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr "Chamar"
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr "CumTime"
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr "Per"
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr "TotTime"
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr "Contar"
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr "Ver informação"
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
-msgstr "Ver Função"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr "Função View"
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "URL Name"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr "Nome da URL"
-#: templates/debug_toolbar/panels/request_vars.html:31
-msgid "COOKIES Variables"
-msgstr "Variáveis do COOKIE"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr "Cookies"
-#: templates/debug_toolbar/panels/request_vars.html:40
-#: templates/debug_toolbar/panels/request_vars.html:66
-#: templates/debug_toolbar/panels/request_vars.html:88
-#: templates/debug_toolbar/panels/request_vars.html:110
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr "Variável"
-#: templates/debug_toolbar/panels/request_vars.html:54
-msgid "No COOKIE data"
-msgstr "Não há dados de COOKIE"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr "Sem Cookies"
-#: templates/debug_toolbar/panels/request_vars.html:57
-msgid "SESSION Variables"
-msgstr "Variáveis de SESSION"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr "Dados de Sessão"
-#: templates/debug_toolbar/panels/request_vars.html:80
-msgid "No SESSION data"
-msgstr "Não há dados de SESSION"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr "Sem dados de Sessão"
-#: templates/debug_toolbar/panels/request_vars.html:83
-msgid "GET Variables"
-msgstr "Variáveis de GET"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr "Dados de GET"
-#: templates/debug_toolbar/panels/request_vars.html:102
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr "Não há dados de GET"
-#: templates/debug_toolbar/panels/request_vars.html:105
-msgid "POST Variables"
-msgstr "Variáveis de POST"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr "Dados de POST"
-#: templates/debug_toolbar/panels/request_vars.html:124
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr "Não há dados de POST"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr "Configuração"
@@ -411,50 +468,50 @@ msgid "Signal"
msgstr "Sinais"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
-msgstr "Argumentos Fornecidos"
+msgid "Providing"
+msgstr "Fornecendo"
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr "Recebedores"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] "%(num)s consulta"
msgstr[1] "%(num)s consultas"
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr "Query"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr "Linha do tempo"
-#: templates/debug_toolbar/panels/sql.html:22
+#: templates/debug_toolbar/panels/sql.html:21
msgid "Action"
msgstr "Ação"
-#: templates/debug_toolbar/panels/sql.html:65
+#: templates/debug_toolbar/panels/sql.html:64
msgid "Connection:"
msgstr "Conexão:"
-#: templates/debug_toolbar/panels/sql.html:67
+#: templates/debug_toolbar/panels/sql.html:66
msgid "Isolation level:"
msgstr "Nível de isolamento:"
-#: templates/debug_toolbar/panels/sql.html:70
+#: templates/debug_toolbar/panels/sql.html:69
msgid "Transaction status:"
msgstr "Status da transação:"
-#: templates/debug_toolbar/panels/sql.html:84
+#: templates/debug_toolbar/panels/sql.html:83
msgid "(unknown)"
msgstr "(unknown)"
-#: templates/debug_toolbar/panels/sql.html:93
+#: templates/debug_toolbar/panels/sql.html:92
msgid "No SQL queries were recorded during this request."
msgstr "Nenhuma consulta SQL foi registrada durante esta requisição."
@@ -466,8 +523,8 @@ msgid "Back"
msgstr "Voltar"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
-msgstr "SQL Explicada"
+msgid "SQL explained"
+msgstr "SQL explicada"
#: templates/debug_toolbar/panels/sql_explain.html:9
#: templates/debug_toolbar/panels/sql_profile.html:10
@@ -482,37 +539,69 @@ msgid "Database"
msgstr "Banco de dados"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
-msgstr "Perfil da SQL"
+msgid "SQL profiled"
+msgstr "SQL perfilado"
#: templates/debug_toolbar/panels/sql_profile.html:37
msgid "Error"
msgstr "Erro"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
-msgstr "SQL Selecionada"
+msgid "SQL selected"
+msgstr "SQL selecionada"
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr "Conjunto vazio"
-#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
-msgstr "Origem do Template"
-
-#: templates/debug_toolbar/panels/templates.html:2
-msgid "Template path"
-msgid_plural "Template paths"
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
msgstr[0] ""
-msgstr[1] "Caminho do Template"
+msgstr[1] ""
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
#: templates/debug_toolbar/panels/templates.html:10
#: templates/debug_toolbar/panels/templates.html:28
#: templates/debug_toolbar/panels/templates.html:43
msgid "None"
msgstr "Nenhum"
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
+#: templates/debug_toolbar/panels/template_source.html:4
+msgid "Template source:"
+msgstr "Origem do Template:"
+
+#: templates/debug_toolbar/panels/templates.html:2
+msgid "Template path"
+msgid_plural "Template paths"
+msgstr[0] ""
+msgstr[1] "Caminho do Template"
+
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
@@ -521,8 +610,8 @@ msgstr[1] "Template"
#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
-msgid "Toggle Context"
-msgstr "Mostrar/Esconder Contexto"
+msgid "Toggle context"
+msgstr "Alternar contexto"
#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
@@ -531,19 +620,19 @@ msgstr[0] ""
msgstr[1] "Processador do Contexto"
#: templates/debug_toolbar/panels/timer.html:2
-msgid "Resource Usage"
-msgstr "Uso de Recursos"
+msgid "Resource usage"
+msgstr "Uso de recursos"
#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr "Recurso"
#: templates/debug_toolbar/panels/timer.html:26
-msgid "Browser Timing"
+msgid "Browser timing"
msgstr "Cronometragem do Navegador"
#: templates/debug_toolbar/panels/timer.html:35
-msgid "Timing Attribute"
+msgid "Timing attribute"
msgstr "Atributo de Cronometragem"
#: templates/debug_toolbar/panels/timer.html:37
diff --git a/debug_toolbar/locale/ro/LC_MESSAGES/django.mo b/debug_toolbar/locale/ro/LC_MESSAGES/django.mo
index 5b9080e..35b6a64 100644
--- a/debug_toolbar/locale/ro/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/ro/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/ro/LC_MESSAGES/django.po b/debug_toolbar/locale/ro/LC_MESSAGES/django.po
index 9090311..ef76ec8 100644
--- a/debug_toolbar/locale/ro/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/ro/LC_MESSAGES/django.po
@@ -6,22 +6,28 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: Romanian (http://www.transifex.net/projects/p/django-debug-toolbar/language/ro/)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Romanian (http://www.transifex.com/projects/p/django-debug-toolbar/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ro\n"
-"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
-#: panels/cache.py:125
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr ""
-#: panels/cache.py:129
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
@@ -29,19 +35,23 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
+#: panels/headers.py:35
+msgid "Headers"
msgstr ""
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
msgstr ""
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
@@ -49,32 +59,40 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: panels/logger.py:126
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
+
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
+
+#: panels/request.py:27
+msgid "<no view>"
+msgstr ""
+
+#: panels/request.py:39
+msgid "<unavailable>"
msgstr ""
-#: panels/settings_vars.py:18
+#: panels/settings.py:20
msgid "Settings"
msgstr ""
-#: panels/settings_vars.py:21
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr ""
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
-msgstr ""
-
-#: panels/signals.py:49
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
@@ -82,7 +100,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
@@ -90,222 +108,362 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
+msgstr ""
+
+#: panels/staticfiles.py:115
+msgid "Static files"
msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr ""
+
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
msgstr ""
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 ""
-#: panels/timer.py:70
-msgid "Resource Usage"
+#: panels/timer.py:42
+msgid "User CPU time"
msgstr ""
-#: panels/timer.py:83
-msgid "User CPU time"
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
msgstr ""
-#: panels/timer.py:84
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:85
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr ""
-#: panels/timer.py:86
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/version.py:19 panels/version.py:28
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr ""
+
+#: panels/versions.py:25
msgid "Versions"
msgstr ""
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr ""
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr ""
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr ""
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr ""
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr ""
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr ""
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr ""
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr ""
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr ""
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr ""
@@ -314,14 +472,14 @@ msgid "Signal"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
+msgid "Providing"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
@@ -329,20 +487,37 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr ""
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
+msgid "Action"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:22
-msgid "Action"
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:3
@@ -353,7 +528,7 @@ msgid "Back"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+msgid "SQL explained"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
@@ -369,7 +544,7 @@ msgid "Database"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -377,15 +552,57 @@ msgid "Error"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr ""
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
+msgid "Template source:"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
@@ -404,12 +621,7 @@ msgstr[2] ""
#: 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"
+msgid "Toggle context"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
@@ -419,17 +631,30 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:7
-msgid "Version"
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
msgstr ""
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:6
+msgid "Version"
+msgstr ""
diff --git a/debug_toolbar/locale/ru/LC_MESSAGES/django.mo b/debug_toolbar/locale/ru/LC_MESSAGES/django.mo
index ddaa03b..3a6640c 100644
--- a/debug_toolbar/locale/ru/LC_MESSAGES/django.mo
+++ 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 ee56882..ada3832 100644
--- a/debug_toolbar/locale/ru/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/ru/LC_MESSAGES/django.po
@@ -9,10 +9,10 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2013-10-26 22:00+0200\n"
-"PO-Revision-Date: 2013-10-27 16:00+0000\n"
-"Last-Translator: Алексей Борискин <sun.void@gmail.com>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/django-debug-toolbar/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +20,13 @@ msgstr ""
"Language: ru\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: panels/cache.py:190
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr "Данные этой панели больше недоступны. Пожалуйста, перезагрузите страницу и попробуйте ещё раз."
+
+#: panels/cache.py:189
msgid "Cache"
msgstr "Кэш"
@@ -32,7 +38,7 @@ msgstr[0] "%(cache_calls)d обращение за %(time).2fms"
msgstr[1] "%(cache_calls)d обращения за %(time).2fms"
msgstr[2] "%(cache_calls)d обращений за %(time).2fms"
-#: panels/cache.py:201
+#: panels/cache.py:202
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
@@ -40,15 +46,15 @@ msgstr[0] "Обращения к кэшу от %(count)d бэкенда"
msgstr[1] "Обращения к кэшу от %(count)d бэкендов"
msgstr[2] "Обращения к кэшу от %(count)d бэкендов"
-#: panels/headers.py:39 panels/headers.py:42
-msgid "HTTP Headers"
-msgstr "HTTP-заголовки"
+#: panels/headers.py:35
+msgid "Headers"
+msgstr "Заголовки"
-#: panels/logger.py:127
+#: panels/logging.py:64
msgid "Logging"
msgstr "Логи"
-#: panels/logger.py:132
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
@@ -56,40 +62,40 @@ msgstr[0] "%(count)s сообщение"
msgstr[1] "%(count)s сообщений"
msgstr[2] "%(count)s сообщений"
-#: panels/logger.py:136
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr "Сообщения в логе"
-#: panels/profiling.py:152 panels/profiling.py:158
+#: panels/profiling.py:126
msgid "Profiling"
msgstr "Профилирование"
-#: panels/request_vars.py:20 panels/request_vars.py:23
-msgid "Request Vars"
-msgstr "Request переменные"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr "Перехват редиректов"
-#: panels/request_vars.py:38
+#: panels/request.py:18
+msgid "Request"
+msgstr "Запрос"
+
+#: panels/request.py:27
msgid "<no view>"
msgstr "<нет view>"
-#: panels/request_vars.py:50
+#: panels/request.py:39
msgid "<unavailable>"
msgstr "<недоступно>"
-#: panels/settings_vars.py:20
+#: panels/settings.py:20
msgid "Settings"
msgstr "Настройки"
-#: panels/settings_vars.py:23
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr "Настройки из <code>%s</code>"
-#: panels/signals.py:43 panels/signals.py:61
-msgid "Signals"
-msgstr "Сигналы"
-
-#: panels/signals.py:52
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
@@ -97,7 +103,7 @@ msgstr[0] "%(num_receivers)d получатель 1 сигнала"
msgstr[1] "%(num_receivers)d получателя 1 сигнала"
msgstr[2] "%(num_receivers)d получателей 1 сигнала"
-#: panels/signals.py:55
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
@@ -105,175 +111,200 @@ msgstr[0] "%(num_receivers)d получатель %(num_signals)d сигнала
msgstr[1] "%(num_receivers)d получателя %(num_signals)d сигнала(ов)"
msgstr[2] "%(num_receivers)d получателей %(num_signals)d сигнала(ов)"
-#: panels/sql.py:35
-msgid "Autocommit"
-msgstr "Autocommit"
-
-#: panels/sql.py:36
-msgid "Read uncommitted"
-msgstr "Read uncommitted"
-
-#: panels/sql.py:37
-msgid "Read committed"
-msgstr "Read committed"
-
-#: panels/sql.py:38
-msgid "Repeatable read"
-msgstr "Repeatable read"
-
-#: panels/sql.py:39
-msgid "Serializable"
-msgstr "Serializable"
-
-#: panels/sql.py:50
-msgid "Idle"
-msgstr "Ожидание"
-
-#: panels/sql.py:51
-msgid "Active"
-msgstr "Действие"
-
-#: panels/sql.py:52
-msgid "In transaction"
-msgstr "В транзакции"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Сигналы"
-#: panels/sql.py:53
-msgid "In error"
-msgstr "Ошибка"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
+msgstr ""
-#: panels/sql.py:54
-msgid "Unknown"
-msgstr "Неизвестно"
+#: panels/staticfiles.py:115
+msgid "Static files"
+msgstr ""
-#: panels/sql.py:122
-msgid "SQL"
-msgstr "SQL"
+#: panels/staticfiles.py:120
+#, python-format
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: panels/template.py:104
-msgid "Templates"
-msgstr "Шаблоны"
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-#: panels/template.py:108
+#: panels/timer.py:28
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
-msgstr "Шаблоны (обработано %(num_templates)s)"
+msgid "Total: %0.2fms"
+msgstr "Итого: %0.2fms"
-#: panels/timer.py:60 panels/timer.py:76
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 "Время"
-#: panels/timer.py:68
-#, python-format
-msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
-msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-
-#: panels/timer.py:73
-#, python-format
-msgid "TOTAL: %0.2fms"
-msgstr "ИТОГО: %0.2fms"
-
-#: panels/timer.py:87
+#: panels/timer.py:42
msgid "User CPU time"
msgstr "User CPU time"
-#: panels/timer.py:87
+#: panels/timer.py:42
#, python-format
msgid "%(utime)0.3f msec"
msgstr "%(utime)0.3f мс"
-#: panels/timer.py:88
+#: panels/timer.py:43
msgid "System CPU time"
msgstr "System CPU time"
-#: panels/timer.py:88
+#: panels/timer.py:43
#, python-format
msgid "%(stime)0.3f msec"
msgstr "%(stime)0.3f мс"
-#: panels/timer.py:89
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr "Total CPU time"
-#: panels/timer.py:89
+#: panels/timer.py:44
#, python-format
msgid "%(total)0.3f msec"
msgstr "%(total)0.3f мс"
-#: panels/timer.py:90
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr "Затраченное время"
-#: panels/timer.py:90
+#: panels/timer.py:45
#, python-format
msgid "%(total_time)0.3f msec"
msgstr "%(total_time)0.3f мс"
-#: panels/timer.py:91
+#: panels/timer.py:46
msgid "Context switches"
msgstr "Переключений контекста"
-#: panels/timer.py:91
+#: panels/timer.py:46
#, python-format
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
msgstr "%(vcsw)d намеренных, %(ivcsw)d вынужденных"
-#: panels/version.py:23 panels/version.py:32
+#: panels/versions.py:25
msgid "Versions"
msgstr "Версии"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr "Autocommit"
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr "Read uncommitted"
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr "Read committed"
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr "Repeatable read"
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr "Serializable"
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr "Ожидание"
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "Действие"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr "В транзакции"
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "Ошибка"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr "Неизвестно"
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr "SQL"
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Шаблоны"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "Шаблоны (обработано %(num_templates)s)"
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
msgstr "Скрыть панель"
-#: templates/debug_toolbar/base.html:11
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr "Скрыть"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr "Отключить для последующих запросов"
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr "Включить для последующих запросов"
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
msgstr "Показать панель"
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "Закрыть"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr "Место"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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 "Django Debug Toolbar в отладочных целях перехватила редирект на адрес, указанный выше. Вы можете нажать на ссылку, чтобы продолжить обычное выполнение. Если вы хотите отключить это поведение, установите в словаре <code>DEBUG_TOOLBAR_CONFIG</code> ключ <code>INTERCEPT_REDIRECTS</code> в значение <code>False</code>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr "Django Debug Toolbar в перехватил редирект на адрес, указанный выше. Вы можете нажать на ссылку, чтобы выполнить переход самостоятельно."
#: templates/debug_toolbar/panels/cache.html:2
msgid "Summary"
msgstr "Сводка"
#: templates/debug_toolbar/panels/cache.html:6
-msgid "Total Calls"
+msgid "Total calls"
msgstr "Всего вызовов"
#: templates/debug_toolbar/panels/cache.html:7
-msgid "Total Time"
+msgid "Total time"
msgstr "Общее время"
#: templates/debug_toolbar/panels/cache.html:8
-msgid "Cache Hits"
-msgstr "Попаданий в кэш"
+msgid "Cache hits"
+msgstr "Cache хитов"
#: templates/debug_toolbar/panels/cache.html:9
-msgid "Cache Misses"
-msgstr "Промахов кэша"
+msgid "Cache misses"
+msgstr "Промахи кэша"
#: templates/debug_toolbar/panels/cache.html:21
msgid "Commands"
@@ -284,7 +315,7 @@ msgid "Calls"
msgstr "Вызовы"
#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/sql.html:21
+#: templates/debug_toolbar/panels/sql.html:20
msgid "Time (ms)"
msgstr "Время (мс)"
@@ -293,122 +324,149 @@ msgid "Type"
msgstr "Тип"
#: templates/debug_toolbar/panels/cache.html:45
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "args"
-msgstr "args"
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr "Аргументы"
#: templates/debug_toolbar/panels/cache.html:46
-#: templates/debug_toolbar/panels/request_vars.html:10
-msgid "kwargs"
-msgstr "kwargs"
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
+msgstr "Именованные аргументы"
#: templates/debug_toolbar/panels/cache.html:47
msgid "Backend"
msgstr "Бэкенд"
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr "Заголовки запроса"
+
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "Заголовок"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:41
-#: templates/debug_toolbar/panels/request_vars.html:67
-#: templates/debug_toolbar/panels/request_vars.html:89
-#: templates/debug_toolbar/panels/request_vars.html:111
-#: templates/debug_toolbar/panels/settings_vars.html:6
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Значение"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr "Заголовки ответа"
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr "WSGI-окружение"
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr "Так как WSGI-окружение наследует окружение сервера, ниже отображены лишь те из переменных, которые важны для нужд отладки."
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "Уровень"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr "Канал"
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "Сообщение"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "Место"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "Сообщений нет"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr "Вызов"
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr "КумулВрем"
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr "ЗаВызов"
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr "ИтогВремя"
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr "Кол-во"
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr "View"
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
msgstr "View функция"
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "URL Name"
-msgstr "Название URL"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
+msgstr "URL Name"
-#: templates/debug_toolbar/panels/request_vars.html:31
-msgid "COOKIES Variables"
-msgstr "COOKIES"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr "Cookies"
-#: templates/debug_toolbar/panels/request_vars.html:40
-#: templates/debug_toolbar/panels/request_vars.html:66
-#: templates/debug_toolbar/panels/request_vars.html:88
-#: templates/debug_toolbar/panels/request_vars.html:110
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr "Переменная"
-#: templates/debug_toolbar/panels/request_vars.html:54
-msgid "No COOKIE data"
-msgstr "Нет COOKIE данных"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr "Нет cookies"
-#: templates/debug_toolbar/panels/request_vars.html:57
-msgid "SESSION Variables"
-msgstr "SESSION"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr "Сессия"
-#: templates/debug_toolbar/panels/request_vars.html:80
-msgid "No SESSION data"
-msgstr "Нет SESSION данных"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr "Нет данных в сессии"
-#: templates/debug_toolbar/panels/request_vars.html:83
-msgid "GET Variables"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
msgstr "GET"
-#: templates/debug_toolbar/panels/request_vars.html:102
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr "Нет GET данных"
-#: templates/debug_toolbar/panels/request_vars.html:105
-msgid "POST Variables"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
msgstr "POST"
-#: templates/debug_toolbar/panels/request_vars.html:124
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr "Нет POST данных"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr "Параметр"
@@ -417,14 +475,14 @@ msgid "Signal"
msgstr "Сигнал"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
-msgstr "Аргументы сигнала"
+msgid "Providing"
+msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr "Получатели сигнала"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
@@ -432,36 +490,36 @@ msgstr[0] "%(num)s запрос"
msgstr[1] "%(num)s запроса"
msgstr[2] "%(num)s запросов"
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr "Запрос"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr "Временная диаграмма"
-#: templates/debug_toolbar/panels/sql.html:22
+#: templates/debug_toolbar/panels/sql.html:21
msgid "Action"
msgstr "Действие"
-#: templates/debug_toolbar/panels/sql.html:65
+#: templates/debug_toolbar/panels/sql.html:64
msgid "Connection:"
msgstr "Соединение:"
-#: templates/debug_toolbar/panels/sql.html:67
+#: templates/debug_toolbar/panels/sql.html:66
msgid "Isolation level:"
msgstr "Уровень изоляции:"
-#: templates/debug_toolbar/panels/sql.html:70
+#: templates/debug_toolbar/panels/sql.html:69
msgid "Transaction status:"
msgstr "Статус транзакции:"
-#: templates/debug_toolbar/panels/sql.html:84
+#: templates/debug_toolbar/panels/sql.html:83
msgid "(unknown)"
msgstr "(неизвестно)"
-#: templates/debug_toolbar/panels/sql.html:93
+#: templates/debug_toolbar/panels/sql.html:92
msgid "No SQL queries were recorded during this request."
msgstr "Во время обработки этого HTTP-запроса не было записано ни одного SQL-запроса."
@@ -473,7 +531,7 @@ msgid "Back"
msgstr "Назад"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+msgid "SQL explained"
msgstr "SQL Explain"
#: templates/debug_toolbar/panels/sql_explain.html:9
@@ -489,7 +547,7 @@ msgid "Database"
msgstr "База данных"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr "Профилирование SQL"
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -497,16 +555,58 @@ msgid "Error"
msgstr "Ошибка"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr "Выбранные SQL-запросы"
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr "Ничего, ноль строк"
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr "Нет"
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
-msgstr "Источник шаблона"
+msgid "Template source:"
+msgstr "Источник шаблона:"
#: templates/debug_toolbar/panels/templates.html:2
msgid "Template path"
@@ -515,12 +615,6 @@ msgstr[0] "Путь к шаблонам"
msgstr[1] "Пути к шаблонам"
msgstr[2] "Пути к шаблонам"
-#: templates/debug_toolbar/panels/templates.html:10
-#: templates/debug_toolbar/panels/templates.html:28
-#: templates/debug_toolbar/panels/templates.html:43
-msgid "None"
-msgstr "Нет"
-
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
@@ -530,7 +624,7 @@ msgstr[2] "Шаблоны"
#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
-msgid "Toggle Context"
+msgid "Toggle context"
msgstr "Контекст"
#: templates/debug_toolbar/panels/templates.html:31
@@ -541,7 +635,7 @@ msgstr[1] "Контекст процессоры"
msgstr[2] "Контекст процессоры"
#: templates/debug_toolbar/panels/timer.html:2
-msgid "Resource Usage"
+msgid "Resource usage"
msgstr "Потребление ресурсов"
#: templates/debug_toolbar/panels/timer.html:10
@@ -549,11 +643,11 @@ msgid "Resource"
msgstr "Ресурс"
#: templates/debug_toolbar/panels/timer.html:26
-msgid "Browser Timing"
+msgid "Browser timing"
msgstr "Браузерное время"
#: templates/debug_toolbar/panels/timer.html:35
-msgid "Timing Attribute"
+msgid "Timing attribute"
msgstr "Событие"
#: templates/debug_toolbar/panels/timer.html:37
diff --git a/debug_toolbar/locale/sk/LC_MESSAGES/django.mo b/debug_toolbar/locale/sk/LC_MESSAGES/django.mo
index 35536b1..6e46ebd 100644
--- a/debug_toolbar/locale/sk/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/sk/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/sk/LC_MESSAGES/django.po b/debug_toolbar/locale/sk/LC_MESSAGES/django.po
index 36041bd..1f1473c 100644
--- a/debug_toolbar/locale/sk/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/sk/LC_MESSAGES/django.po
@@ -9,10 +9,10 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2013-10-26 22:00+0200\n"
-"PO-Revision-Date: 2013-10-27 06:50+0000\n"
-"Last-Translator: Juraj Bubniak <translations@jbub.eu>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/django-debug-toolbar/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +20,13 @@ msgstr ""
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: panels/cache.py:190
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr "Cache"
@@ -32,7 +38,7 @@ msgstr[0] "%(cache_calls)d volanie za %(time).2fms"
msgstr[1] "%(cache_calls)d volaní za %(time).2fms"
msgstr[2] "%(cache_calls)d volaní za %(time).2fms"
-#: panels/cache.py:201
+#: panels/cache.py:202
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
@@ -40,15 +46,15 @@ msgstr[0] "Cache volania z %(count)d backendu"
msgstr[1] "Cache volania z %(count)d backendov"
msgstr[2] "Cache volania z %(count)d backendov"
-#: panels/headers.py:39 panels/headers.py:42
-msgid "HTTP Headers"
-msgstr "HTTP hlavičky"
+#: panels/headers.py:35
+msgid "Headers"
+msgstr ""
-#: panels/logger.py:127
+#: panels/logging.py:64
msgid "Logging"
msgstr "Zápis"
-#: panels/logger.py:132
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
@@ -56,40 +62,40 @@ msgstr[0] "%(count)s správa"
msgstr[1] "%(count)s správ"
msgstr[2] "%(count)s správ"
-#: panels/logger.py:136
-msgid "Log Messages"
-msgstr "Správy zápisu"
+#: panels/logging.py:73
+msgid "Log messages"
+msgstr ""
-#: panels/profiling.py:152 panels/profiling.py:158
+#: panels/profiling.py:126
msgid "Profiling"
msgstr "Analýza"
-#: panels/request_vars.py:20 panels/request_vars.py:23
-msgid "Request Vars"
-msgstr "Premenné požiadavky"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr ""
+
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
-#: panels/request_vars.py:38
+#: panels/request.py:27
msgid "<no view>"
msgstr "<ziadne zobrazenie>"
-#: panels/request_vars.py:50
+#: panels/request.py:39
msgid "<unavailable>"
msgstr "<nedostupny>"
-#: panels/settings_vars.py:20
+#: panels/settings.py:20
msgid "Settings"
msgstr "Nastavenia"
-#: panels/settings_vars.py:23
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr "Nastavenia z <code>%s</code>"
-#: panels/signals.py:43 panels/signals.py:61
-msgid "Signals"
-msgstr "Signály"
-
-#: panels/signals.py:52
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
@@ -97,7 +103,7 @@ msgstr[0] "%(num_receivers)d príjemca 1 signálu"
msgstr[1] "%(num_receivers)d príjemcov 1 signálu"
msgstr[2] "%(num_receivers)d príjemcov 1 signálu"
-#: panels/signals.py:55
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
@@ -105,175 +111,200 @@ msgstr[0] "%(num_receivers)d príjemca %(num_signals)d signálov"
msgstr[1] "%(num_receivers)d príjemcov %(num_signals)d signálov"
msgstr[2] "%(num_receivers)d príjemcov %(num_signals)d signálov"
-#: panels/sql.py:35
-msgid "Autocommit"
-msgstr "Autocommit"
-
-#: panels/sql.py:36
-msgid "Read uncommitted"
-msgstr "Read uncommitted"
-
-#: panels/sql.py:37
-msgid "Read committed"
-msgstr "Read committed"
-
-#: panels/sql.py:38
-msgid "Repeatable read"
-msgstr "Opakovateľné čítanie"
-
-#: panels/sql.py:39
-msgid "Serializable"
-msgstr "Premenná"
-
-#: panels/sql.py:50
-msgid "Idle"
-msgstr "Nečinný"
-
-#: panels/sql.py:51
-msgid "Active"
-msgstr "Akcia"
-
-#: panels/sql.py:52
-msgid "In transaction"
-msgstr "Stav transakcie:"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Signály"
-#: panels/sql.py:53
-msgid "In error"
-msgstr "Chyba"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
+msgstr ""
-#: panels/sql.py:54
-msgid "Unknown"
-msgstr "(neznámy)"
+#: panels/staticfiles.py:115
+msgid "Static files"
+msgstr ""
-#: panels/sql.py:122
-msgid "SQL"
-msgstr "SQL"
+#: panels/staticfiles.py:120
+#, python-format
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: panels/template.py:104
-msgid "Templates"
-msgstr "Šablóny"
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-#: panels/template.py:108
+#: panels/timer.py:28
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
-msgstr "Šablóny (%(num_templates)s spracovaných)"
+msgid "Total: %0.2fms"
+msgstr ""
-#: panels/timer.py:60 panels/timer.py:76
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 "Čas"
-#: panels/timer.py:68
-#, python-format
-msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
-msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
-
-#: panels/timer.py:73
-#, python-format
-msgid "TOTAL: %0.2fms"
-msgstr "CELKOVO: %0.2fms"
-
-#: panels/timer.py:87
+#: panels/timer.py:42
msgid "User CPU time"
msgstr "Užívateľský čas CPU"
-#: panels/timer.py:87
+#: panels/timer.py:42
#, python-format
msgid "%(utime)0.3f msec"
msgstr "%(utime)0.3f msek"
-#: panels/timer.py:88
+#: panels/timer.py:43
msgid "System CPU time"
msgstr "Systémový čas CPU"
-#: panels/timer.py:88
+#: panels/timer.py:43
#, python-format
msgid "%(stime)0.3f msec"
msgstr "%(stime)0.3f msek"
-#: panels/timer.py:89
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr "Celkový čas CPU"
-#: panels/timer.py:89
+#: panels/timer.py:44
#, python-format
msgid "%(total)0.3f msec"
msgstr "%(total)0.3f msek"
-#: panels/timer.py:90
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr "Uplynutý čas"
-#: panels/timer.py:90
+#: panels/timer.py:45
#, python-format
msgid "%(total_time)0.3f msec"
msgstr "%(total_time)0.3f msek"
-#: panels/timer.py:91
+#: panels/timer.py:46
msgid "Context switches"
msgstr "Prepnutí kontextu"
-#: panels/timer.py:91
+#: panels/timer.py:46
#, python-format
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
msgstr "%(vcsw)d dobrovoľných, %(ivcsw)d nedobrovoľných"
-#: panels/version.py:23 panels/version.py:32
+#: panels/versions.py:25
msgid "Versions"
msgstr "Verzie"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
-msgstr "Skryť panel nástrojov"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr "Autocommit"
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr "Read uncommitted"
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr "Read committed"
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr "Opakovateľné čítanie"
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr "Premenná"
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr "Nečinný"
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "Akcia"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr "Stav transakcie:"
+
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "Chyba"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr "(neznámy)"
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr "SQL"
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Šablóny"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "Šablóny (%(num_templates)s spracovaných)"
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr "Skryť"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
-msgstr "Zobraziť panel nástrojov"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr "Zatvoriť"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr "Poloha"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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 "Django Debug Toolbar zachytil presmerovanie na vyššie uvedenú URL adresu pre účely ladenia. Pre normálne presmerovanie môžete kliknúť na vyššie uvedený odkaz. Ak by ste chceli zakázať túto vlastnosť, nastavte v slovníku <code>DEBUG_TOOLBAR_CONFIG</code> kľúč <code>INTERCEPT_REDIRECTS</code> na <code>False</code>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:2
msgid "Summary"
msgstr "Zhrnutie"
#: templates/debug_toolbar/panels/cache.html:6
-msgid "Total Calls"
-msgstr "Celkovo volaní"
+msgid "Total calls"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:7
-msgid "Total Time"
-msgstr "Celkový čas"
+msgid "Total time"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:8
-msgid "Cache Hits"
-msgstr "Volaní Cache"
+msgid "Cache hits"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:9
-msgid "Cache Misses"
-msgstr "Vynechania Cache"
+msgid "Cache misses"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:21
msgid "Commands"
@@ -284,7 +315,7 @@ msgid "Calls"
msgstr "Volania"
#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/sql.html:21
+#: templates/debug_toolbar/panels/sql.html:20
msgid "Time (ms)"
msgstr "Čas (ms)"
@@ -293,122 +324,149 @@ msgid "Type"
msgstr "Typ"
#: templates/debug_toolbar/panels/cache.html:45
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "args"
-msgstr "args"
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:46
-#: templates/debug_toolbar/panels/request_vars.html:10
-msgid "kwargs"
-msgstr "kwargs"
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
+msgstr ""
#: templates/debug_toolbar/panels/cache.html:47
msgid "Backend"
msgstr "Backend"
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr "Kľúč"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:41
-#: templates/debug_toolbar/panels/request_vars.html:67
-#: templates/debug_toolbar/panels/request_vars.html:89
-#: templates/debug_toolbar/panels/request_vars.html:111
-#: templates/debug_toolbar/panels/settings_vars.html:6
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Hodnota"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr "Úroveň"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr "Kanál"
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr "Správa"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "Poloha"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr "Žiadne správy neboli zaznamenané"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr "Volanie"
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr "CumTime"
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr "Za"
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr "TotTime"
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr "Počet"
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr "Zobraziť informácie"
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
-msgstr "Zobraziť funkciu"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "URL Name"
-msgstr "URL Meno"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:31
-msgid "COOKIES Variables"
-msgstr "COOKIE Premenné"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:40
-#: templates/debug_toolbar/panels/request_vars.html:66
-#: templates/debug_toolbar/panels/request_vars.html:88
-#: templates/debug_toolbar/panels/request_vars.html:110
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr "Premenná"
-#: templates/debug_toolbar/panels/request_vars.html:54
-msgid "No COOKIE data"
-msgstr "Žiadne COOKIE dáta"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:57
-msgid "SESSION Variables"
-msgstr "SESSION Premenné"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:80
-msgid "No SESSION data"
-msgstr "Žiadne SESSION dáta"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:83
-msgid "GET Variables"
-msgstr "GET Premenné"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:102
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr "Žiadne GET dáta"
-#: templates/debug_toolbar/panels/request_vars.html:105
-msgid "POST Variables"
-msgstr "POST Premenné"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:124
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr "Žiadne POST dáta"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr "Nastavenie"
@@ -417,14 +475,14 @@ msgid "Signal"
msgstr "Signál"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
-msgstr "Poskytované parametre"
+msgid "Providing"
+msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr "Príjemcovia"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
@@ -432,36 +490,36 @@ msgstr[0] "%(num)s dopyt"
msgstr[1] "%(num)s dopytov"
msgstr[2] "%(num)s dopytov"
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr "Dopyt"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr "Časová os"
-#: templates/debug_toolbar/panels/sql.html:22
+#: templates/debug_toolbar/panels/sql.html:21
msgid "Action"
msgstr "Akcia"
-#: templates/debug_toolbar/panels/sql.html:65
+#: templates/debug_toolbar/panels/sql.html:64
msgid "Connection:"
msgstr "Pripojenie:"
-#: templates/debug_toolbar/panels/sql.html:67
+#: templates/debug_toolbar/panels/sql.html:66
msgid "Isolation level:"
msgstr "Úroveň izolácie:"
-#: templates/debug_toolbar/panels/sql.html:70
+#: templates/debug_toolbar/panels/sql.html:69
msgid "Transaction status:"
msgstr "Stav transakcie:"
-#: templates/debug_toolbar/panels/sql.html:84
+#: templates/debug_toolbar/panels/sql.html:83
msgid "(unknown)"
msgstr "(neznámy)"
-#: templates/debug_toolbar/panels/sql.html:93
+#: templates/debug_toolbar/panels/sql.html:92
msgid "No SQL queries were recorded during this request."
msgstr "V priebehu tejto požiadavky neboli zaznamenané žiadne SQL dopyty."
@@ -473,8 +531,8 @@ msgid "Back"
msgstr "Späť"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
-msgstr "Vysvetlené SQL"
+msgid "SQL explained"
+msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
#: templates/debug_toolbar/panels/sql_profile.html:10
@@ -489,24 +547,66 @@ msgid "Database"
msgstr "Databáza"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
-msgstr "Profilované SQL"
+msgid "SQL profiled"
+msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
msgid "Error"
msgstr "Chyba"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
-msgstr "Označené SQL"
+msgid "SQL selected"
+msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr "Prázdny rad"
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr "Žiadny"
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
-msgstr "Zdrojový kód šablóny"
+msgid "Template source:"
+msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
msgid "Template path"
@@ -515,12 +615,6 @@ msgstr[0] "Cesta k šablóne"
msgstr[1] "Cesta k šablóne"
msgstr[2] "Cesta k šablóne"
-#: templates/debug_toolbar/panels/templates.html:10
-#: templates/debug_toolbar/panels/templates.html:28
-#: templates/debug_toolbar/panels/templates.html:43
-msgid "None"
-msgstr "Žiadny"
-
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
@@ -530,8 +624,8 @@ msgstr[2] "Šablóna"
#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
-msgid "Toggle Context"
-msgstr "Prepnúť kontext"
+msgid "Toggle context"
+msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
@@ -541,20 +635,20 @@ msgstr[1] "Spracovateľ kontextu"
msgstr[2] "Spracovateľ kontextu"
#: templates/debug_toolbar/panels/timer.html:2
-msgid "Resource Usage"
-msgstr "Využitie prostriedkov"
+msgid "Resource usage"
+msgstr ""
#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr "Prostriedok"
#: templates/debug_toolbar/panels/timer.html:26
-msgid "Browser Timing"
-msgstr "Čas Prehliadača"
+msgid "Browser timing"
+msgstr ""
#: templates/debug_toolbar/panels/timer.html:35
-msgid "Timing Attribute"
-msgstr "Časový Atribút"
+msgid "Timing attribute"
+msgstr ""
#: templates/debug_toolbar/panels/timer.html:37
msgid "Milliseconds since navigation start (+length)"
diff --git a/debug_toolbar/locale/tr/LC_MESSAGES/django.mo b/debug_toolbar/locale/tr/LC_MESSAGES/django.mo
index 0fe465d..e48491b 100644
--- a/debug_toolbar/locale/tr/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/tr/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/tr/LC_MESSAGES/django.po b/debug_toolbar/locale/tr/LC_MESSAGES/django.po
index 56071ea..8fea3b5 100644
--- a/debug_toolbar/locale/tr/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/tr/LC_MESSAGES/django.po
@@ -6,298 +6,458 @@
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: Turkish (http://www.transifex.net/projects/p/django-debug-toolbar/language/tr/)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/django-debug-toolbar/language/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tr\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: panels/cache.py:125
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr ""
+
+#: panels/cache.py:189
msgid "Cache"
msgstr ""
-#: panels/cache.py:129
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] ""
+msgstr[1] ""
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] ""
+msgstr[1] ""
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
+#: panels/headers.py:35
+msgid "Headers"
msgstr ""
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
msgstr ""
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] ""
+msgstr[1] ""
-#: panels/logger.py:126
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
msgstr ""
-#: panels/settings_vars.py:18
+#: panels/request.py:18
+msgid "Request"
+msgstr ""
+
+#: panels/request.py:27
+msgid "<no view>"
+msgstr ""
+
+#: panels/request.py:39
+msgid "<unavailable>"
+msgstr ""
+
+#: panels/settings.py:20
msgid "Settings"
msgstr ""
-#: panels/settings_vars.py:21
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr ""
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
-msgstr ""
-
-#: panels/signals.py:49
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] ""
+msgstr[1] ""
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] ""
+msgstr[1] ""
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:115
+msgid "Static files"
+msgstr ""
+
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
msgstr ""
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
+msgstr ""
+
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 ""
-#: panels/timer.py:70
-msgid "Resource Usage"
+#: panels/timer.py:42
+msgid "User CPU time"
msgstr ""
-#: panels/timer.py:83
-msgid "User CPU time"
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
msgstr ""
-#: panels/timer.py:84
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:85
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr ""
-#: panels/timer.py:86
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/version.py:19 panels/version.py:28
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr ""
+
+#: panels/versions.py:25
msgid "Versions"
msgstr ""
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr ""
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr ""
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr ""
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr ""
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr ""
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
msgstr ""
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
msgstr ""
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:51
msgid "Close"
msgstr ""
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr ""
+
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr ""
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
msgstr ""
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr ""
@@ -306,33 +466,51 @@ msgid "Signal"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
+msgid "Providing"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] ""
+msgstr[1] ""
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr ""
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
+msgid "Action"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:22
-msgid "Action"
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:3
@@ -343,7 +521,7 @@ msgid "Back"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+msgid "SQL explained"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
@@ -359,7 +537,7 @@ msgid "Database"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
@@ -367,53 +545,102 @@ msgid "Error"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr ""
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
+msgid "Template source:"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
msgid "Template path"
msgid_plural "Template paths"
msgstr[0] ""
+msgstr[1] ""
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
msgstr[0] ""
+msgstr[1] ""
#: 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"
+msgid "Toggle context"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
msgid_plural "Context processors"
msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr ""
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:7
-msgid "Version"
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
msgstr ""
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:6
+msgid "Version"
+msgstr ""
diff --git a/debug_toolbar/locale/uk/LC_MESSAGES/django.mo b/debug_toolbar/locale/uk/LC_MESSAGES/django.mo
index 147e73a..09c3ffb 100644
--- a/debug_toolbar/locale/uk/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/uk/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/uk/LC_MESSAGES/django.po b/debug_toolbar/locale/uk/LC_MESSAGES/django.po
index 9573e0d..60ec119 100644
--- a/debug_toolbar/locale/uk/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/uk/LC_MESSAGES/django.po
@@ -3,25 +3,32 @@
#
#
# Translators:
+# Sergey Lysach <sergikoff88@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django-debug-toolbar/language/uk/)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django-debug-toolbar/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: panels/cache.py:125
-msgid "Cache"
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
msgstr ""
-#: panels/cache.py:129
+#: panels/cache.py:189
+msgid "Cache"
+msgstr "Кеш"
+
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
@@ -29,19 +36,23 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
+#: panels/headers.py:35
+msgid "Headers"
msgstr ""
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
-msgstr ""
+msgstr "Логи"
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
@@ -49,32 +60,40 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: panels/logger.py:126
-msgid "Log Messages"
+#: panels/logging.py:73
+msgid "Log messages"
msgstr ""
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
msgstr ""
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
+#: panels/redirects.py:22
+msgid "Intercept redirects"
msgstr ""
-#: panels/settings_vars.py:18
-msgid "Settings"
+#: panels/request.py:18
+msgid "Request"
msgstr ""
-#: panels/settings_vars.py:21
-#, python-format
-msgid "Settings from <code>%s</code>"
+#: panels/request.py:27
+msgid "<no view>"
msgstr ""
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
+#: panels/request.py:39
+msgid "<unavailable>"
msgstr ""
-#: panels/signals.py:49
+#: panels/settings.py:20
+msgid "Settings"
+msgstr "Налаштування"
+
+#: panels/settings.py:23
+#, python-format
+msgid "Settings from <code>%s</code>"
+msgstr ""
+
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
@@ -82,7 +101,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
@@ -90,238 +109,378 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "Сигнали"
+
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
+#: panels/staticfiles.py:115
+msgid "Static files"
msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
msgstr ""
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
+msgstr ""
+
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 ""
+msgstr "Час"
-#: panels/timer.py:70
-msgid "Resource Usage"
+#: panels/timer.py:42
+msgid "User CPU time"
msgstr ""
-#: panels/timer.py:83
-msgid "User CPU time"
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
msgstr ""
-#: panels/timer.py:84
+#: panels/timer.py:43
msgid "System CPU time"
msgstr ""
-#: panels/timer.py:85
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:44
msgid "Total CPU time"
msgstr ""
-#: panels/timer.py:86
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:45
msgid "Elapsed time"
msgstr ""
-#: panels/timer.py:87
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr ""
+
+#: panels/timer.py:46
msgid "Context switches"
msgstr ""
-#: panels/version.py:19 panels/version.py:28
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr ""
+
+#: panels/versions.py:25
msgid "Versions"
+msgstr "Версії"
+
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr ""
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr ""
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr ""
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr ""
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr ""
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr ""
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr ""
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr ""
+
+#: panels/sql/panel.py:39
+msgid "In error"
msgstr ""
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
+#: panels/sql/panel.py:40
+msgid "Unknown"
msgstr ""
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr ""
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "Шаблони"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "Шаблони (оброблено %(num_templates)s)"
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
+msgstr "Сховати"
+
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
msgstr ""
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
msgstr ""
-#: templates/debug_toolbar/base.html:42
-msgid "Close"
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
msgstr ""
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
+#: templates/debug_toolbar/base.html:51
+msgid "Close"
+msgstr "Закрити"
+
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
msgstr ""
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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>."
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
+msgstr "Час (мс)"
+
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
+msgstr "Тип"
+
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:5
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
msgid "Key"
+msgstr "Ключ"
+
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
+msgid "Value"
+msgstr "Значення"
+
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
-msgid "Value"
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:6
-msgid "Level"
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:6
+msgid "Level"
+msgstr "Рівень"
+
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
msgstr ""
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
-msgstr ""
+msgstr "Повідомлення"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "Місце"
+
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
-msgstr ""
+msgstr "Повідомлень немає"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
msgstr ""
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
-msgid "Variable"
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
+msgid "Variable"
+msgstr "Змінна"
+
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
-msgstr ""
+msgstr "Немає GET даних"
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
-msgstr ""
+msgstr "Немає POST даних"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:5
msgid "Signal"
-msgstr ""
+msgstr "Сигнал"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
+msgid "Providing"
msgstr ""
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
-msgstr ""
+msgstr "Отримувачі сигнала"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
@@ -329,20 +488,37 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
-msgstr ""
+msgstr "Запит"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr ""
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
+msgid "Action"
+msgstr "Подія"
+
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:22
-msgid "Action"
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:3
@@ -350,10 +526,10 @@ msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:3
#: templates/debug_toolbar/panels/template_source.html:3
msgid "Back"
-msgstr ""
+msgstr "Назад"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
+msgid "SQL explained"
msgstr ""
#: templates/debug_toolbar/panels/sql_explain.html:9
@@ -366,26 +542,68 @@ msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:14
#: templates/debug_toolbar/panels/sql_select.html:13
msgid "Database"
-msgstr ""
+msgstr "База даних"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
+msgid "SQL profiled"
msgstr ""
#: templates/debug_toolbar/panels/sql_profile.html:37
msgid "Error"
-msgstr ""
+msgstr "Помилка"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
+msgid "SQL selected"
msgstr ""
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr ""
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
+msgstr ""
+
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
+msgid "Template source:"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:2
@@ -398,18 +616,13 @@ msgstr[2] ""
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "Шаблон"
+msgstr[1] "Шаблони"
+msgstr[2] "Шаблонів"
#: 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"
+msgid "Toggle context"
msgstr ""
#: templates/debug_toolbar/panels/templates.html:31
@@ -419,17 +632,30 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
msgstr ""
-#: templates/debug_toolbar/panels/versions.html:7
-msgid "Version"
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
msgstr ""
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
+msgstr ""
+
+#: templates/debug_toolbar/panels/versions.html:6
+msgid "Version"
+msgstr "Версія"
diff --git a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo
index 68d23ab..660eb83 100644
--- a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo
+++ b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo
Binary files differ
diff --git a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po
index 3bc306f..eceb695 100644
--- a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po
@@ -3,417 +3,631 @@
#
#
# Translators:
+# mozillazg <opensource.mozillazg@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
-"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
-"POT-Creation-Date: 2012-03-31 21:39+0200\n"
-"PO-Revision-Date: 2012-03-31 19:39+0000\n"
-"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
-"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django-debug-toolbar/language/zh_CN/)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-15 13:11+0100\n"
+"PO-Revision-Date: 2013-12-15 12:13+0000\n"
+"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django-debug-toolbar/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
-#: panels/cache.py:125
+#: views.py:14
+msgid ""
+"Data for this panel isn't available anymore. Please reload the page and "
+"retry."
+msgstr "当前面板的数据暂不可用。请刷新页面并重试。"
+
+#: panels/cache.py:189
msgid "Cache"
-msgstr ""
+msgstr "缓存"
-#: panels/cache.py:129
+#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
-msgstr[0] ""
+msgstr[0] "%(time).2f 毫秒内 %(cache_calls)d 次调用"
-#: panels/cache.py:135
-msgid "Cache Usage"
-msgstr ""
+#: panels/cache.py:202
+#, python-format
+msgid "Cache calls from %(count)d backend"
+msgid_plural "Cache calls from %(count)d backends"
+msgstr[0] "来自 %(count)d 个后端的缓存调用"
-#: panels/headers.py:37 panels/headers.py:40
-msgid "HTTP Headers"
-msgstr ""
+#: panels/headers.py:35
+msgid "Headers"
+msgstr "HTTP 头"
-#: panels/logger.py:117
+#: panels/logging.py:64
msgid "Logging"
-msgstr ""
+msgstr "日志"
-#: panels/logger.py:122
+#: panels/logging.py:70
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
-msgstr[0] ""
+msgstr[0] "%(count)s 条消息"
-#: panels/logger.py:126
-msgid "Log Messages"
-msgstr ""
+#: panels/logging.py:73
+msgid "Log messages"
+msgstr "日志信息"
-#: panels/profiling.py:149 panels/profiling.py:155
+#: panels/profiling.py:126
msgid "Profiling"
-msgstr ""
+msgstr "Profiling"
-#: panels/request_vars.py:22 panels/request_vars.py:25
-msgid "Request Vars"
-msgstr ""
+#: panels/redirects.py:22
+msgid "Intercept redirects"
+msgstr "拦截重定向"
+
+#: panels/request.py:18
+msgid "Request"
+msgstr "请求"
-#: panels/settings_vars.py:18
+#: panels/request.py:27
+msgid "<no view>"
+msgstr "<没有 view>"
+
+#: panels/request.py:39
+msgid "<unavailable>"
+msgstr "<不可用>"
+
+#: panels/settings.py:20
msgid "Settings"
-msgstr ""
+msgstr "设置"
-#: panels/settings_vars.py:21
+#: panels/settings.py:23
#, python-format
msgid "Settings from <code>%s</code>"
-msgstr ""
-
-#: panels/signals.py:40 panels/signals.py:58
-msgid "Signals"
-msgstr ""
+msgstr "来自 <code>%s</code> 的设置"
-#: panels/signals.py:49
+#: panels/signals.py:41
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
-msgstr[0] ""
+msgstr[0] "1个信号 %(num_receivers)d 个接收者"
-#: panels/signals.py:52
+#: panels/signals.py:44
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
-msgstr[0] ""
+msgstr[0] "%(num_signals)d 个信号 %(num_receivers)d 个接收者"
-#: panels/sql.py:121
-msgid "SQL"
+#: panels/signals.py:49
+msgid "Signals"
+msgstr "信号"
+
+#: panels/staticfiles.py:90
+#, python-format
+msgid "Static files (%(num_found)s found, %(num_used)s used)"
msgstr ""
-#: panels/template.py:102
-msgid "Templates"
+#: panels/staticfiles.py:115
+msgid "Static files"
msgstr ""
-#: panels/template.py:106
+#: panels/staticfiles.py:120
#, python-format
-msgid "Templates (%(num_templates)s rendered)"
-msgstr ""
+msgid "%(num_used)s file used"
+msgid_plural "%(num_used)s files used"
+msgstr[0] ""
-#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:7
+#: panels/timer.py:23
+#, python-format
+msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
+msgstr "CPU: %(cum)0.2f 毫秒 (%(total)0.2f 毫秒)"
+
+#: panels/timer.py:28
+#, python-format
+msgid "Total: %0.2fms"
+msgstr "总共:%0.2f 毫秒"
+
+#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
#: 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 ""
+msgstr "时间"
-#: panels/timer.py:70
-msgid "Resource Usage"
-msgstr ""
-
-#: panels/timer.py:83
+#: panels/timer.py:42
msgid "User CPU time"
-msgstr ""
+msgstr "用户 CPU 时间"
+
+#: panels/timer.py:42
+#, python-format
+msgid "%(utime)0.3f msec"
+msgstr "%(utime)0.3f 毫秒"
-#: panels/timer.py:84
+#: panels/timer.py:43
msgid "System CPU time"
-msgstr ""
+msgstr "系统 CPU 时间"
+
+#: panels/timer.py:43
+#, python-format
+msgid "%(stime)0.3f msec"
+msgstr "%(stime)0.3f 毫秒"
-#: panels/timer.py:85
+#: panels/timer.py:44
msgid "Total CPU time"
-msgstr ""
+msgstr "总的 CPU 时间"
+
+#: panels/timer.py:44
+#, python-format
+msgid "%(total)0.3f msec"
+msgstr "%(total)0.3f 毫秒"
-#: panels/timer.py:86
+#: panels/timer.py:45
msgid "Elapsed time"
-msgstr ""
+msgstr "耗时"
+
+#: panels/timer.py:45
+#, python-format
+msgid "%(total_time)0.3f msec"
+msgstr "%(total_time)0.3f 毫秒"
-#: panels/timer.py:87
+#: panels/timer.py:46
msgid "Context switches"
-msgstr ""
+msgstr "上下文切换"
+
+#: panels/timer.py:46
+#, python-format
+msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
+msgstr "%(vcsw)d 主动, %(ivcsw)d 被动"
-#: panels/version.py:19 panels/version.py:28
+#: panels/versions.py:25
msgid "Versions"
-msgstr ""
+msgstr "版本"
-#: templates/debug_toolbar/base.html:11
-msgid "Hide Toolbar"
-msgstr ""
+#: panels/sql/panel.py:21
+msgid "Autocommit"
+msgstr "自动提交"
+
+#: panels/sql/panel.py:22
+msgid "Read uncommitted"
+msgstr "读取未提交的"
+
+#: panels/sql/panel.py:23
+msgid "Read committed"
+msgstr "读取已提交的"
+
+#: panels/sql/panel.py:24
+msgid "Repeatable read"
+msgstr "可重复读取"
+
+#: panels/sql/panel.py:25
+msgid "Serializable"
+msgstr "可序列化"
+
+#: panels/sql/panel.py:36
+msgid "Idle"
+msgstr "空闲"
+
+#: panels/sql/panel.py:37
+msgid "Active"
+msgstr "活跃"
+
+#: panels/sql/panel.py:38
+msgid "In transaction"
+msgstr "事务"
-#: templates/debug_toolbar/base.html:11
+#: panels/sql/panel.py:39
+msgid "In error"
+msgstr "错误"
+
+#: panels/sql/panel.py:40
+msgid "Unknown"
+msgstr "未知"
+
+#: panels/sql/panel.py:105
+msgid "SQL"
+msgstr "SQL"
+
+#: panels/templates/panel.py:141
+msgid "Templates"
+msgstr "模板"
+
+#: panels/templates/panel.py:146
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr "模板 (%(num_templates)s 个被渲染)"
+
+#: templates/debug_toolbar/base.html:17
+msgid "Hide toolbar"
+msgstr "隐藏工具栏"
+
+#: templates/debug_toolbar/base.html:17
msgid "Hide"
-msgstr ""
+msgstr "隐藏"
-#: templates/debug_toolbar/base.html:36
-msgid "Show Toolbar"
-msgstr ""
+#: templates/debug_toolbar/base.html:23
+msgid "Disable for next and successive requests"
+msgstr "针对下一个连续的请求禁用该功能"
-#: templates/debug_toolbar/base.html:42
+#: templates/debug_toolbar/base.html:23
+msgid "Enable for next and successive requests"
+msgstr "针对下一个连续的请求启用该功能"
+
+#: templates/debug_toolbar/base.html:45
+msgid "Show toolbar"
+msgstr "显示工具栏"
+
+#: templates/debug_toolbar/base.html:51
msgid "Close"
-msgstr ""
+msgstr "关闭"
-#: templates/debug_toolbar/redirect.html:7
-#: templates/debug_toolbar/panels/logger.html:10
-msgid "Location"
-msgstr ""
+#: templates/debug_toolbar/redirect.html:8
+msgid "Location:"
+msgstr "位置:"
-#: templates/debug_toolbar/redirect.html:9
+#: templates/debug_toolbar/redirect.html:10
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 ""
+"debug viewing purposes. You can click the above link to continue with the "
+"redirect as normal."
+msgstr "Django Debug Toolbar 为了调试目的拦截了一个重定向到上面 URL 的请求。 您可以点击上面的链接继续执行重定向操作。"
-#: templates/debug_toolbar/panels/cache.html:14
-msgid "Total Calls"
-msgstr ""
+#: templates/debug_toolbar/panels/cache.html:2
+msgid "Summary"
+msgstr "摘要"
-#: templates/debug_toolbar/panels/cache.html:16
-msgid "Total Time"
-msgstr ""
+#: templates/debug_toolbar/panels/cache.html:6
+msgid "Total calls"
+msgstr "总调用次数"
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
-msgstr ""
+#: templates/debug_toolbar/panels/cache.html:7
+msgid "Total time"
+msgstr "总耗时"
-#: templates/debug_toolbar/panels/cache.html:20
-msgid "Misses"
-msgstr ""
+#: templates/debug_toolbar/panels/cache.html:8
+msgid "Cache hits"
+msgstr "缓存命中"
-#: templates/debug_toolbar/panels/cache.html:35
-msgid "Breakdown"
-msgstr ""
+#: templates/debug_toolbar/panels/cache.html:9
+msgid "Cache misses"
+msgstr "缓存未命中"
+
+#: templates/debug_toolbar/panels/cache.html:21
+msgid "Commands"
+msgstr "命令"
+
+#: templates/debug_toolbar/panels/cache.html:39
+msgid "Calls"
+msgstr "调用"
-#: templates/debug_toolbar/panels/cache.html:40
+#: templates/debug_toolbar/panels/cache.html:43
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Time (ms)"
+msgstr "时间(毫秒)"
+
+#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
-msgstr ""
+msgstr "类型"
-#: templates/debug_toolbar/panels/cache.html:41
-msgid "Function"
-msgstr ""
+#: templates/debug_toolbar/panels/cache.html:45
+#: templates/debug_toolbar/panels/request.html:8
+msgid "Arguments"
+msgstr "参数"
-#: templates/debug_toolbar/panels/cache.html:42
-#: templates/debug_toolbar/panels/request_vars.html:8
-msgid "args"
-msgstr ""
+#: templates/debug_toolbar/panels/cache.html:46
+#: templates/debug_toolbar/panels/request.html:9
+msgid "Keyword arguments"
+msgstr "关键字参数"
-#: templates/debug_toolbar/panels/cache.html:43
-#: templates/debug_toolbar/panels/request_vars.html:9
-msgid "kwargs"
-msgstr ""
+#: templates/debug_toolbar/panels/cache.html:47
+msgid "Backend"
+msgstr "后端"
-#: templates/debug_toolbar/panels/headers.html:5
-msgid "Key"
-msgstr ""
+#: templates/debug_toolbar/panels/headers.html:3
+msgid "Request headers"
+msgstr "请求头"
-#: templates/debug_toolbar/panels/headers.html:6
-#: templates/debug_toolbar/panels/request_vars.html:39
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:87
-#: templates/debug_toolbar/panels/request_vars.html:109
-#: templates/debug_toolbar/panels/settings_vars.html:6
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/headers.html:8
+#: templates/debug_toolbar/panels/headers.html:27
+#: templates/debug_toolbar/panels/headers.html:48
+msgid "Key"
+msgstr "键"
+
+#: templates/debug_toolbar/panels/headers.html:9
+#: templates/debug_toolbar/panels/headers.html:28
+#: templates/debug_toolbar/panels/headers.html:49
+#: templates/debug_toolbar/panels/request.html:33
+#: templates/debug_toolbar/panels/request.html:59
+#: templates/debug_toolbar/panels/request.html:85
+#: templates/debug_toolbar/panels/request.html:110
+#: templates/debug_toolbar/panels/settings.html:6
+#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
-msgstr ""
+msgstr "值"
+
+#: templates/debug_toolbar/panels/headers.html:22
+msgid "Response headers"
+msgstr "响应头"
+
+#: templates/debug_toolbar/panels/headers.html:41
+msgid "WSGI environ"
+msgstr "WSGI 环境变量"
-#: templates/debug_toolbar/panels/logger.html:6
+#: templates/debug_toolbar/panels/headers.html:43
+msgid ""
+"Since the WSGI environ inherits the environment of the server, only a "
+"significant subset is shown below."
+msgstr "由于 WSGI 的环境变量继承自 server,所以下面只显示了一些重要的子集。"
+
+#: templates/debug_toolbar/panels/logging.html:6
msgid "Level"
-msgstr ""
+msgstr "级别"
-#: templates/debug_toolbar/panels/logger.html:8
+#: templates/debug_toolbar/panels/logging.html:8
msgid "Channel"
-msgstr ""
+msgstr "频道"
-#: templates/debug_toolbar/panels/logger.html:9
+#: templates/debug_toolbar/panels/logging.html:9
msgid "Message"
-msgstr ""
+msgstr "消息"
+
+#: templates/debug_toolbar/panels/logging.html:10
+#: templates/debug_toolbar/panels/staticfiles.html:45
+msgid "Location"
+msgstr "位置"
-#: templates/debug_toolbar/panels/logger.html:26
+#: templates/debug_toolbar/panels/logging.html:26
msgid "No messages logged"
-msgstr ""
+msgstr "没有消息被记录"
-#: templates/debug_toolbar/panels/profiling.html:6
+#: templates/debug_toolbar/panels/profiling.html:5
msgid "Call"
-msgstr ""
+msgstr "调用"
-#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:6
msgid "CumTime"
-msgstr ""
+msgstr "调用该函数及其内部调用其他函数花费的总时间"
-#: templates/debug_toolbar/panels/profiling.html:8
-#: templates/debug_toolbar/panels/profiling.html:10
+#: templates/debug_toolbar/panels/profiling.html:7
+#: templates/debug_toolbar/panels/profiling.html:9
msgid "Per"
-msgstr ""
+msgstr "平均每次调用花费的时间"
-#: templates/debug_toolbar/panels/profiling.html:9
+#: templates/debug_toolbar/panels/profiling.html:8
msgid "TotTime"
-msgstr ""
+msgstr "调用该函数花费的总时间"
-#: templates/debug_toolbar/panels/profiling.html:11
+#: templates/debug_toolbar/panels/profiling.html:10
msgid "Count"
-msgstr ""
+msgstr "总的调用次数"
-#: templates/debug_toolbar/panels/request_vars.html:3
+#: templates/debug_toolbar/panels/request.html:3
msgid "View information"
-msgstr ""
+msgstr "View 信息"
-#: templates/debug_toolbar/panels/request_vars.html:7
-msgid "View Function"
-msgstr ""
+#: templates/debug_toolbar/panels/request.html:7
+msgid "View function"
+msgstr "View 函数"
-#: templates/debug_toolbar/panels/request_vars.html:29
-msgid "COOKIES Variables"
-msgstr ""
+#: templates/debug_toolbar/panels/request.html:10
+msgid "URL name"
+msgstr "URL 名称"
+
+#: templates/debug_toolbar/panels/request.html:24
+msgid "Cookies"
+msgstr "Cookies"
-#: templates/debug_toolbar/panels/request_vars.html:38
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:86
-#: templates/debug_toolbar/panels/request_vars.html:108
+#: templates/debug_toolbar/panels/request.html:32
+#: templates/debug_toolbar/panels/request.html:58
+#: templates/debug_toolbar/panels/request.html:84
+#: templates/debug_toolbar/panels/request.html:109
msgid "Variable"
-msgstr ""
+msgstr "变量"
-#: templates/debug_toolbar/panels/request_vars.html:52
-msgid "No COOKIE data"
-msgstr ""
+#: templates/debug_toolbar/panels/request.html:46
+msgid "No cookies"
+msgstr "没有 cookies"
-#: templates/debug_toolbar/panels/request_vars.html:55
-msgid "SESSION Variables"
-msgstr ""
+#: templates/debug_toolbar/panels/request.html:50
+msgid "Session data"
+msgstr "Session 数据"
-#: templates/debug_toolbar/panels/request_vars.html:78
-msgid "No SESSION data"
-msgstr ""
+#: templates/debug_toolbar/panels/request.html:72
+msgid "No session data"
+msgstr "没有 session 数据"
-#: templates/debug_toolbar/panels/request_vars.html:81
-msgid "GET Variables"
-msgstr ""
+#: templates/debug_toolbar/panels/request.html:76
+msgid "GET data"
+msgstr "GET 请求数据"
-#: templates/debug_toolbar/panels/request_vars.html:100
+#: templates/debug_toolbar/panels/request.html:98
msgid "No GET data"
-msgstr ""
+msgstr "没有 GET 请求数据"
-#: templates/debug_toolbar/panels/request_vars.html:103
-msgid "POST Variables"
-msgstr ""
+#: templates/debug_toolbar/panels/request.html:102
+msgid "POST data"
+msgstr "POST 请求数据"
-#: templates/debug_toolbar/panels/request_vars.html:122
+#: templates/debug_toolbar/panels/request.html:123
msgid "No POST data"
-msgstr ""
+msgstr "没有 POST 请求数据"
-#: templates/debug_toolbar/panels/settings_vars.html:5
+#: templates/debug_toolbar/panels/settings.html:5
msgid "Setting"
-msgstr ""
+msgstr "设置项"
#: templates/debug_toolbar/panels/signals.html:5
msgid "Signal"
-msgstr ""
+msgstr "信号"
#: templates/debug_toolbar/panels/signals.html:6
-msgid "Providing Args"
-msgstr ""
+msgid "Providing"
+msgstr "提供"
#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
-msgstr ""
+msgstr "接收者"
-#: templates/debug_toolbar/panels/sql.html:8
+#: templates/debug_toolbar/panels/sql.html:7
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
-msgstr[0] ""
+msgstr[0] "%(num)s 个查询"
-#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/sql.html:18
msgid "Query"
-msgstr ""
+msgstr "查询"
-#: templates/debug_toolbar/panels/sql.html:20
+#: templates/debug_toolbar/panels/sql.html:19
+#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
-msgstr ""
+msgstr "时间线"
#: templates/debug_toolbar/panels/sql.html:21
-msgid "Time (ms)"
-msgstr ""
-
-#: templates/debug_toolbar/panels/sql.html:22
msgid "Action"
-msgstr ""
+msgstr "功能"
+
+#: templates/debug_toolbar/panels/sql.html:64
+msgid "Connection:"
+msgstr "连接:"
+
+#: templates/debug_toolbar/panels/sql.html:66
+msgid "Isolation level:"
+msgstr "隔离级别"
+
+#: templates/debug_toolbar/panels/sql.html:69
+msgid "Transaction status:"
+msgstr "事务状态:"
+
+#: templates/debug_toolbar/panels/sql.html:83
+msgid "(unknown)"
+msgstr "(未知)"
+
+#: templates/debug_toolbar/panels/sql.html:92
+msgid "No SQL queries were recorded during this request."
+msgstr "在处理这个请求期间没有记录到 SQL 查询。"
#: 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 ""
+msgstr "返回"
#: templates/debug_toolbar/panels/sql_explain.html:4
-msgid "SQL Explained"
-msgstr ""
+msgid "SQL explained"
+msgstr "SQL 详情"
#: 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 ""
+msgstr "执行的 SQL 语句"
#: templates/debug_toolbar/panels/sql_explain.html:13
#: templates/debug_toolbar/panels/sql_profile.html:14
#: templates/debug_toolbar/panels/sql_select.html:13
msgid "Database"
-msgstr ""
+msgstr "数据库"
#: templates/debug_toolbar/panels/sql_profile.html:4
-msgid "SQL Profiled"
-msgstr ""
+msgid "SQL profiled"
+msgstr "SQL profiled"
#: templates/debug_toolbar/panels/sql_profile.html:37
msgid "Error"
-msgstr ""
+msgstr "错误"
#: templates/debug_toolbar/panels/sql_select.html:4
-msgid "SQL Selected"
-msgstr ""
+msgid "SQL selected"
+msgstr "选中的 SQL 语句"
#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
+msgstr "空集合"
+
+#: templates/debug_toolbar/panels/staticfiles.html:4
+msgid "Static file path"
+msgid_plural "Static file paths"
+msgstr[0] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:12
+#: templates/debug_toolbar/panels/staticfiles.html:23
+#: templates/debug_toolbar/panels/staticfiles.html:35
+#: templates/debug_toolbar/panels/templates.html:10
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr "空"
+
+#: templates/debug_toolbar/panels/staticfiles.html:15
+msgid "Static file app"
+msgid_plural "Static file apps"
+msgstr[0] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:26
+msgid "Static file"
+msgid_plural "Static files"
+msgstr[0] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:40
+#, python-format
+msgid "%(payload_count)s file"
+msgid_plural "%(payload_count)s files"
+msgstr[0] ""
+
+#: templates/debug_toolbar/panels/staticfiles.html:44
+msgid "Path"
msgstr ""
#: templates/debug_toolbar/panels/template_source.html:4
-msgid "Template Source"
-msgstr ""
+msgid "Template source:"
+msgstr "模板源:"
#: templates/debug_toolbar/panels/templates.html:2
msgid "Template path"
msgid_plural "Template paths"
-msgstr[0] ""
+msgstr[0] "模板路径"
#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
-msgstr[0] ""
+msgstr[0] "模板"
#: 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 ""
+msgid "Toggle context"
+msgstr "切换上下文"
#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
msgid_plural "Context processors"
-msgstr[0] ""
+msgstr[0] "Context processors"
+
+#: templates/debug_toolbar/panels/timer.html:2
+msgid "Resource usage"
+msgstr "资源使用"
-#: templates/debug_toolbar/panels/timer.html:9
+#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
-msgstr ""
+msgstr "资源"
-#: templates/debug_toolbar/panels/versions.html:6
-msgid "Package"
-msgstr ""
+#: templates/debug_toolbar/panels/timer.html:26
+msgid "Browser timing"
+msgstr "浏览器计时"
-#: templates/debug_toolbar/panels/versions.html:7
-msgid "Version"
-msgstr ""
+#: templates/debug_toolbar/panels/timer.html:35
+msgid "Timing attribute"
+msgstr "计时属性"
+
+#: templates/debug_toolbar/panels/timer.html:37
+msgid "Milliseconds since navigation start (+length)"
+msgstr "导航开始后的毫秒 (+长度)"
-#~ msgid "Parameters"
-#~ msgstr "Parameters"
+#: templates/debug_toolbar/panels/versions.html:5
+msgid "Name"
+msgstr "名称"
+
+#: templates/debug_toolbar/panels/versions.html:6
+msgid "Version"
+msgstr "版本"
diff --git a/debug_toolbar/models.py b/debug_toolbar/models.py
index c9a12d8..4e624fa 100644
--- a/debug_toolbar/models.py
+++ b/debug_toolbar/models.py
@@ -51,9 +51,9 @@ def patch_root_urlconf():
reverse('djdt:render_panel')
except NoReverseMatch:
urlconf_module = import_module(settings.ROOT_URLCONF)
- urlconf_module.urlpatterns += patterns('', # noqa
+ urlconf_module.urlpatterns = patterns('', # noqa
url(r'^__debug__/', include(debug_toolbar.urls)),
- )
+ ) + urlconf_module.urlpatterns
clear_url_caches()
diff --git a/debug_toolbar/panels/cache.py b/debug_toolbar/panels/cache.py
index 1c37c6b..bdc8a4d 100644
--- a/debug_toolbar/panels/cache.py
+++ b/debug_toolbar/panels/cache.py
@@ -10,8 +10,11 @@ from django.core.cache import cache as original_cache, get_cache as original_get
from django.core.cache.backends.base import BaseCache
from django.dispatch import Signal
from django.template import Node
-from django.utils.datastructures import SortedDict
from django.utils.translation import ugettext_lazy as _, ungettext
+try:
+ from collections import OrderedDict
+except ImportError:
+ from django.utils.datastructures import SortedDict as OrderedDict
from debug_toolbar.panels import Panel
from debug_toolbar.utils import (tidy_stacktrace, render_stacktrace,
@@ -139,7 +142,7 @@ class CachePanel(Panel):
self.hits = 0
self.misses = 0
self.calls = []
- self.counts = SortedDict((
+ self.counts = OrderedDict((
('add', 0),
('get', 0),
('set', 0),
diff --git a/debug_toolbar/panels/logging.py b/debug_toolbar/panels/logging.py
index 051d5a3..1ee19ce 100644
--- a/debug_toolbar/panels/logging.py
+++ b/debug_toolbar/panels/logging.py
@@ -8,42 +8,19 @@ except ImportError:
threading = None
from django.utils.translation import ungettext, ugettext_lazy as _
from debug_toolbar.panels import Panel
+from debug_toolbar.utils import ThreadCollector
MESSAGE_IF_STRING_REPRESENTATION_INVALID = '[Could not get log message]'
-class LogCollector(object):
- def __init__(self):
- if threading is None:
- raise NotImplementedError(
- "threading module is not available, "
- "the logging panel cannot be used without it")
- self.records = {} # a dictionary that maps threads to log records
+class LogCollector(ThreadCollector):
- def add_record(self, record, thread=None):
+ def collect(self, item, thread=None):
# Avoid logging SQL queries since they are already in the SQL panel
# TODO: Make this check whether SQL panel is enabled
- if record.get('channel', '') == 'django.db.backends':
+ if item.get('channel', '') == 'django.db.backends':
return
-
- self.get_records(thread).append(record)
-
- def get_records(self, thread=None):
- """
- Returns a list of records for the provided thread, of if none is provided,
- returns a list for the current thread.
- """
- if thread is None:
- thread = threading.currentThread()
- if thread not in self.records:
- self.records[thread] = []
- return self.records[thread]
-
- def clear_records(self, thread=None):
- if thread is None:
- thread = threading.currentThread()
- if thread in self.records:
- del self.records[thread]
+ super(LogCollector, self).collect(item, thread)
class ThreadTrackingHandler(logging.Handler):
@@ -65,7 +42,7 @@ class ThreadTrackingHandler(logging.Handler):
'line': record.lineno,
'channel': record.name,
}
- self.collector.add_record(record)
+ self.collector.collect(record)
# We don't use enable/disable_instrumentation because logging is global.
@@ -96,10 +73,10 @@ class LoggingPanel(Panel):
title = _("Log messages")
def process_request(self, request):
- collector.clear_records()
+ collector.clear_collection()
def process_response(self, request, response):
- records = collector.get_records()
+ records = collector.get_collection()
self._records[threading.currentThread()] = records
- collector.clear_records()
+ collector.clear_collection()
self.record_stats({'records': records})
diff --git a/debug_toolbar/panels/settings.py b/debug_toolbar/panels/settings.py
index c59d1d1..b054f8b 100644
--- a/debug_toolbar/panels/settings.py
+++ b/debug_toolbar/panels/settings.py
@@ -3,7 +3,10 @@ from __future__ import absolute_import, unicode_literals
from django.conf import settings
from django.views.debug import get_safe_settings
from django.utils.translation import ugettext_lazy as _
-from django.utils.datastructures import SortedDict
+try:
+ from collections import OrderedDict
+except ImportError:
+ from django.utils.datastructures import SortedDict as OrderedDict
from debug_toolbar.panels import Panel
@@ -21,5 +24,6 @@ class SettingsPanel(Panel):
def process_response(self, request, response):
self.record_stats({
- 'settings': SortedDict(sorted(get_safe_settings().items(), key=lambda s: s[0])),
+ 'settings': OrderedDict(sorted(get_safe_settings().items(),
+ key=lambda s: s[0])),
})
diff --git a/debug_toolbar/panels/staticfiles.py b/debug_toolbar/panels/staticfiles.py
new file mode 100644
index 0000000..f212f2b
--- /dev/null
+++ b/debug_toolbar/panels/staticfiles.py
@@ -0,0 +1,179 @@
+from __future__ import absolute_import, unicode_literals
+from os.path import normpath, join
+try:
+ import threading
+except ImportError:
+ threading = None
+
+from django.conf import settings
+from django.core.exceptions import ImproperlyConfigured
+from django.core.files.storage import get_storage_class
+from django.contrib.staticfiles import finders, storage
+from django.contrib.staticfiles.templatetags import staticfiles
+
+from django.utils.encoding import python_2_unicode_compatible
+from django.utils.functional import LazyObject
+from django.utils.translation import ungettext, ugettext_lazy as _
+try:
+ from collections import OrderedDict
+except ImportError:
+ from django.utils.datastructures import SortedDict as OrderedDict
+
+from debug_toolbar import panels
+from debug_toolbar.utils import ThreadCollector
+
+
+@python_2_unicode_compatible
+class StaticFile(object):
+ """
+ Representing the different properties of a static file.
+ """
+ def __init__(self, path):
+ self.path = path
+
+ def __str__(self):
+ return self.path
+
+ def real_path(self):
+ return finders.find(self.path)
+
+ def url(self):
+ return storage.staticfiles_storage.url(self.path)
+
+
+class FileCollector(ThreadCollector):
+
+ def collect(self, path, thread=None):
+ # handle the case of {% static "admin/" %}
+ if path.endswith('/'):
+ return
+ super(FileCollector, self).collect(StaticFile(path), thread)
+
+
+collector = FileCollector()
+
+
+class DebugConfiguredStorage(LazyObject):
+ """
+ A staticfiles storage class to be used for collecting which paths
+ are resolved by using the {% static %} template tag (which uses the
+ `url` method).
+ """
+ def _setup(self):
+
+ configured_storage_cls = get_storage_class(settings.STATICFILES_STORAGE)
+
+ class DebugStaticFilesStorage(configured_storage_cls):
+
+ def __init__(self, collector, *args, **kwargs):
+ super(DebugStaticFilesStorage, self).__init__(*args, **kwargs)
+ self.collector = collector
+
+ def url(self, path):
+ self.collector.collect(path)
+ return super(DebugStaticFilesStorage, self).url(path)
+
+ self._wrapped = DebugStaticFilesStorage(collector)
+
+_original_storage = storage.staticfiles_storage
+
+
+class StaticFilesPanel(panels.Panel):
+ """
+ A panel to display the found staticfiles.
+ """
+ name = 'Static files'
+ template = 'debug_toolbar/panels/staticfiles.html'
+
+ @property
+ def title(self):
+ return (_("Static files (%(num_found)s found, %(num_used)s used)") %
+ {'num_found': self.num_found, 'num_used': self.num_used})
+
+ def __init__(self, *args, **kwargs):
+ super(StaticFilesPanel, self).__init__(*args, **kwargs)
+ self.num_found = 0
+ self._paths = {}
+
+ def enable_instrumentation(self):
+ storage.staticfiles_storage = staticfiles.staticfiles_storage = DebugConfiguredStorage()
+
+ def disable_instrumentation(self):
+ storage.staticfiles_storage = staticfiles.staticfiles_storage = _original_storage
+
+ @property
+ def has_content(self):
+ if "django.contrib.staticfiles" not in settings.INSTALLED_APPS:
+ raise ImproperlyConfigured("Could not find staticfiles in "
+ "INSTALLED_APPS setting.")
+ return True
+
+ @property
+ def num_used(self):
+ return len(self._paths[threading.currentThread()])
+
+ nav_title = _('Static files')
+
+ @property
+ def nav_subtitle(self):
+ num_used = self.num_used
+ return ungettext("%(num_used)s file used",
+ "%(num_used)s files used",
+ num_used) % {'num_used': num_used}
+
+ def process_request(self, request):
+ collector.clear_collection()
+
+ def process_response(self, request, response):
+ used_paths = collector.get_collection()
+ self._paths[threading.currentThread()] = used_paths
+
+ self.record_stats({
+ 'num_found': self.num_found,
+ 'num_used': self.num_used,
+ 'staticfiles': used_paths,
+ 'staticfiles_apps': self.get_staticfiles_apps(),
+ 'staticfiles_dirs': self.get_staticfiles_dirs(),
+ 'staticfiles_finders': self.get_staticfiles_finders(),
+ })
+
+ def get_staticfiles_finders(self):
+ """
+ Returns a sorted mapping between the finder path and the list
+ of relative and file system paths which that finder was able
+ to find.
+ """
+ finders_mapping = OrderedDict()
+ for finder in finders.get_finders():
+ for path, finder_storage in finder.list([]):
+ if getattr(finder_storage, 'prefix', None):
+ prefixed_path = join(finder_storage.prefix, path)
+ else:
+ prefixed_path = path
+ finder_cls = finder.__class__
+ finder_path = '.'.join([finder_cls.__module__,
+ finder_cls.__name__])
+ real_path = finder_storage.path(path)
+ payload = (prefixed_path, real_path)
+ finders_mapping.setdefault(finder_path, []).append(payload)
+ self.num_found += 1
+ return finders_mapping
+
+ def get_staticfiles_dirs(self):
+ """
+ Returns a list of paths to inspect for additional static files
+ """
+ dirs = getattr(settings, 'STATICFILES_DIRS', ())
+ return [normpath(d) for d in dirs]
+
+ def get_staticfiles_apps(self):
+ """
+ Returns a list of app paths that have a static directory
+ """
+ apps = []
+ for finder in finders.get_finders():
+ if isinstance(finder, finders.AppDirectoriesFinder):
+ for app in finder.apps:
+ if app not in apps:
+ apps.append(app)
+ return apps
diff --git a/debug_toolbar/panels/templates/panel.py b/debug_toolbar/panels/templates/panel.py
index df39804..74f28b0 100644
--- a/debug_toolbar/panels/templates/panel.py
+++ b/debug_toolbar/panels/templates/panel.py
@@ -81,12 +81,8 @@ class TemplatesPanel(Panel):
def __init__(self, *args, **kwargs):
super(TemplatesPanel, self).__init__(*args, **kwargs)
self.templates = []
- template_rendered.connect(self._store_template_info)
def _store_template_info(self, sender, **kwargs):
- if not self.enabled:
- return
-
template, context = kwargs['template'], kwargs['context']
# Skip templates that we are generating through the debug toolbar.
@@ -157,6 +153,12 @@ class TemplatesPanel(Panel):
url(r'^template_source/$', 'template_source', name='template_source'),
)
+ def enable_instrumentation(self):
+ template_rendered.connect(self._store_template_info)
+
+ def disable_instrumentation(self):
+ template_rendered.disconnect(self._store_template_info)
+
def process_response(self, request, response):
template_context = []
for template_data in self.templates:
diff --git a/debug_toolbar/panels/versions.py b/debug_toolbar/panels/versions.py
index 85672b8..321ba6e 100644
--- a/debug_toolbar/panels/versions.py
+++ b/debug_toolbar/panels/versions.py
@@ -4,9 +4,12 @@ import sys
import django
from django.conf import settings
-from django.utils.translation import ugettext_lazy as _
-from django.utils.datastructures import SortedDict
from django.utils.importlib import import_module
+from django.utils.translation import ugettext_lazy as _
+try:
+ from collections import OrderedDict
+except ImportError:
+ from django.utils.datastructures import SortedDict as OrderedDict
from debug_toolbar.panels import Panel
@@ -46,6 +49,6 @@ class VersionsPanel(Panel):
versions = sorted(versions, key=lambda version: version[0])
self.record_stats({
- 'versions': SortedDict(versions),
+ 'versions': OrderedDict(versions),
'paths': sys.path,
})
diff --git a/debug_toolbar/settings.py b/debug_toolbar/settings.py
index bde8a1c..5ed0005 100644
--- a/debug_toolbar/settings.py
+++ b/debug_toolbar/settings.py
@@ -76,6 +76,7 @@ PANELS_DEFAULTS = [
'debug_toolbar.panels.request.RequestPanel',
'debug_toolbar.panels.sql.SQLPanel',
'debug_toolbar.panels.templates.TemplatesPanel',
+ 'debug_toolbar.panels.staticfiles.StaticFilesPanel',
'debug_toolbar.panels.cache.CachePanel',
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
diff --git a/debug_toolbar/templates/debug_toolbar/panels/cache.html b/debug_toolbar/templates/debug_toolbar/panels/cache.html
index 595afd6..82ccc49 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/cache.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/cache.html
@@ -1,5 +1,5 @@
{% load i18n %}
-<h3>{% trans "Summary" %}</h3>
+<h4>{% trans "Summary" %}</h4>
<table>
<thead>
<tr>
@@ -18,7 +18,7 @@
</tr>
</tbody>
</table>
-<h3>{% trans "Commands" %}</h3>
+<h4>{% trans "Commands" %}</h4>
<table>
<thead>
<tr>
@@ -36,7 +36,7 @@
</tbody>
</table>
{% if calls %}
-<h3>{% trans "Calls" %}</h3>
+<h4>{% trans "Calls" %}</h4>
<table>
<thead>
<tr>
diff --git a/debug_toolbar/templates/debug_toolbar/panels/staticfiles.html b/debug_toolbar/templates/debug_toolbar/panels/staticfiles.html
new file mode 100644
index 0000000..eb413b5
--- /dev/null
+++ b/debug_toolbar/templates/debug_toolbar/panels/staticfiles.html
@@ -0,0 +1,57 @@
+{% load i18n %}
+{% load static from staticfiles%}
+
+<h4>{% blocktrans count staticfiles_dirs|length as dirs_count %}Static file path{% plural %}Static file paths{% endblocktrans %}</h4>
+{% if staticfiles_dirs %}
+ <ol>
+ {% for staticfiles_dir in staticfiles_dirs %}
+ <li>{{ staticfiles_dir }}</li>
+ {% endfor %}
+ </ol>
+{% else %}
+ <p>{% trans "None" %}</p>
+{% endif %}
+
+<h4>{% blocktrans count staticfiles_apps|length as apps_count %}Static file app{% plural %}Static file apps{% endblocktrans %}</h4>
+{% if staticfiles_apps %}
+ <ol>
+ {% for static_app in staticfiles_apps %}
+ <li>{{ static_app }}</li>
+ {% endfor %}
+ </ol>
+{% else %}
+ <p>{% trans "None" %}</p>
+{% endif %}
+
+<h4>{% blocktrans count staticfiles|length as staticfiles_count %}Static file{% plural %}Static files{% endblocktrans %}</h4>
+{% if staticfiles %}
+<dl>
+{% for staticfile in staticfiles %}
+ <dt><strong><a class="toggleTemplate" href="{{ staticfile.url }}">{{ staticfile }}</a></strong></dt>
+ <dd><samp>{{ staticfile.real_path }}</samp></dd>
+{% endfor %}
+</dl>
+{% else %}
+ <p>{% trans "None" %}</p>
+{% endif %}
+
+
+{% for finder, payload in staticfiles_finders.items %}
+<h4>{{ finder }} ({% blocktrans count payload|length as payload_count %}{{ payload_count }} file{% plural %}{{ payload_count }} files{% endblocktrans %})</h4>
+<table>
+ <thead>
+ <tr>
+ <th>{% trans 'Path' %}</th>
+ <th>{% trans 'Location' %}</th>
+ </tr>
+ </thead>
+ <tbody>
+ {% for path, real_path in payload %}
+ <tr class="{% cycle 'djDebugOdd' 'djDebugEven' %}">
+ <td>{{ path }}</td>
+ <td>{{ real_path }}</td>
+ </tr>
+ {% endfor %}
+ </tbody>
+</table>
+{% endfor %}
diff --git a/debug_toolbar/toolbar.py b/debug_toolbar/toolbar.py
index 36c301a..ec840dd 100644
--- a/debug_toolbar/toolbar.py
+++ b/debug_toolbar/toolbar.py
@@ -6,11 +6,16 @@ from __future__ import absolute_import, unicode_literals
import uuid
+from django.conf import settings
from django.conf.urls import patterns, url
from django.core.exceptions import ImproperlyConfigured
+from django.template import TemplateSyntaxError
from django.template.loader import render_to_string
-from django.utils.datastructures import SortedDict
from django.utils.importlib import import_module
+try:
+ from collections import OrderedDict
+except ImportError:
+ from django.utils.datastructures import SortedDict as OrderedDict
from debug_toolbar import settings as dt_settings
@@ -20,7 +25,7 @@ class DebugToolbar(object):
def __init__(self, request):
self.request = request
self.config = dt_settings.CONFIG.copy()
- self._panels = SortedDict()
+ self._panels = OrderedDict()
for panel_class in self.get_panel_classes():
panel_instance = panel_class(self)
self._panels[panel_instance.panel_id] = panel_instance
@@ -57,11 +62,21 @@ class DebugToolbar(object):
"""
if not self.should_render_panels():
self.store()
- return render_to_string('debug_toolbar/base.html', {'toolbar': self})
+ try:
+ context = {'toolbar': self}
+ return render_to_string('debug_toolbar/base.html', context)
+ except TemplateSyntaxError:
+ if 'django.contrib.staticfiles' not in settings.INSTALLED_APPS:
+ raise ImproperlyConfigured(
+ "The debug toolbar requires the staticfiles contrib app. "
+ "Add 'django.contrib.staticfiles' to INSTALLED_APPS and "
+ "define STATIC_URL in your settings.")
+ else:
+ raise
# Handle storing toolbars in memory and fetching them later on
- _store = SortedDict()
+ _store = OrderedDict()
def should_render_panels(self):
render_panels = self.config['RENDER_PANELS']
diff --git a/debug_toolbar/utils.py b/debug_toolbar/utils.py
index d84c79c..0aedb54 100644
--- a/debug_toolbar/utils.py
+++ b/debug_toolbar/utils.py
@@ -4,6 +4,10 @@ import inspect
import os.path
import re
import sys
+try:
+ import threading
+except ImportError:
+ threading = None
import django
from django.core.exceptions import ImproperlyConfigured
@@ -199,3 +203,32 @@ def get_stack(context=1):
framelist.append((frame,) + getframeinfo(frame, context))
frame = frame.f_back
return framelist
+
+
+class ThreadCollector(object):
+ def __init__(self):
+ if threading is None:
+ raise NotImplementedError(
+ "threading module is not available, "
+ "this panel cannot be used without it")
+ self.collections = {} # a dictionary that maps threads to collections
+
+ def get_collection(self, thread=None):
+ """
+ Returns a list of collected items for the provided thread, of if none
+ is provided, returns a list for the current thread.
+ """
+ if thread is None:
+ thread = threading.currentThread()
+ if thread not in self.collections:
+ self.collections[thread] = []
+ return self.collections[thread]
+
+ def clear_collection(self, thread=None):
+ if thread is None:
+ thread = threading.currentThread()
+ if thread in self.collections:
+ del self.collections[thread]
+
+ def collect(self, item, thread=None):
+ self.get_collection(thread).append(item)
diff --git a/docs/configuration.rst b/docs/configuration.rst
index b0a67b1..88226cd 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -33,6 +33,7 @@ setting. The default value is::
'debug_toolbar.panels.headers.HeadersPanel',
'debug_toolbar.panels.request.RequestPanel',
'debug_toolbar.panels.sql.SQLPanel',
+ 'debug_toolbar.panels.staticfiles.StaticFilesPanel',
'debug_toolbar.panels.templates.TemplatesPanel',
'debug_toolbar.panels.cache.CachePanel',
'debug_toolbar.panels.signals.SignalsPanel',
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 8a45b1a..0754010 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -120,3 +120,6 @@ The release itself requires the following steps:
packages install correctly before uploading them. (How?)
#. Push the commit and the tag.
+
+#. Change the default version of the docs to point to the latest release:
+ https://readthedocs.org/dashboard/django-debug-toolbar/versions/
diff --git a/docs/panels.rst b/docs/panels.rst
index 9a6d12c..ed7abbf 100644
--- a/docs/panels.rst
+++ b/docs/panels.rst
@@ -63,6 +63,13 @@ Path: ``debug_toolbar.panels.templates.TemplatesPanel``
Templates and context used, and their template paths.
+Static files
+~~~~~~~~~~~~
+
+Path: ``debug_toolbar.panels.staticfiles.StaticFilesPanel``
+
+Used static files and their locations (via the staticfiles finders).
+
Cache
~~~~~
diff --git a/example/settings.py b/example/settings.py
index 4c29ba9..867b26f 100644
--- a/example/settings.py
+++ b/example/settings.py
@@ -84,9 +84,12 @@ DEBUG_TOOLBAR_PANELS = [
'debug_toolbar.panels.request.RequestPanel',
'debug_toolbar.panels.sql.SQLPanel',
'debug_toolbar.panels.templates.TemplatesPanel',
+ 'debug_toolbar.panels.staticfiles.StaticFilesPanel',
'debug_toolbar.panels.cache.CachePanel',
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar.panels.redirects.RedirectsPanel',
'debug_toolbar.panels.profiling.ProfilingPanel',
]
+
+STATICFILES_DIRS = [os.path.join(BASE_DIR, 'example', 'static')]
diff --git a/example/static/test.css b/example/static/test.css
new file mode 100644
index 0000000..8d7d127
--- /dev/null
+++ b/example/static/test.css
@@ -0,0 +1,3 @@
+body {
+ color: green;
+} \ No newline at end of file
diff --git a/requirements_dev.txt b/requirements_dev.txt
index 8d7af92..730f739 100644
--- a/requirements_dev.txt
+++ b/requirements_dev.txt
@@ -10,6 +10,7 @@ sqlparse
# Testing
coverage
+django-discover-runner
flake8
selenium
tox
diff --git a/tests/additional_static/base.css b/tests/additional_static/base.css
new file mode 100644
index 0000000..8d7d127
--- /dev/null
+++ b/tests/additional_static/base.css
@@ -0,0 +1,3 @@
+body {
+ color: green;
+} \ No newline at end of file
diff --git a/tests/panels/test_staticfiles.py b/tests/panels/test_staticfiles.py
new file mode 100644
index 0000000..70a7b96
--- /dev/null
+++ b/tests/panels/test_staticfiles.py
@@ -0,0 +1,28 @@
+# coding: utf-8
+
+from __future__ import absolute_import, unicode_literals
+
+from django.conf import settings
+
+from ..base import BaseTestCase
+
+
+class StaticFilesPanelTestCase(BaseTestCase):
+
+ def setUp(self):
+ super(StaticFilesPanelTestCase, self).setUp()
+ self.panel = self.toolbar.get_panel_by_id('StaticFilesPanel')
+
+ def test_default_case(self):
+ self.panel.process_request(self.request)
+ self.panel.process_response(self.request, self.response)
+ self.assertIn('django.contrib.staticfiles.finders.'
+ 'AppDirectoriesFinder', self.panel.content)
+ self.assertIn('django.contrib.staticfiles.finders.'
+ 'FileSystemFinder (1 file)', self.panel.content)
+ self.assertEqual(self.panel.num_used, 0)
+ self.assertNotEqual(self.panel.num_found, 0)
+ self.assertEqual(self.panel.get_staticfiles_apps(),
+ ['django.contrib.admin', 'debug_toolbar'])
+ self.assertEqual(self.panel.get_staticfiles_dirs(),
+ settings.STATICFILES_DIRS)
diff --git a/tests/panels/test_template.py b/tests/panels/test_template.py
index 72e90c0..8a36f06 100644
--- a/tests/panels/test_template.py
+++ b/tests/panels/test_template.py
@@ -15,11 +15,13 @@ class TemplatesPanelTestCase(BaseTestCase):
def setUp(self):
super(TemplatesPanelTestCase, self).setUp()
self.panel = self.toolbar.get_panel_by_id('TemplatesPanel')
+ self.panel.enable_instrumentation()
self.sql_panel = self.toolbar.get_panel_by_id('SQLPanel')
self.sql_panel.enable_instrumentation()
def tearDown(self):
self.sql_panel.disable_instrumentation()
+ self.panel.disable_instrumentation()
super(TemplatesPanelTestCase, self).tearDown()
def test_queryset_hook(self):
diff --git a/tests/settings.py b/tests/settings.py
index 24e0cd4..68346ff 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -1,6 +1,8 @@
"""Django settings for tests."""
import os
+import django
+
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
@@ -40,6 +42,8 @@ ROOT_URLCONF = 'tests.urls'
STATIC_URL = '/static/'
+STATICFILES_DIRS = [os.path.join(BASE_DIR, 'tests', 'additional_static')]
+
# Cache and database
@@ -62,3 +66,6 @@ DEBUG_TOOLBAR_CONFIG = {
# Django's test client sets wsgi.multiprocess to True inappropriately
'RENDER_PANELS': False,
}
+
+if django.VERSION[:2] < (1, 6):
+ TEST_RUNNER = 'discover_runner.DiscoverRunner'
diff --git a/tests/tests.py b/tests/tests.py
deleted file mode 100644
index 1818fe7..0000000
--- a/tests/tests.py
+++ /dev/null
@@ -1,13 +0,0 @@
-import django
-
-if django.VERSION[:2] < (1, 6): # unittest-style discovery isn't available
- from .commands.test_debugsqlshell import * # noqa
- from .panels.test_cache import * # noqa
- from .panels.test_logging import * # noqa
- from .panels.test_profiling import * # noqa
- from .panels.test_redirects import * # noqa
- from .panels.test_request import * # noqa
- from .panels.test_sql import * # noqa
- from .panels.test_template import * # noqa
- from .test_integration import * # noqa
- from .test_utils import * # noqa
diff --git a/tox.ini b/tox.ini
index 00941f4..a0a6ea3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,6 +15,7 @@ envlist =
[testenv]
commands = make test
deps =
+ django-discover-runner
selenium
sqlparse
setenv =