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

Commit

Permalink
Merge pull request #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
2 parents f83dec7 + 1172294 commit c0cb341
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 c0cb341

Please sign in to comment.