diff options
| author | Aymeric Augustin | 2013-12-21 09:55:30 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-12-21 09:55:30 +0100 |
| commit | ae450f9ea7733e14a3faa5183b3d213f5d9a3214 (patch) | |
| tree | 654697d187a8e74b0283af1996a65adcd41e0c38 /debug_toolbar/locale/de | |
| parent | ba5af8f6fe7836eef0a0c85dd1e6d7418bc87f75 (diff) | |
| download | django-debug-toolbar-ae450f9ea7733e14a3faa5183b3d213f5d9a3214.tar.bz2 | |
Pull translations from Transifex.
Diffstat (limited to 'debug_toolbar/locale/de')
| -rw-r--r-- | debug_toolbar/locale/de/LC_MESSAGES/django.mo | bin | 5478 -> 8890 bytes | |||
| -rw-r--r-- | debug_toolbar/locale/de/LC_MESSAGES/django.po | 108 |
2 files changed, 54 insertions, 54 deletions
diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.mo b/debug_toolbar/locale/de/LC_MESSAGES/django.mo Binary files differindex 3b99b96..37638c2 100644 --- a/debug_toolbar/locale/de/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.po b/debug_toolbar/locale/de/LC_MESSAGES/django.po index f06c45e..f72ecbd 100644 --- a/debug_toolbar/locale/de/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-12-15 13:11+0100\n" -"PO-Revision-Date: 2013-12-15 12:13+0000\n" -"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n" +"PO-Revision-Date: 2013-12-15 20:10+0000\n" +"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Language-Team: German (http://www.transifex.com/projects/p/django-debug-toolbar/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,7 +22,7 @@ msgstr "" msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." -msgstr "" +msgstr "Die Daten für dieses Panel sind nicht mehr verfügbar. Bitte laden Sie die Seite neu." #: panels/cache.py:189 msgid "Cache" @@ -44,7 +44,7 @@ msgstr[1] "Cache-Aufrufe von %(count)d Backends" #: panels/headers.py:35 msgid "Headers" -msgstr "" +msgstr "Header" #: panels/logging.py:64 msgid "Logging" @@ -59,7 +59,7 @@ msgstr[1] "%(count)s Einträge" #: panels/logging.py:73 msgid "Log messages" -msgstr "" +msgstr "Logeinträge" #: panels/profiling.py:126 msgid "Profiling" @@ -67,11 +67,11 @@ msgstr "Profiling" #: panels/redirects.py:22 msgid "Intercept redirects" -msgstr "" +msgstr "Umleitungen abfangen" #: panels/request.py:18 msgid "Request" -msgstr "" +msgstr "Anfrage" #: panels/request.py:27 msgid "<no view>" @@ -111,18 +111,18 @@ msgstr "Signale" #: panels/staticfiles.py:90 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" -msgstr "" +msgstr "Statische Dateien (%(num_found)s gefunden, %(num_used)s benutzt)" #: panels/staticfiles.py:115 msgid "Static files" -msgstr "" +msgstr "Statische Dateien" #: panels/staticfiles.py:120 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(num_used)s Datei benutzt" +msgstr[1] "%(num_used)s Dateien benutzt" #: panels/timer.py:23 #, python-format @@ -132,7 +132,7 @@ msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)" #: panels/timer.py:28 #, python-format msgid "Total: %0.2fms" -msgstr "" +msgstr "Gesamt: %0.2fms" #: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7 #: templates/debug_toolbar/panels/sql_explain.html:11 @@ -245,7 +245,7 @@ msgstr "Templates (%(num_templates)s gerendert)" #: templates/debug_toolbar/base.html:17 msgid "Hide toolbar" -msgstr "" +msgstr "Toolbar ausblenden" #: templates/debug_toolbar/base.html:17 msgid "Hide" @@ -253,15 +253,15 @@ msgstr "Ausblenden" #: templates/debug_toolbar/base.html:23 msgid "Disable for next and successive requests" -msgstr "" +msgstr "Für nächste und die darauffolgenden Anfragen deaktivieren" #: templates/debug_toolbar/base.html:23 msgid "Enable for next and successive requests" -msgstr "" +msgstr "Für nächste und die darauffolgenden Anfragen aktivieren" #: templates/debug_toolbar/base.html:45 msgid "Show toolbar" -msgstr "" +msgstr "Toolbar einblenden" #: templates/debug_toolbar/base.html:51 msgid "Close" @@ -269,14 +269,14 @@ msgstr "Schließen" #: templates/debug_toolbar/redirect.html:8 msgid "Location:" -msgstr "" +msgstr "Ziel:" #: templates/debug_toolbar/redirect.html:10 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." -msgstr "" +msgstr "Die Django Debug Toolbar hat eine Weiterleitung an die obenstehende URL zur weiteren Überprüfung abgefangen. Klicken Sie den Link, um wie gewohnt weitergeleitet zu werden." #: templates/debug_toolbar/panels/cache.html:2 msgid "Summary" @@ -284,19 +284,19 @@ msgstr "Zusammenfassung" #: templates/debug_toolbar/panels/cache.html:6 msgid "Total calls" -msgstr "" +msgstr "Aufrufe gesamt" #: templates/debug_toolbar/panels/cache.html:7 msgid "Total time" -msgstr "" +msgstr "Zeit gesamt" #: templates/debug_toolbar/panels/cache.html:8 msgid "Cache hits" -msgstr "" +msgstr "Cache erfolgreich" #: templates/debug_toolbar/panels/cache.html:9 msgid "Cache misses" -msgstr "" +msgstr "Cache verfehlt" #: templates/debug_toolbar/panels/cache.html:21 msgid "Commands" @@ -318,12 +318,12 @@ msgstr "Typ" #: templates/debug_toolbar/panels/cache.html:45 #: templates/debug_toolbar/panels/request.html:8 msgid "Arguments" -msgstr "" +msgstr "Argumente" #: templates/debug_toolbar/panels/cache.html:46 #: templates/debug_toolbar/panels/request.html:9 msgid "Keyword arguments" -msgstr "" +msgstr "Schlüsselwort-Argumente" #: templates/debug_toolbar/panels/cache.html:47 msgid "Backend" @@ -331,7 +331,7 @@ msgstr "Backend" #: templates/debug_toolbar/panels/headers.html:3 msgid "Request headers" -msgstr "" +msgstr "Anfrage-Header" #: templates/debug_toolbar/panels/headers.html:8 #: templates/debug_toolbar/panels/headers.html:27 @@ -353,17 +353,17 @@ msgstr "Wert" #: templates/debug_toolbar/panels/headers.html:22 msgid "Response headers" -msgstr "" +msgstr "Antwort-Header" #: templates/debug_toolbar/panels/headers.html:41 msgid "WSGI environ" -msgstr "" +msgstr "WSGI-Umgebung" #: templates/debug_toolbar/panels/headers.html:43 msgid "" "Since the WSGI environ inherits the environment of the server, only a " "significant subset is shown below." -msgstr "" +msgstr "Da sich die WSGI-Umgebung von der Umgebung des Servers ableitet, wird nur eine notwendige Teilmenge dargestellt." #: templates/debug_toolbar/panels/logging.html:6 msgid "Level" @@ -413,15 +413,15 @@ msgstr "View-Informationen" #: templates/debug_toolbar/panels/request.html:7 msgid "View function" -msgstr "" +msgstr "View-Funktion" #: templates/debug_toolbar/panels/request.html:10 msgid "URL name" -msgstr "" +msgstr "URL-Name" #: templates/debug_toolbar/panels/request.html:24 msgid "Cookies" -msgstr "" +msgstr "Cookies" #: templates/debug_toolbar/panels/request.html:32 #: templates/debug_toolbar/panels/request.html:58 @@ -432,19 +432,19 @@ msgstr "Variable" #: templates/debug_toolbar/panels/request.html:46 msgid "No cookies" -msgstr "" +msgstr "Keine Cookies" #: templates/debug_toolbar/panels/request.html:50 msgid "Session data" -msgstr "" +msgstr "Sitzungsdaten" #: templates/debug_toolbar/panels/request.html:72 msgid "No session data" -msgstr "" +msgstr "Keine Sitzungsdaten" #: templates/debug_toolbar/panels/request.html:76 msgid "GET data" -msgstr "" +msgstr "GET-Daten" #: templates/debug_toolbar/panels/request.html:98 msgid "No GET data" @@ -452,7 +452,7 @@ msgstr "Keine GET-Daten" #: templates/debug_toolbar/panels/request.html:102 msgid "POST data" -msgstr "" +msgstr "POST-Daten" #: templates/debug_toolbar/panels/request.html:123 msgid "No POST data" @@ -468,7 +468,7 @@ msgstr "Signal" #: templates/debug_toolbar/panels/signals.html:6 msgid "Providing" -msgstr "" +msgstr "Stellt bereit" #: templates/debug_toolbar/panels/signals.html:7 msgid "Receivers" @@ -523,7 +523,7 @@ msgstr "Zurück" #: templates/debug_toolbar/panels/sql_explain.html:4 msgid "SQL explained" -msgstr "" +msgstr "SQL erklärt" #: templates/debug_toolbar/panels/sql_explain.html:9 #: templates/debug_toolbar/panels/sql_profile.html:10 @@ -539,7 +539,7 @@ msgstr "Datenbank" #: templates/debug_toolbar/panels/sql_profile.html:4 msgid "SQL profiled" -msgstr "" +msgstr "SQL durchleuchtet" #: templates/debug_toolbar/panels/sql_profile.html:37 msgid "Error" @@ -547,7 +547,7 @@ msgstr "Fehler" #: templates/debug_toolbar/panels/sql_select.html:4 msgid "SQL selected" -msgstr "" +msgstr "SQL ausgewählt" #: templates/debug_toolbar/panels/sql_select.html:36 msgid "Empty set" @@ -556,8 +556,8 @@ msgstr "Leeres Set" #: templates/debug_toolbar/panels/staticfiles.html:4 msgid "Static file path" msgid_plural "Static file paths" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Pfad mit statischen Dateien" +msgstr[1] "Pfade mit statischen Dateien" #: templates/debug_toolbar/panels/staticfiles.html:12 #: templates/debug_toolbar/panels/staticfiles.html:23 @@ -571,29 +571,29 @@ msgstr "-" #: templates/debug_toolbar/panels/staticfiles.html:15 msgid "Static file app" msgid_plural "Static file apps" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "App mit statischen Dateien" +msgstr[1] "Apps mit statischen Dateien" #: templates/debug_toolbar/panels/staticfiles.html:26 msgid "Static file" msgid_plural "Static files" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Statische Datei" +msgstr[1] "Statische Dateien" #: templates/debug_toolbar/panels/staticfiles.html:40 #, python-format msgid "%(payload_count)s file" msgid_plural "%(payload_count)s files" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(payload_count)s Datei" +msgstr[1] "%(payload_count)s Dateien" #: templates/debug_toolbar/panels/staticfiles.html:44 msgid "Path" -msgstr "" +msgstr "Pfad" #: templates/debug_toolbar/panels/template_source.html:4 msgid "Template source:" -msgstr "" +msgstr "Template-Quelle:" #: templates/debug_toolbar/panels/templates.html:2 msgid "Template path" @@ -610,7 +610,7 @@ msgstr[1] "Templates" #: templates/debug_toolbar/panels/templates.html:21 #: templates/debug_toolbar/panels/templates.html:37 msgid "Toggle context" -msgstr "" +msgstr "Context zeigen" #: templates/debug_toolbar/panels/templates.html:31 msgid "Context processor" @@ -620,7 +620,7 @@ msgstr[1] "Context-Prozessoren" #: templates/debug_toolbar/panels/timer.html:2 msgid "Resource usage" -msgstr "" +msgstr "Ressourcenverwendung" #: templates/debug_toolbar/panels/timer.html:10 msgid "Resource" @@ -628,11 +628,11 @@ msgstr "Ressource" #: templates/debug_toolbar/panels/timer.html:26 msgid "Browser timing" -msgstr "" +msgstr "Browserzeit" #: templates/debug_toolbar/panels/timer.html:35 msgid "Timing attribute" -msgstr "" +msgstr "Timing-Attribut" #: templates/debug_toolbar/panels/timer.html:37 msgid "Milliseconds since navigation start (+length)" |
