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

Commit

Permalink
Update Zend_Validate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
okoram committed Aug 6, 2014
1 parent 22dd1ab commit 1172294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/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 1172294

Please sign in to comment.