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

Commit

Permalink
Merge pull request zendframework/zendframework#5647 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jan 17, 2014
2 parents 274bf4b + b3b2f59 commit 4b3564f
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 0 deletions.
23 changes: 23 additions & 0 deletions languages/hu/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-2013 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" => "Hiányzó captcha mezők",
"Failed to validate captcha" => "Érvénytelen captcha",
"Captcha value is wrong: %value%" => "Captcha érték hibás: %value%",

// Zend\Captcha\Word
"Empty captcha value" => "Hiányzó captcha érték",
"Captcha ID field is missing" => "Hiányzó captcha ID mező",
"Captcha value is wrong" => "Captcha érték hibás",
);
Loading

0 comments on commit 4b3564f

Please sign in to comment.