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

Commit

Permalink
Merge branch 'hotfix/ZF2-508' of https://github.com/postalservice14/zf2
Browse files Browse the repository at this point in the history
… into hotfix/zf2-508

Conflicts:
	README.md
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 137 deletions.
10 changes: 5 additions & 5 deletions languages/cs/Zend_Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
* EN-Revision: 30.Jul.2011
*/
return array(
// Zend_Captcha_AbstractWord
"Empty captcha value" => "Hodnota captcha nebyla zadána",
"Captcha ID field is missing" => "Chybí pole captcha ID",
"Captcha value is wrong" => "Chybná hodnota catpcha",

// Zend_Captcha_ReCaptcha
"Missing captcha fields" => "Chybí captcha pole",
"Failed to validate captcha" => "Captchu se nepodařilo ověřit",
"Captcha value is wrong: %value%" => "Hodnota captchy není správná: %value%",

// Zend_Captcha_Word
"Empty captcha value" => "Hodnota captcha nebyla zadána",
"Captcha ID field is missing" => "Chybí pole captcha ID",
"Captcha value is wrong" => "Chybná hodnota catpcha",
);
Loading

0 comments on commit d3f35c0

Please sign in to comment.