# Dutch translation of the wcd man page.
# Copyright (C) 2026 Erwin Waterlander (msgids)
# This file is distributed under the same license as the wcd package.
#
# “A true Janian reply! Good angels be my guard!”
#
# Erwin Waterlander <waterlan@xs4all.nl>, 2014.
# Benno Schulenberg <vertaling@coevern.nl>, 2026.
msgid ""
msgstr ""
"Project-Id-Version: wcd-man-6.0.7-beta1\n"
"POT-Creation-Date: 2026-05-18 22:12+0200\n"
"PO-Revision-Date: 2026-05-28 16:40+0200\n"
"Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"

#. type: =head1
#: wcd.pod:43
msgid "NAME"
msgstr "NAAM"

#. type: textblock
#: wcd.pod:45
msgid "wcd - Wherever Change Directory"
msgstr "wcd - Wherever Change Directory"

#. type: textblock
#: wcd.pod:47
msgid "chdir for DOS and Unix"
msgstr "chdir voor DOS en Unix"

#. type: =head1
#: wcd.pod:49
msgid "SYNOPSIS"
msgstr "OVERZICHT"

#. type: verbatim
#: wcd.pod:51
#, no-wrap
msgid ""
"    wcd [options] [directory]\n"
"\n"
msgstr ""
"    wcd [opties] [map]\n"
"\n"

#. type: =head1
#: wcd.pod:53
msgid "DESCRIPTION"
msgstr "BESCHRIJVING"

#. type: =head2
#: wcd.pod:55
msgid "Overview"
msgstr "Overzicht"

#. type: textblock
#: wcd.pod:57
msgid "Wcd is a command-line program to change directory fast. It saves time typing at the keyboard. One needs to type only a part of a directory name and wcd will jump to it. Wcd has a fast selection method in case of multiple matches and allows aliasing and banning of directories. Wcd also includes a full screen interactive directory tree browser with speed search."
msgstr "Wcd is een commandoregel-programma om snel van map te wijzigen. Het bespaart tijd tijdens het typen. Men hoeft alleen maar een deel van de mapnaam te typen en wcd springt er heen. Wcd heeft een snelle keuzemethode wanneer er meerdere treffers zijn, en biedt de mogelijkheid om aliassen van mappen aan te maken en om mappen in de ban te doen. Wcd biedt ook een schermvullende interactieve boomweergave met snelzoekfunctie."

#. type: textblock
#: wcd.pod:63
msgid "Wcd was modeled after Norton Change Directory (NCD). NCD appeared first in I<The Norton Utilities, Release 4>, for DOS in 1987, published by Peter Norton."
msgstr "Wcd is gemodelleerd naar Norton Change Directory (NCD). NCD verscheen voor het eerst in I<The Norton Utilities, Release 4>, for DOS in 1987, gepubliceerd door Peter Norton."

#. type: textblock
#: wcd.pod:66
msgid "Wcd has been ported to different command-line shells: DOS command.com, Windows cmd.exe and PowerShell, OS/2 cmd.exe, and Unix shells such as Bourne (sh), Bourne Again (bash), Korn (ksh), Z (zsh), and C (csh) shell and others running on any operating system."
msgstr "Wcd is geschikt gemaakt voor verschillende commandoregel-shells: DOS command.com, Windows cmd.exe en PowerShell, OS/2 cmd.exe, en Unix-shells zoals Bourne (sh), Bourne Again (bash), Korn (ksh), Z (zsh), en C (csh) shell en anderen draaiend op elk besturingssysteem."

#. type: textblock
#: wcd.pod:71
msgid "Wcd supports 8 bit character sets on all systems, and has optional support for Unicode. See section LOCALIZATION."
msgstr "Wcd ondersteunt 8-bits tekensets op alle systemen, en heeft optioneel ondersteuning voor Unicode. Zie de sectie LOKALISATIE."

#. type: textblock
#: wcd.pod:74
msgid "See section INSTALLATION how to setup wcd for personal use."
msgstr "Zie de sectie INSTALLATIE voor hoe wcd voor persoonlijk gebruik in te stellen."

#. type: =head2
#: wcd.pod:76
msgid "Basic use"
msgstr "Basisgebruik"

#. type: textblock
#: wcd.pod:78
msgid "By default (if no wildcards are used) wcd searches for a directory with a name that begins with the typed name."
msgstr "Standaard, wanneer geen jokertekens gebruikt worden, zoekt wcd een map met een naam die begint met de naam die getypt is."

#. type: textblock
#: wcd.pod:81
msgid "For instance this command will change to directory to the current user's C</home/user/Desktop>:"
msgstr "Bijvoorbeeld, deze opdracht zal wijzigen naar de map C</home/user/Desktop> van de huidige gebruiker:"

#. type: verbatim
#: wcd.pod:84
#, no-wrap
msgid ""
"    wcd Desk\n"
"\n"
msgstr ""
"    wcd Desk\n"
"\n"

#. type: textblock
#: wcd.pod:86
msgid "When there are multiple matches, wcd will present the user a list of all matches. The user can then make a selection with a few keystrokes (most of the times only one)."
msgstr "Wanneer er meerdere treffers zijn zal wcd een lijst presenteren van alle treffers. De gebruiker kan een keuze maken met enkele toetsaanslagen (meestal één)."

#. type: =head2
#: wcd.pod:90
msgid "Wildcards"
msgstr "Jokertekens"

#. type: textblock
#: wcd.pod:92
msgid "Wcd supports following wildcards:"
msgstr "Wcd ondersteunt de volgende jokertekens:"

#. type: verbatim
#: wcd.pod:94
#, no-wrap
msgid ""
"    *       matches any sequence of characters (zero or more)\n"
"    ?       matches any character\n"
"    [SET]   matches any character in the specified set,\n"
"    [!SET]  or [^SET] matches any character not in the specified set.\n"
"\n"
msgstr ""
"    *       komt overeen met een willekeurige reeks van tekens (nul of meer)\n"
"    ?       komt overeen met een willekeurig teken\n"
"    [SET]   komt overeen met een van de tekens in deze set\n"
"    [!SET]  of [^SET]  komt overeen met een van de tekens NIET in deze set\n"
"\n"

#. type: textblock
#: wcd.pod:99
msgid "A set is composed of characters or ranges; a range looks like I<character hyphen character> as in C<0-9> or C<A-Z>. The C<[0-9a-zA-Z_]> is the minimal set of characters allowed in the C<[..]> pattern construct. International characters (i.e. 8 bit characters) are allowed if the system supports them. To suppress the special syntactic significance of any of C<[]*?!^-\\> inside or outside a C<[..]> construct and match the character exactly, precede the character with a backslash (C<\\>)  marker."
msgstr "Een set wordt samengesteld uit tekens of reeksen; een reeks ziet er uit als I<teken koppelteken teken> zoals in C<0-9> of C<A-Z>.  C<[0-9a-zA-Z_]> is de minimale set van tekens toegestaan in een C<[..]>-patroonsamenstelling. Internationale tekens (d.w.z. 8-bit tekens) zijn toegestaan als het systeem ze ondersteunt. Om de speciale syntactische betekenis van elk van de tekens C<[]*?!^-\\> binnen of buiten een C<[..]>-samenstelling te onderdrukken en de exacte overeenkomst te treffen, laat het teken vooraf gaan door een backslash (C<\\>)."

#. type: textblock
#: wcd.pod:108
msgid "Using wildcards makes powerful searching possible. For instance this matches any directory name that ends with \"top\":"
msgstr "Het gebruik van jokertekens maakt krachtige zoekmethodes mogelijk. Bijvoorbeeld, dit komt overeen met elke mapnaam die eindigt op \"top\":"

#. type: verbatim
#: wcd.pod:111
#, no-wrap
msgid ""
"    wcd *top\n"
"\n"
msgstr ""
"    wcd *top\n"
"\n"

#. type: textblock
#: wcd.pod:113
msgid "Match directories that have \"top\" anywhere in the name:"
msgstr "Dit komt overeen met mappen die ergens \"top\" in de naam hebben:"

#. type: verbatim
#: wcd.pod:115
#, no-wrap
msgid ""
"    wcd *top*\n"
"\n"
msgstr ""
"    wcd *top*\n"
"\n"

#. type: textblock
#: wcd.pod:117
msgid "Match any directory name that begins with \"a\", \"b\" or \"c\":"
msgstr "Komt overeen met elke map die begint met een \"a\", \"b\" of \"c\":"

#. type: verbatim
#: wcd.pod:119
#, no-wrap
msgid ""
"    wcd [a-c]*\n"
"\n"
msgstr ""
"    wcd [a-c]*\n"
"\n"

#. type: textblock
#: wcd.pod:121
msgid "It is also possible to give a part of a directory path. Here Wcd searches for directory that begins with \"Desk\" and which path matches I<*me/Desk*>."
msgstr "Het is ook mogelijk om een deel van het pad op te geven. Hier zoekt Wcd naar een map die begint met \"Desk\" en wiens pad overeenkomt met I<*me/Desk*>."

#. type: verbatim
#: wcd.pod:124
#, no-wrap
msgid ""
"    wcd me/Desk\n"
"\n"
msgstr ""
"    wcd me/Desk\n"
"\n"

#. type: textblock
#: wcd.pod:126
msgid "It is allowed to type any kind of expression with slashes and wildcards.  E.g.:"
msgstr "Het is toegestaan om jokertekens en schuine strepen te gebruiken waar dan ook in het patroon. Bijvoorbeeld:"

#. type: verbatim
#: wcd.pod:129
#, no-wrap
msgid ""
"    wcd src*/*1?/a*2\n"
"\n"
msgstr ""
"    wcd src*/*1?/a*2\n"
"\n"

#. type: =head2
#: wcd.pod:131
msgid "Other uses"
msgstr "Overig gebruik"

#. type: textblock
#: wcd.pod:133
msgid "If no wildcards are used and wcd finds a perfect match, wcd will ignore all wild matches by default. This behaviour can be changed with the B<-w> option."
msgstr "Wanneer geen jokertekens gebruikt zijn en wcd vindt een exacte treffer,dan zullen alle niet-exacte treffers genegeerd worden. Dit gedrag kan gewijzigd worden met de B<-w>-optie."

#. type: textblock
#: wcd.pod:136
msgid "The interactive directory tree browser can be started by using option B<-g>."
msgstr "De interactieve mappenverkenner kan met de optie B<-g> gestart worden."

#. type: verbatim
#: wcd.pod:138
#, no-wrap
msgid ""
"    wcd -g\n"
"\n"
msgstr ""
"    wcd -g\n"
"\n"

#. type: textblock
#: wcd.pod:140
msgid "Wcd generates a treedata file where it searches the directory. On Unix and Windows systems wcd does add symbolic links to the treedata file while scanning the disk, but does not follow them. While following links wcd could end up scanning infinite loops, or scan very large portions of a network."
msgstr "Wcd genereert een boomdata-bestand waarin de map gezocht wordt. Op Unix en Windows voegt wcd ook symbolische koppelingen toe wanneer de schijf gescand wordt, maar deze worden niet gevolgd. Wanneer symbolische koppelingen gevolgd worden, zou wcd oneindige lussen kunnen scannen, of zeer grote delen van een netwerk."

#. type: textblock
#: wcd.pod:145
msgid "Wcd can also change to directories that are not in the treedata file. E.g.:"
msgstr "Wcd kan ook wijzigen naar mappen die niet in het boomdata-bestand staan. Bijvoorbeeld:"

#. type: verbatim
#: wcd.pod:147
#, no-wrap
msgid ""
"    wcd ..\n"
"\n"
msgstr ""
"    wcd ..\n"
"\n"

#. type: textblock
#: wcd.pod:149
msgid "If wcd found a match but can't change to the directory it tries to remove it from the default treedata file. Not from the extra treedata file. See also option B<-k>."
msgstr "Wanneer wcd een treffer heeft gevonden, maar niet naar de map kan wijzigen, probeert hij deze te verwijderen uit het standaard boomdata-bestand. Niet uit het extra boomdata-bestand. Zie ook optie B<-k>."

#. type: textblock
#: wcd.pod:153
msgid "Wcd keeps a directory stack which is stored on disk. The stack has a default size of 10 and is cyclic. See options B<-z>, B<->, B<+> and B<=>."
msgstr "Wcd houdt een mappenstapel bij die opgeslagen wordt op schijf. De stapel heeft een standaard grootte van 10 en is cyclisch. Zie opties B<-z>, B<->, B<+> en B<=>."

#. type: textblock
#: wcd.pod:157
msgid "In multi-user environments option B<-u> can be used to change to directories of other users."
msgstr "In een omgeving met meerdere gebruikers kan optie B<-u> gebruikt worden om naar mappen van andere gebruikers te wijzigen."

#. type: textblock
#: wcd.pod:161
msgid "On DOS and Windows systems it does not matter if you use a slash \"/\" or a backslash \"\\\" as a directory separator."
msgstr "Op DOS- en Windows-systemen maakt het niet uit of een slash \"/\" of een backslash \"\\\" als mappen-scheidingsteken gebruikt wordt."

#. type: textblock
#: wcd.pod:164
msgid "It is possible on DOS and Windows systems to change drive and directory in one go by preceding the directory name with the drive name."
msgstr "Het is mogelijk op DOS- en Windows-systemen om tegelijk van schijf en map te wijzigen door de mapnaam vooraf te laten gaan door de schijfnaam."

#. type: verbatim
#: wcd.pod:167
#, no-wrap
msgid ""
"    wcd d:games\n"
"\n"
msgstr ""
"    wcd d:games\n"
"\n"

#. type: =head2
#: wcd.pod:171
msgid "Windows UNC paths"
msgstr "Windows UNC paden"

#. type: textblock
#: wcd.pod:173
msgid "The Windows versions (Command Prompt, PowerShell, MSYS, zsh, cygwin) support Windows SMB LAN UNC paths without drive letter such as C<\\\\servername\\sharename>. Wcd for Windows Command Prompt makes use of the \"pushd\" command to automatically map a UNC path to a drive letter. In Windows PowerShell, MSYS, zsh and Cygwin UNC paths are fully supported. The current working directory can be a UNC path."
msgstr "De Windows versies (Opdrachtprompt, PowerShell, MSYS, zsh, Cygwin) ondersteunen Windows SMB LAN UNC paden zonder schijfletter, zoals C<\\\\servername\\sharename>. Wcd voor de Opdrachtprompt maakt gebruik van het \"pushd\" commando om automatisch een UNC pad toe te wijzen aan een schijfletter. In Windows PowerShell, MSYS, zsh en Cygwin worden UNC paden volledig ondersteund. De huidige werkmap kan een UNC pad zijn."

#. type: =head2
#: wcd.pod:180
msgid "Console resizing on Windows"
msgstr "Console-grootteverandering op Windows"

#. type: textblock
#: wcd.pod:182
msgid "Wcd supports console resizing in Windows 10 console and ConEmu (see L<https://conemu.github.io/>) since version 6.0.3. The Windows 10 console must not be in legacy mode (check the console's properties). The screen may not refresh when the console Layout property \"Wrap text output on resize\" is disabled. The screen can be refreshed manually by pressing the F5 key."
msgstr "Wcd ondersteunt het veranderen van de console-grootte in Windows 10-console en in ConEmu (zie L<https://conemu.github.io/>) sinds versie 6.0.3.  De Windows 10-console mag niet in legacy-modus zijn (controleer de console-eigenschappen).  Het scherm wordt mogelijk niet ververst wanneer de console-vormgevingseigenschap \"Tekst herschikken bij grootteverandering\" uitgeschakeld is.  Het scherm kan handmatig ververst worden met de F5-toets."

#. type: =head2
#: wcd.pod:189
msgid "Interfaces"
msgstr "Interfaces"

#. type: textblock
#: wcd.pod:191
msgid "Wcd has three different interfaces to choose from a list of matches. The interface can be chosen at compile time."
msgstr "Wcd heeft drie verschillende interfaces om uit een lijst van treffers te kiezen. De interface kan gekozen worden bij het bouwen van Wcd."

#. type: textblock
#: wcd.pod:194
msgid "The first interface uses plain stdin/stdout. A numbered list is printed in the terminal. The user has to choose from the list by typing a number followed by <Enter>. This interface does not provide scroll back functionality in case of a long list. The scroll back capability of the terminal/console has to be used. It is very small and portable."
msgstr "De eerste interface gebruikt standaardinvoer en -uitvoer. Een genummerde lijst wordt in de terminal getoond. De gebruiker kan kiezen uit de lijst door een nummber te typen gevolgd door <Enter>. Deze interface biedt geen terugbladermogelijkhied bij een lange lijst. De terugbladerfunctie van de terminal/console moet gebruikt worden. Deze interface is klein en overdraagbaar."

