Zend_Captcha.php #1

  • //
  • guest/
  • thomas_gray/
  • jambox/
  • main/
  • swarm/
  • library/
  • Zend/
  • languages/
  • uk/
  • Zend_Captcha.php
  • View
  • Commits
  • Open Download .zip Download (907 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" => "Бракує полів captcha",
    "Failed to validate captcha" => "Captcha не пройшла перевірку",
    "Captcha value is wrong: %value%" => "Неправильне значення captcha: %value%",

    // Zend\Captcha\Word
    "Empty captcha value" => "Порожнє значення captcha",
    "Captcha ID field is missing" => "Бракує поля captcha ID",
    "Captcha value is wrong" => "Неправильне значення captcha",
);
# Change User Description Committed
#1 18334 Liz Lam initial add of jambox