diff options
| author | Rob Hudson | 2009-09-11 18:28:31 -0700 |
|---|---|---|
| committer | Rob Hudson | 2009-09-11 18:28:31 -0700 |
| commit | dd7bb2c0e0b7001257214b3f219c39894cb96a4c (patch) | |
| tree | 934ba1d4a7b03c5517bb3d88facf9878d6fffda4 /debug_toolbar/locale/es | |
| parent | a0743bd141dc8157d6c08584795091f62962d82d (diff) | |
| download | django-debug-toolbar-dd7bb2c0e0b7001257214b3f219c39894cb96a4c.tar.bz2 | |
Updated locales with more strings.
Diffstat (limited to 'debug_toolbar/locale/es')
| -rw-r--r-- | debug_toolbar/locale/es/LC_MESSAGES/django.po | 165 |
1 files changed, 97 insertions, 68 deletions
diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index fe7e60b..3434eba 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po @@ -2,14 +2,14 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Percy Pérez-Pinedo <percyp3@gmail.com>, 2009. -# +# # Caracteres especiales: á, é, í, ó, ú, ñ, -# +# msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-08-21 15:26-0700\n" +"POT-Creation-Date: 2009-09-11 18:05-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" @@ -34,11 +34,11 @@ msgid "Templates" msgstr "Plantillas" #: panels/timer.py:35 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 +#: templates/debug_toolbar/panels/logger.html:7 +#: templates/debug_toolbar/panels/sql.html:5 +#: templates/debug_toolbar/panels/sql_explain.html:11 +#: templates/debug_toolbar/panels/sql_profile.html:12 +#: templates/debug_toolbar/panels/sql_select.html:11 msgid "Time" msgstr "Tiempo" @@ -50,10 +50,19 @@ msgstr "Versión Django" msgid "Hide" msgstr "Ocultar" -#: templates/debug_toolbar/base.html:56 +#: templates/debug_toolbar/base.html:55 msgid "Close" msgstr "Cerrar" +#: templates/debug_toolbar/redirect.html:9 +msgid "" +"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 " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +msgstr "" + #: templates/debug_toolbar/panels/cache.html:14 msgid "Total Calls" msgstr "Total Llamadas" @@ -62,6 +71,18 @@ msgstr "Total Llamadas" msgid "Total Time" msgstr "Tiempo Total" +#: templates/debug_toolbar/panels/cache.html:18 +msgid "Hits" +msgstr "Visitas" + +#: templates/debug_toolbar/panels/cache.html:20 +msgid "Misses" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:35 +msgid "Breakdown" +msgstr "" + #: templates/debug_toolbar/panels/cache.html:40 msgid "Type" msgstr "Tipo" @@ -74,117 +95,125 @@ msgstr "Parámetros" msgid "Function" msgstr "Función" -#: templates/debug_toolbar/panels/headers.html:6 +#: templates/debug_toolbar/panels/headers.html:5 msgid "Key" msgstr "Llave" -#: templates/debug_toolbar/panels/headers.html:7 -#: 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 +#: templates/debug_toolbar/panels/headers.html:6 +#: templates/debug_toolbar/panels/request_vars.html:12 +#: templates/debug_toolbar/panels/request_vars.html:38 +#: templates/debug_toolbar/panels/request_vars.html:60 +#: templates/debug_toolbar/panels/request_vars.html:82 +#: templates/debug_toolbar/panels/settings_vars.html:6 +#: templates/debug_toolbar/panels/timer.html:10 msgid "Value" msgstr "Valor" -#: templates/debug_toolbar/panels/logger.html:7 +#: templates/debug_toolbar/panels/logger.html:6 msgid "Level" msgstr "Nivel" -#: templates/debug_toolbar/panels/logger.html:9 +#: templates/debug_toolbar/panels/logger.html:8 msgid "Message" msgstr "Mensaje" -#: templates/debug_toolbar/panels/request_vars.html:26 -msgid "None" -msgstr "Ninguno" +#: templates/debug_toolbar/panels/logger.html:9 +msgid "Location" +msgstr "" + +#: templates/debug_toolbar/panels/logger.html:24 +msgid "No messages logged" +msgstr "No hay mensajes registrados" + +#: templates/debug_toolbar/panels/request_vars.html:11 +#: templates/debug_toolbar/panels/request_vars.html:37 +#: templates/debug_toolbar/panels/request_vars.html:59 +#: templates/debug_toolbar/panels/request_vars.html:81 +#, fuzzy +msgid "Variable" +msgstr "Variable" + +#: templates/debug_toolbar/panels/request_vars.html:25 +#, fuzzy +msgid "No COOKIE data" +msgstr "No GET datos" -#: templates/debug_toolbar/panels/request_vars.html:54 +#: templates/debug_toolbar/panels/request_vars.html:51 msgid "No SESSION data" msgstr "No SESSION datos" -#: templates/debug_toolbar/panels/request_vars.html:78 +#: templates/debug_toolbar/panels/request_vars.html:73 msgid "No GET data" msgstr "No GET datos" -#: templates/debug_toolbar/panels/request_vars.html:102 +#: templates/debug_toolbar/panels/request_vars.html:95 msgid "No POST data" msgstr "No POST datos" -#: templates/debug_toolbar/panels/settings_vars.html:6 +#: templates/debug_toolbar/panels/settings_vars.html:5 msgid "Setting" msgstr "Configuración" -#: templates/debug_toolbar/panels/signals.html:6 +#: templates/debug_toolbar/panels/signals.html:5 msgid "Signal" msgstr "Señal" -#: templates/debug_toolbar/panels/sql.html:7 +#: templates/debug_toolbar/panels/sql.html:6 msgid "Action" msgstr "Acción" -#: templates/debug_toolbar/panels/sql.html:31 +#: templates/debug_toolbar/panels/sql.html:30 msgid "Line" msgstr "Línea" -#: templates/debug_toolbar/panels/sql.html:32 +#: templates/debug_toolbar/panels/sql.html:31 msgid "Method" msgstr "Método" -#: templates/debug_toolbar/panels/sql.html:33 +#: templates/debug_toolbar/panels/sql.html:32 msgid "File" msgstr "Archivo" -#: 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 +#: templates/debug_toolbar/panels/sql_explain.html:3 +#: templates/debug_toolbar/panels/sql_profile.html:3 +#: templates/debug_toolbar/panels/sql_select.html:3 +#: templates/debug_toolbar/panels/template_source.html:3 msgid "Back" msgstr "Regresar" -#: templates/debug_toolbar/panels/sql_explain.html:5 -#: templates/debug_toolbar/panels/sql_profile.html:5 -#: templates/debug_toolbar/panels/sql_select.html:5 +#: templates/debug_toolbar/panels/sql_explain.html:4 +msgid "SQL Explained" +msgstr "" + +#: templates/debug_toolbar/panels/sql_explain.html:9 +#: templates/debug_toolbar/panels/sql_profile.html:10 +#: templates/debug_toolbar/panels/sql_select.html:9 msgid "Executed SQL" msgstr "SQL Ejecutado" -#: templates/debug_toolbar/panels/sql_select.html:30 +#: templates/debug_toolbar/panels/sql_profile.html:4 +msgid "SQL Profiled" +msgstr "" + +#: templates/debug_toolbar/panels/sql_profile.html:35 +msgid "Error" +msgstr "" + +#: templates/debug_toolbar/panels/sql_select.html:4 +msgid "SQL Selected" +msgstr "" + +#: templates/debug_toolbar/panels/sql_select.html:34 msgid "Empty set" msgstr "Set Vacío" -#: templates/debug_toolbar/panels/templates.html:15 +#: templates/debug_toolbar/panels/templates.html:13 msgid "Template" msgstr "Plantilla" -#: templates/debug_toolbar/panels/timer.html:10 +#: templates/debug_toolbar/panels/timer.html:9 msgid "Resource" msgstr "Recurso" -#: templates/debug_toolbar/panels/cache.html:18 -msgid "Hits" -msgstr "Visitas" - -#: templates/debug_toolbar/panels/cache.html:35 -msgid "Breakdown" -msgstr "" - -#: templates/debug_toolbar/panels/cache.html:20 -msgid "Misses" -msgstr "" - -#: 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/logger.html:25 -msgid "No messages logged" -msgstr "No hay mensajes registrados" - -#: templates/debug_toolbar/panels/logger.html:10 -msgid "Location" -msgstr "" +#~ msgid "None" +#~ msgstr "Ninguno" |
