Zend_Captcha.php #1

  • //
  • guest/
  • thomas_gray/
  • jambox/
  • main/
  • swarm/
  • library/
  • Zend/
  • languages/
  • zh/
  • Zend_Captcha.php
  • View
  • Commits
  • Open Download .zip Download (794 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
 */

/**
 * ZH-Revision: 09.Nov.2012
 */
return array(
    // Zend_Captcha_ReCaptcha
    "Missing captcha fields" => "没有找到验证码区域",
    "Failed to validate captcha" => "验证码校验失败",
    "Captcha value is wrong: %value%" => "验证码不匹配: %value%",

    // Zend_Captcha_Word
    "Empty captcha value" => "请输入验证码",
    "Captcha ID field is missing" => "没有找到验证码区域",
    "Captcha value is wrong" => "验证码不匹配",
);
# Change User Description Committed
#1 18334 Liz Lam initial add of jambox