Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Translate Captcha into Dutch #25

Merged
merged 1 commit into from
Mar 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions languages/nl/Zend_Captcha.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* EN-Revision: 30.Jul.2011
*/
return [
// Zend\Captcha\ReCaptcha
"Missing captcha fields" => "Missende captcha velden",
"Failed to validate captcha" => "Captcha validatie is mislukt",
"Captcha value is wrong: %value%" => "Captcha waarde is incorrect: %value%",

// Zend\Captcha\Word
"Empty captcha value" => "Lege captcha waarde",
"Captcha ID field is missing" => "Captcha ID veld ontbreekt",
"Captcha value is wrong" => "Captcha waarde is incorrect",
];