#. type: textblock
#: wcd.pod:200
msgid "The second interface is built with the conio library. It provides a builtin scroll back capability. The user is presented a list numbered with letters.  Choosing from a list can be done by pressing just one letter. This interface is fast because it saves keystrokes. If possible the screen will be restored after exiting. One who prefers to type numbers can use the B<-N> option."
msgstr "De tweede interface is gebouwd met de conio-bibliotheek. Het biedt een ingebouwde terugbladerfunctie. De gebruiker wordt een lijst gepresenteerd, genummerd met letters. Het kiezen uit de lijst kan gedaan worden met een enkele toetsaanslag van een letter. Deze interface is snel, omdat het toetsaanslagen bespaart. Indien mogelijk wordt het scherm hersteld na afsluiten. Iemand die prefereert nummers te typen kan de B<-N>-optie gebruiken."

#. type: textblock
#: wcd.pod:207
msgid "The third interface is built with the curses library. It is similar to the conio interface. The curses version of wcd has also an additional 'graphical' interface. It lets the user select a directory via a full screen interactive directory tree browser. It has a vim(1) like navigation and search method. It can be activated with option B<-g>."
msgstr "De derde interface is gebouwd met de curses-bibliotheek en lijkt op de conio-interface. De curses-versie van wcd heeft een extra 'grafische' interface. Het laat de gebruiker een map kiezen via een volledig-scherm interactieve mappenboomverkenner. Het heeft een vim(1)-achtige navigatie en zoekmethode. Deze verkenner kan geactiveerd worden met de optie B<-g>."

#. type: textblock
#: wcd.pod:213
msgid "By using the B<-o> option one can always fall back to the stdin/stdout interface."
msgstr "Door de B<-o>-optie te gebruiken kan men altijd terugvallen op de standaardinvoer/-uitvoer-interface."

#. type: =head1
#: wcd.pod:216
msgid "OPTIONS"
msgstr "OPTIES"

#. type: =item
#: wcd.pod:220
msgid "B<-a>"
msgstr "B<-a>"

#. type: textblock
#: wcd.pod:222
msgid "Add current path to the default treedata file."
msgstr "Voeg huidig pad to aan het standaard boomdata-bestand."

#. type: textblock
#: wcd.pod:224
msgid "Use this option to quickly add the current path to the default treedata file. Re-scanning the complete disk can take a long time in some cases."
msgstr "Gebruik deze optie om snel het huidige pad toe te voegen aan het standaard boomdata-bestand. Het opnieuw scannen van de complete schijf kan soms lang duren."

#. type: =item
#: wcd.pod:227
msgid "B<-aa>"
msgstr "B<-aa>"

#. type: textblock
#: wcd.pod:229
msgid "Add current and all parent paths to the default treedata file."
msgstr "Voeg het huidige en alle bovenliggende paden toe aan het standaard boomdata-bestand."

#. type: =item
#: wcd.pod:231
msgid "B<-A PATH>"
msgstr "B<-A PAD>"

#. type: textblock
#: wcd.pod:233
msgid "Scan directory tree from I<PATH> and append to the default treedata file. Examples:"
msgstr "Scan mappenboom vanaf I<PATH> en voeg toe aan het standaard boomdata-bestand. Voorbeelden:"

#. type: verbatim
#: wcd.pod:236
#, no-wrap
msgid ""
"    wcd -A .\n"
"    wcd -A /home -A /etc\n"
"    wcd -A d: -A e: -A \\\\server\\share\n"
"\n"
msgstr ""
"    wcd -A .\n"
"    wcd -A /home -A /etc\n"
"    wcd -A d: -A e: -A \\\\server\\share\n"
"\n"

#. type: textblock
#: wcd.pod:240
msgid "On Windows one can scan all shared directories of a Windows LAN server by typing something like: C<wcd -A \\\\servername>."
msgstr "Op Windows kan men alle gedeelde mappen van een Windows LAN server scannen door iets te typen als: C<wcd -A \\\\servername>."

#. type: textblock
#: wcd.pod:244
msgid "See also option B<-S> and B<-s> and B<-E>."
msgstr "Zie ook opties B<-S> en B<-s> en B<-E>."

#. type: =item
#: wcd.pod:246
msgid "B<-b>"
msgstr "B<-b>"

#. type: textblock
#: wcd.pod:248
msgid "Ban current path."
msgstr "Verban het huidige pad."

#. type: textblock
#: wcd.pod:250
msgid "Wcd places the current path in the ban file. This means that wcd ignores all matches of this directory and its sub directories."
msgstr "Wcd plaatst het huidige pad in het ban-bestand. Dit betekent dat wcd alle treffers van deze map en zijn sub-mappen negeert."

#. type: textblock
#: wcd.pod:253
msgid "The ban file can be edited with a text editor. Use of wildcards is supported and names are matched against the absolute path."
msgstr "Het ban-bestand kan gewijzigd worden met een tekstbewerker. Gebruik van jokertekens wordt ondersteund en namen worden vergeleken met het volledige pad."

#. type: textblock
#: wcd.pod:256
msgid "Banned paths are not excluded from scanning the disk. To do that use option B<-xf>."
msgstr "Verbannen paden worden niet uitgesloten van het scannen van de schijf. Gebruik optie B<-xf> om dat te doen."

#. type: =item
#: wcd.pod:259
msgid "B<-c, --direct-cd>"
msgstr "B<-c>, B<--direct-cd>"

#. type: textblock
#: wcd.pod:261
msgid "Direct CD mode. By default wcd works as follows:"
msgstr "Directe CD modus. Standaard werkt wcd als volgt:"

#. type: verbatim
#: wcd.pod:263
#, no-wrap
msgid ""
"    1. Try to find a match in the treedata file(s)\n"
"    2. If no match, try to open the directory you typed.\n"
"\n"
msgstr ""
"    1. Probeer een treffer te vinden in een boomdata-bestand.\n"
"    2. Wanneer geen treffer, probeer het getypte pad te openen.\n"
"\n"

#. type: textblock
#: wcd.pod:266
msgid "In direct CD mode wcd works in reversed order."
msgstr "In directe CD modus werkt wcd in omgekeerde volgorde."

#. type: verbatim
#: wcd.pod:268
#, no-wrap
msgid ""
"    1. Try to open the directory you typed.\n"
"    2. If not, try to find a match in the treedata file(s).\n"
"\n"
msgstr ""
"    1. Probeer het getypte pad te openen.\n"
"    2. Indien niet gelukt, probeer een treffer te vinden in een boomdata-bestand.\n"
"\n"

#. type: =item
#: wcd.pod:272
msgid "B<-d DRIVE>"
msgstr "B<-d SCHIJF>"

#. type: textblock
#: wcd.pod:274
msgid "Set drive for stack and go file (DOS only)."
msgstr "Stel schijf in voor stapel- en go-script (alleen DOS)."

#. type: textblock
#: wcd.pod:276
msgid "The stack file and the go-script are by default stored on drive C: if environment variable I<HOME> is not set. Use this option if drive C: is a read-only drive. This option must be used in front of the stack options B<->, B<+> and B<=>."
msgstr "Het stapelbestand en go-script worden standaard opgeslagen op schijf C: wanneer omgevingsvariabele I<HOME> niet ingesteld is. Gebruik deze optie wanneer SCHIJF een alleen-lezen schijf is. Deze optie moet gebruikt worden vooraf aan stapelopties B<->, B<+> en B<=>."

#. type: =item
#: wcd.pod:281
msgid "B<-e>"
msgstr "B<-e>"

#. type: textblock
#: wcd.pod:283
msgid "Add current path to the extra treedata file."
msgstr "Voeg huidig pad toe aan het extra boomdata-bestand."

#. type: textblock
#: wcd.pod:285
msgid "Use this option to quickly add the current path to the extra treedata file."
msgstr "Gebruik deze optie om snel het huidige toe te voegen aan het extra boomdata-bestand."

#. type: =item
#: wcd.pod:287
msgid "B<-ee>"
msgstr "B<-ee>"

#. type: textblock
#: wcd.pod:289
msgid "Add current and all parent paths to extra treedata file."
msgstr "Voeg het huidige en alle bovenliggende paden toe aan het extra boomdata-bestand."

#. type: =item
#: wcd.pod:291
msgid "B<-E PATH>"
msgstr "B<-E PAD>"

#. type: textblock
#: wcd.pod:293
msgid "Scan directory tree from I<PATH> and append to Extra treedata file. See also options B<-A> and B<-S>."
msgstr "Scan mappenboom vanaf I<PAD> en voeg het toe aan het Extra boomdata-bestand.Zie ook opties B<-A> en B<-S>."

#. type: =item
#: wcd.pod:296
msgid "B<-f FILE>"
msgstr "B<-f BESTAND>"

#. type: textblock
#: wcd.pod:298
msgid "Read treedata file I<FILE>. Do not read the default treedata file."
msgstr "Lees boomdata-bestand I<BESTAND>. Lees niet het standaard boomdata-bestand."

#. type: =item
#: wcd.pod:300
msgid "B<+f FILE>"
msgstr "B<+f BESTAND>"

#. type: textblock
#: wcd.pod:302
msgid "Read treedata file I<FILE> in addition to the default treedata file."
msgstr "Lees boomdata-bestand I<BESTAND> bovenop het standaard boomdata-bestand."

#. type: =item
#: wcd.pod:304
msgid "B<-g>"
msgstr "B<-g>"

#. type: textblock
#: wcd.pod:306
msgid "Graphical interface (only in version with curses interface)."
msgstr "Grafische interface (alleen in versie met curses-interface)."

#. type: textblock
#: wcd.pod:308
msgid "Wcd starts a textual curses based 'graphical' interface. The user can select a directory via a full-screen interactive directory tree browser. It has a vim(1) like navigation and search method."
msgstr "Wcd start een tekstuele, op curses gebaseerde 'grafische' interface. De gebruiker kan een map selecteren via een volledig-scherm interactieve mappenverkenner. Het heeft een vim(1)-achtige navigatie en zoekmethode."

#. type: textblock
#: wcd.pod:312
msgid "If no search string is given wcd presents the whole tree which is in the default treedata file and the extra treedata files."
msgstr "Wanneer geen zoekstring gegeven is presenteert wcd de gehele boom die in het standaard en het extra boomdata-bestand staat."

#. type: textblock
#: wcd.pod:315
msgid "If a search string is given the match list is presented as a directory tree."
msgstr "Wanneer een zoekstring gegeven is wordt de trefferlijst gepresenteerd als een mappenboom"

#. type: textblock
#: wcd.pod:318
msgid "The default tree layout is similar to the tree layout of the original NCD on DOS. The difference in layout is that in NCD all directories of a same depth level were vertically aligned over the whole tree. This was possible in NCD, because the maximum width of a directory name in DOS was 12 (8.3) characters. On modern operating systems directory names can be very long, so also the differences in length can be large. Therefore folders with a same depth are not vertically aligned over the whole tree in wcd, but only in sub-branches.  So there is some sideways movement when moving straight up and down from one sub-branch to another sub-branch."
msgstr "De standaard boom opmaak is gelijk aan de boomopmaak van de originele NCD op DOS. Het verschil in opmaak is dat in NCD alle mappen van dezelfde diepteniveau verticaal uitgelijnd waren over de hele boom. Dit was mogelijk in NCD, omdat de maximale breedte van een mapnaam in DOS 12 (8.3) tekens was. Op moderne besturingssystemen kunnen namen erg lang zijn. Daarom zijn mappen met dezelfde diepte in wcd niet verticaal uitgelijnd over de hele boom, maar alleen in sub-takken. Daarom is er wat zijdelingse beweging wanneer recht omhoog of omlaag bewogen wordt van de ene sub-tak naar de ander sub-tak."

#. type: textblock
#: wcd.pod:328
msgid "The navigation behaviour in Wcd is exactly the same as in the original NCD. For instance if you push the Down key you go down to the next directory with the same depth level, jumping over branches. This enables fast navigation through the tree."
msgstr "Het navigatiegedrag in wcd is exact hetzelfde als in de originele NCD. Bijvoorbeeld wanneer u op de Omlaag-knop drukt gaat u omlaag naar de volgende map met dezelfde diepte, springend over takken. Dit maakt snelle navigatie door de boom mogelijk."

#. type: textblock
#: wcd.pod:333
msgid "See options B<-Ta>, B<-TC>, and B<-Tc> to change the navigation behaviour."
msgstr "Zie opties B<-Ta>, B<-TC>, en B<-TC> om het navigatiegedrag te veranderen."

#. type: =item
#: wcd.pod:335
msgid "B<-gd>"
msgstr "B<-gd>"

#. type: textblock
#: wcd.pod:337
msgid "Dump the treedata files as a tree to stdout."
msgstr "Dump de boomdatabestanden als een boom naar standaarduitvoer."

#. type: =item
#: wcd.pod:339
msgid "B<-G PATH>"
msgstr "B<-G PAD>"

#. type: textblock
#: wcd.pod:341
msgid "Write go-script in directory I<PATH>. For instance on Unix, C<wcd -G PATH> will write a go-script B<PATH/wcd.go>."
msgstr "Schrijf go-script in map I<PAD>. Bijvoorbeeld op Unix, C<wcd -G PAD> zal een go-script schrijven in B<PAD/wcd.go>."

#. type: =item
#: wcd.pod:344
msgid "B<-GN, --no-go-script>"
msgstr "B<-GN>, B<--no-go-script>"

#. type: textblock
#: wcd.pod:346
msgid "Do not create go-script. This option can be used in combination with the option B<-j> if one does not want wcd to create a go-script."
msgstr "Maak geen go-script aan. Deze optie kan gebruikt worden in combinatie met de optie B<-j> wanneer men wil dat wcd geen go-script aanmaakt."

#. type: =item
#: wcd.pod:349
msgid "B<-h, --help>"
msgstr "B<-h>, B<--help>"

#. type: textblock
#: wcd.pod:351
msgid "Show help and exit."
msgstr "Toon helptext en sluit af."

#. type: =item
#: wcd.pod:353
msgid "B<-i, --ignore-case>"
msgstr "B<-i>, B<--ignore-case>"

#. type: textblock
#: wcd.pod:355
msgid "Ignore case.  Dos and Windows versions of wcd ignore case default. Unix/Cygwin versions regard case by default."
msgstr "Hoofdletterongevoelig. DOS en Windows versies van wcd zijn standaard hoofdletterongevoelig. Unix/Cygwin versies zijn standaard hoofdlettergevoelig."

#. type: =item
#: wcd.pod:359
msgid "B<+i, --no-ignore-case>"
msgstr "B<+i>, B<--no-ignore-case>"

#. type: textblock
#: wcd.pod:361
msgid "Regard case. See also option B<-i>."
msgstr "Hoofdlettergevoelig. Zie ook optie B<-i>."

#. type: =item
#: wcd.pod:363
msgid "B<-I, --ignore-diacritics>"
msgstr "B<-I>, B<--ignore-diacritics>"

#. type: textblock
#: wcd.pod:365
msgid "Ignore diacritics for Latin-based scripts.  Letters with diacritical marks match their base letter without diacritical mark. The following Latin encodings are supported: CP437, CP850, CP852, CP1250, CP1252, ISO-8859-1, ISO-8859-2, and Unicode Latin-1, Latin Extended-A, and Latin Extended-B.  See also L<https://en.wikipedia.org/wiki/Diacritic>"
msgstr "Diakritische tekens op Latijnse lettertekens negeren. Letters met een diakritisch teken komen overeen met hun basisletter zonder diakritisch teken. De volgende Latijnse coderingen worden ondersteund: CP437, CP850, CP852, CP1250, CP1252, ISO-8859-1, ISO-8859-2, en Unicode Latin-1, Latin Extended-A, en Latin Extended-B.  Zie ook L<https://nl.wikipedia.org/wiki/Diakritisch_teken>"

#. type: =item
#: wcd.pod:372
msgid "B<+I, --no-ignore-diacritics>"
msgstr "B<+I>, B<--no-ignore-diacritics>"

#. type: textblock
#: wcd.pod:374
msgid "Regard diacritics (default). See also option B<-I>."
msgstr "Diakritische tekens respecteren (standaard). Zie ook optie B<-I>."

#. type: =item
#: wcd.pod:376
msgid "B<-j, --just-go>"
msgstr "B<-j>, B<--just-go>"

#. type: textblock
#: wcd.pod:378
msgid "Just go mode."
msgstr "Ga-nou-maar modus."

