From c7b1bd72c904f65af39583390f1cce497610fcc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Lois=20Berm=C3=BAdez?= Date: Mon, 1 Sep 2014 21:57:18 +0200 Subject: [PATCH] Create Zend_Captcha.php Added spanish translations. --- resources/languages/es/Zend_Captcha.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 resources/languages/es/Zend_Captcha.php diff --git a/resources/languages/es/Zend_Captcha.php b/resources/languages/es/Zend_Captcha.php new file mode 100644 index 00000000000..431ceea03ff --- /dev/null +++ b/resources/languages/es/Zend_Captcha.php @@ -0,0 +1,23 @@ + "Faltan campos de captcha", + "Failed to validate captcha" => "La validación de captcha falló", + "Captcha value is wrong: %value%" => "El valor de captcha es erróneo: %value%", + + // Zend\Captcha\Word + "Empty captcha value" => "Valor de captcha vacío", + "Captcha ID field is missing" => "Falta el campo ID de captcha", + "Captcha value is wrong" => "El valor de captcha es erróneo", +);