composer package updates
[openemr.git] / vendor / zendframework / zend-i18n-resources / languages / en / Zend_Captcha.php
blobdd31f95dadcdf4d817f72d5dc0ba1a2f62395dbe
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" => "Missing captcha fields",
16 "Failed to validate captcha" => "Failed to validate captcha",
17 "Captcha value is wrong: %value%" => "Captcha value is wrong: %value%",
19 // Zend\Captcha\Word
20 "Empty captcha value" => "Empty captcha value",
21 "Captcha ID field is missing" => "Captcha ID field is missing",
22 "Captcha value is wrong" => "Captcha value is wrong",