composer package updates
[openemr.git] / vendor / zendframework / zend-i18n-resources / languages / pl / Zend_Captcha.php
blob2623d2ec5e13b01372b7b034d76ae4164a44dc40
1 <?php
2 /**
3 * Zend Framework (http://framework.zend.com/)
5 * @link http://github.com/zendframework/zf2 for the canonical source repository
6 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7 * @license http://framework.zend.com/license/new-bsd New BSD License
8 */
10 /**
11 * EN-Revision: 16.Oct.2013
13 return [
14 // Zend_Captcha_ReCaptcha
15 "Missing captcha fields" => "Brakujące pole captcha",
16 "Failed to validate captcha" => "Błąd podczas sprawdzania captcha",
17 "Captcha value is wrong: %value%" => "Wartość captcha jest niepoprawna: %value%",
19 // Zend_Captcha_Word
20 "Empty captcha value" => "Pusta wartość captcha",
21 "Captcha ID field is missing" => "Pole captcha ID jest puste",
22 "Captcha value is wrong" => "Wartość captcha jest niepoprawna",