#. type: textblock
#: wcd.pod:380
msgid "In this mode wcd will not present a list when there is more than one directory that matches the given directory. Wcd will just change to the first option. When wcd is invoked again with the same arguments it will change to the next option, and so on."
msgstr "In deze modus zal wcd geen lijst tonen wanneer er meer dan een map is die overeenkomt met de ingegeven map. Wcd zal wijzigen naar de eerste optie. Wanneer wcd opnieuw aangeroepen wordt met hetzelfde argument, zal wcd wijzigen naar de volgende optie, en zo verder."

#. type: textblock
#: wcd.pod:385
msgid "Wcd will print the directory to go to to stdout. So a different installation method can be used. One could make the following function for a POSIX compatible shell:"
msgstr "Wcd print de doelmap naar standaarduitvoer. Zo kan een andere installatiemethode gebruikt worden. Men zou de volgende functie kunnen maken voor een POSIX-compatibele shell:"

#. type: verbatim
#: wcd.pod:389
#, no-wrap
msgid ""
"    wcd ()\n"
"    {\n"
"        cd \"$($HOME/bin/wcd.exe -j $@)\"\n"
"    }\n"
"\n"
msgstr ""
"    wcd ()\n"
"    {\n"
"        cd \"$($HOME/bin/wcd.exe -j $@)\"\n"
"    }\n"
"\n"

#. type: textblock
#: wcd.pod:394
msgid "When you are using an old shell that doesn't support \"$()\" command substitution you have to use old style command substitution with back-quotes."
msgstr "Wanneer u een oude shell gebruikt die geen \"$()\"-opdrachtvervanging ondersteunt, moet u de oude-stijl opdrachtvervanging gebruiken met accent graves."

#. type: verbatim
#: wcd.pod:397
#, no-wrap
msgid ""
"    wcd ()\n"
"    {\n"
"        cd \"`$HOME/bin/wcd.exe -j $@`\"\n"
"    }\n"
"\n"
msgstr ""
"    wcd ()\n"
"    {\n"
"        cd \"`$HOME/bin/wcd.exe -j $@`\"\n"
"    }\n"
"\n"

#. type: textblock
#: wcd.pod:403
msgid "On Windows systems, if one is running 4NT shell, one could make the following alias:"
msgstr "Op Windows systemen, wanneer men 4NT shell draait, kan men de volgende alias maken:"

#. type: verbatim
#: wcd.pod:406
#, no-wrap
msgid ""
"    alias wcd `cd %@execstr[wcdwin32.exe -z 0 -j %1]`\n"
"\n"
msgstr ""
"    alias wcd `cd %@execstr[wcdwin32.exe -z 0 -j %1]`\n"
"\n"

#. type: textblock
#: wcd.pod:409
msgid "This method eliminates the need of the go-script, so one can use option B<-GN> in combination with B<-j>."
msgstr "Deze methode elimineert de noodzaak voor het go-script, zodat men de optie B<-GN> in combinatie met B<-j> kan gebruiken."

#. type: =item
#: wcd.pod:412
msgid "B<-k, --keep-paths>"
msgstr "B<-k>, B<--keep-paths>"

#. type: textblock
#: wcd.pod:414
msgid "Keep paths."
msgstr "Bewaar paden."

#. type: textblock
#: wcd.pod:416
msgid "Keep paths in the treedata file when wcd can't change to them. The default behaviour of wcd is that it tries to remove paths from the treedata when wcd can't change to them. With this option this behavior is turned off."
msgstr "Bewaar paden in boomdata-bestanden wanneer wcd er niet naar kan wijzigen. Het standaard gedrag van wcd is dat het probeert de paden te verwijderen uit het boomdata-bestand wanneer wcd niet naar ze kan wijzigen. Met deze optie wordt dit gedrag uitgeschakeld."

#. type: =item
#: wcd.pod:420
msgid "B<-K, --color>"
msgstr "B<-K>, B<--color>"

#. type: textblock
#: wcd.pod:422
msgid "Use colors in graphical mode."
msgstr "Gebruik kleuren in grafische modus."

#. type: =item
#: wcd.pod:424
msgid "B<-l ALIAS>"
msgstr "B<-l ALIAS>"

#. type: textblock
#: wcd.pod:426
msgid "Name the current path with I<ALIAS>. Wcd places the current path with alias I<ALIAS> in the alias file. Aliases are case sensitive."
msgstr "Noem het huidige pad I<ALIAS>. Wcd plaatst het huidige pad met alias I<ALIAS> in het alias-bestand. Aliassen zijn hoofdlettergevoelig."

#. type: =item
#: wcd.pod:429
msgid "B<-ls>"
msgstr "B<-ls>"

#. type: textblock
#: wcd.pod:431
msgid "Show the name of the alias file, and list all the aliases."
msgstr "De naam van het alias-bestand tonen en alle aliassen weergeven."

#. type: =item
#: wcd.pod:433
msgid "B<-m DIR>"
msgstr "B<-m MAP>"

#. type: textblock
#: wcd.pod:435
msgid "Make directory and add to treedata file."
msgstr "Maak map en voeg toe aan boomdata-bestand."

#. type: =item
#: wcd.pod:437
msgid "B<-L, --license>"
msgstr "B<-L>, B<--license>"

#. type: textblock
#: wcd.pod:439
msgid "Print the distribution license."
msgstr "De verspreidingslicentie tonen."

#. type: =item
#: wcd.pod:441
msgid "B<-M DIR>"
msgstr "B<-M MAP>"

#. type: textblock
#: wcd.pod:443
msgid "Make directory and add to extra treedata file."
msgstr "Maak map en voeg toe aan extra boomdata-bestand."

#. type: =item
#: wcd.pod:445
msgid "B<-n PATH>"
msgstr "B<-n PAD>"

#. type: textblock
#: wcd.pod:447
msgid "Read relative treedata file from I<PATH>."
msgstr "Lees relatief boomdata-bestand vanaf I<PAD>."

#. type: textblock
#: wcd.pod:449
msgid "Do not read the default treedata file. The relative treedata file should already have been created using the wcd B<+S> option.  I<PATH> may also point to a file directly."
msgstr "Lees niet het standaard boomdata-bestand. Het relatieve boomdata-bestand zou al gemaakt moeten zijn met de wcd optie B<+S>. I<PAD> mag ook direct naar een bestand wijzen."

#. type: textblock
#: wcd.pod:453
msgid "An example. Suppose another system has been mounted to mount point C</mnt/network>:"
msgstr "Een voorbeeld. Stel dat een ander systeem aangekoppeld is op C</mnt/network>:"

#. type: verbatim
#: wcd.pod:456
#, no-wrap
msgid ""
"    wcd -n /mnt/network src\n"
"\n"
msgstr ""
"    wcd -n /mnt/network src\n"
"\n"

#. type: textblock
#: wcd.pod:458
msgid "Wcd opens the relative treedata file in C</mnt/network/>. The file contains the paths relative from that point."
msgstr "Wcd opent het relatieve boomdata-bestand in C</mnt/network/>. Het bestand bevat de paden relatief vanaf dat punt."

#. type: =item
#: wcd.pod:461
msgid "B<+n PATH>"
msgstr "B<+n PAD>"

#. type: textblock
#: wcd.pod:463
msgid "Read relative treedata file in addition to the default treedata file. See option B<-n>."
msgstr "Lees relatief boomdata-bestand bovenop het standaard boomdata-bestand. Zie optie B<-n>."

#. type: =item
#: wcd.pod:466
msgid "B<-N, --numbers>"
msgstr "B<-N>, B<--numbers>"

#. type: textblock
#: wcd.pod:468
msgid "Use numbers instead of letters."
msgstr "Gebruik nummers in plaats van letters."

#. type: textblock
#: wcd.pod:470
msgid "Wcd with a conio or curses based interface (see section Interfaces) presents a match list by default numbered with letters. When the B<-N> option is used the match list is numbered with numbers. Regardless of the B<-N> option one can type a letter or numbers to make a selection from the list of matches."
msgstr "Wcd met een conio- of curses-gebaseerde interface (zie de sectie Interfaces) presenteert standaard een trefferlijst genummerd met letters. Wanneer de optie B<-N> is gebruikt, wordt de trefferlijst genummerd met nummers. Onafhankelijk van de optie B<-N> kan men een letter of een nummer typen om een keuze uit de lijst te maken."

#. type: =item
#: wcd.pod:475
msgid "B<-o>"
msgstr "B<-o>"

#. type: textblock
#: wcd.pod:477
msgid "Use stdin/stdout interface."
msgstr "De standaardinvoer/-uitvoer-interface gebruiken."

#. type: textblock
#: wcd.pod:479
msgid "When for some kind of reason the conio or curses interface of wcd does not work one can fall back to the stdin/stdout interface of wcd by using the B<-o> option."
msgstr "Wanneer om een of andere reden de conio- of curses-interface van wcd niet werkt kan men terugvallen op de standaardinvoer/-uitvoer-interface van wcd door het gebruik van de B<-o>-optie."

#. type: =item
#: wcd.pod:483
msgid "B<-od, --to-stdout>"
msgstr "B<-od, --to-stdout>"

#. type: textblock
#: wcd.pod:485
msgid "Dump all matches to stdout."
msgstr "Alle treffers dumpen naar standaarduitvoer."

#. type: =item
#: wcd.pod:487
msgid "B<-q, --quiet>"
msgstr "B<-q>, B<--quiet>"

#. type: textblock
#: wcd.pod:489
msgid "Quieter operation. Printing of the final match is suppressed."
msgstr "Stillere werking. Het tonen van de uiteindelijke treffer wordt onderdrukt."

#. type: =item
#: wcd.pod:491
msgid "B<-r DIR>"
msgstr "B<-r MAP>"

#. type: textblock
#: wcd.pod:493
msgid "Remove directory and remove from the treedata file."
msgstr "Verwijder map en verwijder uit boomdata-bestand."

#. type: textblock
#: wcd.pod:495
msgid "If the directory is empty, wcd will remove it, and try to remove it from the treedata file."
msgstr "Als de map leeg is zal wcd het verwijderen, en proberen het te verwijderen uit het boomdata-bestand."

#. type: =item
#: wcd.pod:498
msgid "B<-rmtree DIR>"
msgstr "B<-rmtree MAP>"

#. type: textblock
#: wcd.pod:500
msgid "Recursively remove directory and remove from the treedata file."
msgstr "Recursief map verwijderen en verwijderen uit boomdata-bestand."

#. type: textblock
#: wcd.pod:502
msgid "Wcd will remove the directory and all its sub directories and files, and remove the directories from the treedata file."
msgstr "Wcd zal de map verwijderen en al zijn sub-mappen en bestanden, en verwijdert de mappen uit het boomdata-bestand."

#. type: =item
#: wcd.pod:505
msgid "B<-s>"
msgstr "B<-s>"

#. type: textblock
#: wcd.pod:507
msgid "(re)Scan disk from C<$HOME> directory. If I<HOME> is not defined the disk is scanned from root directory /."
msgstr "(her)scannen schijf vanaf C<$HOME> map. Als I<HOME> niet gedefinieerd is, wordt de schijf gescant vanaf hoofdmap /."

#. type: textblock
#: wcd.pod:510
msgid "The existing default treedata file is overwritten."
msgstr "Het bestaande standaard boomdata-bestand is overschreven."

#. type: textblock
#: wcd.pod:512
msgid "The default scan directory can be overruled with environment variable C<WCDSCAN>. See section ENVIRONMENT VARIABLES."
msgstr "De standaard scan map kan overstemd worden met omgevingsvariabele C<WCDSCAN>. Zie sectie OMGEVINGSVARIABELEN."

#. type: =item
#: wcd.pod:515
msgid "B<-S PATH>"
msgstr "B<-S PAD>"

#. type: textblock
#: wcd.pod:517
msgid "Scan directory tree from I<PATH> and overwrite the default treedata file.  See also options B<-A>, B<-s> and B<-E>. E.g. with option B<-A> you can create a default treedata file of your choice. Examples:"
msgstr "Scan mappenboom vanaf I<PAD> en overschrijf het standaard boomdata-bestand. Zie ook opties B<-A>, B<-s> en B<-E>. Bijvoorbeeld, met optie B<-A> kunt u een standaard boomdata-bestand maken naar eigen smaak. Voorbeelden:"

#. type: textblock
#: wcd.pod:521
msgid "Unix:"
msgstr "Unix:"

#. type: verbatim
#: wcd.pod:523
#, no-wrap
msgid ""
"    wcd -S /\n"
"    wcd -S /home -A /etc -A /usr\n"
"\n"
msgstr ""
"    wcd -S /\n"
"    wcd -S /home -A /etc -A /usr\n"
"\n"

#. type: textblock
#: wcd.pod:526
msgid "DOS/Windows:"
msgstr "DOS/Windows:"

#. type: verbatim
#: wcd.pod:528
#, no-wrap
msgid ""
"    wcd -S c:/\n"
"    wcd -S c: -A d: -A \\\\server\\share\n"
"\n"
msgstr ""
"    wcd -S c:/\n"
"    wcd -S c: -A d: -A \\\\server\\share\n"
"\n"

#. type: textblock
#: wcd.pod:531
msgid "With the Windows versions one can scan all shared directories of a Windows LAN server by typing something like: C<wcd -S \\\\servername>."
msgstr "Met de Windows versies kan men alle gedeelde mappen scannen van een Windows LAN server door iets een typen als: C<wcd -S \\\\servernaam>."

#. type: =item
#: wcd.pod:535
msgid "B<+S PATH>"
msgstr "B<+S PAD>"

#. type: textblock
#: wcd.pod:537
msgid "Scan disk from I<PATH> and place relative paths in a relative treedata file.  This file is used by the B<-n> and B<+n> options of wcd. E.g. C<wcd -n PATH src>."
msgstr "Scan schijf vanaf I<PAD> en plaats relatieve paden in het relatieve boomdata-bestand. Dit bestand wordt gebruikt door de opties B<-n> en B<+n>van wcd. Bijvoorbeeld: C<wcd -n PAD src>."

#. type: =item
#: wcd.pod:541
msgid "B<-t>"
msgstr "B<-t>"

#. type: textblock
#: wcd.pod:543
msgid "Do not strip tmp mount dir C</tmp_mnt> (Unix only)"
msgstr "De tijdelijke aankoppelingsmap C</tmp_mnt> niet verwijderen (alleen op Unix)"

#. type: textblock
#: wcd.pod:545
msgid "Wcd strips by default C</tmp_mnt/> from the match. Directory C</tmp_mnt> is used by the auto-mounter. This behaviour can be turned off with the B<-t> option."
msgstr "Wcd verwijderd standaard C</tmp_mnt/> uit de treffers. Map C</tmp_mnt> wordt gebruikt door de 'auto-mounter'. Dit gedrag kan uitgeschakeld worden met de B<-t>-optie."

#. type: =item
#: wcd.pod:549
msgid "B<-T, --ascii-tree>"
msgstr "B<-T>, B<--ascii-tree>"

#. type: textblock
#: wcd.pod:551
msgid "Draw tree with ASCII characters. Use this option if line drawing characters are not displayed properly in your terminal."
msgstr "Boom tekenen met ASCII-tekens. Gebruik deze optie als lijntekens niet goed getoond worden in de terminal."

#. type: =item
#: wcd.pod:554
msgid "B<-Ta, --alt-tree-nav>"
msgstr "B<-Ta, --alt-tree-nav>"

#. type: textblock
#: wcd.pod:556
msgid "Alternative way of navigation in the graphical tree."
msgstr "Alternatieve manier van navigeren in de grafische boom."

#. type: textblock
#: wcd.pod:558
msgid "In the default NCD style tree layout the B<-Ta> option disables jumping to unrelated directories."
msgstr "In de standaard NCD stijl opmaak zet de B<-Ta>-optie het springen naar ongerelateerde mappen uit."

#. type: textblock
#: wcd.pod:561
msgid "In compact tree mode the alternative mode makes navigation similar to navigation in GUI file managers such as Windows Explorer or Linux KDE Konqueror. Pressing Up and Down moves the selected folder one line up or down. Pressing Left first folds the sub-folders and the next move left moves really left."
msgstr "In compacte-boom-modus maakt de alternatieve mode de navigatie gelijk aan de navigatie in GUI bestandsverkenners zoals de Windows Verkenner of Linux KDE Konqueror. Omhoog en Omlaag drukken beweegt de geselecteerde map één regel op en neer. Links drukken vouwt eerst de sub-mappen in en de volgende beweging naar links gaat echt naar links."

#. type: textblock
#: wcd.pod:567
msgid "You can switch on-the-fly between default and alternative navigation by pressing <Shift-A>."
msgstr "U kunt onmiddellijk tussen standaard en alternatief navigeren schakelen door <Shift-A> te drukken."

#. type: textblock
#: wcd.pod:570
msgid "When alternative navigation mode is on, you will see an \"A\" in the lower right corner."
msgstr "Wanneer alternatieve navigatie aan staat, ziet u een \"A\" in de rechter onderhoek."

