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