diff options
| author | Jannis Leidel | 2012-03-31 21:45:03 +0200 | 
|---|---|---|
| committer | Jannis Leidel | 2012-03-31 21:45:03 +0200 | 
| commit | 1ba6478b69f51623f4f4636b5be6c02c461f397d (patch) | |
| tree | c98b05ab9302d2ffe818c48ed3b04f82e14ddf08 | |
| parent | 2870dcdf320a7b0864cd59e775111a2618d3f1ec (diff) | |
| download | django-debug-toolbar-1ba6478b69f51623f4f4636b5be6c02c461f397d.tar.bz2 | |
Updated base translation again.
| -rw-r--r-- | debug_toolbar/locale/en/LC_MESSAGES/django.mo | bin | 5476 -> 5308 bytes | |||
| -rw-r--r-- | debug_toolbar/locale/en/LC_MESSAGES/django.po | 68 | 
2 files changed, 41 insertions, 27 deletions
| diff --git a/debug_toolbar/locale/en/LC_MESSAGES/django.mo b/debug_toolbar/locale/en/LC_MESSAGES/django.moBinary files differ index 5d488f0..0c8e8c8 100644 --- a/debug_toolbar/locale/en/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/en/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/en/LC_MESSAGES/django.po b/debug_toolbar/locale/en/LC_MESSAGES/django.po index 85ae620..502a6e6 100644 --- a/debug_toolbar/locale/en/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/en/LC_MESSAGES/django.po @@ -1,33 +1,35 @@  # 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\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: en\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" +"Language: en\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 call in %(time).2fms"  msgstr[1] "%(cache_calls)d calls in %(time).2fms" -#: panels/cache.py:102 +#: panels/cache.py:135  msgid "Cache Usage"  msgstr "Cache Usage" @@ -58,11 +60,11 @@ msgstr "Profiling"  msgid "Request Vars"  msgstr "Request Vars" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18  msgid "Settings"  msgstr "Settings" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21  #, python-format  msgid "Settings from <code>%s</code>"  msgstr "Settings from <code>%s</code>" @@ -156,7 +158,12 @@ msgid "Location"  msgstr "Location"  #: 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 "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>."  #: templates/debug_toolbar/panels/cache.html:14 @@ -184,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 "Function" +#: 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 "Key" @@ -250,14 +263,6 @@ msgstr "View information"  msgid "View Function"  msgstr "View Function" -#: 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 Variables" @@ -381,11 +386,15 @@ msgstr "Template Source"  #: templates/debug_toolbar/panels/templates.html:2  msgid "Template path" -msgstr "Template path" +msgid_plural "Template paths" +msgstr[0] "Template path" +msgstr[1] "Template path"  #: templates/debug_toolbar/panels/templates.html:13  msgid "Template" -msgstr "Template" +msgid_plural "Templates" +msgstr[0] "Template" +msgstr[1] "Template"  #: templates/debug_toolbar/panels/templates.html:21  #: templates/debug_toolbar/panels/templates.html:37 @@ -399,7 +408,9 @@ msgstr "None"  #: templates/debug_toolbar/panels/templates.html:31  msgid "Context processor" -msgstr "Context processor" +msgid_plural "Context processors" +msgstr[0] "Context processor" +msgstr[1] "Context processor"  #: templates/debug_toolbar/panels/timer.html:9  msgid "Resource" @@ -412,3 +423,6 @@ msgstr "Package"  #: templates/debug_toolbar/panels/versions.html:7  msgid "Version"  msgstr "Version" + +#~ msgid "Parameters" +#~ msgstr "Parameters" | 
