composer package updates
[openemr.git] / vendor / zendframework / zend-i18n-resources / languages / de / Zend_Captcha.php
blob77dab21eb87dce70208bc3bafacba6cfc843e292
1 <?php
2 /**
3 * Zend Framework (http://framework.zend.com/)
5 * @link http://github.com/zendframework/zf2 for the canonical source repository
6 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7 * @license http://framework.zend.com/license/new-bsd New BSD License
8 */
10 /**
11 * EN-Revision: 30.Jul.2011
13 return [
14 // Zend_Captcha_ReCaptcha
15 "Missing captcha fields" => "Die Captcha-Felder fehlen",
16 "Failed to validate captcha" => "Die Prüfung des Captchas ist fehlgeschlagen",
17 "Captcha value is wrong: %value%" => "Der Captcha-Wert %value% ist falsch",
19 // Zend_Captcha_Word
20 "Empty captcha value" => "Der Captcha-Wert ist leer",
21 "Captcha ID field is missing" => "Das Captcha-ID-Feld fehlt",
22 "Captcha value is wrong" => "Der Captcha-Wert ist falsch",