From 44368bb18002e9f754cd49a4001d743fc1e33210 Mon Sep 17 00:00:00 2001 From: Diego Búrigo Zacarão Date: Mon, 31 Aug 2009 16:02:14 +0000 Subject: l10n: Fixed an issue of duplicated entry in the Spanish translation Transmitted-via: Transifex (www.transifex.net) --- debug_toolbar/locale/es/LC_MESSAGES/django.po | 9 --------- 1 file changed, 9 deletions(-) diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index d15b2c1..fe7e60b 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po @@ -62,15 +62,6 @@ msgstr "Total Llamadas" msgid "Total Time" msgstr "Tiempo Total" -#: templates/debug_toolbar/panels/cache.html:39 -#: templates/debug_toolbar/panels/logger.html:8 -#: templates/debug_toolbar/panels/sql.html:6 -#: templates/debug_toolbar/panels/sql_explain.html:7 -#: templates/debug_toolbar/panels/sql_profile.html:7 -#: templates/debug_toolbar/panels/sql_select.html:7 -msgid "Time" -msgstr "Tiempo" - #: templates/debug_toolbar/panels/cache.html:40 msgid "Type" msgstr "Tipo" -- cgit v1.2.3 From d23196e480faa01bc96605260bdf58b595010b1d Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 1 Sep 2009 06:56:36 -0700 Subject: Fixed translated string in redirect template. --- debug_toolbar/templates/debug_toolbar/redirect.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html index d0d9b35..068fe8c 100644 --- a/debug_toolbar/templates/debug_toolbar/redirect.html +++ b/debug_toolbar/templates/debug_toolbar/redirect.html @@ -6,11 +6,7 @@
Location: {{ redirect_to }}
-	{% trans "The Django Debug Toolbar has intercepted a redirect to the above URL for
-	debug viewing purposes.  You can click the above link to continue with the
-	redirect as normal.  If you'd like to disable this feature, set the" %}
-	DEBUG_TOOLBAR_CONFIG dictionary's key
-	INTERCEPT_REDIRECTS to False." %}
+	{% trans "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the DEBUG_TOOLBAR_CONFIG dictionary's key INTERCEPT_REDIRECTS to False." %}