diff options
| author | Idan Gazit | 2009-08-26 01:58:35 +0300 |
|---|---|---|
| committer | Idan Gazit | 2009-08-26 01:58:35 +0300 |
| commit | 16fe40b7e54ba31e845e6c73c68c0b15d782306a (patch) | |
| tree | 6f0a9bca9c02189881f05d3b2bb05815e7991fc5 /debug_toolbar/locale | |
| parent | 0b2e7031d9d89571055df5bad3d6cf0586a9ef61 (diff) | |
| parent | 2edab7a07cec1a89e976c02af2d5b8fb43b18bc2 (diff) | |
| download | django-debug-toolbar-16fe40b7e54ba31e845e6c73c68c0b15d782306a.tar.bz2 | |
Merge commit 'upstream/ui-rf'
Conflicts:
debug_toolbar/templates/debug_toolbar/panels/headers.html
debug_toolbar/templates/debug_toolbar/panels/logger.html
debug_toolbar/templates/debug_toolbar/panels/request_vars.html
debug_toolbar/templates/debug_toolbar/panels/settings_vars.html
debug_toolbar/templates/debug_toolbar/panels/signals.html
debug_toolbar/templates/debug_toolbar/panels/sql.html
debug_toolbar/templates/debug_toolbar/panels/template_source.html
debug_toolbar/templates/debug_toolbar/panels/timer.html
Diffstat (limited to 'debug_toolbar/locale')
| -rw-r--r-- | debug_toolbar/locale/de/LC_MESSAGES/django.po | 168 | ||||
| -rw-r--r-- | debug_toolbar/locale/es/LC_MESSAGES/django.mo | bin | 1413 -> 1645 bytes | |||
| -rw-r--r-- | debug_toolbar/locale/es/LC_MESSAGES/django.po | 92 | ||||
| -rw-r--r-- | debug_toolbar/locale/he/LC_MESSAGES/django.mo | bin | 0 -> 825 bytes | |||
| -rw-r--r-- | debug_toolbar/locale/he/LC_MESSAGES/django.po | 167 |
5 files changed, 395 insertions, 32 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.mo b/debug_toolbar/locale/es/LC_MESSAGES/django.mo Binary files differindex a09808b..98e8c4d 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 2d4c199..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" @@ -18,6 +17,35 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: panels/logger.py:56 +msgid "Logging" +msgstr "Registros" + +#: panels/settings_vars.py:16 +msgid "Settings" +msgstr "Configuraciones" + +#: panels/signals.py:39 +msgid "Signals" +msgstr "Señales" + +#: panels/template.py:46 +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 +msgid "Time" +msgstr "Tiempo" + +#: panels/version.py:12 +msgid "Django Version" +msgstr "Versión Django" + #: templates/debug_toolbar/base.html:24 msgid "Hide" msgstr "Ocultar" @@ -34,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 @@ -89,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" @@ -162,10 +162,38 @@ msgstr "SQL Ejecutado" msgid "Empty set" msgstr "Set Vacío" -#: templates/debug_toolbar/panels/templates.html:14 +#: templates/debug_toolbar/panels/templates.html:15 msgid "Template" 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.mo b/debug_toolbar/locale/he/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..e94f840 --- /dev/null +++ b/debug_toolbar/locale/he/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.po b/debug_toolbar/locale/he/LC_MESSAGES/django.po new file mode 100644 index 0000000..7365992 --- /dev/null +++ b/debug_toolbar/locale/he/LC_MESSAGES/django.po @@ -0,0 +1,167 @@ +# SOME DESCRIPTIVE TITLE. +# 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" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-24 22:59-0500\n" +"PO-Revision-Date: 2009-08-24 23:08-0600\n" +"Last-Translator: Alex <alex.gaynor@gmail.com>\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 "הסתיר" + +#: templates/debug_toolbar/base.html:55 +msgid "Close" +msgstr "סגור" + +#: templates/debug_toolbar/panels/cache.html:14 +msgid "Total Calls" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:16 +msgid "Total Time" +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 +#: templates/debug_toolbar/panels/sql_explain.html:10 +#: templates/debug_toolbar/panels/sql_profile.html:10 +#: templates/debug_toolbar/panels/sql_select.html:10 +msgid "Time" +msgstr "זמן" + +#: templates/debug_toolbar/panels/cache.html:40 +msgid "Type" +msgstr "סוג" + +#: templates/debug_toolbar/panels/cache.html:41 +msgid "Parameters" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:42 +msgid "Function" +msgstr "" + +#: templates/debug_toolbar/panels/headers.html:6 +msgid "Key" +msgstr "" + +#: 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 "" + +#: templates/debug_toolbar/panels/logger.html:9 +msgid "Message" +msgstr "הודעה" + +#: 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 +msgid "Variable" +msgstr "" + +#: templates/debug_toolbar/panels/request_vars.html:26 +msgid "No COOKIE data" +msgstr "" + +#: templates/debug_toolbar/panels/request_vars.html:54 +msgid "No SESSION data" +msgstr "" + +#: templates/debug_toolbar/panels/request_vars.html:78 +msgid "No GET data" +msgstr "" + +#: templates/debug_toolbar/panels/request_vars.html:102 +msgid "No POST data" +msgstr "" + +#: templates/debug_toolbar/panels/signals.html:6 +msgid "Signal" +msgstr "סימן" + +#: templates/debug_toolbar/panels/sql.html:31 +msgid "Line" +msgstr "שורה" + +#: templates/debug_toolbar/panels/sql.html:32 +msgid "Method" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:33 +msgid "File" +msgstr "קובץ" + +#: 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 "חזרה" + +#: templates/debug_toolbar/panels/sql_explain.html:8 +#: templates/debug_toolbar/panels/sql_profile.html:8 +#: templates/debug_toolbar/panels/sql_select.html:8 +msgid "Executed SQL" +msgstr "" + +#: templates/debug_toolbar/panels/templates.html:15 +msgid "Template" +msgstr "" + +#: templates/debug_toolbar/panels/timer.html:10 +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 "תוצאות ריק" |