#. type: =item
#: wcd.pod:572
msgid "B<-TC, --center-tree>"
msgstr "B<-TC, --center-tree>"

#. type: textblock
#: wcd.pod:574
msgid "Centered view in the graphical tree. The selected directory stays in the middle of the screen. The centered mode can also be switched on and off with key <t> in the graphical tree."
msgstr "Gecentreerde weergave in de grafische boom. De geselecteerde map blijft in het midden van het scherm. De gecentreerde modus kan ook aan- en uitgeschakeld worden met de <t> toets in de grafische boom."

#. type: textblock
#: wcd.pod:578
msgid "The standard non-centered behaviour, which minimises tree movement, is the same as in the original NCD."
msgstr "De standaard niet-gecentreerde weergave, die boombeweging minimaliseert, is gelijk aan hoe het in de originele NCD was."

#. type: =item
#: wcd.pod:581
msgid "B<-Tc, --compact-tree>"
msgstr "B<-Tc, --compact-tree>"

#. type: textblock
#: wcd.pod:583
msgid "By default the 'graphical' tree is drawn the same way as the original NCD on DOS did it. On DOS a directory path could only be 66 characters in total. With the deep directory structures of today the tree can become very wide. To overcome this wcd can draw the tree in a compact way, similar to most GUI file managers, with only one folder per line. Use option B<-Tc> or switch on-the-fly with the <m> key."
msgstr "Standaard wordt de 'grafische' boom getekend op dezelfde manier zoals de originele NCD op DOS het deed. In DOS kon een pad in totaal slechts 66 tekens bevatten. Met de diepe mappenstructuur van vandaag kan de boom erg breed worden. Om dit te beheersen kan wcd de boom op een compacte manier tekenen, gelijk aan de meeste GUI mappenverkenners, met één map per regel. Gebruik optie B<-Tc> of schakel onmiddellijk met de <m> toets."

#. type: =item
#: wcd.pod:590
msgid "B<-Td, --cjk-width>"
msgstr "B<-Td, --cjk-width>"

#. type: textblock
#: wcd.pod:592
msgid "Legacy East-Asian CJK (Chinese, Japanese, and Korean) fonts have certain characters and line drawing symbols with a column width of 2, while the normal Unicode width for these characters is 1 column. For instance the Chinese CP936 raster font on Windows and the Simsun font. Use this option for a correct outlining of the graphical tree when a legacy CJK font is used."
msgstr "Oude Oost-Aziatische CJK-fonts (voor Chinees, Japans, en Koreaans) hebben bepaalde letters en lijnsymbolen met een kolombreedte van 2, terwijl de normale Unicode-breedte voor deze tekens 1 kolom is. Bijvoorbeeld het Chinese CP936-rasterfont op Windows en het Simsun-font. Gebruik deze optie voor een juiste uitlijning van de grafische boom wanneer een oud CJK-font gebruikt wordt."

#. type: textblock
#: wcd.pod:598
msgid "When CJK mode is on, you will see a \"C\" in the lower right corner."
msgstr "Wanneer CJK-modus actief is, ziet u een \"C\" in de rechter onderhoek."

#. type: =item
#: wcd.pod:600
msgid "B<-u USER>"
msgstr "B<-u GEBRUIKER>"

#. type: textblock
#: wcd.pod:602
msgid "Scan treedata file of another user based on I<USER>, do not scan your own default treedata file. See also section ENVIRONMENT VARIABLES for I<WCDUSERSHOME>."
msgstr "Scan boomdata-bestand van een andere gebruiker gebaseerd op I<GEBRUIKER>, scan niet het eigen boomdata-bestand. Zie ook de sectie OMGEVINGSVARIABELEN voor I<WCDUSERSHOME>."

#. type: textblock
#: wcd.pod:605
msgid "On Unix/Cygwin the base directory for user home directories is assumed to be C</home>. Wcd will look for C</home/USER/.treedata.wcd> and C</home/USER/.wcd/.treedata.wcd>, in that order, and read the first one that exists and is readable.  On DOS/Windows the base directory for user home directories is assumed to be C<\\\\users>, so wcd tries to read C<\\\\users\\USER\\treedata.wcd> and C<\\\\users\\USER\\.wcd\\treedata.wcd>."
msgstr "Op Unix/Cygwin wordt aangenomen dat de basismap voor de thuismap voor gebruikers C</home> is. Wcd zal zoeken naar C</home/GEBRUIKER/.treedata.wcd> en C</home/GEBRUIKER/.wcd/.treedata.wcd>, in deze volgorde, en de eerste lezen die bestaat en leesbaar is. Op DOS/Windows wordt aangenomen dat de basismap voor de thuismap van gebruikers C<\\\\users> is, dus wcd probeert te lezen C<\\\\users\\GEBRUIKER\\treedata.wcd> en C<\\\\users\\GEBRUIKER\\.wcd\\treedata.wcd>."

#. type: =item
#: wcd.pod:613
msgid "B<+u USER>"
msgstr "B<+u GEBRUIKER>"

#. type: textblock
#: wcd.pod:615
msgid "Read default treedata file of USER in addition to your own treedata file."
msgstr "Lees het standaard boomdata-bestand van GEBRUIKER bovenop uw eigen boomdata-bestand."

#. type: =item
#: wcd.pod:618
msgid "B<-v, --verbose>"
msgstr "B<-v>, B<--verbose>"

#. type: textblock
#: wcd.pod:620
msgid "Display verbose messages. With this option wcd prints all filters, bans and excludes."
msgstr "Gedetailleerde berichten tonen. Met deze optie toont wcd alle filters, verbannen mappen en uitsluitingen."

#. type: =item
#: wcd.pod:623
msgid "B<-V, --version>"
msgstr "B<-V>, B<--version>"

#. type: textblock
#: wcd.pod:625
msgid "Print version information and exit."
msgstr "Programmaversie tonen en afsluiten."

#. type: =item
#: wcd.pod:627
msgid "B<-w, --wild-match-only>"
msgstr "B<-w>, B<--wild-match-only>"

#. type: textblock
#: wcd.pod:629
msgid "Wild matching only. Treat all matches as wild matches."
msgstr "Alleen jokervergelijkingen. Behandel alle treffers als jokertreffers."

#. type: =item
#: wcd.pod:631
msgid "B<-x PATH>"
msgstr "B<-x PAD>"

#. type: textblock
#: wcd.pod:633
msgid "Exclude I<PATH> from scanning."
msgstr "I<PAD> uitsluiten van scannen."

#. type: textblock
#: wcd.pod:635
msgid "When this option is used wcd will exclude I<PATH> and all its subdirectories when wcd is scanning a disk. Wildcards are supported and matched against absolute paths. Option B<-x> can be used multiple times."
msgstr "Wanneer deze optie gebruikt is zal wcd I<PAD> uitsluiten en al zijn sub-mappen wanneer wcd een schijf scant. Jokertekens worden ondersteund en vergeleken met absolute paden. Optie B<-x> kan meerder keren gebruikt worden."

#. type: verbatim
#: wcd.pod:639
#, no-wrap
msgid ""
"    wcd -x <path1> -x <path2> -s\n"
"\n"
msgstr ""
"    wcd -x <path1> -x <path2> -s\n"
"\n"

#. type: textblock
#: wcd.pod:641
msgid "Option B<-x> must be used in front of any scan option (B<-s>, B<-S>, B<+S>, B<-A>, B<-E>)."
msgstr "Optie B<-x> moet vooraf gaan aan elke scanoptie (B<-s>, B<-S>, B<+S>, B<-A>, B<-E>)."

#. type: textblock
#: wcd.pod:645
msgid "On DOS/Windows systems one must specify the drive letter depending on if environment variable I<HOME> or I<WCDHOME> is set. If I<HOME> or I<WCDHOME> is set one needs to specify the drive letter. An example:"
msgstr "Op DOS-/Windows-systemen moet men de schijfletter specificeren afhankelijk van of omgevingsvariabele I<HOME> or I<WCDHOME> gedefinieerd is. Wanneer I<HOME> of I<WCDHOME> gedefinieerd is moet men de schijfletter specificeren. Een voorbeeld:"

#. type: verbatim
#: wcd.pod:649
#, no-wrap
msgid ""
"    wcd -x c:/temp -S c:\n"
"\n"
msgstr ""
"    wcd -x c:/temp -S c:\n"
"\n"

#. type: textblock
#: wcd.pod:651
msgid "Otherwise do not specify drive letter."
msgstr "Specificeer anders geen schijfletter."

#. type: verbatim
#: wcd.pod:653
#, no-wrap
msgid ""
"    wcd -x /temp -s\n"
"\n"
msgstr ""
"    wcd -x /temp -s\n"
"\n"

#. type: =item
#: wcd.pod:656
msgid "B<-xf FILE>"
msgstr "B<-xf BESTAND>"

#. type: textblock
#: wcd.pod:658
msgid "Exclude all paths listed in I<FILE> from scanning."
msgstr "Alle paden uit bestand I<BESTAND> uitsluiten van scannen."

#. type: textblock
#: wcd.pod:660
msgid "When this option is used wcd will exclude all paths listed in I<FILE> and all their subdirectories when wcd is scanning a disk. Wildcards are supported and they are matched against absolute paths; one path per line. Be aware that wcd will not ignore leading or trailing blanks on a line, because they are legal characters in a directory name. Option B<-xf> can be used multiple times. When one wants to exclude all banned paths from scanning one can do the following (example for wcd on unix):"
msgstr "Wanneer deze optie gebruikt is zal wcd alle paden genoemd in I<BESTAND> uitsluiten en al hun sub-mappen wanneer wcd een schijf scant. Jokertekens worden ondersteund en vergeleken met absolute paden, een pad per regel. Wees bewust dat wcd spaties aan het begin of einde op een regel niet zal negeren, omdat het geldige tekens zijn in een mapnaam. Optie B<-xf> can meerdere keren gebruikt worden. Wanneer men alle verbannen paden wil uitsluiten van scannen zou het volgende gedaan kunnen worden (voorbeeld voor wcd op Unix):"

#. type: verbatim
#: wcd.pod:668
#, no-wrap
msgid ""
"    wcd -xf ~/.ban.wcd -s\n"
"\n"
msgstr ""
"    wcd -xf ~/.ban.wcd -s\n"
"\n"

#. type: textblock
#: wcd.pod:670
msgid "Wildcards are supported. For instance to exclude all your Subversion directories with administrative files add a line with C<*/.svn>."
msgstr "Jokertekens worden ondersteund. Om bijvoorbeeld al uw Subversion mappen met administratieve bestanden uit te sluiten, voeg een regel toe met C<*/.svn>."

#. type: textblock
#: wcd.pod:673
msgid "Option B<-xf> must be used in front of any scan option (B<-s>, B<-S>, B<+S>, B<-A>, B<-E>)."
msgstr "Optie B<-xf> moet vooraf gaan aan elke scanoptie (B<-s>, B<-S>, B<+S>, B<-A>, B<-E>)."

#. type: =item
#: wcd.pod:676
msgid "B<-y, --assume-yes>"
msgstr "B<-y>, B<--assume-yes>"

#. type: textblock
#: wcd.pod:678
msgid "Assume Yes on all queries."
msgstr "Op alle vragen Ja als antwoord aannemen."

#. type: textblock
#: wcd.pod:680
msgid "Wcd will not prompt the user with yes/no questions, but assumes the user answers yes on all questions. This can be used in combination with option B<-rmtree>. This option must be used in front of options that can lead to yes/no questions."
msgstr "Wcd zal de gebruiker geen ja/nee-vraag stellen, maar neemt aan dat de gebruiker ja antwoordt op alle vragen. Dit kan gebruikt worden in combinatie met optie B<-rmtree>. Deze optie moet voorafgaand gebruikt worden aan opties die tot ja/nee-vragen kunnen leiden."

#. type: =item
#: wcd.pod:685
msgid "B<-z NUMBER>"
msgstr "B<-z GETAL>"

#. type: textblock
#: wcd.pod:687
msgid "Set maximum stack size to NUMBER."
msgstr "Stel maximum stapelgrootte in op GETAL."

#. type: textblock
#: wcd.pod:689
msgid "The default size of the stack is 10. Stack operation can be turned off by setting the size to 0. This option must be used in front of any other stack operations (B<->,B<+>,B<=>). Otherwise the size of the stack will be set back to the default 10."
msgstr "De standaard grootte van de stapel is 10. Stapelwerking kan uitgezet worden door de grootte op 0 in te stellen. Deze optie moet voorafgaand aan elke stapeloptie (B<->, B<+>, B<=>) gebruikt worden. Anders wordt de stapelgrootte teruggezet naar de standaard 10."

#. type: textblock
#: wcd.pod:694
msgid "A correct command is:"
msgstr "Een correcte opdracht is:"

#. type: verbatim
#: wcd.pod:696
#, no-wrap
msgid ""
"    wcd -z 50 -\n"
"\n"
msgstr ""
"    wcd -z 50 -\n"
"\n"

#. type: textblock
#: wcd.pod:698
msgid "The new stack size will be 50, wcd will go one directory back. A wrong command is:"
msgstr "De nieuwe stapelgrootte zal 50 zijn, wcd gaat een map terug. Een foute opdracht is:"

#. type: verbatim
#: wcd.pod:701
#, no-wrap
msgid ""
"    wcd - -z 50\n"
"\n"
msgstr ""
"    wcd - -z 50\n"
"\n"

#. type: textblock
#: wcd.pod:703
msgid "Wcd goes one directory back, the stack gets the default size 10. The B<-z 50> is ignored."
msgstr "Wcd gaat een map terug, de stapel krijgt de standaard grootte 10. B<-z 50> wordt genegeerd."

#. type: textblock
#: wcd.pod:706
msgid "Add this option as the first option to your wcd alias or function. E.g.  for the a POSIX compatible shell this would be:"
msgstr "Voeg deze optie als eerste toe aan uw wcd-alias of -functie. Bijvoorbeeld, voor een POSIX-compatibele shell zou dit zijn:"

#. type: verbatim
#: wcd.pod:709
#, no-wrap
msgid ""
"    wcd ()\n"
"    {\n"
"\twcd.exe -z 50 \"$@\"\n"
"\t. ${WCDHOME:-${HOME}}/bin/wcd.go\n"
"    }\n"
"\n"
msgstr ""
"    wcd ()\n"
"    {\n"
"\twcd.exe -z 50 \"$@\"\n"
"\t. ${WCDHOME:-${HOME}}/bin/wcd.go\n"
"    }\n"
"\n"

#. type: =item
#: wcd.pod:715
msgid "B<-[NUMBER]>"
msgstr "B<-[GETAL]>"

#. type: textblock
#: wcd.pod:717
msgid "Push dir NUMBER of times. Default is one."
msgstr "Map GETAL keer op stapel zetten. Standaard is een."

#. type: textblock
#: wcd.pod:719
msgid "Go back a directory. Command C<wcd -> goes one directory back. To go more directories back add a number to it. E.g. command C<wcd -3>. The stack is cyclic."
msgstr "Een map teruggaan. Opdracht C<wcd -> gaat een map terug. Voeg een nummer toe om meer mappen terug te gaan. Bijvoorbeeld: C<wcd -3>. De stapel is cyclisch."

#. type: =item
#: wcd.pod:723
msgid "B<+[NUMBER]>"
msgstr "B<+[GETAL]>"

#. type: textblock
#: wcd.pod:725
msgid "Pop dir NUMBER of times. Default is one."
msgstr "Map GETAL keer van stapel halen. Standaard is één."

#. type: textblock
#: wcd.pod:727
msgid "Go forward a directory. Command C<wcd +> goes one directory forward. To go more directories forward add a number to it. E.g. command C<wcd +2>. The stack is cyclic."
msgstr "Ga een map vooruit. Opdracht C<wcd +> gaat een map vooruit. Voeg een nummer toe om meerdere mappen vooruit te gaan. Bijvoorbeeld: C<wcd +2>. De stapel is cyclisch."

#. type: =item
#: wcd.pod:731
msgid "B<=>"
msgstr "B<=>"

#. type: textblock
#: wcd.pod:733
msgid "Show stack."
msgstr "Stapel tonen."

#. type: textblock
#: wcd.pod:735
msgid "Use this option if you do not know anymore how many times to push or pop.  The stack is printed and you can choose a number. The current place in the stack is marked with an asterisk C<*>."
msgstr "Gebruik deze optie als u niet meer weet waar u in de stapel zit. De stapel wordt getoond en u kunt een nummer kiezen. De huidige plaats in de stapel is gemarkeerd met een sterretje C<*>."

