Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3238'
Browse files Browse the repository at this point in the history
Close #3238
  • Loading branch information
weierophinney committed Dec 18, 2012
2 parents 39eab55 + a6baab5 commit e11fd01
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions resources/languages/fr/Zend_Captcha.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Resource
* @copyright Copyright (c) 2005-2012 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",
);

0 comments on commit e11fd01

Please sign in to comment.