From 61f0cad2f20f33a993d085ec9fe5dd3b1939ac97 Mon Sep 17 00:00:00 2001 From: wryck7 Date: Thu, 7 Feb 2013 00:46:19 -0300 Subject: [PATCH] added new file: resources\languages\pt_BR\Zend_Captcha.php --- resources/languages/pt_BR/Zend_Captcha.php | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 resources/languages/pt_BR/Zend_Captcha.php diff --git a/resources/languages/pt_BR/Zend_Captcha.php b/resources/languages/pt_BR/Zend_Captcha.php new file mode 100644 index 00000000000..6a7f79491b4 --- /dev/null +++ b/resources/languages/pt_BR/Zend_Captcha.php @@ -0,0 +1,35 @@ + "Faltando campos do captcha", + "Failed to validate captcha" => "A validação do captcha falhou", + "Captcha value is wrong: %value%" => "Valor do captcha está errado: %value%", + + // Zend_Captcha_Word + "Empty captcha value" => "Valor do captcha vazio", + "Captcha ID field is missing" => "Faltando campo ID do captcha", + "Captcha value is wrong" => "Valor do captcha está errado", +);