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 /debug_toolbar/locale/it | |
| parent | 1ba6478b69f51623f4f4636b5be6c02c461f397d (diff) | |
| download | django-debug-toolbar-0ff41e26acacf1ca6096bf5be69868eba0791d55.tar.bz2 | |
Pulled updates from Transifex.
Diffstat (limited to 'debug_toolbar/locale/it')
| -rw-r--r-- | debug_toolbar/locale/it/LC_MESSAGES/django.po | 62 |
1 files changed, 37 insertions, 25 deletions
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" |
