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/17'
Browse files Browse the repository at this point in the history
Close #17
  • Loading branch information
Xerkus committed Mar 11, 2017
2 parents be2693e + 328dcbd commit 78a3ac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#17] (https://github.com/zendframework/zend-i18n-resources/pull/17) fixed
typo in russian translation of csrf validator message
2 changes: 1 addition & 1 deletion languages/ru/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"An exception has been raised while validating the input" => "Произошла ошибка во время проверки значения номера кредитной карточки",

// Zend\Validator\Csrf
"The form submitted did not originate from the expected site" => "Время действия формы истекло или отправленная форма не принадлежит данному сайту. Попробуйте повторить опреацию еще раз",
"The form submitted did not originate from the expected site" => "Время действия формы истекло или отправленная форма не принадлежит данному сайту. Попробуйте повторить операцию еще раз",

// Zend\Validator\Date
"Invalid type given. String, integer, array or DateTime expected" => "Недопустимый тип данных. Значение должно быть строкой, целым числом, массивом или объектом DateTime",
Expand Down

0 comments on commit 78a3ac2

Please sign in to comment.