diff options
Diffstat (limited to 'debug_toolbar')
| -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>  | 