#. type: =head1
#: wcd.pod:741
msgid "INSTALLATION"
msgstr "INSTALLATIE"

#. type: textblock
#: wcd.pod:743
msgid "The current working directory of a Unix shell can only be changed by the builtin cd(1) command. Therefore the program is always called by a function or an alias. The function or alias sources a shell script (go-script) which is generated by the wcd program. Wcd can only work after the function or alias is defined."
msgstr "De huidige werkmap in een Unix-shell kan alleen gewijzigd worden door de ingebouwde cd(1)-opdracht. Daarom wordt het programma altijd aangeroepen door een functie of alias. De functie of alias leest een script (go-script) in dat gegenereerd is door het wcd programma. Wcd kan alleen werken nadat de functie of alias gedefinieerd is."

#. type: textblock
#: wcd.pod:749
msgid "Another important influence on your installation is the definition of environment variables I<HOME> and I<WCDHOME>. See section ENVIRONMENT VARIABLES."
msgstr "Een andere belangrijke invloed op uw installatie is de definitie van de omgevingsvariabelen I<HOME> en I<WCDHOME>. Zie de sectie OMGEVINGSVARIABELEN."

#. type: =head2
#: wcd.pod:753
msgid "Install for POSIX type shells"
msgstr "Installatie voor POSIX-shells"

#. type: textblock
#: wcd.pod:755
msgid "If wcd was installed with a package manager the wcd function may be installed in /etc/profile.d and automatically sourced. In this case it is not needed to define a function yourself."
msgstr "Als wcd geïnstalleerd is met een pakketmanager, is de wcd-functie mogelijk geïnstalleerd in /etc/profile.d en wordt deze automatisch geladen. In dit geval is het niet nodig om zelf een functie te definiëren."

#. type: textblock
#: wcd.pod:759
msgid "For a POSIX shell (ksh, bash, zsh, etc.) on Unix, Linux, Cygwin, or native MSYS add the following function to the shell startup file (e.g. Bash uses C<$HOME/.bashrc>):"
msgstr "Voor een POSIX-shell (bash, ksh, zsh, etc) op Unix, Linux, Cygwin, of MSYS, voeg de volgende functie toe aan het shell-opstartbestand (bijvoorbeeld, Bash gebruikt C<$HOME/.bashrc>):"

#. type: verbatim
#: wcd.pod:763
#, no-wrap
msgid ""
"    wcd ()\n"
"    {\n"
"        typeset go=\"${WCDHOME:-${HOME}}/bin/wcd.go\"\n"
"        rm -f \"$go\" 2> /dev/null\n"
"        PATH/wcd.exe \"$@\"\n"
"        [ -f \"$go\" ] && . \"$go\"\n"
"    }\n"
"\n"
msgstr ""
"    wcd ()\n"
"    {\n"
"        typeset go=\"${WCDHOME:-${HOME}}/bin/wcd.go\"\n"
"        rm -f \"$go\" 2> /dev/null\n"
"        PAD/wcd.exe \"$@\"\n"
"        [ -f \"$go\" ] && . \"$go\"\n"
"    }\n"
"\n"

#. type: textblock
#: wcd.pod:771
msgid "Replace I<PATH> with the location where the wcd executable has been installed. Reload the shell initialization files or start new shell."
msgstr "Vervang I<PAD> door de locatie waar het uitvoerbare wcd bestand geïnstalleerd is. Laad de shell initialisatiebestanden opnieuw of start een nieuwe shell."

#. type: textblock
#: wcd.pod:774
msgid "The location of the go-script C<wcd.go> differs per shell."
msgstr "De locatie van het go-script C<wcd.go> is anders per shell."

#. type: textblock
#: wcd.pod:776
msgid "Wcd for DJGPP DOS bash and OS/2 bash require a different function. The go script is not written in a directory C<bin>, and if I<WCDHOME> and I<HOME> are both not defined the go-script is written on c:/."
msgstr "Wcd voor DJGPP DOS bash en OS/2 bash heeft een andere functie nodig. Het go-script wordt niet in map C<bin> geschreven, en wanneer I<WCDHOME> en I<HOME> beide niet gedefinieerd zijn wordt het go-script geschreven in c:/."

#. type: textblock
#: wcd.pod:780
msgid "DOS bash:"
msgstr "DOS bash:"

#. type: verbatim
#: wcd.pod:782
#, no-wrap
msgid ""
"    wcd ()\n"
"    {\n"
"        PATH/wcdbash.exe \"$@\"\n"
"        . ${WCDHOME:-${HOME:-\"c:\"}}/wcd.go\n"
"    }\n"
"\n"
msgstr ""
"    wcd ()\n"
"    {\n"
"        PAD/wcdbash.exe \"$@\"\n"
"        . ${WCDHOME:-${HOME:-\"c:\"}}/wcd.go\n"
"    }\n"
"\n"

#. type: textblock
#: wcd.pod:788
msgid "OS/2 bash:"
msgstr "OS/2 bash"

#. type: verbatim
#: wcd.pod:790
#, no-wrap
msgid ""
"    wcd ()\n"
"    {\n"
"        PATH/wcdos2bash.exe \"$@\"\n"
"        . ${WCDHOME:-${HOME:-\"c:\"}}/wcd.go\n"
"    }\n"
"\n"
msgstr ""
"    wcd ()\n"
"    {\n"
"        PAD/wcddos2bash.exe \"$@\"\n"
"        . ${WCDHOME:-${HOME:-\"c:\"}}/wcd.go\n"
"    }\n"
"\n"

#. type: textblock
#: wcd.pod:796
msgid "The WinZsh version of wcd requires a bit different function. The go-script will never be written in c:/."
msgstr "De WinZsh-versie van wcd heeft een iets andere functie nodig. Het go-script wordt nooit naar c:/ geschreven."

#. type: verbatim
#: wcd.pod:799
#, no-wrap
msgid ""
"    wcd ()\n"
"    {\n"
"        PATH/wcdwin32zsh.exe \"$@\"\n"
"        . ${WCDHOME:-${HOME}}/wcd.go\n"
"    }\n"
"\n"
msgstr ""
"    wcd ()\n"
"    {\n"
"        PAD/wcdwin32zsh.exe \"$@\"\n"
"        . ${WCDHOME:-${HOME}}/wcd.go\n"
"    }\n"
"\n"

#. type: textblock
#: wcd.pod:805
msgid "See section FILES for more information."
msgstr "Zie de sectie BESTANDEN voor meer informatie."

#. type: =head2
#: wcd.pod:807
msgid "Install for C-alike shells (csh, tcsh)"
msgstr "Installatie voor C-achtige shells (csh, tcsh)"

#. type: textblock
#: wcd.pod:809
msgid "Add the following alias to the shell startup file C<$HOME/.cshrc> or C<$HOME/.tcshrc> :"
msgstr "Voeg de volgende alias toe aan het shell opstartbestand C<$HOME/.cshrc> of C<$HOME/.tcshrc>:"

#. type: verbatim
#: wcd.pod:812
#, no-wrap
msgid ""
"    if ( ${?WCDHOME} ) then\n"
"        alias wcd \"PATH/wcd.exe \\!* ; source $WCDHOME/bin/wcd.go\"\n"
"    else\n"
"        alias wcd \"PATH/wcd.exe \\!* ; source $HOME/bin/wcd.go\"\n"
"    endif\n"
"\n"
msgstr ""
"    if ( ${?WCDHOME} ) then\n"
"        alias wcd \"PAD/wcd.exe \\!* ; source $WCDHOME/bin/wcd.go\"\n"
"    else\n"
"        alias wcd \"PAD/wcd.exe \\!* ; source $HOME/bin/wcd.go\"\n"
"    endif\n"
"\n"

#. type: textblock
#: wcd.pod:818
msgid "Replace I<PATH> with the location where the wcd executable has been installed.  Reload the shell initialization files or start a new shell."
msgstr "Vervang I<PAD> door de locatie waar het uitvoerbare wcd bestand geïnstalleerd is. Laad de shell initialisatiebestanden opnieuw of start een nieuwe shell."

#. type: =head2
#: wcd.pod:822
msgid "Windows Command Prompt version"
msgstr "Versie voor Windows-Opdrachtprompt"

#. type: textblock
#: wcd.pod:824
msgid "Unpack the zip file and add directory C<bin> to your environment variable I<PATH>."
msgstr "Pak het zip-bestand uit en voeg map C<bin> toe aan omgevingsvariabele I<PATH>."

#. type: textblock
#: wcd.pod:827
msgid "In Windows Command Prompt a Windows program cannot change the current work directory, but a .bat file can. The batch script C<wcd.bat> runs the wcd program which generates a new batch script C<wcdgo.bat>. Then C<wcd.bat> runs C<wcdgo.bat> which actually changes the directory."
msgstr "In de Windows-Opdrachtprompt kan een Windows-programma niet de huidige werkmap wijzigen, maar een .bat-bestand kan dat wel. Het batch-script C<wcd.bat> draait het wcd-programma dat een nieuw batch-script C<wcdgo.bat> genereert. Daarna start C<wcd.bat> C<wcdgo.bat> die feitelijk de map wijzigt."

#. type: =head2
#: wcd.pod:832
msgid "Windows VISTA and higher"
msgstr "Windows VISTA en hoger"

#. type: textblock
#: wcd.pod:834
msgid "In a Windows VISTA and higher Command Prompt you may have limited access to directories. To get access to more directories you need administrator rights. You can get a Command Prompt with administrator rights if you right click on the Command Prompt icon and select I<Run as administrator>."
msgstr "In de Opdrachtprompt van Windows VISTA en hoger kan men beperkte toegang hebben tot mappen. Om toegang tot meer mappen te verkrijgen heeft men beheerdersrechten nodig. U kunt een Opdrachtprompt met beheerdersrechten verkrijgen door rechts te klikken op het Opdrachtprompt icoon en dan te selecteren I<Als Administrator uitvoeren>."

#. type: =head2
#: wcd.pod:839
msgid "Windows PowerShell version"
msgstr "Windows PowerShell versie"

#. type: textblock
#: wcd.pod:841
msgid "Add the following function to your PowerShell user profile. The location of this profile is stored in the $profile variable. It is required that one of the environment variables I<HOME> or I<WCDHOME> is defined."
msgstr "Voeg de volgende functie toe aan uw PowerShell gebruikersprofiel. De locatie van dit profiel is opgeslagen in de $profile variabele. Het is vereist dat omgevingsvariabele I<HOME> of I<WCDHOME> gedefinieerd is."

#. type: verbatim
#: wcd.pod:845
#, no-wrap
msgid ""
"    function wcd\n"
"    {\n"
"        PATH\\wcdwin32psh.exe $args\n"
"        & $env:HOME\\wcdgo.ps1\n"
"    }\n"
"\n"
msgstr ""
"    function wcd\n"
"    {\n"
"        PAD\\wcdwin32psh.exe $args\n"
"        & $env:HOME\\wcdgo.ps1\n"
"    }\n"
"\n"

#. type: textblock
#: wcd.pod:851
msgid "Replace I<PATH> with the location where the wcd executable has been installed.  Start a new PowerShell. Wcd for PowerShell supports only the file system provider. No other providers."
msgstr "Vervang I<PAD> met de locatie waar het uitvoerbare wcd bestand geïnstalleerd is. Start een nieuwe PowerShell. Wcd voor PowerShell ondersteund alleen de bestandssysteem 'provider'. Geen andere 'providers'."

#. type: =head2
#: wcd.pod:855
msgid "OS/2 Command Prompt version"
msgstr "Versie voor OS/2-opdrachtprompt"

#. type: textblock
#: wcd.pod:857
msgid "In an OS/2 Command Prompt (cmd.exe) an OS/2-program can't change the current work directory. That is why wcd generates a command script C<wcdgo.cmd> which must be executed in the current shell. The script C<wcd.cmd> first executes C<wcdos2.exe>, which creates the C<wcdgo.cmd> script. Then C<wcd.cmd> executes the C<wcdgo.cmd> script."
msgstr "In een OS/2-opdrachtprompt (cmd.exe) kan een OS/2-programma niet de huidige werkmap wijzigen. Dat is waarom wcd een opdracht-script genereert C<wcdgo.cmd> welke uitgevoerd moet worden in de huidige shell. Het script C<wcd.cmd> voert eerst C<wcdos2.exe> uit, die vervolgens het C<wcdgo.cmd> script creëert. Daarna voert C<wcd.cmd> het C<wcdgo.cmd> script uit."

#. type: =head1
#: wcd.pod:864
msgid "LOCALIZATION"
msgstr "LOKALISATIE"

#. type: =item
#: wcd.pod:868
msgid "B<LANG>"
msgstr "B<LANG>"

#. type: textblock
#: wcd.pod:870
msgid "The primary language is selected with the environment variable I<LANG>. The I<LANG> variable consists out of several parts. The first part is in small letters the language code. The second one is optional and is the country code in capital letters, preceded with an underscore. There is also an optional third part: character encoding, preceded with a dot. A few examples for POSIX standard type shells:"
msgstr "The primaire taal wordt geselecteerd via de omgevingsvariabele I<LANG>. De variabele I<LANG> bestaat uit verschillende onderdelen. Het eerste deel is in kleine letters de taalcode. Het tweede deel is optioneel en is de landcode in hoofdletters, voorafgegaan door een liggend streepje. Er is ook een optioneel derde deel: de tekencodering, voorafgegaan door een punt. Enkele voorbeelden voor een POSIX-shell:"

#. type: verbatim
#: wcd.pod:877
#, no-wrap
msgid ""
"    export LANG=nl               Dutch\n"
"    export LANG=nl_NL            Dutch, The Netherlands\n"
"    export LANG=nl_BE            Dutch, Belgium\n"
"    export LANG=es_ES            Spanish, Spain\n"
"    export LANG=es_MX            Spanish, Mexico\n"
"    export LANG=en_US.iso88591   English, USA, Latin-1 encoding\n"
"\n"
msgstr ""
"    export LANG=nl               Nederlands\n"
"    export LANG=nl_NL            Nederlands, Nederland\n"
"    export LANG=nl_BE            Nederlands, België\n"
"    export LANG=es_ES            Spaans, Spanje\n"
"    export LANG=es_MX            Spaans, Mexico\n"
"    export LANG=en_US.iso88591   Engels, VS, Latin-1 codering\n"
"\n"

#. type: textblock
#: wcd.pod:884
msgid "For a complete list of language and country codes see the gettext(1)  manual: L<https://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes> On Unix systems you can use to command locale(1) to get locale specific information."
msgstr "Voor een volledige lijst van taal- en landcodes zie de gettext(1) handleiding: L<https://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes> Op Unix-systemen kunt u de opdracht locale(1) gebruiken om informatie over de taalregio te verkrijgen."

#. type: =item
#: wcd.pod:890
msgid "B<LANGUAGE>"
msgstr "B<LANGUAGE>"

#. type: textblock
#: wcd.pod:892
msgid "With the I<LANGUAGE> environment variable you can specify a priority list of languages, separated by colons. Wcd gives preference to I<LANGUAGE> over I<LANG>. For instance, first Dutch and then German: C<LANGUAGE=nl:de>. You have to first enable localization, by setting I<LANG> or I<LC_ALL> to a value other than I<C>, before you can use a language priority list through the I<LANGUAGE> variable. See also the gettext(1) manual: L<https://www.gnu.org/software/gettext/manual/gettext.html#The-LANGUAGE-variable>"
msgstr "Met de omgevingsvariabele I<LANGUAGE> kunt u een prioriteitenlijst specificeren van talen, gescheiden door dubbele punten.  (Wcd geeft voorrang aan I<LANGUAGE> boven I<LANG>).  Bijvoorbeeld, eerst Nederlands en dan Duits: C<LANGUAGE=nl:de>.  U moet eerst lokalisatie activeren, door het instellen van I<LANG> of I<LC_ALL> op een waarde ongelijk aan C<C>, voordat u een talen-prioriteitenlijst kunt gebruiken via de variabele I<LANGUAGE>.  Zie ook de gettext(1) handleiding: L<https://www.gnu.org/software/gettext/manual/gettext.html#The-LANGUAGE-variable>"

#. type: textblock
#: wcd.pod:900
msgid "If you select a language which is not available you will get the standard English messages."
msgstr "Als u een taal kiest die niet beschikbaar is, worden de standaard Engelse berichten gebruikt."

#. type: =item
#: wcd.pod:903
msgid "B<WCDLOCALEDIR>"
msgstr "B<WCDLOCALEDIR>"

