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

Commit

Permalink
Merge branch 'i18n/#6625-zend-captcha-spanish-translation' into develop
Browse files Browse the repository at this point in the history
Close #6625
Forward port #6625
  • Loading branch information
Ocramius committed Dec 16, 2014
2 parents 45151ee + 0565bea commit 8eb6241
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/languages/es/Zend_Captcha.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?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" => "Faltan campos del captcha",
"Failed to validate captcha" => "La validación del captcha falló",
"Captcha value is wrong: %value%" => "El valor del captcha es erróneo: %value%",

// Zend\Captcha\Word
"Empty captcha value" => "Valor del captcha vacío",
"Captcha ID field is missing" => "Falta ell campo ID de captcha",
"Captcha value is wrong" => "El valor del captcha es erróneo",
);

0 comments on commit 8eb6241

Please sign in to comment.