diff options
| author | Jannis Leidel | 2012-03-31 21:45:10 +0200 | 
|---|---|---|
| committer | Jannis Leidel | 2012-03-31 21:45:10 +0200 | 
| commit | 0ff41e26acacf1ca6096bf5be69868eba0791d55 (patch) | |
| tree | 95dd06566058e2ec28b54fc9dd0b27fed59746df | |
| parent | 1ba6478b69f51623f4f4636b5be6c02c461f397d (diff) | |
| download | django-debug-toolbar-0ff41e26acacf1ca6096bf5be69868eba0791d55.tar.bz2 | |
Pulled updates from Transifex.
20 files changed, 838 insertions, 709 deletions
| diff --git a/debug_toolbar/locale/ar/LC_MESSAGES/django.po b/debug_toolbar/locale/ar/LC_MESSAGES/django.po index 6a4c401..3102107 100644 --- a/debug_toolbar/locale/ar/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/ar/LC_MESSAGES/django.po @@ -1,27 +1,27 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:27+0000\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" -"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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, python-format  msgid "%(cache_calls)d call in %(time).2fms"  msgid_plural "%(cache_calls)d calls in %(time).2fms" @@ -32,7 +32,7 @@ msgstr[3] ""  msgstr[4] ""  msgstr[5] "" -#: panels/cache.py:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -67,11 +67,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -173,7 +173,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -201,11 +206,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -267,14 +278,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -402,11 +405,23 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -420,7 +435,13 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -433,3 +454,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/ca/LC_MESSAGES/django.po b/debug_toolbar/locale/ca/LC_MESSAGES/django.po index 4a34c67..d8e5c93 100644 --- a/debug_toolbar/locale/ca/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/ca/LC_MESSAGES/django.po @@ -1,34 +1,34 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:30+0000\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" -"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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, 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:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -59,11 +59,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -157,7 +157,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -185,11 +190,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -251,14 +262,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -382,11 +385,15 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -400,7 +407,9 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -413,3 +422,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.mo b/debug_toolbar/locale/de/LC_MESSAGES/django.moBinary files differ index 7a55447..9518a22 100644 --- a/debug_toolbar/locale/de/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.po b/debug_toolbar/locale/de/LC_MESSAGES/django.po index ba3d70b..e244fb8 100644 --- a/debug_toolbar/locale/de/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ 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 14:25+0200\n" -"PO-Revision-Date: 2012-03-31 13:19+0000\n" +"POT-Creation-Date: 2012-03-31 21:39+0200\n" +"PO-Revision-Date: 2012-03-31 19:44+0000\n"  "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"  "Language-Team: German (http://www.transifex.net/projects/p/django-debug-toolbar/language/de/)\n"  "MIME-Version: 1.0\n" @@ -18,24 +18,24 @@ msgstr ""  "Language: de\n"  "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "Cache" -#: panels/cache.py:96 +#: panels/cache.py:129  #, python-format  msgid "%(cache_calls)d call in %(time).2fms"  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:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "Cache-Verbrauch"  #: panels/headers.py:37 panels/headers.py:40  msgid "HTTP Headers" -msgstr "HTTP -Header" +msgstr "HTTP-Header"  #: panels/logger.py:117  msgid "Logging" @@ -60,11 +60,11 @@ msgstr "Profiling"  msgid "Request Vars"  msgstr "Request-Variablen" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "Einstellungen" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "Einstellungen von <code>%s</code>" @@ -191,13 +191,19 @@ msgid "Type"  msgstr "Typ"  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" -msgstr "Parameter" - -#: templates/debug_toolbar/panels/cache.html:42  msgid "Function"  msgstr "Funktion" +#: templates/debug_toolbar/panels/cache.html:42 +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "args" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs" +msgstr "kwargs" +  #: templates/debug_toolbar/panels/headers.html:5  msgid "Key"  msgstr "Name" @@ -257,14 +263,6 @@ msgstr "View-Informationen"  msgid "View Function"  msgstr "View" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "args" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "kwargs" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "COOKIES-Daten" @@ -388,16 +386,20 @@ msgstr "Template-Quelle"  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "Template-Pfad" +msgid_plural "Template paths" +msgstr[0] "Template-Pfad" +msgstr[1] "Template-Pfade"  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "Template" +msgid_plural "Templates" +msgstr[0] "Template" +msgstr[1] "Templates"  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37  msgid "Toggle Context" -msgstr "Kontext umschalten" +msgstr "Context einblenden"  #: templates/debug_toolbar/panels/templates.html:28  #: templates/debug_toolbar/panels/templates.html:43 @@ -406,7 +408,9 @@ msgstr "-"  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "Context-Prozessor" +msgid_plural "Context processors" +msgstr[0] "Context-Prozessor" +msgstr[1] "Context-Prozessoren"  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -419,3 +423,6 @@ msgstr "Paket"  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "Version" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index b287d8a..64fb80f 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po @@ -1,35 +1,34 @@ -# Django Debug Toolbar en Español.  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# Percy Pérez-Pinedo <percyp3@gmail.com>, 2009. -# -# Caracteres especiales: á, é, í, ó, ú, ñ, -# +#  +#  +# Translators:  msgid ""  msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"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: Spanish (Castilian) (http://www.transifex.net/projects/p/django-debug-toolbar/language/es/)\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, 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:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -49,9 +48,8 @@ msgstr[0] ""  msgstr[1] ""  #: panels/logger.py:126 -#, fuzzy  msgid "Log Messages" -msgstr "Mensaje" +msgstr ""  #: panels/profiling.py:149 panels/profiling.py:155  msgid "Profiling" @@ -61,11 +59,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "Configuraciones" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -110,9 +108,8 @@ msgid "Time"  msgstr "Tiempo"  #: panels/timer.py:70 -#, fuzzy  msgid "Resource Usage" -msgstr "Recurso" +msgstr ""  #: panels/timer.py:83  msgid "User CPU time" @@ -123,9 +120,8 @@ msgid "System CPU time"  msgstr ""  #: panels/timer.py:85 -#, fuzzy  msgid "Total CPU time" -msgstr "Tiempo Total" +msgstr ""  #: panels/timer.py:86  msgid "Elapsed time" @@ -136,9 +132,8 @@ msgid "Context switches"  msgstr ""  #: panels/version.py:19 panels/version.py:28 -#, fuzzy  msgid "Versions" -msgstr "Versión Django" +msgstr ""  #: templates/debug_toolbar/base.html:11  msgid "Hide Toolbar" @@ -162,7 +157,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -190,13 +190,19 @@ msgid "Type"  msgstr "Tipo"  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" -msgstr "Parámetros" - -#: templates/debug_toolbar/panels/cache.html:42  msgid "Function"  msgstr "Función" +#: templates/debug_toolbar/panels/cache.html:42 +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs" +msgstr "" +  #: templates/debug_toolbar/panels/headers.html:5  msgid "Key"  msgstr "Llave" @@ -232,9 +238,8 @@ msgid "Call"  msgstr ""  #: templates/debug_toolbar/panels/profiling.html:7 -#, fuzzy  msgid "CumTime" -msgstr "Tiempo" +msgstr ""  #: templates/debug_toolbar/panels/profiling.html:8  #: templates/debug_toolbar/panels/profiling.html:10 @@ -242,9 +247,8 @@ msgid "Per"  msgstr ""  #: templates/debug_toolbar/panels/profiling.html:9 -#, fuzzy  msgid "TotTime" -msgstr "Tiempo Total" +msgstr ""  #: templates/debug_toolbar/panels/profiling.html:11  msgid "Count" @@ -255,58 +259,43 @@ msgid "View information"  msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:7 -#, fuzzy  msgid "View Function" -msgstr "Función" - -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:29 -#, fuzzy  msgid "COOKIES Variables" -msgstr "Variable" +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 -#, fuzzy  msgid "Variable" -msgstr "Variable" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:52 -#, fuzzy  msgid "No COOKIE data" -msgstr "No GET datos" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:55 -#, fuzzy  msgid "SESSION Variables" -msgstr "Variable" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:78  msgid "No SESSION data"  msgstr "No SESSION datos"  #: templates/debug_toolbar/panels/request_vars.html:81 -#, fuzzy  msgid "GET Variables" -msgstr "Variable" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:100  msgid "No GET data"  msgstr "No GET datos"  #: templates/debug_toolbar/panels/request_vars.html:103 -#, fuzzy  msgid "POST Variables" -msgstr "Variable" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:122  msgid "No POST data" @@ -340,14 +329,12 @@ msgid "Query"  msgstr ""  #: templates/debug_toolbar/panels/sql.html:20 -#, fuzzy  msgid "Timeline" -msgstr "Tiempo" +msgstr ""  #: templates/debug_toolbar/panels/sql.html:21 -#, fuzzy  msgid "Time (ms)" -msgstr "Tiempo" +msgstr ""  #: templates/debug_toolbar/panels/sql.html:22  msgid "Action" @@ -393,18 +380,20 @@ msgid "Empty set"  msgstr "Set Vacío"  #: templates/debug_toolbar/panels/template_source.html:4 -#, fuzzy  msgid "Template Source" -msgstr "Plantilla" +msgstr ""  #: templates/debug_toolbar/panels/templates.html:2 -#, fuzzy  msgid "Template path" -msgstr "Plantilla" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "Plantilla" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "Plantilla"  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -418,7 +407,9 @@ msgstr "Ninguno"  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -429,15 +420,8 @@ msgid "Package"  msgstr ""  #: templates/debug_toolbar/panels/versions.html:7 -#, fuzzy  msgid "Version" -msgstr "Versión Django" - -#~ msgid "Line" -#~ msgstr "Línea" - -#~ msgid "Method" -#~ msgstr "Método" +msgstr "" -#~ msgid "File" -#~ msgstr "Archivo" +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/fr/LC_MESSAGES/django.po b/debug_toolbar/locale/fr/LC_MESSAGES/django.po index 2e9e90b..14177b7 100644 --- a/debug_toolbar/locale/fr/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/fr/LC_MESSAGES/django.po @@ -1,41 +1,41 @@ -# Django Debug Toolbar in French.  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. +#  +#  +# Translators:  # David Paccoud, 2009. -# -#  msgid ""  msgstr "" -"Project-Id-Version: Django Debug Toolbar 0.8.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2009-10-14 22:53+0200\n" -"Last-Translator: David Paccoud <dpaccoud@gmail.com>\n" -"Language-Team: French <LL@li.org>\n" -"Language: fr\n" +"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: French (http://www.transifex.net/projects/p/django-debug-toolbar/language/fr/)\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" -#: panels/cache.py:92 -#, fuzzy +#: panels/cache.py:125  msgid "Cache" -msgstr "Usage du cache" +msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, 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:102 +#: panels/cache.py:135  msgid "Cache Usage" -msgstr "Usage du cache" +msgstr ""  #: panels/headers.py:37 panels/headers.py:40  msgid "HTTP Headers" -msgstr "En-têtes HTTP" +msgstr ""  #: panels/logger.py:117  msgid "Logging" @@ -49,9 +49,8 @@ msgstr[0] ""  msgstr[1] ""  #: panels/logger.py:126 -#, fuzzy  msgid "Log Messages" -msgstr "Message" +msgstr ""  #: panels/profiling.py:149 panels/profiling.py:155  msgid "Profiling" @@ -59,16 +58,16 @@ msgstr ""  #: panels/request_vars.py:22 panels/request_vars.py:25  msgid "Request Vars" -msgstr "Variables de requête" +msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "Paramètres" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>" -msgstr "Paramètres de <code>%s</code>" +msgstr ""  #: panels/signals.py:40 panels/signals.py:58  msgid "Signals" @@ -90,7 +89,7 @@ msgstr[1] ""  #: panels/sql.py:121  msgid "SQL" -msgstr "SQL" +msgstr ""  #: panels/template.py:102  msgid "Templates" @@ -110,40 +109,36 @@ msgid "Time"  msgstr "Temps"  #: panels/timer.py:70 -#, fuzzy  msgid "Resource Usage" -msgstr "Usage des ressources" +msgstr ""  #: panels/timer.py:83  msgid "User CPU time" -msgstr "Temps CPU utilisateur" +msgstr ""  #: panels/timer.py:84  msgid "System CPU time" -msgstr "Temps CPU système" +msgstr ""  #: panels/timer.py:85 -#, fuzzy  msgid "Total CPU time" -msgstr "Temps CPU Total" +msgstr ""  #: panels/timer.py:86  msgid "Elapsed time" -msgstr "Temps écoulé" +msgstr ""  #: panels/timer.py:87 -#, fuzzy  msgid "Context switches" -msgstr "Changements de contexte" +msgstr ""  #: panels/version.py:19 panels/version.py:28 -#, fuzzy  msgid "Versions" -msgstr "Versions" +msgstr ""  #: templates/debug_toolbar/base.html:11  msgid "Hide Toolbar" -msgstr "Masquer la barre" +msgstr ""  #: templates/debug_toolbar/base.html:11  msgid "Hide" @@ -151,7 +146,7 @@ msgstr "Masquer"  #: templates/debug_toolbar/base.html:36  msgid "Show Toolbar" -msgstr "Afficher la barre" +msgstr ""  #: templates/debug_toolbar/base.html:42  msgid "Close" @@ -163,7 +158,12 @@ msgid "Location"  msgstr "Emplacement"  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +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>."  #: templates/debug_toolbar/panels/cache.html:14 @@ -191,13 +191,19 @@ msgid "Type"  msgstr "Type"  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" -msgstr "Paramètres" - -#: templates/debug_toolbar/panels/cache.html:42  msgid "Function"  msgstr "Fonction" +#: templates/debug_toolbar/panels/cache.html:42 +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs" +msgstr "" +  #: templates/debug_toolbar/panels/headers.html:5  msgid "Key"  msgstr "Clé" @@ -233,9 +239,8 @@ msgid "Call"  msgstr ""  #: templates/debug_toolbar/panels/profiling.html:7 -#, fuzzy  msgid "CumTime" -msgstr "Temps" +msgstr ""  #: templates/debug_toolbar/panels/profiling.html:8  #: templates/debug_toolbar/panels/profiling.html:10 @@ -243,9 +248,8 @@ msgid "Per"  msgstr ""  #: templates/debug_toolbar/panels/profiling.html:9 -#, fuzzy  msgid "TotTime" -msgstr "Temps Total" +msgstr ""  #: templates/debug_toolbar/panels/profiling.html:11  msgid "Count" @@ -256,16 +260,7 @@ msgid "View information"  msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:7 -#, fuzzy  msgid "View Function" -msgstr "Fonction" - -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:29 @@ -335,14 +330,12 @@ msgid "Query"  msgstr "Requête"  #: templates/debug_toolbar/panels/sql.html:20 -#, fuzzy  msgid "Timeline" -msgstr "Temps" +msgstr ""  #: templates/debug_toolbar/panels/sql.html:21 -#, fuzzy  msgid "Time (ms)" -msgstr "Temps" +msgstr ""  #: templates/debug_toolbar/panels/sql.html:22  msgid "Action" @@ -393,11 +386,15 @@ msgstr "Source du gabarit"  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "Chemin du gabarit" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "Chemin du gabarit"  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "Gabarit" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "Gabarit"  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -411,7 +408,9 @@ msgstr "Aucun"  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "Processeur de contexte" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "Processeur de contexte"  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -425,18 +424,5 @@ msgstr "Paquet"  msgid "Version"  msgstr "Version" -#, fuzzy -#~ msgid "SQL Queries" -#~ msgstr "Requêtes SQL" - -#~ msgid "Stacktrace" -#~ msgstr "Pile d'appel" - -#~ msgid "Line" -#~ msgstr "Ligne" - -#~ msgid "Method" -#~ msgstr "Méthode" - -#~ msgid "File" -#~ msgstr "Fichier" +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.po b/debug_toolbar/locale/he/LC_MESSAGES/django.po index a20e084..1d6a1f4 100644 --- a/debug_toolbar/locale/he/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/he/LC_MESSAGES/django.po @@ -1,33 +1,34 @@ -# SOME DESCRIPTIVE TITLE.  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# +#  +#  +# Translators:  msgid ""  msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2009-08-24 23:08-0600\n" -"Last-Translator: Alex <alex.gaynor@gmail.com>\n" +"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" -"Language: \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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, 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:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -47,9 +48,8 @@ msgstr[0] ""  msgstr[1] ""  #: panels/logger.py:126 -#, fuzzy  msgid "Log Messages" -msgstr "הודעה" +msgstr ""  #: panels/profiling.py:149 panels/profiling.py:155  msgid "Profiling" @@ -59,11 +59,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -120,9 +120,8 @@ msgid "System CPU time"  msgstr ""  #: panels/timer.py:85 -#, fuzzy  msgid "Total CPU time" -msgstr "זמן" +msgstr ""  #: panels/timer.py:86  msgid "Elapsed time" @@ -133,9 +132,8 @@ msgid "Context switches"  msgstr ""  #: panels/version.py:19 panels/version.py:28 -#, fuzzy  msgid "Versions" -msgstr "ג 'נגו גירסה" +msgstr "גירסאות"  #: templates/debug_toolbar/base.html:11  msgid "Hide Toolbar" @@ -159,7 +157,12 @@ msgid "Location"  msgstr "מקום"  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -187,11 +190,17 @@ msgid "Type"  msgstr "סוג"  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -229,9 +238,8 @@ msgid "Call"  msgstr ""  #: templates/debug_toolbar/panels/profiling.html:7 -#, fuzzy  msgid "CumTime" -msgstr "זמן" +msgstr ""  #: templates/debug_toolbar/panels/profiling.html:8  #: templates/debug_toolbar/panels/profiling.html:10 @@ -239,9 +247,8 @@ msgid "Per"  msgstr ""  #: templates/debug_toolbar/panels/profiling.html:9 -#, fuzzy  msgid "TotTime" -msgstr "זמן" +msgstr ""  #: templates/debug_toolbar/panels/profiling.html:11  msgid "Count" @@ -255,18 +262,9 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29 -#, fuzzy  msgid "COOKIES Variables" -msgstr "מזהה" +msgstr "משתנים COOKIES"  #: templates/debug_toolbar/panels/request_vars.html:38  #: templates/debug_toolbar/panels/request_vars.html:64 @@ -280,27 +278,24 @@ msgid "No COOKIE data"  msgstr "אין נתונים  לעוגיות"  #: templates/debug_toolbar/panels/request_vars.html:55 -#, fuzzy  msgid "SESSION Variables" -msgstr "מזהה" +msgstr "משתנים SESSION"  #: templates/debug_toolbar/panels/request_vars.html:78  msgid "No SESSION data"  msgstr "אין נתונים  להתחברות"  #: templates/debug_toolbar/panels/request_vars.html:81 -#, fuzzy  msgid "GET Variables" -msgstr "מזהה" +msgstr "משתנים GET"  #: templates/debug_toolbar/panels/request_vars.html:100  msgid "No GET data"  msgstr "שום דבר עבור GET"  #: templates/debug_toolbar/panels/request_vars.html:103 -#, fuzzy  msgid "POST Variables" -msgstr "מזהה" +msgstr "משתנים POST"  #: templates/debug_toolbar/panels/request_vars.html:122  msgid "No POST data" @@ -316,7 +311,7 @@ msgstr "סימן"  #: templates/debug_toolbar/panels/signals.html:6  msgid "Providing Args" -msgstr "" +msgstr "פרמטרים מסופק"  #: templates/debug_toolbar/panels/signals.html:7  msgid "Receivers" @@ -334,14 +329,12 @@ msgid "Query"  msgstr ""  #: templates/debug_toolbar/panels/sql.html:20 -#, fuzzy  msgid "Timeline" -msgstr "זמן" +msgstr ""  #: templates/debug_toolbar/panels/sql.html:21 -#, fuzzy  msgid "Time (ms)" -msgstr "זמן" +msgstr ""  #: templates/debug_toolbar/panels/sql.html:22  msgid "Action" @@ -387,18 +380,20 @@ msgid "Empty set"  msgstr "תוצאות ריק"  #: templates/debug_toolbar/panels/template_source.html:4 -#, fuzzy  msgid "Template Source" -msgstr "תבנית" +msgstr ""  #: templates/debug_toolbar/panels/templates.html:2 -#, fuzzy  msgid "Template path" -msgstr "תבנית" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "תבנית" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "תבנית"  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -412,7 +407,9 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -423,12 +420,8 @@ msgid "Package"  msgstr ""  #: templates/debug_toolbar/panels/versions.html:7 -#, fuzzy  msgid "Version" -msgstr "ג 'נגו גירסה" - -#~ msgid "Line" -#~ msgstr "שורה" +msgstr "" -#~ msgid "File" -#~ msgstr "קובץ" +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/it/LC_MESSAGES/django.po b/debug_toolbar/locale/it/LC_MESSAGES/django.po index 4744abd..cb93076 100644 --- a/debug_toolbar/locale/it/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/it/LC_MESSAGES/django.po @@ -1,34 +1,34 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:30+0000\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: Italian (http://www.transifex.net/projects/p/django-debug-toolbar/language/it/)\n" -"Language: it\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" +"Language: it\n"  "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, 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:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -59,11 +59,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -157,7 +157,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -185,11 +190,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -251,14 +262,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -382,11 +385,15 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -400,7 +407,9 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -413,3 +422,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/ja/LC_MESSAGES/django.po b/debug_toolbar/locale/ja/LC_MESSAGES/django.po index f0bad6b..183351f 100644 --- a/debug_toolbar/locale/ja/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/ja/LC_MESSAGES/django.po @@ -1,34 +1,34 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  # Shinya Okano <tokibito@gmail.com>, 2012.  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:27+0000\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" -"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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, python-format  msgid "%(cache_calls)d call in %(time).2fms"  msgid_plural "%(cache_calls)d calls in %(time).2fms"  msgstr[0] "" -#: panels/cache.py:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -58,11 +58,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -154,7 +154,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -182,11 +187,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -248,14 +259,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -378,11 +381,13 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -396,7 +401,8 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -409,3 +415,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/mk/LC_MESSAGES/django.po b/debug_toolbar/locale/mk/LC_MESSAGES/django.po index d578e6e..0519108 100644 --- a/debug_toolbar/locale/mk/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/mk/LC_MESSAGES/django.po @@ -1,34 +1,34 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:27+0000\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" -"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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, 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:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -59,11 +59,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -157,7 +157,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -185,11 +190,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -251,14 +262,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -382,11 +385,15 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -400,7 +407,9 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -413,3 +422,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/nl/LC_MESSAGES/django.po b/debug_toolbar/locale/nl/LC_MESSAGES/django.po index 9fd24e9..2ef6b8e 100644 --- a/debug_toolbar/locale/nl/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/nl/LC_MESSAGES/django.po @@ -1,35 +1,35 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  # Ingo Berben <ingoberben@gmail.com>, 2012.  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:30+0000\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" -"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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, 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:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -60,11 +60,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "Instellingen" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -158,7 +158,12 @@ msgid "Location"  msgstr "Locatie"  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -186,13 +191,19 @@ msgid "Type"  msgstr "Type"  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" -msgstr "Parameters" - -#: templates/debug_toolbar/panels/cache.html:42  msgid "Function"  msgstr "Functie" +#: templates/debug_toolbar/panels/cache.html:42 +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs" +msgstr "" +  #: templates/debug_toolbar/panels/headers.html:5  msgid "Key"  msgstr "Sleutel" @@ -252,14 +263,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -383,11 +386,15 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -401,7 +408,9 @@ msgstr "None"  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -414,3 +423,6 @@ msgstr "Pakket"  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "Versie" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/pl/LC_MESSAGES/django.po b/debug_toolbar/locale/pl/LC_MESSAGES/django.po index 522cd68..666ddcb 100644 --- a/debug_toolbar/locale/pl/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/pl/LC_MESSAGES/django.po @@ -1,27 +1,27 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:27+0000\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: Polish (http://www.transifex.net/projects/p/django-debug-toolbar/language/pl/)\n" -"Language: pl\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" +"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:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, python-format  msgid "%(cache_calls)d call in %(time).2fms"  msgid_plural "%(cache_calls)d calls in %(time).2fms" @@ -29,7 +29,7 @@ msgstr[0] ""  msgstr[1] ""  msgstr[2] "" -#: panels/cache.py:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -61,11 +61,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -161,7 +161,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -189,11 +194,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -255,14 +266,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -387,11 +390,17 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -405,7 +414,10 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -418,3 +430,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/pt/LC_MESSAGES/django.po b/debug_toolbar/locale/pt/LC_MESSAGES/django.po index ac9a9ff..a18e4e1 100644 --- a/debug_toolbar/locale/pt/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/pt/LC_MESSAGES/django.po @@ -1,34 +1,34 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:30+0000\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" -"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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, 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:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -59,11 +59,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "Configurações" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -157,7 +157,12 @@ msgid "Location"  msgstr "Localização"  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr "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>."  #: templates/debug_toolbar/panels/cache.html:14 @@ -185,13 +190,19 @@ msgid "Type"  msgstr "Tipo"  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" -msgstr "Parâmetros" - -#: templates/debug_toolbar/panels/cache.html:42  msgid "Function"  msgstr "Função" +#: templates/debug_toolbar/panels/cache.html:42 +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs" +msgstr "" +  #: templates/debug_toolbar/panels/headers.html:5  msgid "Key"  msgstr "Chave" @@ -251,14 +262,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "Variáveis COOKIES" @@ -382,11 +385,15 @@ msgstr "Fonte da Template"  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "Caminho da Template" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "Caminho da Template"  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -400,7 +407,9 @@ msgstr "Nenhum"  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "Processador de Contexto" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "Processador de Contexto"  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -413,3 +422,6 @@ msgstr "Pacote"  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "Versão" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po index 0903cb4..a9dc4ac 100644 --- a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po @@ -1,40 +1,41 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. +#  +#  +# Translators:  # Percy Pérez-Pinedo, 2009. -# -#  msgid ""  msgstr "" -"Project-Id-Version: Django Debug Toolbar 0.8.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2011-01-22 08:58+0000\n" -"Last-Translator: Eduardo Cereto Carvalho <eduardocereto@gmail.com>\n" -"Language-Team: \n" -"Language: \n" +"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: Portuguese (Brazil) (http://www.transifex.net/projects/p/django-debug-toolbar/language/pt_BR/)\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" -#: panels/cache.py:92 -#, fuzzy +#: panels/cache.py:125  msgid "Cache" -msgstr "Uso do Cache" +msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, 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:102 +#: panels/cache.py:135  msgid "Cache Usage" -msgstr "Uso do Cache" +msgstr ""  #: panels/headers.py:37 panels/headers.py:40  msgid "HTTP Headers" -msgstr "Cabeçalhos HTTP" +msgstr ""  #: panels/logger.py:117  msgid "Logging" @@ -49,7 +50,7 @@ msgstr[1] ""  #: panels/logger.py:126  msgid "Log Messages" -msgstr "Mensagens de Log" +msgstr ""  #: panels/profiling.py:149 panels/profiling.py:155  msgid "Profiling" @@ -57,16 +58,16 @@ msgstr ""  #: panels/request_vars.py:22 panels/request_vars.py:25  msgid "Request Vars" -msgstr "Variáveis do Request" +msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "Configurações" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>" -msgstr "Configurações de <code>%s</code>" +msgstr ""  #: panels/signals.py:40 panels/signals.py:58  msgid "Signals" @@ -88,7 +89,7 @@ msgstr[1] ""  #: panels/sql.py:121  msgid "SQL" -msgstr "SQL" +msgstr ""  #: panels/template.py:102  msgid "Templates" @@ -109,27 +110,27 @@ msgstr "Tempo"  #: panels/timer.py:70  msgid "Resource Usage" -msgstr "Uso de Recursos" +msgstr ""  #: panels/timer.py:83  msgid "User CPU time" -msgstr "Tempo de CPU do usuário" +msgstr ""  #: panels/timer.py:84  msgid "System CPU time" -msgstr "Tempo de CPU do sistema" +msgstr ""  #: panels/timer.py:85  msgid "Total CPU time" -msgstr "Tempo de CPU total" +msgstr ""  #: panels/timer.py:86  msgid "Elapsed time" -msgstr "Tempo decorrido" +msgstr ""  #: panels/timer.py:87  msgid "Context switches" -msgstr "Alterações de contexto" +msgstr ""  #: panels/version.py:19 panels/version.py:28  msgid "Versions" @@ -137,7 +138,7 @@ msgstr "Versões"  #: templates/debug_toolbar/base.html:11  msgid "Hide Toolbar" -msgstr "Esconder Barra" +msgstr ""  #: templates/debug_toolbar/base.html:11  msgid "Hide" @@ -145,7 +146,7 @@ msgstr "Esconder"  #: templates/debug_toolbar/base.html:36  msgid "Show Toolbar" -msgstr "Mostrar Barra" +msgstr ""  #: templates/debug_toolbar/base.html:42  msgid "Close" @@ -157,7 +158,12 @@ msgid "Location"  msgstr "Localização"  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr "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>"  #: templates/debug_toolbar/panels/cache.html:14 @@ -185,13 +191,19 @@ msgid "Type"  msgstr "Tipo"  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" -msgstr "Parâmetros" - -#: templates/debug_toolbar/panels/cache.html:42  msgid "Function"  msgstr "Função" +#: templates/debug_toolbar/panels/cache.html:42 +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs" +msgstr "" +  #: templates/debug_toolbar/panels/headers.html:5  msgid "Key"  msgstr "Chave" @@ -227,9 +239,8 @@ msgid "Call"  msgstr ""  #: templates/debug_toolbar/panels/profiling.html:7 -#, fuzzy  msgid "CumTime" -msgstr "Tempo" +msgstr ""  #: templates/debug_toolbar/panels/profiling.html:8  #: templates/debug_toolbar/panels/profiling.html:10 @@ -237,9 +248,8 @@ msgid "Per"  msgstr ""  #: templates/debug_toolbar/panels/profiling.html:9 -#, fuzzy  msgid "TotTime" -msgstr "Tempo Total" +msgstr ""  #: templates/debug_toolbar/panels/profiling.html:11  msgid "Count" @@ -247,19 +257,11 @@ msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:3  msgid "View information" -msgstr "Informações da View" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:7  msgid "View Function" -msgstr "Função View" - -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "args" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "kwargs" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables" @@ -328,14 +330,12 @@ msgid "Query"  msgstr "Query"  #: templates/debug_toolbar/panels/sql.html:20 -#, fuzzy  msgid "Timeline" -msgstr "Tempo" +msgstr ""  #: templates/debug_toolbar/panels/sql.html:21 -#, fuzzy  msgid "Time (ms)" -msgstr "Tempo" +msgstr ""  #: templates/debug_toolbar/panels/sql.html:22  msgid "Action" @@ -386,11 +386,15 @@ msgstr "Origem do Template"  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "Caminho do Template" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "Caminho do Template"  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "Template" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "Template"  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -404,7 +408,9 @@ msgstr "Nenhum"  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "Processador do Contexto" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "Processador do Contexto"  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -418,20 +424,5 @@ msgstr "Pacote"  msgid "Version"  msgstr "Versão" -#~ msgid "Cache: %.2fms" -#~ msgstr "Cache: %.2fms" - -#~ msgid "SQL Queries" -#~ msgstr "Queries SQL" - -#~ msgid "Stacktrace" -#~ msgstr "Stacktrace" - -#~ msgid "Line" -#~ msgstr "Linha" - -#~ msgid "Method" -#~ msgstr "Método" - -#~ msgid "File" -#~ msgstr "Arquivo" +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/ro/LC_MESSAGES/django.po b/debug_toolbar/locale/ro/LC_MESSAGES/django.po index 2b851fa..9090311 100644 --- a/debug_toolbar/locale/ro/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/ro/LC_MESSAGES/django.po @@ -1,27 +1,27 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:27+0000\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" -"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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, python-format  msgid "%(cache_calls)d call in %(time).2fms"  msgid_plural "%(cache_calls)d calls in %(time).2fms" @@ -29,7 +29,7 @@ msgstr[0] ""  msgstr[1] ""  msgstr[2] "" -#: panels/cache.py:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -61,11 +61,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -161,7 +161,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -189,11 +194,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -255,14 +266,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -387,11 +390,17 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -405,7 +414,10 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -418,3 +430,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/ru/LC_MESSAGES/django.po b/debug_toolbar/locale/ru/LC_MESSAGES/django.po index 6ef405f..40313da 100644 --- a/debug_toolbar/locale/ru/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/ru/LC_MESSAGES/django.po @@ -1,40 +1,42 @@ -# Django Debug Toolbar in Russian.  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. +#  +#  +# Translators:  # Mikhail Korobov, 2009. -# -#  msgid ""  msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: \n" -"Last-Translator: Mikhail Korobov <kmike84@gmail.com>\n" -"Language-Team: \n" -"Language: \n" +"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: Russian (http://www.transifex.net/projects/p/django-debug-toolbar/language/ru/)\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" +"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:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, python-format  msgid "%(cache_calls)d call in %(time).2fms"  msgid_plural "%(cache_calls)d calls in %(time).2fms"  msgstr[0] ""  msgstr[1] "" +msgstr[2] "" -#: panels/cache.py:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr ""  #: panels/headers.py:37 panels/headers.py:40  msgid "HTTP Headers" -msgstr "Заголовки HTTP" +msgstr ""  #: panels/logger.py:117  msgid "Logging" @@ -46,11 +48,11 @@ msgid "%(count)s message"  msgid_plural "%(count)s messages"  msgstr[0] ""  msgstr[1] "" +msgstr[2] ""  #: panels/logger.py:126 -#, fuzzy  msgid "Log Messages" -msgstr "Сообщение" +msgstr ""  #: panels/profiling.py:149 panels/profiling.py:155  msgid "Profiling" @@ -58,13 +60,13 @@ msgstr ""  #: panels/request_vars.py:22 panels/request_vars.py:25  msgid "Request Vars" -msgstr "Запрос" +msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "Настройки" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -79,6 +81,7 @@ msgid "%(num_receivers)d receiver of 1 signal"  msgid_plural "%(num_receivers)d receivers of 1 signal"  msgstr[0] ""  msgstr[1] "" +msgstr[2] ""  #: panels/signals.py:52  #, python-format @@ -86,6 +89,7 @@ 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[2] ""  #: panels/sql.py:121  msgid "SQL" @@ -109,9 +113,8 @@ msgid "Time"  msgstr "Время"  #: panels/timer.py:70 -#, fuzzy  msgid "Resource Usage" -msgstr "Ресурс" +msgstr ""  #: panels/timer.py:83  msgid "User CPU time" @@ -122,9 +125,8 @@ msgid "System CPU time"  msgstr ""  #: panels/timer.py:85 -#, fuzzy  msgid "Total CPU time" -msgstr "Общее время" +msgstr ""  #: panels/timer.py:86  msgid "Elapsed time" @@ -135,9 +137,8 @@ msgid "Context switches"  msgstr ""  #: panels/version.py:19 panels/version.py:28 -#, fuzzy  msgid "Versions" -msgstr "Версия Django" +msgstr ""  #: templates/debug_toolbar/base.html:11  msgid "Hide Toolbar" @@ -161,7 +162,12 @@ msgid "Location"  msgstr "Место"  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr "Django Debug Toolbar в отладочных целях перехватила редирект на адрес, указанный выше. Вы можете нажать на ссылку, чтобы продолжить обычное выполнение. Если хотите отключить это поведение, установите в словаре <code>DEBUG_TOOLBAR_CONFIG</code> ключ <code>INTERCEPT_REDIRECTS</code> равным <code>False</code>."  #: templates/debug_toolbar/panels/cache.html:14 @@ -189,11 +195,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -231,9 +243,8 @@ msgid "Call"  msgstr ""  #: templates/debug_toolbar/panels/profiling.html:7 -#, fuzzy  msgid "CumTime" -msgstr "Время" +msgstr ""  #: templates/debug_toolbar/panels/profiling.html:8  #: templates/debug_toolbar/panels/profiling.html:10 @@ -241,9 +252,8 @@ msgid "Per"  msgstr ""  #: templates/debug_toolbar/panels/profiling.html:9 -#, fuzzy  msgid "TotTime" -msgstr "Общее время" +msgstr ""  #: templates/debug_toolbar/panels/profiling.html:11  msgid "Count" @@ -257,18 +267,9 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29 -#, fuzzy  msgid "COOKIES Variables" -msgstr "Переменная" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:38  #: templates/debug_toolbar/panels/request_vars.html:64 @@ -282,27 +283,24 @@ msgid "No COOKIE data"  msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:55 -#, fuzzy  msgid "SESSION Variables" -msgstr "Переменная" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:78  msgid "No SESSION data"  msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:81 -#, fuzzy  msgid "GET Variables" -msgstr "Переменная" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:100  msgid "No GET data"  msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:103 -#, fuzzy  msgid "POST Variables" -msgstr "Переменная" +msgstr ""  #: templates/debug_toolbar/panels/request_vars.html:122  msgid "No POST data" @@ -330,20 +328,19 @@ msgid "%(num)s query"  msgid_plural "%(num)s queries"  msgstr[0] ""  msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/sql.html:19  msgid "Query"  msgstr "Запрос"  #: templates/debug_toolbar/panels/sql.html:20 -#, fuzzy  msgid "Timeline" -msgstr "Время" +msgstr ""  #: templates/debug_toolbar/panels/sql.html:21 -#, fuzzy  msgid "Time (ms)" -msgstr "Время" +msgstr ""  #: templates/debug_toolbar/panels/sql.html:22  msgid "Action" @@ -389,18 +386,22 @@ msgid "Empty set"  msgstr "Ничего"  #: templates/debug_toolbar/panels/template_source.html:4 -#, fuzzy  msgid "Template Source" -msgstr "Шаблоны" +msgstr ""  #: templates/debug_toolbar/panels/templates.html:2 -#, fuzzy  msgid "Template path" -msgstr "Шаблоны" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -414,7 +415,10 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -425,15 +429,8 @@ msgid "Package"  msgstr ""  #: templates/debug_toolbar/panels/versions.html:7 -#, fuzzy  msgid "Version" -msgstr "Версия Django" - -#~ msgid "Line" -#~ msgstr "Строка" - -#~ msgid "Method" -#~ msgstr "Метод" +msgstr "" -#~ msgid "File" -#~ msgstr "Файл" +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/sk/LC_MESSAGES/django.po b/debug_toolbar/locale/sk/LC_MESSAGES/django.po index ac57490..d6bd8a8 100644 --- a/debug_toolbar/locale/sk/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/sk/LC_MESSAGES/django.po @@ -1,28 +1,28 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  #   <kybiky@gmail.com>, 2012.  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:27+0000\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: Slovak (http://www.transifex.net/projects/p/django-debug-toolbar/language/sk/)\n" -"Language: sk\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" +"Language: sk\n"  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, python-format  msgid "%(cache_calls)d call in %(time).2fms"  msgid_plural "%(cache_calls)d calls in %(time).2fms" @@ -30,7 +30,7 @@ msgstr[0] ""  msgstr[1] ""  msgstr[2] "" -#: panels/cache.py:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -62,11 +62,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "Nastavenia" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -162,7 +162,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -190,13 +195,19 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" -msgstr "" - -#: templates/debug_toolbar/panels/cache.html:42  msgid "Function"  msgstr "Funkcie" +#: templates/debug_toolbar/panels/cache.html:42 +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs" +msgstr "" +  #: templates/debug_toolbar/panels/headers.html:5  msgid "Key"  msgstr "" @@ -256,14 +267,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -388,11 +391,17 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -406,7 +415,10 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -419,3 +431,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/tr/LC_MESSAGES/django.po b/debug_toolbar/locale/tr/LC_MESSAGES/django.po index 77bc562..56071ea 100644 --- a/debug_toolbar/locale/tr/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/tr/LC_MESSAGES/django.po @@ -1,33 +1,33 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:30+0000\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" -"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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, python-format  msgid "%(cache_calls)d call in %(time).2fms"  msgid_plural "%(cache_calls)d calls in %(time).2fms"  msgstr[0] "" -#: panels/cache.py:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -57,11 +57,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -153,7 +153,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -181,11 +186,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -247,14 +258,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -377,11 +380,13 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -395,7 +400,8 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -408,3 +414,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/uk/LC_MESSAGES/django.po b/debug_toolbar/locale/uk/LC_MESSAGES/django.po index d6378ce..9573e0d 100644 --- a/debug_toolbar/locale/uk/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/uk/LC_MESSAGES/django.po @@ -1,27 +1,27 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:27+0000\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" -"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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, python-format  msgid "%(cache_calls)d call in %(time).2fms"  msgid_plural "%(cache_calls)d calls in %(time).2fms" @@ -29,7 +29,7 @@ msgstr[0] ""  msgstr[1] ""  msgstr[2] "" -#: panels/cache.py:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -61,11 +61,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -161,7 +161,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -189,11 +194,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -255,14 +266,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -387,11 +390,17 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -405,7 +414,10 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -418,3 +430,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" diff --git a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po index 23c6f48..3bc306f 100644 --- a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po @@ -1,33 +1,33 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package. -# -# +#  +#   # Translators:  msgid ""  msgstr ""  "Project-Id-Version: Django Debug Toolbar\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2012-03-31 12:30+0000\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" -"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" -#: panels/cache.py:92 +#: panels/cache.py:125  msgid "Cache"  msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129  #, python-format  msgid "%(cache_calls)d call in %(time).2fms"  msgid_plural "%(cache_calls)d calls in %(time).2fms"  msgstr[0] "" -#: panels/cache.py:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "" @@ -57,11 +57,11 @@ msgstr ""  msgid "Request Vars"  msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "" @@ -153,7 +153,12 @@ msgid "Location"  msgstr ""  #: templates/debug_toolbar/redirect.html:9 -msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes.  You can click the above link to continue with the " +"redirect as normal.  If you'd like to disable this feature, set the " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  msgstr ""  #: templates/debug_toolbar/panels/cache.html:14 @@ -181,11 +186,17 @@ msgid "Type"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" +msgid "Function"  msgstr ""  #: templates/debug_toolbar/panels/cache.html:42 -msgid "Function" +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs"  msgstr ""  #: templates/debug_toolbar/panels/headers.html:5 @@ -247,14 +258,6 @@ msgstr ""  msgid "View Function"  msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:29  msgid "COOKIES Variables"  msgstr "" @@ -377,11 +380,13 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "" +msgid_plural "Template paths" +msgstr[0] ""  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "" +msgid_plural "Templates" +msgstr[0] ""  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -395,7 +400,8 @@ msgstr ""  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "" +msgid_plural "Context processors" +msgstr[0] ""  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -408,3 +414,6 @@ msgstr ""  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameters" | 
