From e0a81fd78aa2a6e5096a8b207484fa19cc5c034f Mon Sep 17 00:00:00 2001 From: Percy Perez-Pinedo Date: Fri, 21 Aug 2009 13:30:24 -0700 Subject: testing some changes --- .gitignore | 3 ++- debug_toolbar/locale/es/LC_MESSAGES/django.mo | Bin 1052 -> 1081 bytes debug_toolbar/locale/es/LC_MESSAGES/django.po | 4 ++++ debug_toolbar/templates/debug_toolbar/base.html | 2 +- .../templates/debug_toolbar/panels/signals.html | 2 +- debug_toolbar/templates/debug_toolbar/panels/sql.html | 2 +- 6 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2f78cf5..d404d9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc - +*.DS_Store +*~ diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.mo b/debug_toolbar/locale/es/LC_MESSAGES/django.mo index 295c214..d8d3edd 100644 Binary files a/debug_toolbar/locale/es/LC_MESSAGES/django.mo and b/debug_toolbar/locale/es/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index 07c8d30..ad12522 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po @@ -18,6 +18,10 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +msgid "Hide" +msgstr "Ocultar" + + #: templates/debug_toolbar/base.html:30 msgid "Close" msgstr "Cerrar" diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 66d126e..748001d 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -20,7 +20,7 @@