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

Commit

Permalink
Merge branch 'i18n/zendframework/zendframework#6625-zend-captcha-span…
Browse files Browse the repository at this point in the history
…ish-translation'

Close zendframework/zendframework#6625
  • Loading branch information
Ocramius committed Dec 16, 2014
2 parents f33e2ed + b17a3fe commit b6f8fa7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions languages/es/Zend_Captcha.php
@@ -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 b6f8fa7

Please sign in to comment.