Zend_Captcha.php #1

  • //
  • guest/
  • thomas_gray/
  • jambox/
  • main/
  • swarm/
  • library/
  • Zend/
  • languages/
  • en/
  • Zend_Captcha.php
  • View
  • Commits
  • Open Download .zip Download (803 B)
<?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" => "Missing captcha fields",
    "Failed to validate captcha" => "Failed to validate captcha",
    "Captcha value is wrong: %value%" => "Captcha value is wrong: %value%",

    // Zend\Captcha\Word
    "Empty captcha value" => "Empty captcha value",
    "Captcha ID field is missing" => "Captcha ID field is missing",
    "Captcha value is wrong" => "Captcha value is wrong",
);
# Change User Description Committed
#1 18334 Liz Lam initial add of jambox