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/zendframework/zendframework#6429-zend-validate-c…
Browse files Browse the repository at this point in the history
…opy-paste-typo-fix'

Close zendframework/zendframework#6429
  • Loading branch information
Ocramius committed Aug 6, 2014
2 parents 5ea00ca + 023a701 commit 26e068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/pl/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

// Zend\Validator\File\ImageSize
"Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "Plik ma szerokość '%width%'. Maksymalna szerokość to '%maxwidth%'",
"Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "Plik ma szerokość '%width%'. Minimalna szerokość to '%maxwidth%'",
"Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "Plik ma szerokość '%width%'. Minimalna szerokość to '%minwidth%'",
"Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "Plik ma wysokość '%height%'. Maksymalna wysokość to '%maxheight%'",
"Minimum expected height for image should be '%minheight%' but '%height%' detected" => "Plik ma wysokość '%height%'. Minimalna wysokość to '%minheight%'",
"The size of image could not be detected" => "Nie można określić rozmiaru pliku",
Expand Down

0 comments on commit 26e068f

Please sign in to comment.