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

Commit

Permalink
Merge branch 'translation/zendframework/zendframework#6292-russian-ca…
Browse files Browse the repository at this point in the history
…ptcha-translation'

Close zendframework/zendframework#6292
  • Loading branch information
Ocramius committed Aug 6, 2014
8 parents 68a9f7b + 7a203fa + 2a04582 + ffbdc09 + 3e2953a + bf81393 + 9eea463 + e6e79d4 commit 5ea00ca
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions languages/ru/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-2014 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* EN-Revision: 16.May.2014
*/
return array(
// Zend\Captcha\ReCaptcha
"Missing captcha fields" => "Не хватает полей captcha",
"Failed to validate captcha" => "Captcha не прошла проверку",
"Captcha value is wrong: %value%" => "Не корректное значение captcha: %value%",

// Zend\Captcha\Word
"Empty captcha value" => "Пустое значение captcha",
"Captcha ID field is missing" => "Не хватает поля captcha ID",
"Captcha value is wrong" => "Не корректное значение captcha",
);

0 comments on commit 5ea00ca

Please sign in to comment.