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

Update polish translation #6529

Merged
merged 1 commit into from
Aug 7, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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