aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/locale/nl
diff options
context:
space:
mode:
authorJannis Leidel2012-03-31 14:37:12 +0200
committerJannis Leidel2012-03-31 14:37:12 +0200
commit591c5177ebb230fc0c7daf7fb3b426bda295598c (patch)
treed79a4a24abab0e6ebcece8fbb765f7e1fefc0d17 /debug_toolbar/locale/nl
parent02e001dde67730a2adb98524da6991ae23792e26 (diff)
downloaddjango-debug-toolbar-591c5177ebb230fc0c7daf7fb3b426bda295598c.tar.bz2
Added a bunch of new languages that are present on Transifex.
Diffstat (limited to 'debug_toolbar/locale/nl')
-rw-r--r--debug_toolbar/locale/nl/LC_MESSAGES/django.po416
1 files changed, 416 insertions, 0 deletions
diff --git a/debug_toolbar/locale/nl/LC_MESSAGES/django.po b/debug_toolbar/locale/nl/LC_MESSAGES/django.po
new file mode 100644
index 0000000..9fd24e9
--- /dev/null
+++ b/debug_toolbar/locale/nl/LC_MESSAGES/django.po
@@ -0,0 +1,416 @@
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+#
+# Translators:
+# Ingo Berben <ingoberben@gmail.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: Django Debug Toolbar\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-03-31 14:35+0200\n"
+"PO-Revision-Date: 2012-03-31 12:30+0000\n"
+"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
+"Language-Team: Dutch (http://www.transifex.net/projects/p/django-debug-toolbar/language/nl/)\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: panels/cache.py:92
+msgid "Cache"
+msgstr ""
+
+#: panels/cache.py:96
+#, python-format
+msgid "%(cache_calls)d call in %(time).2fms"
+msgid_plural "%(cache_calls)d calls in %(time).2fms"
+msgstr[0] ""
+msgstr[1] ""
+
+#: panels/cache.py:102
+msgid "Cache Usage"
+msgstr ""
+
+#: panels/headers.py:37 panels/headers.py:40
+msgid "HTTP Headers"
+msgstr ""
+
+#: panels/logger.py:117
+msgid "Logging"
+msgstr ""
+
+#: panels/logger.py:122
+#, python-format
+msgid "%(count)s message"
+msgid_plural "%(count)s messages"
+msgstr[0] ""
+msgstr[1] ""
+
+#: panels/logger.py:126
+msgid "Log Messages"
+msgstr ""
+
+#: panels/profiling.py:149 panels/profiling.py:155
+msgid "Profiling"
+msgstr ""
+
+#: panels/request_vars.py:22 panels/request_vars.py:25
+msgid "Request Vars"
+msgstr ""
+
+#: panels/settings_vars.py:16
+msgid "Settings"
+msgstr "Instellingen"
+
+#: panels/settings_vars.py:19
+#, python-format
+msgid "Settings from <code>%s</code>"
+msgstr ""
+
+#: panels/signals.py:40 panels/signals.py:58
+msgid "Signals"
+msgstr "Signalen"
+
+#: panels/signals.py:49
+#, python-format
+msgid "%(num_receivers)d receiver of 1 signal"
+msgid_plural "%(num_receivers)d receivers of 1 signal"
+msgstr[0] ""
+msgstr[1] ""
+
+#: panels/signals.py:52
+#, python-format
+msgid "%(num_receivers)d receiver of %(num_signals)d signals"
+msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
+msgstr[0] ""
+msgstr[1] ""
+
+#: panels/sql.py:121
+msgid "SQL"
+msgstr ""
+
+#: panels/template.py:102
+msgid "Templates"
+msgstr ""
+
+#: panels/template.py:106
+#, python-format
+msgid "Templates (%(num_templates)s rendered)"
+msgstr ""
+
+#: panels/timer.py:56 templates/debug_toolbar/panels/cache.html:39
+#: templates/debug_toolbar/panels/logger.html:7
+#: templates/debug_toolbar/panels/sql_explain.html:11
+#: templates/debug_toolbar/panels/sql_profile.html:12
+#: templates/debug_toolbar/panels/sql_select.html:11
+msgid "Time"
+msgstr "Time"
+
+#: panels/timer.py:70
+msgid "Resource Usage"
+msgstr ""
+
+#: panels/timer.py:83
+msgid "User CPU time"
+msgstr ""
+
+#: panels/timer.py:84
+msgid "System CPU time"
+msgstr ""
+
+#: panels/timer.py:85
+msgid "Total CPU time"
+msgstr ""
+
+#: panels/timer.py:86
+msgid "Elapsed time"
+msgstr ""
+
+#: panels/timer.py:87
+msgid "Context switches"
+msgstr ""
+
+#: panels/version.py:19 panels/version.py:28
+msgid "Versions"
+msgstr "Versies"
+
+#: templates/debug_toolbar/base.html:11
+msgid "Hide Toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:11
+msgid "Hide"
+msgstr "Verbergen"
+
+#: templates/debug_toolbar/base.html:36
+msgid "Show Toolbar"
+msgstr ""
+
+#: templates/debug_toolbar/base.html:42
+msgid "Close"
+msgstr "Sluiten"
+
+#: templates/debug_toolbar/redirect.html:7
+#: templates/debug_toolbar/panels/logger.html:10
+msgid "Location"
+msgstr "Locatie"
+
+#: templates/debug_toolbar/redirect.html:9
+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. If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>."
+msgstr ""
+
+#: templates/debug_toolbar/panels/cache.html:14
+msgid "Total Calls"
+msgstr "Totaal Oproepen"
+
+#: templates/debug_toolbar/panels/cache.html:16
+msgid "Total Time"
+msgstr "Totaal Tijd"
+
+#: 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:40
+msgid "Type"
+msgstr "Type"
+
+#: templates/debug_toolbar/panels/cache.html:41
+msgid "Parameters"
+msgstr "Parameters"
+
+#: templates/debug_toolbar/panels/cache.html:42
+msgid "Function"
+msgstr "Functie"
+
+#: templates/debug_toolbar/panels/headers.html:5
+msgid "Key"
+msgstr "Sleutel"
+
+#: templates/debug_toolbar/panels/headers.html:6
+#: templates/debug_toolbar/panels/request_vars.html:39
+#: templates/debug_toolbar/panels/request_vars.html:65
+#: templates/debug_toolbar/panels/request_vars.html:87
+#: templates/debug_toolbar/panels/request_vars.html:109
+#: templates/debug_toolbar/panels/settings_vars.html:6
+#: templates/debug_toolbar/panels/timer.html:10
+msgid "Value"
+msgstr "Waarde"
+
+#: templates/debug_toolbar/panels/logger.html:6
+msgid "Level"
+msgstr "Niveau"
+
+#: templates/debug_toolbar/panels/logger.html:8
+msgid "Channel"
+msgstr ""
+
+#: templates/debug_toolbar/panels/logger.html:9
+msgid "Message"
+msgstr "Bericht"
+
+#: templates/debug_toolbar/panels/logger.html:26
+msgid "No messages logged"
+msgstr "Geen berichten gelogd"
+
+#: templates/debug_toolbar/panels/profiling.html:6
+msgid "Call"
+msgstr ""
+
+#: templates/debug_toolbar/panels/profiling.html:7
+msgid "CumTime"
+msgstr ""
+
+#: templates/debug_toolbar/panels/profiling.html:8
+#: templates/debug_toolbar/panels/profiling.html:10
+msgid "Per"
+msgstr ""
+
+#: templates/debug_toolbar/panels/profiling.html:9
+msgid "TotTime"
+msgstr ""
+
+#: templates/debug_toolbar/panels/profiling.html:11
+msgid "Count"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request_vars.html:3
+msgid "View information"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request_vars.html:7
+msgid "View Function"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request_vars.html:8
+msgid "args"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request_vars.html:9
+msgid "kwargs"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request_vars.html:29
+msgid "COOKIES Variables"
+msgstr ""
+
+#: templates/debug_toolbar/panels/request_vars.html:38
+#: templates/debug_toolbar/panels/request_vars.html:64
+#: templates/debug_toolbar/panels/request_vars.html:86
+#: templates/debug_toolbar/panels/request_vars.html:108
+msgid "Variable"
+msgstr "Parameter"
+
+#: templates/debug_toolbar/panels/request_vars.html:52
+msgid "No COOKIE data"
+msgstr "Geen COOKIE data"
+
+#: templates/debug_toolbar/panels/request_vars.html:55
+msgid "SESSION Variables"
+msgstr "SESSION Parameters"
+
+#: templates/debug_toolbar/panels/request_vars.html:78
+msgid "No SESSION data"
+msgstr "Geen SESSION data"
+
+#: templates/debug_toolbar/panels/request_vars.html:81
+msgid "GET Variables"
+msgstr "GET Parameters"
+
+#: templates/debug_toolbar/panels/request_vars.html:100
+msgid "No GET data"
+msgstr "Geen GET data"
+
+#: templates/debug_toolbar/panels/request_vars.html:103
+msgid "POST Variables"
+msgstr "POST Parameters"
+
+#: templates/debug_toolbar/panels/request_vars.html:122
+msgid "No POST data"
+msgstr "Geen POST data"
+
+#: templates/debug_toolbar/panels/settings_vars.html:5
+msgid "Setting"
+msgstr "Instelling"
+
+#: templates/debug_toolbar/panels/signals.html:5
+msgid "Signal"
+msgstr "Signaal"
+
+#: templates/debug_toolbar/panels/signals.html:6
+msgid "Providing Args"
+msgstr ""
+
+#: templates/debug_toolbar/panels/signals.html:7
+msgid "Receivers"
+msgstr "Ontvangers"
+
+#: templates/debug_toolbar/panels/sql.html:8
+#, python-format
+msgid "%(num)s query"
+msgid_plural "%(num)s queries"
+msgstr[0] ""
+msgstr[1] ""
+
+#: templates/debug_toolbar/panels/sql.html:19
+msgid "Query"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:20
+msgid "Timeline"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:21
+msgid "Time (ms)"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:22
+msgid "Action"
+msgstr "Actie"
+
+#: 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 "Terug"
+
+#: templates/debug_toolbar/panels/sql_explain.html:4
+msgid "SQL Explained"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql_explain.html:9
+#: templates/debug_toolbar/panels/sql_profile.html:10
+#: templates/debug_toolbar/panels/sql_select.html:9
+msgid "Executed SQL"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql_explain.html:13
+#: templates/debug_toolbar/panels/sql_profile.html:14
+#: templates/debug_toolbar/panels/sql_select.html:13
+msgid "Database"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql_profile.html:4
+msgid "SQL Profiled"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql_profile.html:37
+msgid "Error"
+msgstr "Fout"
+
+#: templates/debug_toolbar/panels/sql_select.html:4
+msgid "SQL Selected"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql_select.html:36
+msgid "Empty set"
+msgstr ""
+
+#: templates/debug_toolbar/panels/template_source.html:4
+msgid "Template Source"
+msgstr ""
+
+#: templates/debug_toolbar/panels/templates.html:2
+msgid "Template path"
+msgstr ""
+
+#: templates/debug_toolbar/panels/templates.html:13
+msgid "Template"
+msgstr ""
+
+#: templates/debug_toolbar/panels/templates.html:21
+#: templates/debug_toolbar/panels/templates.html:37
+msgid "Toggle Context"
+msgstr ""
+
+#: templates/debug_toolbar/panels/templates.html:28
+#: templates/debug_toolbar/panels/templates.html:43
+msgid "None"
+msgstr "None"
+
+#: templates/debug_toolbar/panels/templates.html:31
+msgid "Context processor"
+msgstr ""
+
+#: templates/debug_toolbar/panels/timer.html:9
+msgid "Resource"
+msgstr "Bron"
+
+#: templates/debug_toolbar/panels/versions.html:6
+msgid "Package"
+msgstr "Pakket"
+
+#: templates/debug_toolbar/panels/versions.html:7
+msgid "Version"
+msgstr "Versie"