From 8cb5bf1b06475d295987c9994879eef2cd580f8f Mon Sep 17 00:00:00 2001 From: Diego Búrigo Zacarão Date: Tue, 25 Aug 2009 17:05:54 +0000 Subject: l10n: Updates to Spanish (Castilian) (es) translation Transmitted-via: Transifex (www.transifex.net) --- debug_toolbar/locale/es/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index 2d4c199..cdcb6d0 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po @@ -4,7 +4,7 @@ # Percy Pérez-Pinedo , 2009. # # Caracteres especiales: á, é, í, ó, ú, ñ, -# +# #, fuzzy msgid "" msgstr "" -- cgit v1.2.3 From 08c7a50c03e6af94c008bc21a899686fc624b8db Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 25 Aug 2009 17:22:24 +0000 Subject: l10n: Added German locale. Transmitted-via: Transifex (www.transifex.net) --- debug_toolbar/locale/de/LC_MESSAGES/django.po | 170 ++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 debug_toolbar/locale/de/LC_MESSAGES/django.po (limited to 'debug_toolbar') 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..268724b --- /dev/null +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.po @@ -0,0 +1,170 @@ +# 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. +# +# +#, fuzzy +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 \n" +"Language-Team: LANGUAGE \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: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 "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" \ No newline at end of file -- cgit v1.2.3 From 7b8901b73e75997a018234bbd90826903e12ee87 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 25 Aug 2009 17:23:05 +0000 Subject: l10n: Updates to German (de) translation Transmitted-via: Transifex (www.transifex.net) --- debug_toolbar/locale/de/LC_MESSAGES/django.po | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.po b/debug_toolbar/locale/de/LC_MESSAGES/django.po index 268724b..0d661a7 100644 --- a/debug_toolbar/locale/de/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.po @@ -2,9 +2,8 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Jannis Leidel, 2009. -# -# -#, fuzzy +# +# msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -96,14 +95,6 @@ msgstr "Ort" msgid "No messages logged" msgstr "Keine Nachricht gespeichert" -#: 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 "Nichts" @@ -167,4 +158,11 @@ msgstr "Template" #: templates/debug_toolbar/panels/timer.html:10 msgid "Resource" -msgstr "Ressource" \ No newline at end of file +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" -- cgit v1.2.3 From 0881a796484f1826c1f11fe0f4ed69460861373b Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 25 Aug 2009 17:51:54 +0000 Subject: l10n: Updates to Hebrew (he) translation Transmitted-via: Transifex (www.transifex.net) --- debug_toolbar/locale/he/LC_MESSAGES/django.po | 41 +++++++++++++-------------- 1 file changed, 20 insertions(+), 21 deletions(-) (limited to 'debug_toolbar') 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 , 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 "תוצאות ריק" -- cgit v1.2.3 From e4582200d8621443cf9494e822cce24fb885941f Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 25 Aug 2009 18:00:42 +0000 Subject: l10n: Updates to Spanish (Castilian) (es) translation Transmitted-via: Transifex (www.transifex.net) --- debug_toolbar/locale/es/LC_MESSAGES/django.po | 59 +++++++++++++-------------- 1 file changed, 29 insertions(+), 30 deletions(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index cdcb6d0..8d6dec5 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 , 2009. -# +# # Caracteres especiales: á, é, í, ó, ú, ñ, # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -34,18 +33,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 +76,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" @@ -169,3 +140,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 "" -- cgit v1.2.3