From 1ba6478b69f51623f4f4636b5be6c02c461f397d Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 31 Mar 2012 21:45:03 +0200 Subject: Updated base translation again. --- debug_toolbar/locale/en/LC_MESSAGES/django.mo | Bin 5476 -> 5308 bytes 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.mo index 5d488f0..0c8e8c8 100644 Binary files a/debug_toolbar/locale/en/LC_MESSAGES/django.mo and b/debug_toolbar/locale/en/LC_MESSAGES/django.mo differ 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 \n" "Language-Team: LANGUAGE \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 %s" msgstr "Settings from %s" @@ -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 DEBUG_TOOLBAR_CONFIG dictionary's key INTERCEPT_REDIRECTS to False." +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 " +"DEBUG_TOOLBAR_CONFIG dictionary's key " +"INTERCEPT_REDIRECTS to False." 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 DEBUG_TOOLBAR_CONFIG dictionary's key INTERCEPT_REDIRECTS to False." #: 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" -- cgit v1.2.3