#. type: textblock
#: wcd.pod:905
msgid "With the environment variable I<WCDLOCALEDIR> the I<LOCALEDIR> used during compilation and installation of wcd can be overruled. I<LOCALEDIR> is used by wcd with native language support to find the language files. The GNU default value is C</usr/local/share/locale>. By typing C<wcd -V> wcd will print the I<LOCALEDIR> that is used."
msgstr "Met de omgevingsvariabele I<WCDLOCALEDIR> kan de I<LOCALEDIR> die ingesteld werd tijdens compilatie worden overstemd.  I<LOCALEDIR> wordt gebruikt om de taalbestanden te vinden.  De GNU standaardwaarde is C</usr/local/share/locale>.  Door C<wcd -V> te typen zal wcd de gebruikte I<LOCALEDIR> tonen."

#. type: textblock
#: wcd.pod:911
msgid "If you have installed wcd in a different directory than the default directory you may need to set the environment variable I<WCDLOCALEDIR> to point to the locale directory."
msgstr "Als u wcd geïnstalleerd hebt in een andere map dan de standaardmap kan het nodig zijn om omgevingsvariabele I<WCDLOCALEDIR> te definiëren om te wijzen naar de locale map."

#. type: textblock
#: wcd.pod:916
msgid "An example for Windows cmd:"
msgstr "Een voorbeeld voor Windows cmd:"

#. type: verbatim
#: wcd.pod:918
#, no-wrap
msgid ""
"    set WCDLOCALEDIR=c:/my_prefix/share/locale\n"
"\n"
msgstr ""
"    set WCDLOCALEDIR=c:/my_prefix/share/locale\n"
"\n"

#. type: textblock
#: wcd.pod:921
msgid "An example for a POSIX shell:"
msgstr "Een voorbeeld voor een POSIX-shell:"

#. type: verbatim
#: wcd.pod:923
#, no-wrap
msgid ""
"    export WCDLOCALEDIR=$HOME/share/locale\n"
"\n"
msgstr ""
"    export WCDLOCALEDIR=$HOME/share/locale\n"
"\n"

#. type: =item
#: wcd.pod:925
msgid "B<LC_COLLATE>"
msgstr "B<LC_COLLATE>"

#. type: textblock
#: wcd.pod:927
msgid "When there are multiple directory matches wcd presents a sorted list. The sorting depends on the locale settings. If the environment I<LANG> has been set the matches are sorted like dictionaries or phone books are sorted in that language. For instance dots and dashes are ignored, or letters e with and without accent are equal, or upper and lower case is ignored."
msgstr "Wanneer er meerdere maptreffers zijn presenteert wcd een gesorteerde lijst. Het sorteren hangt af van de lokalisatie instellingen. Wanneer de omgevingsvariabele I<LANG> ingesteld is worden de treffers gesorteerd als in een woordenboek of telefoonboek in die taal. Bijvoorbeeld punten en streepjes worden genegeerd, of letters e met en zonder accent zijn gelijk, of sortering is ongevoelig voor hoofd en kleine letters."

#. type: textblock
#: wcd.pod:933
msgid "The sorting gives preference to environment variable I<LC_COLLATE> over I<LANG>. If you make I<LC_COLLATE> equal to C<C> or C<POSIX>, locale sorting is turned off. For instance if you want Dutch language, but not Dutch sorting, you can do something like this:"
msgstr "De sortering geeft prioriteit aan omgevingsvariabele I<LC_COLLATE> boven I<LANG>. Wanneer u I<LC_COLLATE> gelijk maakt aan C<C> of C<POSIX>, wordt sortering met lokalisatie uitgeschakeld. Bijvoorbeeld als u Nederlandse taal wilt, maar geen Nederlandse sortering, dan kunt u iets doen als:"

#. type: verbatim
#: wcd.pod:938
#, no-wrap
msgid ""
"    export LANG=nl_NL\n"
"    export LC_COLLATE=C\n"
"\n"
msgstr ""
"    export LANG=nl_NL\n"
"    export LC_COLLATE=C\n"
"\n"

#. type: =item
#: wcd.pod:941
msgid "B<LC_CTYPE>"
msgstr "B<LC_CTYPE>"

#. type: textblock
#: wcd.pod:943
msgid "With regard to character encoding Wcd will give preference to variable I<LC_CTYPE> over I<LANG>. For instance to set character encoding to UTF-8 the following environment setting can be done."
msgstr "Met betrekking to tekencodering geeft Wcd prioriteit aan variabele I<LC_CTYPE> boven I<LANG>. Bijvoorbeeld om de tekencodering op UTF-8 te zetten kan de volgende omgevings-instelling gemaakt worden."

#. type: verbatim
#: wcd.pod:947
#, no-wrap
msgid ""
"    export LC_CTYPE=en_US.UTF-8\n"
"\n"
msgstr ""
"    export LC_CTYPE=en_US.UTF-8\n"
"\n"

#. type: =item
#: wcd.pod:949
msgid "B<LC_ALL>"
msgstr "B<LC_ALL>"

#. type: textblock
#: wcd.pod:951
msgid "All locale environment variables that start with I<LC_> are overruled by the environment variable I<LC_ALL> if it is defined. Wcd gives preference to I<LC_ALL> over I<LC_COLLATE> and I<LC_CTYPE>."
msgstr "Alle lokalisatie omgevingsvariabelen die beginnen met I<LC> worden overstemd de omgevingsvariabele I<LC_ALL> wanneer die ingesteld is. Wcd geeft prioriteit aan I<LC_ALL> boven I<LC_COLLATE> en I<LC_CTYPE>."

#. type: =head2
#: wcd.pod:957
msgid "WINDOWS CODE PAGES"
msgstr "WINDOWS CODETABELLEN"

#. type: textblock
#: wcd.pod:959
msgid "There are two groups of code pages: DOS code pages (OEM) and Windows code pages (ANSI). The default encoding for Windows, when configured with Western regional settings, is ANSI CP1252. Windows programs, for instance notepad, use this default system ANSI code page. The Windows console uses by default an OEM code page (CP437 or CP850) for compatibility with DOS programs. If you use a DOS version of wcd in a Windows console it will work, because of the DOS code page.  But the DOS version of wcd lacks support for long directory names and network drives on Windows."
msgstr "Er zijn twee groepen van codetabellen, DOS-codetabellen (OEM) en Windows-codetabellen (ANSI). De standaard codering voor Windows, wanneer geconfigureerd met westerse regionale instellingen, is ANSI CP1252. Windows-programma's, bijvoorbeeld Kladblok, gebruiken deze standaard systeem ANSI-codetabel. De Windows-Opdrachtprompt gebruikt standaard een OEM-codetabel (CP437 of CP850) voor compatibiliteit met DOS-programma's. Als u een DOS-versie van wcd in een Windows-Opdrachtprompt gebruikt zal het werken, vanwege de DOS-codetabel. Maar de DOS-versie van wcd ontbeert ondersteuning voor lange mapnamen en netwerkschijven op Windows."

#. type: textblock
#: wcd.pod:968
msgid "The Windows version of wcd is a native Windows program and will use the Windows system ANSI code page. So on a Western regional Windows it will use code page CP1252 for directory names and messages. In order to get consistent output, independent of the active code page, all Windows versions of Wcd translate ANSI output to Unicode output in the Command Prompt and PowerShell."
msgstr "De Windows-versie van wcd is een echt Windows-programma en zal de Windows systeem ANSI-codetabel gebruiken. Dus op een Westers regionale Windows zal het de codetabel CP1252 gebruiken voor mapnamen en berichten. Om een consistente uitvoer te verkrijgen, onafhankelijk van de ingestelde codetabel, vertalen alle Windows-versies van wcd ANSI-uitvoer naar Unicode-uitvoer in de Opdrachtprompt en PowerShell."

#. type: textblock
#: wcd.pod:974
msgid "The console raster font only supports the original OEM code page installed with Windows, so you have to change the console's font to true type Lucida Console to make Unicode (and ANSI) letters appear correctly."
msgstr "Het Opdrachtprompt-rasterfont ondersteunt alleen de originele OEM-codetabel van Windows, dus u dient het Opdrachtprompt-lettertype te veranderen naar Lucida Console om Unicode (en ANSI) tekens correct te laten verschijnen."

#. type: textblock
#: wcd.pod:978
msgid "Non-Unicode versions of Wcd I<prior to version 5.2.0> use plain ANSI output.  For these older versions the code page of the console has to be made equal to the system code page (changed to 1252) to make wcd for Windows work properly with special characters such as accented characters or the Euro symbol."
msgstr "Niet-Unicode versies van Wcd I<voorafgaande aan versie 5.2.0> gebruiken gewone ANSI-uitvoer. Voor deze oude versie moet de codetabel van de Opdrachtprompt gelijk gemaakt worden aan de systeem-codetabel (naar 1252) om wcd voor Windows goed te laten werken met speciale tekens zoals geaccentueerde tekens of een euroteken."

#. type: textblock
#: wcd.pod:983
msgid "The Windows system code page can be changed via the Control Panel regional options. The Windows console code page is changed with the C<chcp> command."
msgstr "De Windows systeemcodetabel kan veranderd worden via het Configuratiescherm Klok, taal en land/regio opties. De Windows-Opdrachtprompt-codetabel wordt veranderd met de C<chcp> opdracht."

#. type: textblock
#: wcd.pod:986
msgid "When you type C<wcd -V>, the actual character encoding used by wcd is shown. Type the command C<chcp> to display the active code page of the Windows console."
msgstr "Wanneer u C<wcd -V> typt, wordt de actuele tekencodering getoond die door wcd gebruikt wordt.  Typ de opdracht C<chcp> om de actieve codetabel van de Opdrachtprompt te tonen."

#. type: =head2
#: wcd.pod:991
msgid "UNICODE"
msgstr "UNICODE"

#. type: textblock
#: wcd.pod:993
msgid "Wcd has optional support for Unicode. To see if wcd was built with Unicode support type C<wcd -V>. If your terminal/console and font supports it, you should see the Euro symbol and Chinese characters (meaning: \"Chinese\")."
msgstr "Wcd heeft optioneel ondersteuning voor Unicode. Om te zien of wcd gebouwd is met Unicode ondersteuning, typt u: C<wcd -V>. Als uw terminal en lettertype het ondersteunen, zou u een euroteken en Chinese tekens (betekenis: \"Chinees\") moeten zien."

#. type: textblock
#: wcd.pod:998
msgid "Wcd has been I<soft> converted to Unicode. In its core wcd handles all data as a stream of bytes. Only the lines printed to screen are on the fly converted to Unicode wide characters. Wcd fully relies on libc functions and has no UTF-8 specific code. See also L<https://www.cl.cam.ac.uk/~mgk25/unicode.html>"
msgstr "Wcd is I<zacht> omgezet naar Unicode. In de kern behandelt wcd alle data als een stroom van bytes. Alleen de regels die op het scherm getoond worden, worden terstond omgezet naar Unicode brede tekens. Wcd steunt volledig op libc-functies en heeft geen UTF-8-specifieke broncode. Zie ook L<https://www.cl.cam.ac.uk/~mgk25/unicode.html>"

#. type: textblock
#: wcd.pod:1004
msgid "Wcd has optional support for Unicode matching with normalisation. To find out whether Wcd has normalisation support type C<wcd -V>.  Wcd with Unicode normalization support will match Unicode names based on I<compatible> equivalence. Without Unicode normalization support, names are matched when they are binary equivalent.  See also L<https://en.wikipedia.org/wiki/Unicode_normalization>"
msgstr "Wcd heeft optioneel ondersteuning voor Unicode-vergelijkingen met normalisatie. Om er achter te komen of Wcd normalisatie ondersteunt, typt u: C<wcd -V>. Wcd met Unicode-normalisatie ondersteuning vergelijkt Unicode-namen gebaseerd op I<compatibele> gelijkwaardigheid. Zonder Unicode-normalisatie worden namen als gelijk gezien wanneer ze binair gelijk zijn. Zie ook L<https://en.wikipedia.org/wiki/Unicode_normalization>"

#. type: =head3
#: wcd.pod:1011
msgid "UTF-8 on Unix/Linux"
msgstr "UTF-8 op Unix/Linux"

#. type: textblock
#: wcd.pod:1013
msgid "In order to view UTF-8 characters your console/terminal also needs to support UTF-8. The xterm version that comes with XFree86 4.0 or higher includes UTF-8 support. To activate it, start xterm(1) in a UTF-8 locale and use a font with iso10646-1 encoding, for instance with"
msgstr "Om UTF-8 tekens te zien moet uw terminal ook UTF-8 ondersteunen. De xterm-versie die meekomt met XFree86 4.0 of hoger bevat UTF-8 ondersteuning. Om het te activeren, start xterm(1) in een UTF-8 taalregio en gebruik een lettertype met iso10646-1 codering, bijvoorbeeld met"

#. type: verbatim
#: wcd.pod:1018
#, no-wrap
msgid ""
"    LC_CTYPE=en_GB.UTF-8 xterm -u8 -fn '-Misc-Fixed-Medium-R-SemiCondensed--13-120-75-75-C-60-ISO10646-1'\n"
"\n"
msgstr ""
"    LC_CTYPE=en_GB.UTF-8 xterm -u8 -fn '-Misc-Fixed-Medium-R-SemiCondensed--13-120-75-75-C-60-ISO10646-1'\n"
"\n"

#. type: textblock
#: wcd.pod:1020
msgid "Modern distributions of GNU/Linux support UTF-8 by default. Other multi-byte character encodings should also work, but that has not been tested."
msgstr "Moderne uitgaves van GNU/Linux ondersteunen standaard UTF-8. Andere multi-byte tekencoderingen zouden ook moeten werken, maar dat is niet getest."

#. type: textblock
#: wcd.pod:1023
msgid "Wcd assumes that the treedata files are encoded in the locale character encoding. There are no Byte Order Marks written to treedata files."
msgstr "Wcd veronderstelt dat de boomdata-bestanden gecodeerd zijn in de lokale tekencodering. Er worden geen Byte Order Marks geschreven in de boomdata-bestanden."

#. type: =head3
#: wcd.pod:1027
msgid "UTF-16 on Windows"
msgstr "UTF-16 op Windows"

#. type: textblock
#: wcd.pod:1029
msgid "On Windows Unicode is supported in all versions of PowerShell, and in Windows Command Prompt on Windows 7 (or higher). Unicode also works in Take Command or TCC/LE made by JP Software, which can be used on older Windows versions (XP/Vista)."
msgstr "Op Windows wordt Unicode in alle versies van PowerShell ondersteund, en in Windows-Opdrachtprompt op Windows 7 (of hoger). Unicode werkt ook in Take Command of TCC/LE gemaakt door JP Software, dat gebruikt kan worden op oudere Windows versies (XP/Vista)."

#. type: textblock
#: wcd.pod:1034
msgid "On Windows all the directory names on disk are encoded in UTF-16 Unicode.  For non-Unicode Windows programs the Unicode characters are translated to the default ANSI code page. For characters that are not part of the regional setting this translation is not possible and non-Unicode programs print a question mark or a wrong character instead."
msgstr "In Windows zijn alle mapnamen op schijf gecodeerd in UTF-16 Unicode. Voor niet-Unicode Windows programma's worden de tekens vertaald naar de standaard ANSI-codetabel. Voor tekens die geen onderdeel zijn van de regionale instelling is de vertaling niet mogelijk en niet-Unicode programma's tonen in plaats daarvan een vraagteken of een verkeerd teken."

#. type: textblock
#: wcd.pod:1040
msgid "Wcd with Unicode support will read the UTF-16 encoded directory names and converts them internally to UTF-8. All treedata files are encoded in UTF-8 and not compatible with the non-Unicode version of Wcd. Wcd will create a go-script encoded in UTF-8."
msgstr "Wcd met Unicode ondersteuning leest de UTF-16-gecodeerde mappennamen en zet ze intern om naar UTF-8. Alle boomdata-bestanden zijn gecodeerd in UTF-8 en niet compatibel met de niet-Unicode versie van Wcd. Wcd zal een go-script aanmaken gecodeerd in UTF-8."

#. type: textblock
#: wcd.pod:1045
msgid "All versions of Windows PowerShell are able to run scripts encoded in UTF-8, provided there is an UTF-8 BOM in the script."
msgstr "Alle versies van Windows PowerShell zijn in staat om in UTF-8 gecodeerde scripts te draaien, indien het script is voorzien van een UTF-8 BOM."

