diff options
| author | Percy Perez-Pinedo | 2009-01-04 17:21:18 -0800 |
|---|---|---|
| committer | Percy Perez-Pinedo | 2009-01-04 17:21:18 -0800 |
| commit | 073ab2c8255ebc310a54e9f937b4b17f94f7eac2 (patch) | |
| tree | b8a5e1a5b92339d4d0c28d348f8b69b911872f7d /debug_toolbar/templates | |
| parent | 4e07dd44edaeb0bd5681ef3d619cbb7cd93ff30d (diff) | |
| download | django-debug-toolbar-073ab2c8255ebc310a54e9f937b4b17f94f7eac2.tar.bz2 | |
updated Spanish translation
Diffstat (limited to 'debug_toolbar/templates')
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 (ms)" %}</th> + <th>{% trans "Time" %} (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 (ms)" %}</th> + <th>{% trans "Time" %} (ms)</th> <th>{% trans "Action" %}</th> <th>{% trans "Query" %}</th> </tr> |
