<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2014 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 array(
// Zend_Captcha_ReCaptcha
"Missing captcha fields" => "Die Captcha-Felder fehlen",
"Failed to validate captcha" => "Die Prüfung des Captchas ist fehlgeschlagen",
"Captcha value is wrong: %value%" => "Der Captcha-Wert %value% ist falsch",
// Zend_Captcha_Word
"Empty captcha value" => "Der Captcha-Wert ist leer",
"Captcha ID field is missing" => "Das Captcha-ID-Feld fehlt",
"Captcha value is wrong" => "Der Captcha-Wert ist falsch",
);