#. type: textblock
#: wcd.pod:1048
msgid "Since Windows 7 it is possible in Windows Command Prompt to change directory with a batch script to a directory with Unicode letters in the name. The directory name needs to be encoded in UTF-8, and the batch script must I<not> have a BOM. The active code page of the Command Prompt needs to be set to 65001 (UTF-8) prior to the cd command. Wcd for Command Prompt will create such a go script C<wcdgo.bat>. It first changes the code page to 65001, then changes directory, and finally sets the code page back to the original code page."
msgstr "Sinds Windows 7 is het mogelijk om in Windows-Opdrachtprompt van map te wijzigen met een batch script naar een map met Unicode-tekens in de naam. De mapnaam moet gecodeerd zijn in UTF-8, en het batch script moet I<geen> BOM bevatten. De actieve codetabel van de Opdrachtprompt moet ingesteld zijn op 65001 (UTF-8) vooraf aan de cd-opdracht. Wcd voor Opdrachtprompt creëert zo'n go-script C<wcdgo.bat>. Eerst verandert het de codetabel naar 65001, wijzigt dan de map, en tenslotte wordt de codetabel terug gezet naar de originele waarde."

#. type: textblock
#: wcd.pod:1056
msgid "You need to set the font to True Type Lucida Console (not raster font) when letters don't appear correctly."
msgstr "U dient het lettertype in te stellen op True Type Lucida Console (geen rasterlettertype) wanneer de letters niet correct verschijnen."

#. type: textblock
#: wcd.pod:1059
msgid "The non-Unicode Windows version of Wcd can read Unicode treedata files since version 5.2.0, provided there is a Byte Order Mark (BOM) in the file (see L<https://en.wikipedia.org/wiki/Byte_order_mark>), but it can't change to directories with Unicode letters in the name that are not part of the default system ANSI code page. The Unicode Windows version of wcd writes a BOM in the UTF-8 encoded treedata files since version 5.2.0, which makes them also readable by notepad."
msgstr "De niet-Unicode Windows-versie van Wcd kan Unicode boomdata-bestanden lezen sinds versie 5.2.0, indien er een Byte Order Mark (BOM) in het bestand zit (zie L<https://en.wikipedia.org/wiki/Byte_order_mark>), maar kan niet wijzigen naar mappen met Unicode-tekens in de naam die geen onderdeel zijn van de standaard systeem ANSI-codetabel. De Unicode Windows-versie van wcd schrijft een BOM in het UTF-8-gecodeerde boomdata-bestand sinds versie 5.2.0, wat ze ook leesbaar maakt voor kladblok."

#. type: =head3
#: wcd.pod:1068
msgid "UTF-8 on Cygwin"
msgstr "UTF-8 in Cygwin"

#. type: textblock
#: wcd.pod:1070
msgid "Cygwin supports Unicode since version 1.7. The Cygwin layer takes care that the Windows UTF-16 Unicode names are converted to UTF-8. So programs, like wcd, do not need to be aware of this and can operate using UTF-8 encoding as on Unix/Linux. Set character encoding to UTF-8 with the I<LANG> or I<LC_CTYPE> environment variable. You may need to rescan your drives. You need to set the font to True Type Lucida Console (not raster font) if you use the default Cygwin console."
msgstr "Cygwin ondersteunt Unicode sinds versie 1.7. De Cygwin-laag zorgt er voor dat de Windows UTF-16-Unicode-namen vertaald worden naar UTF-8. Dus programma's, zoals wcd, hoeven hier niet bewust van te zijn en kunnen werken gebruikmakend van UTF-8 codering als op Unix/Linux. Stel de tekencodering in op UTF-8 met de I<LANG> of I<LC_CTYPE> omgevingsvariabele. Het kan nodig zijn dat u de schijven opnieuw moet scannen. U dient het lettertype in te stellen op True Type Lucida Console (geen rasterlettertype) wanneer u de standaard Cygwin-console gebruikt."

#. type: textblock
#: wcd.pod:1078
msgid "The Cygwin version behaves exactly as the Unix version of wcd.  There is no BOM written in the treedata files, and it is assumed they are encoded in the B<Cygwin> locale character encoding."
msgstr "De Cygwin-versie gedraagt zich exact gelijk aan de Unix-versie van wcd. Er wordt geen BOM geschreven in de boomdata-bestanden, en er wordt aangenomen dat ze gecodeerd zijn in de B<Cygwin>-taalregiotekencodering."

#. type: =head1
#: wcd.pod:1082
msgid "FILES"
msgstr "BESTANDEN"

#. type: textblock
#: wcd.pod:1084
msgid "If the environment variable I<WCDHOME> is set wcd will use I<WCDHOME> instead of I<HOME>. All C<*.wcd> files are text files. They can be edited with a text editor.  The Windows Command Prompt version of wcd behaves as the DOS version. The Cygwin version of wcd behaves as the Unix version."
msgstr "Wanneer omgevingsvariabele I<WCDHOME> ingesteld is zal wcd I<WCDHOME> gebruiken in plaats van I<HOME>. Alle C<*.wcd> bestanden zijn tekstbestanden. Ze kunnen bewerkt worden met een tekstbewerker. De Windows-Opdrachtprompt-versie gedraagt zich als de DOS-versie. De Cygwin-versie van wcd gedraagt zich als de Unix-versie."

#. type: =item
#: wcd.pod:1093
msgid "B<wcd.exe>"
msgstr "B<wcd.exe>"

#. type: textblock
#: wcd.pod:1095
msgid "The program. In Unix shells the program is always called by a function or alias, because the current working directory of a Unix shell can only be changed by the builtin cd command. See also section INSTALLATION."
msgstr "Het programma. In Unix-shells wordt het programma altijd aangeroepen door een functie of alias, omdat de huidige werkmap alleen gewijzigd kan worden door de ingebouwde cd-opdracht. Zie ook de sectie INSTALLATIE."

#. type: =item
#: wcd.pod:1100
msgid "B<default treedata file>"
msgstr "B<standaard boomdata-bestand>"

#. type: textblock
#: wcd.pod:1102
msgid "This is the default treedata file where wcd searches for matches. If it is not readable wcd will create a new one."
msgstr "Dit is het standaard boomdata-bestand waarin wcd zoekt naar treffers. Wanneer het niet leesbaar is zal wcd een nieuwe aanmaken."

#. type: verbatim
#: wcd.pod:1105
#, no-wrap
msgid ""
"    DOS: \\treedata.wcd or %HOME%\\treedata.wcd\n"
"    Unix: $HOME/.treedata.wcd\n"
"\n"
msgstr ""
"    DOS: \\treedata.wcd of %HOME%\\treedata.wcd\n"
"    Unix: $HOME/.treedata.wcd\n"
"\n"

#. type: =item
#: wcd.pod:1108
msgid "B<extra treedata file>"
msgstr "B<extra boomdata-bestand>"

#. type: textblock
#: wcd.pod:1110
msgid "An optional extra treedata file. If it exists and is readable wcd will try to find matches in this file also."
msgstr "Een optioneel extra boomdata-bestand. Wanneer het bestaat en leesbaar is zal wcd ook in dit bestand proberen treffers te vinden."

#. type: verbatim
#: wcd.pod:1113
#, no-wrap
msgid ""
"    DOS: \\extra.wcd or %HOME%\\extra.wcd\n"
"    Unix: $HOME/.extra.wcd\n"
"\n"
msgstr ""
"    DOS: \\extra.wcd of HOME%\\extra.wcd\n"
"    Unix: $HOME/.extra.wcd\n"
"\n"

#. type: =item
#: wcd.pod:1116
msgid "B<ban file>"
msgstr "B< ban-bestand>"

#. type: textblock
#: wcd.pod:1118
msgid "In this optional file wcd places banned paths. See option B<-b>. Wildcards are supported."
msgstr "In dit optionele bestand plaatst wcd de verbannen paden. Zie optie B<-b>. Jokertekens worden ondersteund."

#. type: verbatim
#: wcd.pod:1121
#, no-wrap
msgid ""
"    DOS: \\ban.wcd or %HOME%\\ban.wcd\n"
"    Unix: $HOME/.ban.wcd\n"
"\n"
msgstr ""
"    DOS: \\ban.wcd of %HOME%\\ban.wcd\n"
"    Unix: $HOME/.ban.wcd\n"
"\n"

#. type: =item
#: wcd.pod:1124
msgid "B<alias file>"
msgstr "B<alias-bestand>"

#. type: textblock
#: wcd.pod:1126
msgid "Optional file with wcd aliases. See option B<-l>."
msgstr "Optioneel bestand met wcd aliassen. Zie optie B<-I>."

#. type: verbatim
#: wcd.pod:1128
#, no-wrap
msgid ""
"    DOS: \\alias.wcd or %HOME%\\alias.wcd\n"
"    Unix: $HOME/.alias.wcd\n"
"\n"
msgstr ""
"    DOS: \\alias.wcd of %HOME%\\alias.wcd\n"
"    Unix: $HOME/.alias.wcd\n"
"\n"

#. type: =item
#: wcd.pod:1131
msgid "B<stack file>"
msgstr "B<stapel-bestand>"

#. type: textblock
#: wcd.pod:1133
msgid "In this file wcd stores its stack. The drive letter can be changed with the B<-d> option."
msgstr "In dit bestand slaat wcd zijn stapel op. De schijfletter kan veranderd worden met de B<-d>-optie."

#. type: verbatim
#: wcd.pod:1136
#, no-wrap
msgid ""
"    DOS: c:\\stack.wcd or %HOME%\\stack.wcd\n"
"    Unix: $HOME/.stack.wcd\n"
"\n"
msgstr ""
"    DOS: c:\\stack.wcd of %HOME%\\stack.wcd\n"
"    Unix: $HOME/.stack.wcd\n"
"\n"

#. type: textblock
#: wcd.pod:1139
msgid "The name of the stack file can be changed with environment variable I<WCDSTACKFILE>.  See section ENVIRONMENT VARIABLES."
msgstr "De naam van het stapelbestand kan veranderd worden met omgevingsvariabele I<WCDSTACKFILE>. Zie de sectie OMGEVINGSVARIABELEN."

#. type: =item
#: wcd.pod:1142
msgid "B<go-script>"
msgstr "B<go-script>"

#. type: textblock
#: wcd.pod:1144
msgid "This is the shell script which wcd.exe creates each time. It is sourced via a function or an alias. The drive letter can be changed with the B<-d> option.  For history reasons it is placed by default in C<$HOME/bin> on Unix systems. The directory of this file can be changed with the option B<-G>."
msgstr "Dit is het shell-script dat wcd elke keer creëert. Het wordt ingelezen via een functie of een alias. De schijfletter kan gewijzigd worden met de B<-d>-optie. Wegens voorgeschiedenis redenen wordt het standaard geplaatst in C<$HOME/bin> op Unix systemen. De map van dit bestand kan gewijzigd worden met de optie B<-G>."

#. type: verbatim
#: wcd.pod:1149
#, no-wrap
msgid ""
"    DOS bash: c:/wcd.go or $HOME/wcd.go\n"
"    Windows Command Prompt: c:\\wcdgo.bat or %HOME%\\wcdgo.bat\n"
"    Windows PowerShell: $env:HOME\\wcdgo.ps1\n"
"    WinZsh: $HOME/wcd.go\n"
"    Cygwin/MSYS: $HOME/bin/wcd.go\n"
"    OS/2 Command Prompt: c:\\wcdgo.cmd or %HOME%\\wcdgo.cmd\n"
"    OS/2 bash: c:/wcd.go or $HOME/wcd.go\n"
"    Unix: $HOME/bin/wcd.go\n"
"\n"
msgstr ""
"    DOS bash: c:/wcd.go  of  $HOME/wcd.go\n"
"    Windows-Opdrachtprompt: c:\\wcdgo.bat  of  %HOME%\\wcdgo.bat\n"
"    Windows PowerShell: $env:HOME\\wcdgo.ps1\n"
"    WinZsh: $HOME/wcd.go\n"
"    Cygwin/MSYS: $HOME/bin/wcd.go\n"
"    OS/2-opdrachtprompt: c:\\wcdgo.cmd  of  %HOME%\\wcdgo.cmd\n"
"    OS/2 bash: c:/wcd.go  of  $HOME/wcd.go\n"
"    Unix: $HOME/bin/wcd.go\n"
"\n"

#. type: =item
#: wcd.pod:1158
msgid "B<relative treedata file>"
msgstr "B<relatieve boomdata-bestand>"

#. type: textblock
#: wcd.pod:1160
msgid "Text file with relative paths from I<DIR>. See options B<+S>, B<-n> and B<+n>."
msgstr "Tekstbestand met relatieve paden vanaf I<MAP>. Zie opties B<+S>, B<-n> en B<+n>."

#. type: verbatim
#: wcd.pod:1163
#, no-wrap
msgid ""
"    DOS: PATH\\rtdata.wcd\n"
"    Unix: PATH/.rtdata.wcd\n"
"\n"
msgstr ""
"    DOS: PAD\\rtdata.wcd\n"
"    Unix: PAD/.rtdata.wcd\n"
"\n"

#. type: =head1
#: wcd.pod:1168
msgid "ENVIRONMENT VARIABLES"
msgstr "OMGEVINGSVARIABELEN"

#. type: =item
#: wcd.pod:1172
msgid "B<HOME>"
msgstr "B<HOME>"

#. type: textblock
#: wcd.pod:1174
msgid "Wcd uses by default environment variable I<HOME> to determine where to store its files. See also section FILES. This can be overruled with environment variable I<WCDHOME>."
msgstr "Wcd gebruikt standaard de omgevingsvariabele I<HOME> om te bepalen waar z'n bestanden op te slaan. Zie ook de sectie BESTANDEN. Dit kan overstemd worden met omgevingsvariabele I<WCDHOME>."

#. type: textblock
#: wcd.pod:1178
msgid "I<HOME> also defines where to start scanning the disk when option B<-s> is used. This can be overruled with the environment variable I<WCDSCAN>."
msgstr "I<HOME> bepaalt ook waar te beginnen met het scannen van de schijf wanneer optie B<-s> gebruikt wordt. Dit kan overstemd worden met omgevingsvariabele I<WCDSCAN>."

#. type: textblock
#: wcd.pod:1182
msgid "For the Unix, Cygwin, Windows PowerShell, WinZsh and MSYS version it is required that I<HOME> or I<WCDHOME> is set. For the other versions of wcd the use of these variables is optional."
msgstr "Voor de Unix, Cygwin, Windows PowerShell, WinZsh en MSYS versie is het vereist dat I<HOME> of I<WCDHOME> ingesteld is. Voor de andere versies van wcd is het gebruik van deze variabelen optioneel."

#. type: textblock
#: wcd.pod:1186
msgid "If I<HOME> is set on DOS/Windows, wcd will place all its files (treedata.wcd, extra.wcd, alias.wcd, ban.wcd, wcd.go) in directory I<HOME>. The behaviour of wcd is then equal to the Unix version of wcd. Wcd will scan the disk default from I<HOME>. Drives will not be automatically scanned by changing to them. You need to tell wcd explicitly. E.g.:"
msgstr "Wanneer I<HOME> ingesteld is op DOS/Windows, zal wcd al zijn bestanden (treedata.wcd, extra.wcd, alias.wcd, ban.wcd, wcd.go) in map I<HOME> plaatsen. Het gedrag van wcd is dan gelijk aan de Unix versie van wcd. Wcd zal de schijf standaard scannen vanaf I<HOME>. Schijven worden niet automatisch gescant door er naar te wijzigen. Dat moet wcd expliciet opgedragen worden. Bijvoorbeeld:"

#. type: verbatim
#: wcd.pod:1193
#, no-wrap
msgid ""
"    wcd -S c: -A d: -A e:\n"
"\n"
msgstr ""
"    wcd -S c: -A d: -A e:\n"
"\n"

#. type: textblock
#: wcd.pod:1195
msgid "Matching of directories is now global over all scanned drives."
msgstr "Vergelijken van mappen is nu globaal over alle gescande schijven."

#. type: =item
#: wcd.pod:1198
msgid "B<WCDHOME>"
msgstr "B<WCDHOME>"

#. type: textblock
#: wcd.pod:1200
msgid "Environment variable I<WCDHOME> can be used to change the location of wcd's files. If both I<HOME> and I<WCDHOME> are set, I<WCDHOME> will be used instead of I<HOME>."
msgstr "Omgevingsvariabele I<WCDHOME> kan gebruikt worden om de locatie van wcds bestanden te wijzigen. Wanneer zowel I<HOME> als I<WCDHOME> ingesteld zijn, zal I<WCDHOME> gebruikt worden in plaats van I<HOME>."

#. type: textblock
#: wcd.pod:1204
msgid "In wcd versions prior to 5.1.5 I<WCDHOME> also changed the default scan directory.  This has changed. Since version 5.1.5 I<WCDHOME> does not change the default scan directory. See option B<-s>. From version 5.1.5, use environment I<WCDSCAN> to overrule the default scan directory."
msgstr "In wcd versies voorafgaand aan 5.1.5 veranderde I<WCDHOME> ook de standaard scan-map. Dit is veranderd. Sinds versie 5.1.5 verandert I<WCDHOME> niet de standaard scan-map. Zie optie B<-s>. Gebruik vanaf versie 5.1.5 omgevingsvariabele I<WCDSCAN> om de standaard scan-map te overstemmen."

