| 1 |
# Dutch translation of drupal (6.0-rc2)
|
| 2 |
# Copyright (c) 2008 by the Dutch translation team
|
| 3 |
# Generated from file: syslog.module,v 1.14 2007/12/14 18:08:48 goba
|
| 4 |
#
|
| 5 |
msgid ""
|
| 6 |
msgstr ""
|
| 7 |
"Project-Id-Version: drupal (6.0-rc2)\n"
|
| 8 |
"POT-Creation-Date: 2008-01-28 19:05+0100\n"
|
| 9 |
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
|
| 10 |
"Language-Team: Dutch\n"
|
| 11 |
"MIME-Version: 1.0\n"
|
| 12 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 13 |
"Content-Transfer-Encoding: 8bit\n"
|
| 14 |
|
| 15 |
#: modules/syslog/syslog.module:22
|
| 16 |
msgid ""
|
| 17 |
"The syslog module enables Drupal to send messages to the operating "
|
| 18 |
"system's logging facility."
|
| 19 |
msgstr ""
|
| 20 |
"De Syslog-module maakt het voor Drupal mogelijk om berichten aan het "
|
| 21 |
"log-systeem van het besturingssysteem te versturen."
|
| 22 |
|
| 23 |
#: modules/syslog/syslog.module:23
|
| 24 |
msgid ""
|
| 25 |
"Syslog is an operating system administrative logging tool, and "
|
| 26 |
"provides valuable information for use in system management and "
|
| 27 |
"security auditing. Most suited to medium and large sites, syslog "
|
| 28 |
"provides filtering tools that allow messages to be routed by type and "
|
| 29 |
"severity. On UNIX/Linux systems, the file /etc/syslog.conf defines "
|
| 30 |
"this routing configuration; on Microsoft Windows, all messages are "
|
| 31 |
"sent to the Event Log. For more information on syslog facilities, "
|
| 32 |
"severity levels, and how to set up a syslog.conf file, see <a "
|
| 33 |
"href=\"@syslog_conf\">UNIX/Linux syslog.conf</a> and PHP's <a "
|
| 34 |
"href=\"@php_openlog\">openlog</a> and <a "
|
| 35 |
"href=\"@php_syslog\">syslog</a> functions."
|
| 36 |
msgstr ""
|
| 37 |
"Syslog is beheersgereedschap van het besturingssysteem en bevat "
|
| 38 |
"nuttige informatie voor systeembeheer en veiligheidsaudits. Het komt "
|
| 39 |
"vooral van pas bij middelgrote en grote sites en kan berichten "
|
| 40 |
"filteren op type en urgentie. Op UNIX/Linux-systemen kan men het "
|
| 41 |
"filter configureren via /etc/syslog.conf; Microsoft Windows stuurt "
|
| 42 |
"alle berichten naar de Event Log. Voor meer info over de mogelijkheden "
|
| 43 |
"en configuratie van syslog en veiligheidsniveaus kan u <a "
|
| 44 |
"href=\"@syslog_conf\">UNIX/Linux syslog.conf</a> en PHPs <a "
|
| 45 |
"href=\"@php_openlog\">openlog</a> en <a "
|
| 46 |
"href=\"@php_syslog\">syslog</a> functies raadplegen."
|
| 47 |
|
| 48 |
#: modules/syslog/syslog.module:24
|
| 49 |
msgid ""
|
| 50 |
"For more information, see the online handbook entry for <a "
|
| 51 |
"href=\"@syslog\">Syslog module</a>."
|
| 52 |
msgstr ""
|
| 53 |
"Lees voor meer informatie het online-handboek over de <a "
|
| 54 |
"href=\"@syslog\">Syslog-module</a>."
|
| 55 |
|
| 56 |
#: modules/syslog/syslog.module:42
|
| 57 |
msgid "Send events to this syslog facility"
|
| 58 |
msgstr "Gebeurtenissen naar de syslog versturen"
|
| 59 |
|
| 60 |
#: modules/syslog/syslog.module:45
|
| 61 |
msgid ""
|
| 62 |
"Select the syslog facility code under which Drupal's messages should "
|
| 63 |
"be sent. On UNIX/Linux systems, Drupal can flag its messages with the "
|
| 64 |
"code LOG_LOCAL0 through LOG_LOCAL7; for Microsoft Windows, all "
|
| 65 |
"messages are flagged with the code LOG_USER. Depending on the system "
|
| 66 |
"configuration, syslog and other logging tools use this code to "
|
| 67 |
"identify or filter Drupal messages from within the entire system log. "
|
| 68 |
"For more information on syslog, see <a href=\"@syslog_help\">Syslog "
|
| 69 |
"help</a>."
|
| 70 |
msgstr ""
|
| 71 |
"Selecteer de code waarmee Drupal berichten naar de syslog verstuurd. "
|
| 72 |
"Op UNIX/Linux-systemen kan Drupal de berichten markeren met de code "
|
| 73 |
"LOG_LOCAL0 tot en met LOG_LOCAL7. Op Microsoft Windows worden alle "
|
| 74 |
"berichten gemarkeerd met de code LOG_USER. Afhankelijk van de "
|
| 75 |
"systeemconfiguratie kunnen syslog en andere log-hulpprogramma's met "
|
| 76 |
"deze code de Drupal-berichten binnen de systeemmeldingen "
|
| 77 |
"onderscheiden. Zie voor meer informatie de <a "
|
| 78 |
"href=\"@syslog_help\">Syslog-help</a>."
|
| 79 |
|
| 80 |
#: modules/syslog/syslog.module:55
|
| 81 |
msgid "LOG_USER - User level messages. Use this for Windows."
|
| 82 |
msgstr "LOG_USER - Berichten op gebruikersniveau. Gebruik dit voor Windows."
|
| 83 |
|
| 84 |
#: modules/syslog/syslog.module:59
|
| 85 |
msgid "LOG_LOCAL0 - Local 0"
|
| 86 |
msgstr "LOG_LOCAL0 - Local 0"
|
| 87 |
|
| 88 |
#: modules/syslog/syslog.module:60
|
| 89 |
msgid "LOG_LOCAL1 - Local 1"
|
| 90 |
msgstr "LOG_LOCAL1 - Local 1"
|
| 91 |
|
| 92 |
#: modules/syslog/syslog.module:61
|
| 93 |
msgid "LOG_LOCAL2 - Local 2"
|
| 94 |
msgstr "LOG_LOCAL2 - Local 2"
|
| 95 |
|
| 96 |
#: modules/syslog/syslog.module:62
|
| 97 |
msgid "LOG_LOCAL3 - Local 3"
|
| 98 |
msgstr "LOG_LOCAL3 - Local 3"
|
| 99 |
|
| 100 |
#: modules/syslog/syslog.module:63
|
| 101 |
msgid "LOG_LOCAL4 - Local 4"
|
| 102 |
msgstr "LOG_LOCAL4 - Local 4"
|
| 103 |
|
| 104 |
#: modules/syslog/syslog.module:64
|
| 105 |
msgid "LOG_LOCAL5 - Local 5"
|
| 106 |
msgstr "LOG_LOCAL5 - Local 5"
|
| 107 |
|
| 108 |
#: modules/syslog/syslog.module:65
|
| 109 |
msgid "LOG_LOCAL6 - Local 6"
|
| 110 |
msgstr "LOG_LOCAL6 - Local 6"
|
| 111 |
|
| 112 |
#: modules/syslog/syslog.module:66
|
| 113 |
msgid "LOG_LOCAL7 - Local 7"
|
| 114 |
msgstr "LOG_LOCAL7 - Local 7"
|
| 115 |
|
| 116 |
#: modules/syslog/syslog.module:32
|
| 117 |
msgid ""
|
| 118 |
"Settings for syslog logging. Syslog is an operating system "
|
| 119 |
"administrative logging tool used in systems management and security "
|
| 120 |
"auditing. Most suited to medium and large sites, syslog provides "
|
| 121 |
"filtering tools that allow messages to be routed by type and severity."
|
| 122 |
msgstr ""
|
| 123 |
"Syslog-instellingen. Syslog is log-gereedschap dat voor systeembeheer "
|
| 124 |
"en veiligheidscontole wordt gebruikt. Syslog biedt de mogelijkheid om "
|
| 125 |
"berichten afhankelijk van type en ernst een andere bestemming te "
|
| 126 |
"geven. Vooral geschikt voor middelgrote en grote websites. "
|
| 127 |
|
| 128 |
#: modules/syslog/syslog.module:0
|
| 129 |
msgid "syslog"
|
| 130 |
msgstr "syslog"
|
| 131 |
|