Thanks to visit codestin.com
Credit goes to github.com

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

Commit 213fef1

Browse files
committed
Merge pull request #5647
2 parents 5b51022 + 3a7fd6f commit 213fef1

2 files changed

Lines changed: 312 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
/**
3+
* Zend Framework (http://framework.zend.com/)
4+
*
5+
* @link http://github.com/zendframework/zf2 for the canonical source repository
6+
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
7+
* @license http://framework.zend.com/license/new-bsd New BSD License
8+
*/
9+
10+
/**
11+
* EN-Revision: 30.Jul.2011
12+
*/
13+
return array(
14+
// Zend\Captcha\ReCaptcha
15+
"Missing captcha fields" => "Hiányzó captcha mezők",
16+
"Failed to validate captcha" => "Érvénytelen captcha",
17+
"Captcha value is wrong: %value%" => "Captcha érték hibás: %value%",
18+
19+
// Zend\Captcha\Word
20+
"Empty captcha value" => "Hiányzó captcha érték",
21+
"Captcha ID field is missing" => "Hiányzó captcha ID mező",
22+
"Captcha value is wrong" => "Captcha érték hibás",
23+
);

0 commit comments

Comments
 (0)