#. type: textblock
#: wcd.pod:1209
msgid "Example for DOS, Windows, OS/2 Command Prompt:"
msgstr "Voorbeeld voor DOS, Windows, OS/2 Opdrachtprompt:"

#. type: verbatim
#: wcd.pod:1211
#, no-wrap
msgid ""
"    set WCDHOME=C:\\Users\\erwin\\wcd\n"
"\n"
msgstr ""
"    set WCDHOME=C:\\Users\\erwin\\wcd\n"
"\n"

#. type: textblock
#: wcd.pod:1213 wcd.pod:1234 wcd.pod:1254 wcd.pod:1279
msgid "An example for POSIX type shells:"
msgstr "Een voorbeeld voor POSIX-type shells:"

#. type: verbatim
#: wcd.pod:1215
#, no-wrap
msgid ""
"    export WCDHOME=\"$HOME/.wcd\"\n"
"\n"
msgstr ""
"    export WCDHOME=\"$HOME/.wcd\"\n"
"\n"

#. type: textblock
#: wcd.pod:1217 wcd.pod:1238 wcd.pod:1258 wcd.pod:1283
msgid "An example for Csh type shells:"
msgstr "Een voorbeeld voor Csh-type shells:"

#. type: verbatim
#: wcd.pod:1219
#, no-wrap
msgid ""
"    setenv WCDHOME \"$HOME/.wcd\"\n"
"\n"
msgstr ""
"    setenv WCDHOME \"$HOME/.wcd\"\n"
"\n"

#. type: =item
#: wcd.pod:1221
msgid "B<WCDSCAN>"
msgstr "B<WCDSCAN>"

#. type: textblock
#: wcd.pod:1223
msgid "Use environment variable I<WCDSCAN> to overrule the default scan directory I<HOME>. Define a colon separated list (Unix) to define more than one directory.  On DOS/Windows make the list semi-colon separated."
msgstr "Gebruik omgevingsvariabele I<WCDSCAN> om de standaard scan-map I<HOME> te overstemmen. Gebruik een door dubbele punten gescheiden lijst (Unix) om meer dan een map te definiëren. Gebruik op DOS/Windows een lijst gescheiden door puntkomma's."

#. type: textblock
#: wcd.pod:1228
msgid "Examples for DOS, Windows, OS/2 Command Prompt:"
msgstr "Voorbeelden voor DOS, Windows, OS/2 Opdrachtprompt:"

#. type: verbatim
#: wcd.pod:1230
#, no-wrap
msgid ""
"    set WCDSCAN=C:\\Users\\erwin;D:\\data\n"
"\n"
msgstr ""
"    set WCDSCAN=C:\\Users\\erwin;D:\\data\n"
"\n"

#. type: verbatim
#: wcd.pod:1232
#, no-wrap
msgid ""
"    set WCDSCAN=%HOMEDRIVE%%HOMEPATH%;\\\\projectdrive\\projectX\n"
"\n"
msgstr ""
"    set WCDSCAN=%HOMEDRIVE%%HOMEPATH%;\\\\projectdrive\\projectX\n"
"\n"

#. type: verbatim
#: wcd.pod:1236
#, no-wrap
msgid ""
"    export WCDSCAN=\"$HOME:/projectdisk/projectX\"\n"
"\n"
msgstr ""
"    export WCDSCAN=\"$HOME:/projectdisk/projectX\"\n"
"\n"

#. type: verbatim
#: wcd.pod:1240
#, no-wrap
msgid ""
"    setenv WCDSCAN \"$HOME:/projectdisk/projectX\"\n"
"\n"
msgstr ""
"    setenv WCDSCAN \"$HOME:/projectdisk/projectX\"\n"
"\n"

#. type: =item
#: wcd.pod:1242
msgid "B<WCDFILTER>"
msgstr "B<WCDFILTER>"

#. type: textblock
#: wcd.pod:1244
msgid "Specify filters with environment variable I<WCDFILTER>. All directories that do not match the filter(s) are ignored. A list can be specified by separating filters by the shell path separator. Similar as specifying the I<PATH> variable.  The case sensitivity is mandated by the Operating system."
msgstr "Specificeer filters met omgevingsvariabele I<WCDFILTER>. Alle mappen die niet treffen met het filter worden genegeerd. Een lijst kan gespecificeerd worden met het shell pad scheidingsteken. Gelijk aan het specificeren van de I<PATH> variabele. Hoofdlettergevoeligheid wordt bepaald door het besturingssysteem."

#. type: textblock
#: wcd.pod:1250 wcd.pod:1275
msgid "An example for DOS, Windows, OS/2 Command Prompt:"
msgstr "Een voorbeeld voor DOS-, Windows-, OS/2-opdrachtprompt:"

#. type: verbatim
#: wcd.pod:1252
#, no-wrap
msgid ""
"    set WCDFILTER=projects;doc\n"
"\n"
msgstr ""
"    set WCDFILTER=projects;doc\n"
"\n"

#. type: verbatim
#: wcd.pod:1256
#, no-wrap
msgid ""
"    export WCDFILTER=\"projects:doc\"\n"
"\n"
msgstr ""
"    export WCDFILTER=\"projects:doc\"\n"
"\n"

#. type: verbatim
#: wcd.pod:1260
#, no-wrap
msgid ""
"    setenv WCDFILTER \"projects:doc\"\n"
"\n"
msgstr ""
"    setenv WCDFILTER \"projects:doc\"\n"
"\n"

#. type: =item
#: wcd.pod:1262
msgid "B<WCDBAN>"
msgstr "B<WCDBAN>"

#. type: textblock
#: wcd.pod:1264
msgid "The paths specified with environment I<WCDBAN> will be banned by wcd.  See also option B<-b>. Specify a list of paths separated by shell I<PATH> separator."
msgstr "De paden gespecificeerd met omgevingsvariabele I<WCDBAN> worden verbannen door wcd. Zie ook optie B<-b>. Specificeer een lijst van paden met het shell I<PATH> scheidingsteken."

#. type: =item
#: wcd.pod:1268
msgid "B<WCDEXCLUDE>"
msgstr "B<WCDEXCLUDE>"

#. type: textblock
#: wcd.pod:1270
msgid "The paths specified with environment I<WCDEXCLUDE> will be excluded by wcd. See also options B<-x> and B<-xf>. Specify a list of paths separated by shell I<PATH> separator."
msgstr "De paden gespecificeerd met omgevingsvariabele I<WCDEXCLUDE> worden uitgesloten door wcd. Zie ook opties B<-x> en B<-xf>. Specificeer een lijst van paden met het shell I<PATH> scheidingsteken."

#. type: verbatim
#: wcd.pod:1277
#, no-wrap
msgid ""
"    set WCDEXCLUDE=*/windows;*/temp;*CVS\n"
"\n"
msgstr ""
"    set WCDEXCLUDE=*/windows;*/temp;*CVS\n"
"\n"

#. type: verbatim
#: wcd.pod:1281
#, no-wrap
msgid ""
"    export WCDEXCLUDE=\"/dev:/tmp:*CVS\"\n"
"\n"
msgstr ""
"    export WCDEXCLUDE=\"/dev:/tmp:*CVS\"\n"
"\n"

#. type: verbatim
#: wcd.pod:1285
#, no-wrap
msgid ""
"    setenv WCDEXCLUDE \"/dev:/tmp:*CVS\"\n"
"\n"
msgstr ""
"    setenv WCDEXCLUDE \"/dev:/tmp:*CVS\"\n"
"\n"

#. type: =item
#: wcd.pod:1287
msgid "B<WCDUSERSHOME>"
msgstr "B<WCDUSERSHOME>"

#. type: textblock
#: wcd.pod:1289
msgid "Set the base of user's home directories.  On DOS/Windows the default value is C<\\\\users>.  On Unix/Cygwin the default value is C</home>.  This variable is used to scan treedata files of other users. See also options B<-u> and B<+u>. In verbose mode wcd will print all filters, bans and excludes. See option B<-v>."
msgstr "Stel de basis in de de thuismappen van de gebruikers. Op DOS/Windows is de standaard waarde C<\\\\users>. Op Unix/Cygwin is de standaard waarde C</home>. Deze variabele wordt gebruikt om boomdata-bestanden van andere gebruikers te scannen. Zie ook opties B<-u> en B<+u>.  In gedetailleerde uitvoer-modus zal wcd alle filters, verbanningen en uitsluitingen tonen. Zie ook optie B<-v>."

#. type: =item
#: wcd.pod:1296
msgid "B<WCDSTACKFILE>"
msgstr "B<WCDSTACKFILE>"

#. type: textblock
#: wcd.pod:1298
msgid "Wcd gives preference to I<WCDSTACKFILE> over the default stack file name (see section FILES). With this variable each shell (or used terminal emulator) can have its private stack of used directories."
msgstr "Wcd geeft prioriteit aan I<WCDSTACKFILE> boven de standaard stapelbestandsnaam (zie de sectie BESTANDEN). Met deze variabele kan elke shell (of terminal) zijn eigen privéstapel voor mappen hebben."

#. type: textblock
#: wcd.pod:1302
msgid "To use a unique time based YYYYMMDD-HHMMSS file for each opened interactive shell."
msgstr "Om een uniek tijdgebaseerde YYYYMMDD-HHMMSS bestand voor elke geopende interactieve shell te gebruiken."

#. type: verbatim
#: wcd.pod:1305
#, no-wrap
msgid ""
"    export WCDSTACKFILE=$HOME/.wcd/stack.$(date +%Y%m%d-%H%M%S)\n"
"\n"
msgstr ""
"    export WCDSTACKFILE=$HOME/.wcd/stack.$(date +%Y%m%d-%H%M%S)\n"
"\n"

#. type: textblock
#: wcd.pod:1307
msgid "For a stack per xterm(1), use the xterm I<WINDOWID> environment variable:"
msgstr "Voor een stapel per xterm(1), gebruik de xterm omgevingsvariabele I<WINDOWID>:"

#. type: verbatim
#: wcd.pod:1309
#, no-wrap
msgid ""
"    export WCDSTACKFILE=$HOME/.wcd/stack.$WINDOWID\n"
"\n"
msgstr ""
"    export WCDSTACKFILE=$HOME/.wcd/stack.$WINDOWID\n"
"\n"

#. type: textblock
#: wcd.pod:1311
msgid "For GNU screen(1), to use stack per screen:"
msgstr "Voor GNU screen(1), gebruik een stapel per scherm:"

#. type: verbatim
#: wcd.pod:1313
#, no-wrap
msgid ""
"    export WCDSTACKFILE=$HOME/.wcd/stack.$WINDOW\n"
"\n"
msgstr ""
"    export WCDSTACKFILE=$HOME/.wcd/stack.$WINDOW\n"
"\n"

#. type: =item
#: wcd.pod:1315
msgid "B<TERMINFO>"
msgstr "B<TERMINFO>"

#. type: textblock
#: wcd.pod:1317
msgid "If the environment variable I<TERMINFO> is defined, wcd with ncurses interface checks for a local terminal definition before checking in the standard place. This is useful if terminal definitions are not on a standard place. Often used standard places are C</usr/lib/terminfo> and C</usr/share/terminfo>."
msgstr "Wanneer omgevingsvariabele I<TERMINFO> ingesteld is, controleert wcd met ncurses interface of er lokale terminal definities zijn voor op de standaard plek te kijken. Dit is nuttig wanneer terminal definities niet op een standaard plaats staan. Veel gebruikte standaard plaatsen zijn C</usr/lib/terminfo> en C</usr/share/terminfo>."

#. type: =item
#: wcd.pod:1323
msgid "B<PDC_RESTORE_SCREEN>"
msgstr "B<PDC_RESTORE_SCREEN>"

#. type: textblock
#: wcd.pod:1325
msgid "Wcd with PDCurses interface recognizes the environment variable I<PDC_RESTORE_SCREEN>. If this environment variable is set, PDCurses will take a copy of the contents of the screen at the time that wcd is started; when wcd exits, the screen will be restored.  An example for Windows Command Prompt:"
msgstr "Wcd met de PDCurses-interface herkent de omgevingsvariabele I<PDC_RESTORE_SCREEN>. Wanneer deze omgevingsvariabele ingesteld is, zal PDCurses een kopie maken van de inhoud van het scherm op het moment dat wcd gestart wordt.  Wanneer wcd afsluit zal het scherm hersteld worden. Een voorbeeld voor Windows-Opdrachtprompt:"

#. type: verbatim
#: wcd.pod:1331
#, no-wrap
msgid ""
"    set PDC_RESTORE_SCREEN=1\n"
"\n"
msgstr ""
"    set PDC_RESTORE_SCREEN=1\n"
"\n"

#. type: textblock
#: wcd.pod:1333
msgid "Windows allows only a small buffer to be saved. So it is not always possible to restore everything. Some garbage data may be printed in the console after wcd exits if you have set a large buffer width."
msgstr "Onder Windows kan slechts een kleine buffer opgeslagen worden. Daardoor is het niet altijd mogelijk om alles te herstellen. Er kan wat rommel in de console getoond worden als wcd afsluit wanneer u een grote bufferbreedte hebt ingesteld."

#. type: =item
#: wcd.pod:1338
msgid "B<SHELL>"
msgstr "B<SHELL>"

#. type: textblock
#: wcd.pod:1340
msgid "Printing of C<#!$SHELL> on the first line of the go-script for POSIX type shell or C shell is needed for 8 bit characters. Some shells otherwise think that the go-script is a binary file and will not source it. In Cygwin Bash the variable I<SHELL> must be set in environment using the C<export> command, otherwise wcd can't read the variable."
msgstr "Het printen van C<#!$SHELL> op de de eerste regel van het go-script voor POSIX type shell of C shell is nodig voor 8 bit tekens. Sommige shells denken anders dat het go-script een binair bestand is en willen het niet inlezen. In Cygwin Bash moet de variabele I<SHELL> ingesteld zijn met de C<export>-opdracht, anders kan wcd de variabele niet lezen."

#. type: =item
#: wcd.pod:1348
msgid "B<BASH>"
msgstr "B<BASH>"

#. type: textblock
#: wcd.pod:1350
msgid "Wcd for DOS bash uses C<$BASH> instead of C<$SHELL>, because C<$SHELL> points to the DOS command shell. One may need to define C<$BASH> with an C<export> command, otherwise wcd can't read the variable."
msgstr "Wcd voor DOS bash gebruikt C<$BASH> in plaats van C<$SHELL>, omdat C<$SHELL> verwijst naar de DOS-opdrachtprompt. Het kan nodig zijn dat men C<$BASH> met een C<export>-opdracht moet definiëren, anders kan wcd de variabele niet lezen."

#. type: =head1
#: wcd.pod:1357
msgid "SEE ALSO"
msgstr "ZIE OOK"

#. type: textblock
#: wcd.pod:1359
msgid "sh(1), bash(1), csh(1), ksh(1), zsh(1), locale(1), ncurses(1),"
msgstr "sh(1), bash(1), csh(1), ksh(1), zsh(1), locale(1), ncurses(1),"

#. type: =head1
#: wcd.pod:1367
msgid "AUTHORS"
msgstr "AUTEURS"

#. type: textblock
#: wcd.pod:1369
msgid "Wcd was written by Erwin Waterlander <waterlan@xs4all.nl>"
msgstr "Wcd is geschreven door Erwin Waterlander <waterlan@xs4all.nl>"

#. type: textblock
#: wcd.pod:1371
msgid "Project homepage: L<https://waterlander.net/wcd/>"
msgstr "Projectpagina: L<https://waterlan.home.xs4all.nl/wcd/>"

#. type: textblock
#: wcd.pod:1374
msgid "SourceForge: L<https://sourceforge.net/projects/wcd/>"
msgstr "SourceForge: L<https://sourceforge.net/projects/wcd/>"

#. type: textblock
#: wcd.pod:1377
msgid "The manual page formatting was provided by Jari Aalto <jari.aalto@cante.net>."
msgstr "De opmaak van de handleiding werd verzorgd door Jari Aalto <jari.aalto@cante.net>."

#. type: textblock
#: wcd.pod:1380
msgid "NCD was originally written by Brad Kingsbury for Peter Norton's \"Norton Utilities\" around 1987. See also L<https://www.softpanorama.org/OFM/norton_change_directory_clones.shtml>"
msgstr "NCD werd oorspronkelijk geschreven door Brad Kingsbury voor Peter Nortons \"Norton Utilities\" omstreeks 1987. Zie ook L<https://www.softpanorama.org/OFM/norton_change_directory_clones.shtml>"
