aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorPercy Perez-Pinedo2009-01-04 17:21:18 -0800
committerPercy Perez-Pinedo2009-01-04 17:21:18 -0800
commit073ab2c8255ebc310a54e9f937b4b17f94f7eac2 (patch)
treeb8a5e1a5b92339d4d0c28d348f8b69b911872f7d /debug_toolbar/templates
parent4e07dd44edaeb0bd5681ef3d619cbb7cd93ff30d (diff)
downloaddjango-debug-toolbar-073ab2c8255ebc310a54e9f937b4b17f94f7eac2.tar.bz2
updated Spanish translation
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/cache.html2
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/settings_vars.html2
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/sql.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/cache.html b/debug_toolbar/templates/debug_toolbar/panels/cache.html
index 7667740..3649f0c 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/cache.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/cache.html
@@ -37,7 +37,7 @@
<table>
<thead>
<tr>
- <th>{% trans "Time&nbsp;(ms)" %}</th>
+ <th>{% trans "Time" %}&nbsp;(ms)</th>
<th>{% trans "Type" %}</th>
<th>{% trans "Parameters" %}</th>
<th>{% trans "Function" %}</th>
diff --git a/debug_toolbar/templates/debug_toolbar/panels/settings_vars.html b/debug_toolbar/templates/debug_toolbar/panels/settings_vars.html
index 1e84edf..7b285ff 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/settings_vars.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/settings_vars.html
@@ -1,5 +1,5 @@
{% load i18n %}
-<h3>Settings from <code>{{ settings.SETTINGS_MODULE }}</code></h3>
+<h3>{% trans "Settings from" %} <code>{{ settings.SETTINGS_MODULE }}</code></h3>
<table>
<thead>
<tr>
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html
index 0dc82e6..50480bf 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>{% trans "Time&nbsp;(ms)" %}</th>
+ <th>{% trans "Time" %}&nbsp;(ms)</th>
<th>{% trans "Action" %}</th>
<th>{% trans "Query" %}</th>
</tr>