diff options
| author | Percy Perez-Pinedo | 2009-08-21 15:11:13 -0700 |
|---|---|---|
| committer | Percy Perez-Pinedo | 2009-08-21 15:11:13 -0700 |
| commit | 8fa547a2a34086455b4af9e327906b6f96b12b24 (patch) | |
| tree | 616aaa5ad8f2e3c4b98464b3382a837beef7e532 | |
| parent | f986b6d995efac1b7129eb9835d3fcdd20ef6098 (diff) | |
| download | django-debug-toolbar-8fa547a2a34086455b4af9e327906b6f96b12b24.tar.bz2 | |
added i18n support (Spanish) for timer.html
| -rw-r--r-- | debug_toolbar/locale/es/LC_MESSAGES/django.mo | bin | 1285 -> 1318 bytes | |||
| -rw-r--r-- | debug_toolbar/locale/es/LC_MESSAGES/django.po | 11 | ||||
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/timer.html | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.mo b/debug_toolbar/locale/es/LC_MESSAGES/django.mo Binary files differindex be1a7cc..1c8f042 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index 3928554..a40979d 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 14:46-0700\n" +"POT-Creation-Date: 2009-08-21 15:06-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -67,7 +67,6 @@ msgid "Function" msgstr "Función" #: templates/debug_toolbar/panels/headers.html:6 -#: templates/debug_toolbar/panels/timer.html:10 msgid "Key" msgstr "Llave" @@ -137,7 +136,6 @@ msgstr "Acción" msgid "Line" msgstr "Línea" - #: templates/debug_toolbar/panels/sql_explain.html:2 #: templates/debug_toolbar/panels/sql_profile.html:2 #: templates/debug_toolbar/panels/sql_select.html:2 @@ -155,5 +153,8 @@ msgstr "SQL Ejecutado" msgid "Empty set" msgstr "Set Vacío" -# msgid "Settings from" -# msgstr "Configuraciones de" +#: templates/debug_toolbar/panels/timer.html:10 +msgid "Resource" +msgstr "Recurso" + + diff --git a/debug_toolbar/templates/debug_toolbar/panels/timer.html b/debug_toolbar/templates/debug_toolbar/panels/timer.html index 70ba61e..d089276 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/timer.html +++ b/debug_toolbar/templates/debug_toolbar/panels/timer.html @@ -7,7 +7,7 @@ </colgroup> <thead> <tr> - <th>{% trans "Key" %}</th> + <th>{% trans "Resource" %}</th> <th>{% trans "Value" %}</th> </tr> </thead> |
