diff options
| author | Rob Hudson | 2009-08-25 15:04:05 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2009-08-25 15:04:05 -0700 | 
| commit | 2edab7a07cec1a89e976c02af2d5b8fb43b18bc2 (patch) | |
| tree | 5ad779468a92050a774c3d6f9782e473443e4f36 /debug_toolbar | |
| parent | dfb5207f58ebcc632b53ddd8337336ad57fd04a4 (diff) | |
| parent | e4582200d8621443cf9494e822cce24fb885941f (diff) | |
| download | django-debug-toolbar-2edab7a07cec1a89e976c02af2d5b8fb43b18bc2.tar.bz2 | |
Merge branch 'tx-master' into ui-rf
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/locale/de/LC_MESSAGES/django.po | 168 | ||||
| -rw-r--r-- | debug_toolbar/locale/es/LC_MESSAGES/django.po | 61 | ||||
| -rw-r--r-- | debug_toolbar/locale/he/LC_MESSAGES/django.po | 41 | 
3 files changed, 218 insertions, 52 deletions
| diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.po b/debug_toolbar/locale/de/LC_MESSAGES/django.po new file mode 100644 index 0000000..0d661a7 --- /dev/null +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.po @@ -0,0 +1,168 @@ +# Django Debug Toolbar auf Deutsch. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Jannis Leidel, 2009. +#  +#  +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-21 15:26-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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: templates/debug_toolbar/base.html:24 +msgid "Hide" +msgstr "Verbergen" + +#: templates/debug_toolbar/base.html:56 +msgid "Close" +msgstr "Schließen" + +#: templates/debug_toolbar/panels/cache.html:14 +msgid "Total Calls" +msgstr "Aufrufe gesamt" + +#: templates/debug_toolbar/panels/cache.html:16 +msgid "Total Time" +msgstr "Zeit gesamt" + +#: templates/debug_toolbar/panels/cache.html:18 +msgid "Hits" +msgstr "Aufrufe" + +#: 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: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 "Zeit" + +#: templates/debug_toolbar/panels/cache.html:40 +msgid "Type" +msgstr "Typ" + +#: templates/debug_toolbar/panels/cache.html:41 +msgid "Parameters" +msgstr "Parameter" + +#: templates/debug_toolbar/panels/cache.html:42 +msgid "Function" +msgstr "Funktion" + +#: templates/debug_toolbar/panels/headers.html:6 +msgid "Key" +msgstr "Schlüssel" + +#: 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 +msgid "Value" +msgstr "Wert" + +#: templates/debug_toolbar/panels/logger.html:7 +msgid "Level" +msgstr "Niveau" + +#: templates/debug_toolbar/panels/logger.html:9 +msgid "Message" +msgstr "Nachricht" + +#: templates/debug_toolbar/panels/logger.html:10 +msgid "Location" +msgstr "Ort" + +#: templates/debug_toolbar/panels/logger.html:25 +msgid "No messages logged" +msgstr "Keine Nachricht gespeichert" + +#: templates/debug_toolbar/panels/request_vars.html:26 +msgid "None" +msgstr "Nichts" + +#: templates/debug_toolbar/panels/request_vars.html:54 +msgid "No SESSION data" +msgstr "Keine SESSION-Daten" + +#: templates/debug_toolbar/panels/request_vars.html:78 +msgid "No GET data" +msgstr "Keine GET-Daten" + +#: templates/debug_toolbar/panels/request_vars.html:102 +msgid "No POST data" +msgstr "Keine POST-Daten" + +#: templates/debug_toolbar/panels/settings_vars.html:6 +msgid "Setting" +msgstr "Einstellung" + +#: templates/debug_toolbar/panels/signals.html:6 +msgid "Signal" +msgstr "Signal" + +#: templates/debug_toolbar/panels/sql.html:7 +msgid "Action" +msgstr "Aktion" + +#: templates/debug_toolbar/panels/sql.html:31 +msgid "Line" +msgstr "Zeile" + +#: templates/debug_toolbar/panels/sql.html:32 +msgid "Method" +msgstr "Methode" + +#: templates/debug_toolbar/panels/sql.html:33 +msgid "File" +msgstr "Datei" + +#: 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 "Zurück" + +#: templates/debug_toolbar/panels/sql_explain.html:5 +#: templates/debug_toolbar/panels/sql_profile.html:5 +#: templates/debug_toolbar/panels/sql_select.html:5 +msgid "Executed SQL" +msgstr "Ausgeführtes SQL" + +#: templates/debug_toolbar/panels/sql_select.html:30 +msgid "Empty set" +msgstr "Leeres Set" + +#: templates/debug_toolbar/panels/templates.html:14 +msgid "Template" +msgstr "Template" + +#: templates/debug_toolbar/panels/timer.html:10 +msgid "Resource" +msgstr "Ressource" + +#: 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 +msgid "Variable" +msgstr "Variable" diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index 66a9d72..d15b2c1 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po @@ -2,10 +2,9 @@  # 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: á, é, í, ó, ú, ñ, -# -#, fuzzy +#   msgid ""  msgstr ""  "Project-Id-Version: PACKAGE VERSION\n" @@ -63,18 +62,6 @@ msgstr "Total Llamadas"  msgid "Total Time"  msgstr "Tiempo Total" -#: templates/debug_toolbar/panels/cache.html:18 -msgid "Hits" -msgstr "" - -#: 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:39  #: templates/debug_toolbar/panels/logger.html:8  #: templates/debug_toolbar/panels/sql.html:6 @@ -118,22 +105,6 @@ msgstr "Nivel"  msgid "Message"  msgstr "Mensaje" -#: templates/debug_toolbar/panels/logger.html:10 -msgid "Location" -msgstr "" - -#: templates/debug_toolbar/panels/logger.html:25 -msgid "No messages logged" -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/request_vars.html:26  msgid "None"  msgstr "Ninguno" @@ -198,3 +169,31 @@ msgstr "Plantilla"  #: templates/debug_toolbar/panels/timer.html:10  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 "" diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.po b/debug_toolbar/locale/he/LC_MESSAGES/django.po index d97b08e..7365992 100644 --- a/debug_toolbar/locale/he/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/he/LC_MESSAGES/django.po @@ -2,7 +2,7 @@  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER  # This file is distributed under the same license as the PACKAGE package.  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# +#   msgid ""  msgstr ""  "Project-Id-Version: PACKAGE VERSION\n" @@ -31,10 +31,6 @@ msgstr ""  msgid "Total Time"  msgstr "זמן" -#: templates/debug_toolbar/panels/cache.html:18 -msgid "Hits" -msgstr "" -  #: templates/debug_toolbar/panels/cache.html:20  msgid "Misses"  msgstr "" @@ -78,10 +74,6 @@ msgstr ""  msgid "Value"  msgstr "" -#: templates/debug_toolbar/panels/logger.html:7 -msgid "Level" -msgstr "" -  #: templates/debug_toolbar/panels/logger.html:9  msgid "Message"  msgstr "הודעה" @@ -117,18 +109,10 @@ msgstr ""  msgid "No POST data"  msgstr "" -#: templates/debug_toolbar/panels/settings_vars.html:6 -msgid "Setting" -msgstr "" -  #: templates/debug_toolbar/panels/signals.html:6  msgid "Signal"  msgstr "סימן" -#: templates/debug_toolbar/panels/sql.html:7 -msgid "Action" -msgstr "" -  #: templates/debug_toolbar/panels/sql.html:31  msgid "Line"  msgstr "שורה" @@ -154,10 +138,6 @@ msgstr "חזרה"  msgid "Executed SQL"  msgstr "" -#: templates/debug_toolbar/panels/sql_select.html:33 -msgid "Empty set" -msgstr "" -  #: templates/debug_toolbar/panels/templates.html:15  msgid "Template"  msgstr "" @@ -166,3 +146,22 @@ msgstr ""  msgid "Resource"  msgstr "" +#: templates/debug_toolbar/panels/cache.html:18 +msgid "Hits" +msgstr "הצלחות" + +#: templates/debug_toolbar/panels/logger.html:7 +msgid "Level" +msgstr "רמה" + +#: templates/debug_toolbar/panels/sql.html:7 +msgid "Action" +msgstr "" + +#: templates/debug_toolbar/panels/settings_vars.html:6 +msgid "Setting" +msgstr "" + +#: templates/debug_toolbar/panels/sql_select.html:33 +msgid "Empty set" +msgstr "תוצאות ריק" | 
