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/6529'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 7, 2014
9 parents 26e068f + 7a203fa + 2a04582 + ffbdc09 + 3e2953a + bf81393 + 9eea463 + 6094e60 + 441c6b9 commit e94fb19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages/pl/Zend_Validate.php
Expand Up @@ -185,8 +185,8 @@
"File is not readable or does not exist" => "Plik nie istnieje lub nie można go odczytać",

// Zend\Validator\GreaterThan
"The input is not greater than '%min%'" => "Podana wartość nie jest większe niż '%min%'",
"The input is not greater or equal than '%min%'" => "Podana wartość nie jest większe lub równa od '%min%'",
"The input is not greater than '%min%'" => "Podana wartość nie jest większa niż '%min%'",
"The input is not greater or equal than '%min%'" => "Podana wartość nie jest większa lub równa od '%min%'",

// Zend\Validator\Hex
"The input contains non-hexadecimal characters" => "Wartość nie jest wartością heksadecymalną",
Expand Down

0 comments on commit e94fb19

Please sign in to comment.