From b5087075c1354b1512bb25a38e7f7c0afd1067d0 Mon Sep 17 00:00:00 2001 From: Percy Perez-Pinedo Date: Fri, 21 Aug 2009 15:36:00 -0700 Subject: spanish version of the debug toolbar templates is mostly done' --- debug_toolbar/locale/es/LC_MESSAGES/django.mo | Bin 1318 -> 1413 bytes debug_toolbar/locale/es/LC_MESSAGES/django.po | 17 ++++++++++++++--- debug_toolbar/templates/debug_toolbar/panels/sql.html | 6 +++--- .../templates/debug_toolbar/panels/templates.html | 3 ++- 4 files changed, 19 insertions(+), 7 deletions(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.mo b/debug_toolbar/locale/es/LC_MESSAGES/django.mo index 1c8f042..a09808b 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 a40979d..2d4c199 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-08-21 15:06-0700\n" +"POT-Creation-Date: 2009-08-21 15:26-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,7 @@ msgstr "" #: templates/debug_toolbar/panels/cache.html:39 #: templates/debug_toolbar/panels/logger.html:8 +#: templates/debug_toolbar/panels/sql.html:6 #: templates/debug_toolbar/panels/sql_explain.html:7 #: templates/debug_toolbar/panels/sql_profile.html:7 #: templates/debug_toolbar/panels/sql_select.html:7 @@ -136,6 +137,14 @@ msgstr "Acción" msgid "Line" msgstr "Línea" +#: templates/debug_toolbar/panels/sql.html:32 +msgid "Method" +msgstr "Método" + +#: templates/debug_toolbar/panels/sql.html:33 +msgid "File" +msgstr "Archivo" + #: templates/debug_toolbar/panels/sql_explain.html:2 #: templates/debug_toolbar/panels/sql_profile.html:2 #: templates/debug_toolbar/panels/sql_select.html:2 @@ -153,8 +162,10 @@ msgstr "SQL Ejecutado" msgid "Empty set" msgstr "Set Vacío" +#: templates/debug_toolbar/panels/templates.html:14 +msgid "Template" +msgstr "Plantilla" + #: templates/debug_toolbar/panels/timer.html:10 msgid "Resource" msgstr "Recurso" - - diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index 4bb7c9a..cac2e47 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -3,7 +3,7 @@ - + @@ -29,8 +29,8 @@
Time (ms){% trans "Time" %} (ms) {% trans "Action" %} Stacktrace Query
- - + + {% for file, line, method in query.stacktrace %} diff --git a/debug_toolbar/templates/debug_toolbar/panels/templates.html b/debug_toolbar/templates/debug_toolbar/panels/templates.html index 622321f..194e477 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/templates.html +++ b/debug_toolbar/templates/debug_toolbar/panels/templates.html @@ -1,3 +1,4 @@ +{% load i18n %}

Template path{{ template_dirs|length|pluralize }}

{% if template_dirs %} @@ -11,7 +12,7 @@ {% endif %}
-

Template{{ templates|length|pluralize }}

+

{% trans "Template" %}{{ templates|length|pluralize }}

{% if templates %}
-- cgit v1.2.3
{% trans "Line" %}MethodFile{% trans "Method" %}{% trans "File" %}