diff --git a/resources/languages/pl/Zend_Validate.php b/resources/languages/pl/Zend_Validate.php index 598b5280786..bbf39d6a01d 100644 --- a/resources/languages/pl/Zend_Validate.php +++ b/resources/languages/pl/Zend_Validate.php @@ -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ą",