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

Commit

Permalink
Merge pull request zendframework/zendframework#6529 from okoram/patch-1
Browse files Browse the repository at this point in the history
Update polish translation
  • Loading branch information
weierophinney committed Aug 7, 2014
9 parents 26e068f + 7a203fa + 2a04582 + ffbdc09 + 3e2953a + bf81393 + 9eea463 + 6094e60 + 2e19ab7 commit 441c6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages/pl/Zend_Validate.php
Original file line number Diff line number Diff line change
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 441c6b9

Please sign in to comment.