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