Zend_Captcha.php #1

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

/**
 * FR-Revision: 17.Dec.2012
 */
return array(
    // Zend_Captcha_ReCaptcha
    "Missing captcha fields" => "Les champs du captcha sont absents",
    "Failed to validate captcha" => "Échec lors de la validation du captcha",
    "Captcha value is wrong: %value%" => "La valeur du captcha est incorrecte : %value%",

    // Zend_Captcha_Word
    "Empty captcha value" => "La valeur du captcha est vide",
    "Captcha ID field is missing" => "L'ID du captcha est absent",
    "Captcha value is wrong" => "La valeur du captcha est incorrecte",
);
# Change User Description Committed
#1 18334 Liz Lam initial add of jambox