Skip to content

Commit

Permalink
Merge pull request #183 from MMS-Projects/master
Browse files Browse the repository at this point in the history
Translate some more to Dutch
  • Loading branch information
markstory committed Jul 17, 2014
2 parents 11d20b7 + 2b5cfdf commit 9b88d32
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 7 deletions.
136 changes: 136 additions & 0 deletions Locale/lim/LC_MESSAGES/debug_kit.po
@@ -0,0 +1,136 @@
# LANGUAGE translation of Debug Kit Application
# Copyright 2008 Andy Dawson <andydawson76@yahoo.co.uk>
# No version information was available in the source files.
#
msgid ""
msgstr ""
"Project-Id-Version: debug_kit-\n"
"POT-Creation-Date: 2009-05-27 09:47+0200\n"
"PO-Revision-Date: 2009-05-27 09:47+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team:none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Basepath: ../../../\n"
"Language: lim\n"

#: controllers/components/toolbar.php:91
msgid "Component initialization and startup"
msgstr ""

#: controllers/components/toolbar.php:140
msgid "Controller Action"
msgstr ""

#: controllers/components/toolbar.php:167
msgid "Render Controller Action"
msgstr ""

#: controllers/components/toolbar.php:231
msgid "Could not load DebugToolbar panel %s"
msgstr ""

#: views/elements/debug_toolbar.ctp:25
msgid "There are no active panels. You must enable a panel to see its output."
msgstr ""

#: views/elements/history_panel.ctp:21
msgid "Request History"
msgstr ""

#: views/elements/history_panel.ctp:23
msgid "No previous requests logged."
msgstr ""

#: views/elements/history_panel.ctp:25
msgid "previous requests available"
msgstr ""

#: views/elements/history_panel.ctp:27
msgid "Restore to current request"
msgstr ""

#: views/elements/log_panel.ctp:21
msgid "Logs"
msgstr ""

#: views/elements/log_panel.ctp:28
msgid "Time"
msgstr ""

#: views/elements/log_panel.ctp:28 views/elements/timer_panel.ctp:54
msgid "Message"
msgstr ""

#: views/elements/log_panel.ctp:37
msgid "There were no log entries made this request"
msgstr ""

#: views/elements/request_panel.ctp:21
msgid "Request"
msgstr ""

#: views/elements/request_panel.ctp:35
msgid "Current Route"
msgstr ""

#: views/elements/session_panel.ctp:21
msgid "Session"
msgstr ""

#: views/elements/sql_log_panel.ctp:21
msgid "Sql Logs"
msgstr ""

#: views/elements/sql_log_panel.ctp:31
msgid "toggle (%s) query explains for %s"
msgstr ""

#: views/elements/sql_log_panel.ctp:39
msgid "No slow queries!, or your database does not support EXPLAIN"
msgstr ""

#: views/elements/sql_log_panel.ctp:44
msgid "No active database connections"
msgstr ""

#: views/elements/timer_panel.ctp:33
msgid "Memory"
msgstr ""

#: views/elements/timer_panel.ctp:35
msgid "Current Memory Use"
msgstr ""

#: views/elements/timer_panel.ctp:39
msgid "Peak Memory Use"
msgstr ""

#: views/elements/timer_panel.ctp:43
msgid "Timers"
msgstr ""

#: views/elements/timer_panel.ctp:45
msgid "%s (ms)"
msgstr ""

#: views/elements/timer_panel.ctp:46
msgid "Total Request Time:"
msgstr ""

#: views/elements/timer_panel.ctp:54
msgid "Time in ms"
msgstr ""

#: views/elements/timer_panel.ctp:54
msgid "Graph"
msgstr ""

#: views/elements/variables_panel.ctp:21
msgid "View Variables"
msgstr ""

#: views/helpers/simple_graph.php:79
msgid "Starting %sms into the request, taking %sms"
msgstr ""
14 changes: 7 additions & 7 deletions Locale/nld/LC_MESSAGES/debug_kit.po
Expand Up @@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: debug_kit-\n"
"POT-Creation-Date: 2009-05-27 09:47+0200\n"
"PO-Revision-Date: 2014-03-04 11:41+0200\n"
"Last-Translator: Marlin Cremers <m.cremers@mms-projects.net>\n"
"PO-Revision-Date: 2014-07-17 17:04+0200\n"
"Last-Translator: Marlin Cremers <m.cremers@cvo-technologies.com>\n"
"Language-Team: \n"
"Language: nld\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"
"X-Generator: Weblate 1.9-dev\n"
"X-Generator: Weblate 1.9\n"
"X-Poedit-Basepath: ../../../\n"

#: controllers/components/toolbar.php:91
Expand Down Expand Up @@ -90,11 +90,11 @@ msgstr "Sql Logs"

#: views/elements/sql_log_panel.ctp:31
msgid "toggle (%s) query explains for %s"
msgstr ""
msgstr "schakel (%s) aanvraag uitleg voor %s"

#: views/elements/sql_log_panel.ctp:39
msgid "No slow queries!, or your database does not support EXPLAIN"
msgstr ""
msgstr "Geen langzame vragen!, of je database ondersteund geen EXPLAIN"

#: views/elements/sql_log_panel.ctp:44
msgid "No active database connections"
Expand All @@ -114,7 +114,7 @@ msgstr "Hoogste Geheugen Gebruik"

#: views/elements/timer_panel.ctp:43
msgid "Timers"
msgstr ""
msgstr "Timers"

#: views/elements/timer_panel.ctp:45
msgid "%s (ms)"
Expand All @@ -138,4 +138,4 @@ msgstr "View Variabelen"

#: views/helpers/simple_graph.php:79
msgid "Starting %sms into the request, taking %sms"
msgstr ""
msgstr "Starten %sms in de aanvraag, neemt %sms"

0 comments on commit 9b88d32

Please sign in to comment.