diff options
| author | eduardocereto | 2011-04-02 23:01:09 -0300 |
|---|---|---|
| committer | eduardocereto | 2011-04-02 23:01:09 -0300 |
| commit | 39693f624de1ee604cc11f1c3d4adec071185c3b (patch) | |
| tree | 7ed8f81a77fa58c4fdbf380678bd30c70c199860 | |
| parent | 34cecffbacf85ff21e9c8b0d01e1dcc644559859 (diff) | |
| download | django-debug-toolbar-39693f624de1ee604cc11f1c3d4adec071185c3b.tar.bz2 | |
Updated pt/BR strings
| -rw-r--r-- | debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo | bin | 4320 -> 4694 bytes | |||
| -rw-r--r-- | debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po | 22 |
2 files changed, 11 insertions, 11 deletions
diff --git a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo Binary files differindex 8c0c45f..0fa0a13 100644 --- a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po index d80930c..80a1bd2 100644 --- a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgstr "" #: panels/cache.py:92 #, python-format msgid "Cache: %.2fms" -msgstr "" +msgstr "Cache: %.2fms" #: panels/cache.py:95 msgid "Cache Usage" @@ -30,7 +30,7 @@ msgstr "Cabeçalhos HTTP" #: panels/logger.py:56 msgid "Logging" -msgstr "" +msgstr "Logs" #: panels/logger.py:63 msgid "Log Messages" @@ -152,15 +152,15 @@ msgstr "Tempo Total" #: templates/debug_toolbar/panels/cache.html:18 msgid "Hits" -msgstr "" +msgstr "Hits" #: templates/debug_toolbar/panels/cache.html:20 msgid "Misses" -msgstr "" +msgstr "Misses" #: templates/debug_toolbar/panels/cache.html:35 msgid "Breakdown" -msgstr "" +msgstr "Breakdown" #: templates/debug_toolbar/panels/cache.html:40 msgid "Type" @@ -210,11 +210,11 @@ msgstr "Função View" #: templates/debug_toolbar/panels/request_vars.html:8 msgid "args" -msgstr "" +msgstr "args" #: templates/debug_toolbar/panels/request_vars.html:9 msgid "kwargs" -msgstr "" +msgstr "kwargs" #: templates/debug_toolbar/panels/request_vars.html:27 msgid "COOKIES Variables" @@ -269,7 +269,7 @@ msgstr "Argumentos Fornecidos" #: templates/debug_toolbar/panels/signals.html:7 msgid "Receivers" -msgstr "" +msgstr "Recebedores" #: templates/debug_toolbar/panels/sql.html:6 msgid "Action" @@ -277,11 +277,11 @@ msgstr "Ação" #: templates/debug_toolbar/panels/sql.html:7 msgid "Stacktrace" -msgstr "" +msgstr "Stacktrace" #: templates/debug_toolbar/panels/sql.html:8 msgid "Query" -msgstr "" +msgstr "Query" #: templates/debug_toolbar/panels/sql.html:38 msgid "Line" @@ -343,7 +343,7 @@ msgstr "Template" #: templates/debug_toolbar/panels/templates.html:21 #: templates/debug_toolbar/panels/templates.html:37 msgid "Toggle Context" -msgstr "Mostrar Contexto" +msgstr "Mostrar/Esconder Contexto" #: templates/debug_toolbar/panels/templates.html:28 #: templates/debug_toolbar/panels/templates.html:43 |
