diff options
| author | Percy Perez-Pinedo | 2009-08-21 15:03:21 -0700 |
|---|---|---|
| committer | Percy Perez-Pinedo | 2009-08-21 15:03:21 -0700 |
| commit | f986b6d995efac1b7129eb9835d3fcdd20ef6098 (patch) | |
| tree | 789b9709ef4fe3ad188613a179c8de5c1c22fc2d /debug_toolbar | |
| parent | 969e8ce4888b4ce19b878f537baaca4c4d9f2013 (diff) | |
| download | django-debug-toolbar-f986b6d995efac1b7129eb9835d3fcdd20ef6098.tar.bz2 | |
added i18n support (Spanish) for request_Vars.html
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/locale/es/LC_MESSAGES/django.mo | bin | 1081 -> 1285 bytes | |||
| -rw-r--r-- | debug_toolbar/locale/es/LC_MESSAGES/django.po | 80 | ||||
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/request_vars.html | 14 | ||||
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/signals.html | 1 | ||||
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/sql.html | 2 |
5 files changed, 57 insertions, 40 deletions
diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.mo b/debug_toolbar/locale/es/LC_MESSAGES/django.mo Binary files differindex d8d3edd..be1a7cc 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.mo 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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\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 @@ </colgroup> <thead> <tr> - <th>{% trans "Key" %}</th> + <th>{% trans "Variable" %}</th> <th>{% trans "Value" %}</th> </tr> </thead> @@ -37,7 +37,7 @@ </colgroup> <thead> <tr> - <th>{% trans "Key" %}</th> + <th>{% trans "Variable" %}</th> <th>{% trans "Value" %}</th> </tr> </thead> @@ -51,7 +51,7 @@ </tbody> </table> {% else %} - <p>{% trans "None" %}</p> + <p>{% trans "No SESSION data" %}</p> {% endif %} </div> @@ -61,7 +61,7 @@ <table> <thead> <tr> - <th>{% trans "Key" %}</th> + <th>{% trans "Variable" %}</th> <th>{% trans "Value" %}</th> </tr> </thead> @@ -75,7 +75,7 @@ </tbody> </table> {% else %} - <p>{% trans "None" %}</p> + <p>{% trans "No GET data" %}</p> {% endif %} </div> @@ -85,7 +85,7 @@ <table> <thead> <tr> - <th>{% trans "Key" %}</th> + <th>{% trans "Variable" %}</th> <th>{% trans "Value" %}</th> </tr> </thead> @@ -99,6 +99,6 @@ </tbody> </table> {% else %} - <p>{% trans "None" %}</p> + <p>{% trans "No POST data" %}</p> {% endif %} </div> 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 %} <div class="boxed"> <table> <thead> 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 @@ <div class="djSQLHideStacktraceDiv" style="display:none;"> <table> <tr> - <th>Line</th> + <th>{% trans "Line" %}</th> <th>Method</th> <th>File</th> </tr> |
