# Django Debug Toolbar en Español. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Percy Pérez-Pinedo , 2009. # # Caracteres especiales: á, é, í, ó, ú, ñ, # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-11-18 08:06-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: panels/cache.py:92 #, python-format msgid "Cache: %.2fms" msgstr "" #: panels/cache.py:95 msgid "Cache Usage" msgstr "" #: panels/headers.py:36 panels/headers.py:39 msgid "HTTP Headers" msgstr "" #: panels/logger.py:56 msgid "Logging" msgstr "Registros" #: panels/logger.py:63 #, fuzzy msgid "Log Messages" msgstr "Mensaje" #: panels/request_vars.py:13 panels/request_vars.py:16 msgid "Request Vars" msgstr "" #: panels/settings_vars.py:16 msgid "Settings" msgstr "Configuraciones" #: panels/settings_vars.py:19 #, python-format msgid "Settings from %s" msgstr "" #: panels/signals.py:39 panels/signals.py:42 msgid "Signals" msgstr "Señales" #: panels/sql.py:146 msgid "SQL" msgstr "" #: panels/sql.py:160 msgid "SQL Queries" msgstr "" #: panels/template.py:47 msgid "Templates" msgstr "Plantillas" #: panels/template.py:52 #, python-format msgid "Templates (%(num_templates)s rendered)" msgstr "" #: panels/timer.py:35 templates/debug_toolbar/panels/cache.html:39 #: 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" #: panels/timer.py:47 #, fuzzy msgid "Resource Usage" msgstr "Recurso" #: panels/timer.py:78 msgid "User CPU time" msgstr "" #: panels/timer.py:79 msgid "System CPU time" msgstr "" #: panels/timer.py:80 #, fuzzy msgid "Total CPU time" msgstr "Tiempo Total" #: panels/timer.py:81 msgid "Elapsed time" msgstr "" #: panels/timer.py:82 msgid "Context switches" msgstr "" #: panels/version.py:20 panels/version.py:29 #, fuzzy msgid "Versions" msgstr "Versión Django" #: templates/debug_toolbar/base.html:23 msgid "Hide Toolbar" msgstr "" #: templates/debug_toolbar/base.html:23 msgid "Hide" msgstr "Ocultar" #: templates/debug_toolbar/base.html:48 msgid "Show Toolbar" msgstr "" #: templates/debug_toolbar/base.html:54 msgid "Close" msgstr "Cerrar" #: templates/debug_toolbar/redirect.html:7 #: templates/debug_toolbar/panels/logger.html:9 msgid "Location" msgstr "" #: 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 " "DEBUG_TOOLBAR_CONFIG dictionary's key " "INTERCEPT_REDIRECTS to False." msgstr "" #: templates/debug_toolbar/panels/cache.html:14 msgid "Total Calls" msgstr "Total Llamadas" #: templates/debug_toolbar/panels/cache.html:16 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" #: templates/debug_toolbar/panels/cache.html:41 msgid "Parameters" msgstr "Parámetros" #: templates/debug_toolbar/panels/cache.html:42 msgid "Function" msgstr "Función" #: templates/debug_toolbar/panels/headers.html:5 msgid "Key" msgstr "Llave" #: templates/debug_toolbar/panels/headers.html:6 #: templates/debug_toolbar/panels/request_vars.html:37 #: templates/debug_toolbar/panels/request_vars.html:63 #: templates/debug_toolbar/panels/request_vars.html:85 #: templates/debug_toolbar/panels/request_vars.html:107 #: 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:6 msgid "Level" msgstr "Nivel" #: templates/debug_toolbar/panels/logger.html:8 msgid "Message" msgstr "Mensaje" #: templates/debug_toolbar/panels/logger.html:24 msgid "No messages logged" msgstr "No hay mensajes registrados" #: templates/debug_toolbar/panels/request_vars.html:3 msgid "View information" msgstr "" #: templates/debug_toolbar/panels/request_vars.html:7 #, fuzzy msgid "View Function" msgstr "Función" #: templates/debug_toolbar/panels/request_vars.html:8 msgid "args" msgstr "" #: templates/debug_toolbar/panels/request_vars.html:9 msgid "kwargs" msgstr "" #: templates/debug_toolbar/panels/request_vars.html:27 #, fuzzy msgid "COOKIES Variables" msgstr "Variable" #: templates/debug_toolbar/panels/request_vars.html:36 #: templates/debug_toolbar/panels/request_vars.html:62 #: templates/debug_toolbar/panels/request_vars.html:84 #: templates/debug_toolbar/panels/request_vars.html:106 #, fuzzy msgid "Variable" msgstr "Variable" #: templates/debug_toolbar/panels/request_vars.html:50 #, fuzzy msgid "No COOKIE data" msgstr "No GET datos" #: templates/debug_toolbar/panels/request_vars.html:53 #, fuzzy msgid "SESSION Variables" msgstr "Variable" #: templates/debug_toolbar/panels/request_vars.html:76 msgid "No SESSION data" msgstr "No SESSION datos" #: templates/debug_toolbar/panels/request_vars.html:79 #, fuzzy msgid "GET Variables" msgstr "Variable" #: templates/debug_toolbar/panels/request_vars.html:98 msgid "No GET data" msgstr "No GET datos" #: templates/debug_toolbar/panels/request_vars.html:101 #, fuzzy msgid "POST Variables" msgstr "Variable" #: templates/debug_toolbar/panels/request_vars.html:120 msgid "No POST data" msgstr "No POST datos" #: templates/debug_toolbar/panels/settings_vars.html:5 msgid "Setting" msgstr "Configuración" #: templates/debug_toolbar/panels/signals.html:5 msgid "Signal" msgstr "Señal" #: templates/debug_toolbar/panels/signals.html:6 msgid "Providing Args" msgstr "" #: templates/debug_toolbar/panels/signals.html:7 msgid "Receivers" msgstr "" #: templates/debug_toolbar/panels/sql.html:6 msgid "Action" msgstr "Acción" #: templates/debug_toolbar/panels/sql.html:7 msgid "Stacktrace" msgstr "" #: templates/debug_toolbar/panels/sql.html:8 msgid "Query" msgstr "" #: templates/debug_toolbar/panels/sql.html:38 msgid "Line" msgstr "Línea" #: templates/debug_toolbar/panels/sql.html:39 msgid "Method" msgstr "Método" #: templates/debug_toolbar/panels/sql.html:40 msgid "File" msgstr "Archivo" #: 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: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_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/template_source.html:4 #, fuzzy msgid "Template Source" msgstr "Plantilla" #: templates/debug_toolbar/panels/templates.html:2 #, fuzzy msgid "Template path" msgstr "Plantilla" #: templates/debug_toolbar/panels/templates.html:13 msgid "Template" msgstr "Plantilla" #: templates/debug_toolbar/panels/templates.html:21 #: templates/debug_toolbar/panels/templates.html:37 msgid "Toggle Context" msgstr "" #: templates/debug_toolbar/panels/templates.html:28 #: templates/debug_toolbar/panels/templates.html:43 msgid "None" msgstr "Ninguno" #: templates/debug_toolbar/panels/templates.html:31 msgid "Context processor" msgstr "" #: templates/debug_toolbar/panels/timer.html:9 msgid "Resource" msgstr "Recurso" #: templates/debug_toolbar/panels/versions.html:6 msgid "Package" msgstr "" #: templates/debug_toolbar/panels/versions.html:7 #, fuzzy msgid "Version" msgstr "Versión Django"