diff --git a/languages/pl/Zend_Captcha.php b/languages/pl/Zend_Captcha.php new file mode 100644 index 0000000..29a6aa6 --- /dev/null +++ b/languages/pl/Zend_Captcha.php @@ -0,0 +1,23 @@ + "Brakujące pole captcha", + "Failed to validate captcha" => "Błąd podczas sprawdzania captcha", + "Captcha value is wrong: %value%" => "Wartość captcha jest niepoprawna: %value%", + + // Zend_Captcha_Word + "Empty captcha value" => "Pusta wartość captcha", + "Captcha ID field is missing" => "Pole captcha ID jest puste", + "Captcha value is wrong" => "Wartość captcha jest niepoprawna", +);