From 073ab2c8255ebc310a54e9f937b4b17f94f7eac2 Mon Sep 17 00:00:00 2001 From: Percy Perez-Pinedo Date: Sun, 4 Jan 2009 17:21:18 -0800 Subject: updated Spanish translation --- debug_toolbar/locale/es/LC_MESSAGES/django.mo | Bin 865 -> 1052 bytes debug_toolbar/locale/es/LC_MESSAGES/django.po | 31 ++++++++++----------- .../templates/debug_toolbar/panels/cache.html | 2 +- .../debug_toolbar/panels/settings_vars.html | 2 +- .../templates/debug_toolbar/panels/sql.html | 2 +- 5 files changed, 17 insertions(+), 20 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 c8b7312..295c214 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 9f4a661..07c8d30 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 16:12-0800\n" +"POT-Creation-Date: 2009-01-04 17:18-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,10 +18,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: settings.py:4 -msgid "Spanish" -msgstr "Español" - #: templates/debug_toolbar/base.html:30 msgid "Close" msgstr "Cerrar" @@ -47,13 +43,17 @@ msgid "Breakdown" msgstr "" #: templates/debug_toolbar/panels/cache.html:40 +#: templates/debug_toolbar/panels/logger.html:8 #: templates/debug_toolbar/panels/sql.html:6 -msgid "Time (ms)" -msgstr "" +#: 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 msgid "Type" -msgstr "" +msgstr "Tipo" #: templates/debug_toolbar/panels/cache.html:42 msgid "Parameters" @@ -86,13 +86,6 @@ msgstr "Valor" msgid "Level" msgstr "Nivel" -#: templates/debug_toolbar/panels/logger.html:8 -#: 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/logger.html:9 msgid "Message" msgstr "Mensaje" @@ -112,9 +105,13 @@ msgstr "" msgid "None" msgstr "Ninguno" +#: templates/debug_toolbar/panels/settings_vars.html:2 +msgid "Settings from" +msgstr "Configuraciones de" + #: templates/debug_toolbar/panels/settings_vars.html:6 msgid "Setting" -msgstr "" +msgstr "Configuración" #: templates/debug_toolbar/panels/sql.html:7 msgid "Action" @@ -139,4 +136,4 @@ msgstr "SQL Ejecutado" #: templates/debug_toolbar/panels/sql_select.html:30 msgid "Empty set" -msgstr "" +msgstr "Set Vacío" 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 @@ - + 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 %} -

Settings from {{ settings.SETTINGS_MODULE }}

+

{% trans "Settings from" %} {{ settings.SETTINGS_MODULE }}

{% trans "Time (ms)" %}{% trans "Time" %} (ms) {% trans "Type" %} {% trans "Parameters" %} {% trans "Function" %}
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 @@
- + -- cgit v1.2.3
{% trans "Time (ms)" %}{% trans "Time" %} (ms) {% trans "Action" %} {% trans "Query" %}