Project

General

Profile

1
<?php
2

    
3
// $Id: NL.php 2 2017-07-02 15:14:29Z Manuela $
4

    
5
/*
6

    
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2009, Ryan Djurovich
9

    
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
14

    
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
19

    
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23

    
24
 -----------------------------------------------------------------------------------------
25
  DUTCH LANGUAGE FILE FOR THE CAPTCHA-CONTROL ADMIN TOOL
26
 -----------------------------------------------------------------------------------------
27
*/
28

    
29
// Headings and text outputs
30
$MOD_CAPTCHA_CONTROL['HEADING']                = 'CAPTCHA en Advanced Spam Protection';
31
$MOD_CAPTCHA_CONTROL['HOWTO']                = 'Hier kunt u "CAPTCHA" en "Advanced Spam Protection" (ASP) beheren. Let op: alleen daarvoor aangepaste modules werken met ASP.';
32

    
33
// Text and captions of form elements
34
$MOD_CAPTCHA_CONTROL['CAPTCHA_CONF']        = 'CAPTCHA-configuratie';
35
$MOD_CAPTCHA_CONTROL['CAPTCHA_TYPE']        = 'Type CAPTCHA';
36
$MOD_CAPTCHA_CONTROL['CAPTCHA_EXP']            = 'Let op: CAPTCHA-instellingen voor modules bevinden zich in de desbetreffende module-instellingen.';
37
$MOD_CAPTCHA_CONTROL['USE_SIGNUP_CAPTCHA']    = 'Activeer CAPTCHA voor aanmeldingen';
38
$MOD_CAPTCHA_CONTROL['ENABLED']                = 'Inschakelen';
39
$MOD_CAPTCHA_CONTROL['DISABLED']            = 'Uitschakelen';
40
$MOD_CAPTCHA_CONTROL['ASP_CONF']            = 'Advanced Spam Protection';
41
$MOD_CAPTCHA_CONTROL['ASP_TEXT']            = 'Activeer ASP (indien beschikbaar)';
42
$MOD_CAPTCHA_CONTROL['ASP_EXP']                = 'ASP probeert te detecteren of het formulier ingevuld werd door een persoon of een spam-bot.';
43
$MOD_CAPTCHA_CONTROL['CALC_TEXT']            = 'Rekensom als tekst';
44
$MOD_CAPTCHA_CONTROL['CALC_IMAGE']            = 'Rekensom als afbeelding';
45
$MOD_CAPTCHA_CONTROL['CALC_TTF_IMAGE']        = 'Rekensom als afbeelding met verschillende lettertypen en achtergronden';
46
$MOD_CAPTCHA_CONTROL['TTF_IMAGE']            = 'Afbeelding met verschillende lettertypen en achtergronden';
47
$MOD_CAPTCHA_CONTROL['OLD_IMAGE']            = 'Oude stijl (niet aan te raden)';
48
$MOD_CAPTCHA_CONTROL['TEXT']                = 'Tekst-CAPTCHA';
49
$MOD_CAPTCHA_CONTROL['CAPTCHA_ENTER_TEXT']    = 'Vragen en antwoorden';
50
$MOD_CAPTCHA_CONTROL['CAPTCHA_TEXT_DESC']    = 'Verwijder dit om uw lijst in te voeren, of de wijzigingen zullen niet bewaard worden!'."\n".'### voorbeeld ###'."\n".'Hier kunt u vragen en antwoorden invoeren.'."\n".'Gebruik:'."\n".'?Wat is de <b>voornaam</b> van <b>Pietje</b> Puk?'."\n".'!Pietje'."\n".'?Vraag 2'."\n".'!Antwoord 2'."\n".' ... '."\n".'indien de taal geen rol speelt.'."\n".''."\n".'Of, indien taal wel een rol speelt, gebruik:'."\n".'?EN:What\'s <b>John</b> Doe\'s <b>first name</b>?'."\n".'!John'."\n".'?EN:Question 2'."\n".'!Answer 2'."\n".'?DE:Wie ist der <b>Vorname</b> von <b>Claudia</b> Schiffer?'."\n".'!Claudia'."\n".' ... '."\n".'### voorbeeld ###'."\n".'';
51

    
52
$MOD_CAPTCHA['VERIFICATION']                = 'Verificatie';
53
$MOD_CAPTCHA['ADDITION']                    = 'plus';
54
$MOD_CAPTCHA['SUBTRAKTION']                    = 'min';
55
$MOD_CAPTCHA['MULTIPLIKATION']                = 'maal';
56
$MOD_CAPTCHA['VERIFICATION_INFO_RES']        = 'Voer het resultaat in a.u.b.';
57
$MOD_CAPTCHA['VERIFICATION_INFO_TEXT']        = 'Voer de tekst in a.u.b.';
58
$MOD_CAPTCHA['VERIFICATION_INFO_QUEST']        = 'Beantwoord de vraag a.u.b.';
59
$MOD_CAPTCHA['INCORRECT_VERIFICATION']        = 'Verificatie mislukt';
60

    
61
?>
(5-5/10)