aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorPercy Perez-Pinedo2009-08-21 15:36:00 -0700
committerPercy Perez-Pinedo2009-08-21 15:36:00 -0700
commitb5087075c1354b1512bb25a38e7f7c0afd1067d0 (patch)
tree59e57acfbe1ce739a3b2268f649f2fc899acf264 /debug_toolbar/templates
parent8fa547a2a34086455b4af9e327906b6f96b12b24 (diff)
downloaddjango-debug-toolbar-b5087075c1354b1512bb25a38e7f7c0afd1067d0.tar.bz2
spanish version of the debug toolbar templates is mostly done'
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/sql.html6
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/templates.html3
2 files changed, 5 insertions, 4 deletions
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 @@
<table>
<thead>
<tr>
- <th>Time&nbsp;(ms)</th>
+ <th>{% trans "Time" %}&nbsp;(ms)</th>
<th>{% trans "Action" %}</th>
<th>Stacktrace</th>
<th>Query</th>
@@ -29,8 +29,8 @@
<table>
<tr>
<th>{% trans "Line" %}</th>
- <th>Method</th>
- <th>File</th>
+ <th>{% trans "Method" %}</th>
+ <th>{% trans "File" %}</th>
</tr>
{% for file, line, method in query.stacktrace %}
<tr>
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 %}
<h4>Template path{{ template_dirs|length|pluralize }}</h4>
<div class="boxed">
{% if template_dirs %}
@@ -11,7 +12,7 @@
{% endif %}
</div>
-<h4>Template{{ templates|length|pluralize }}</h4>
+<h4>{% trans "Template" %}{{ templates|length|pluralize }}</h4>
<div class="boxed">
{% if templates %}
<dl>