From f986b6d995efac1b7129eb9835d3fcdd20ef6098 Mon Sep 17 00:00:00 2001 From: Percy Perez-Pinedo Date: Fri, 21 Aug 2009 15:03:21 -0700 Subject: added i18n support (Spanish) for request_Vars.html --- debug_toolbar/locale/es/LC_MESSAGES/django.mo | Bin 1081 -> 1285 bytes debug_toolbar/locale/es/LC_MESSAGES/django.po | 80 ++++++++++++--------- .../debug_toolbar/panels/request_vars.html | 14 ++-- .../templates/debug_toolbar/panels/signals.html | 1 + .../templates/debug_toolbar/panels/sql.html | 2 +- 5 files changed, 57 insertions(+), 40 deletions(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.mo b/debug_toolbar/locale/es/LC_MESSAGES/django.mo index d8d3edd..be1a7cc 100644 Binary files a/debug_toolbar/locale/es/LC_MESSAGES/django.mo and b/debug_toolbar/locale/es/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index ad12522..3928554 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-01-04 17:18-0800\n" +"POT-Creation-Date: 2009-08-21 14:46-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,69 +18,64 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: templates/debug_toolbar/base.html:24 msgid "Hide" msgstr "Ocultar" - -#: templates/debug_toolbar/base.html:30 +#: templates/debug_toolbar/base.html:56 msgid "Close" msgstr "Cerrar" -#: templates/debug_toolbar/panels/cache.html:15 +#: templates/debug_toolbar/panels/cache.html:14 msgid "Total Calls" msgstr "Total Llamadas" -#: templates/debug_toolbar/panels/cache.html:17 +#: templates/debug_toolbar/panels/cache.html:16 msgid "Total Time" msgstr "Tiempo Total" -#: templates/debug_toolbar/panels/cache.html:19 +#: templates/debug_toolbar/panels/cache.html:18 msgid "Hits" msgstr "" -#: templates/debug_toolbar/panels/cache.html:21 +#: templates/debug_toolbar/panels/cache.html:20 msgid "Misses" msgstr "" -#: templates/debug_toolbar/panels/cache.html:36 +#: templates/debug_toolbar/panels/cache.html:35 msgid "Breakdown" msgstr "" -#: templates/debug_toolbar/panels/cache.html:40 +#: 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:41 +#: templates/debug_toolbar/panels/cache.html:40 msgid "Type" msgstr "Tipo" -#: templates/debug_toolbar/panels/cache.html:42 +#: templates/debug_toolbar/panels/cache.html:41 msgid "Parameters" msgstr "Parámetros" -#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/cache.html:42 msgid "Function" msgstr "Función" #: templates/debug_toolbar/panels/headers.html:6 -#: templates/debug_toolbar/panels/request_vars.html:11 -#: templates/debug_toolbar/panels/request_vars.html:36 -#: templates/debug_toolbar/panels/request_vars.html:57 -#: templates/debug_toolbar/panels/request_vars.html:78 #: templates/debug_toolbar/panels/timer.html:10 msgid "Key" msgstr "Llave" #: templates/debug_toolbar/panels/headers.html:7 -#: templates/debug_toolbar/panels/request_vars.html:12 -#: templates/debug_toolbar/panels/request_vars.html:37 -#: templates/debug_toolbar/panels/request_vars.html:58 -#: templates/debug_toolbar/panels/request_vars.html:79 +#: templates/debug_toolbar/panels/request_vars.html:13 +#: templates/debug_toolbar/panels/request_vars.html:41 +#: templates/debug_toolbar/panels/request_vars.html:65 +#: templates/debug_toolbar/panels/request_vars.html:89 #: templates/debug_toolbar/panels/settings_vars.html:7 #: templates/debug_toolbar/panels/timer.html:11 msgid "Value" @@ -102,35 +97,53 @@ msgstr "" msgid "No messages logged" msgstr "" -#: templates/debug_toolbar/panels/request_vars.html:25 -#: templates/debug_toolbar/panels/request_vars.html:50 -#: templates/debug_toolbar/panels/request_vars.html:71 -#: templates/debug_toolbar/panels/request_vars.html:92 +#: templates/debug_toolbar/panels/request_vars.html:12 +#: templates/debug_toolbar/panels/request_vars.html:40 +#: templates/debug_toolbar/panels/request_vars.html:64 +#: templates/debug_toolbar/panels/request_vars.html:88 +#, fuzzy +msgid "Variable" +msgstr "Variable" + +#: templates/debug_toolbar/panels/request_vars.html:26 msgid "None" msgstr "Ninguno" -#: templates/debug_toolbar/panels/settings_vars.html:2 -msgid "Settings from" -msgstr "Configuraciones de" +#: templates/debug_toolbar/panels/request_vars.html:54 +msgid "No SESSION data" +msgstr "No SESSION datos" + +#: templates/debug_toolbar/panels/request_vars.html:78 +msgid "No GET data" +msgstr "No GET datos" + +#: templates/debug_toolbar/panels/request_vars.html:102 +msgid "No POST data" +msgstr "No POST datos" #: templates/debug_toolbar/panels/settings_vars.html:6 msgid "Setting" msgstr "Configuración" +#: templates/debug_toolbar/panels/signals.html:6 +msgid "Signal" +msgstr "Señal" + #: templates/debug_toolbar/panels/sql.html:7 msgid "Action" msgstr "Acción" -#: templates/debug_toolbar/panels/sql.html:8 -msgid "Query" -msgstr "" +#: templates/debug_toolbar/panels/sql.html:31 +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 #: templates/debug_toolbar/panels/template_source.html:2 msgid "Back" -msgstr "" +msgstr "Regresar" #: templates/debug_toolbar/panels/sql_explain.html:5 #: templates/debug_toolbar/panels/sql_profile.html:5 @@ -141,3 +154,6 @@ msgstr "SQL Ejecutado" #: templates/debug_toolbar/panels/sql_select.html:30 msgid "Empty set" msgstr "Set Vacío" + +# msgid "Settings from" +# msgstr "Configuraciones de" diff --git a/debug_toolbar/templates/debug_toolbar/panels/request_vars.html b/debug_toolbar/templates/debug_toolbar/panels/request_vars.html index 791a736..c2797dc 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/request_vars.html +++ b/debug_toolbar/templates/debug_toolbar/panels/request_vars.html @@ -9,7 +9,7 @@ - {% trans "Key" %} + {% trans "Variable" %} {% trans "Value" %} @@ -37,7 +37,7 @@ - {% trans "Key" %} + {% trans "Variable" %} {% trans "Value" %} @@ -51,7 +51,7 @@ {% else %} -

{% trans "None" %}

+

{% trans "No SESSION data" %}

{% endif %} @@ -61,7 +61,7 @@ - + @@ -75,7 +75,7 @@
{% trans "Key" %}{% trans "Variable" %} {% trans "Value" %}
{% else %} -

{% trans "None" %}

+

{% trans "No GET data" %}

{% endif %} @@ -85,7 +85,7 @@ - + @@ -99,6 +99,6 @@
{% trans "Key" %}{% trans "Variable" %} {% trans "Value" %}
{% else %} -

{% trans "None" %}

+

{% trans "No POST data" %}

{% endif %} diff --git a/debug_toolbar/templates/debug_toolbar/panels/signals.html b/debug_toolbar/templates/debug_toolbar/panels/signals.html index 3936dba..fccf7ff 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/signals.html +++ b/debug_toolbar/templates/debug_toolbar/panels/signals.html @@ -1,3 +1,4 @@ +{% load i18n %}
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index 4c100e9..4bb7c9a 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -28,7 +28,7 @@
- + -- cgit v1.2.3
Line{% trans "Line" %} Method File