PageRenderTime 160ms CodeModel.GetById 109ms RepoModel.GetById 2ms app.codeStats 0ms

/resources/languages/pl/Zend_Validate.php

https://bitbucket.org/gencer/zf2
PHP | 263 lines | 159 code | 47 blank | 57 comment | 19 complexity | 2812125725879373a8606be6140541ed MD5 | raw file
  1. <?php
  2. /**
  3. * Zend Framework (http://framework.zend.com/)
  4. *
  5. * @link http://github.com/zendframework/zf2 for the canonical source repository
  6. * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
  7. * @license http://framework.zend.com/license/new-bsd New BSD License
  8. */
  9. /**
  10. * EN-Revision: 16.Oct.2013
  11. */
  12. return array(
  13. // Zend\I18n\Validator\Alnum
  14. "Invalid type given. String, integer or float expected" => "Podana wartość powinna być ciągiem znaków, liczbą całkowitą lub liczbą zmiennoprzecinkową",
  15. "The input contains characters which are non alphabetic and no digits" => "Podana wartość powinna zawierać znaki z alfabetu lub cyfry",
  16. "The input is an empty string" => "Podana wartość jest pustym ciągiem znaków",
  17. // Zend\I18n\Validator\Alpha
  18. "Invalid type given. String expected" => "Podana wartość nie jest ciągiem znaków",
  19. "The input contains non alphabetic characters" => "Podana wartość zawiera znaki spoza alfabetu",
  20. // Zend\I18n\Validator\DateTime
  21. "The input does not appear to be a valid datetime" => "Podana wartość nie jest poprawną datą",
  22. // Zend\I18n\Validator\Float
  23. "The input does not appear to be a float" => "Podana wartość nie jest liczbą zmiennoprzecinkową",
  24. // Zend\I18n\Validator\Int
  25. "Invalid type given. String or integer expected" => "Podana wartość powinna być ciągiem znaków lub liczbą całkowitą",
  26. "The input does not appear to be an integer" => "Podana wartość nie jest liczbą całkowitą",
  27. // Zend\I18n\Validator\PhoneNumber
  28. "The input does not match a phone number format" => "Wartość nie pasuje do formatu numeru telefonu",
  29. "The country provided is currently unsupported" => "Ten kraj nie jest wspierany",
  30. // Zend\I18n\Validator\PostCode
  31. "The input does not appear to be a postal code" => "Podana wartość nie jest kodem pocztowym",
  32. "An exception has been raised while validating the input" => "Wystąpił błąd podczas sprawdzania danych",
  33. // Zend\Validator\Barcode
  34. "The input failed checksum validation" => "Błędna suma kontrolna dla wartości",
  35. "The input contains invalid characters" => "Wartość zawiera niedozwolone znaki",
  36. "The input should have a length of %length% characters" => "Wartość powinna być długości %length% znaków",
  37. // Zend\Validator\Between
  38. "The input is not between '%min%' and '%max%', inclusively" => "Podana wartość nie zawiera się w przedziale od '%min%' do '%max%' włącznie",
  39. "The input is not strictly between '%min%' and '%max%'" => "Podana wartość nie zawiera się w przedziale od '%min%' do '%max%'",
  40. // Zend\Validator\Callback
  41. "The input is not valid" => "Podana wartość jest nie poprawna",
  42. "An exception has been raised within the callback" => "Wystąpił błąd podczas działania funkcji sprawdzającej",
  43. // Zend\Validator\CreditCard
  44. "The input seems to contain an invalid checksum" => "Numer zawiera niepoprawną sumę kontrolną",
  45. "The input must contain only digits" => "Podana wartość może zawierać tylko cyfry",
  46. "The input contains an invalid amount of digits" => "Numer zawiera niepoprawną liczbę cyfr",
  47. "The input is not from an allowed institute" => "Numer nie jest z dozwolonej instytucji",
  48. "The input seems to be an invalid credit card number" => "Podana wartość jest niepoprawnym numerem karty",
  49. // Zend\Validator\Csrf
  50. "The form submitted did not originate from the expected site" => "Przesłany formularz nie pochodzi z oczekiwanej strony",
  51. // Zend\Validator\Date
  52. "Invalid type given. String, integer, array or DateTime expected" => "Podana wartość powinna być ciągiem znaków, liczbą, tablicą lub obiektem DateTime",
  53. "The input does not appear to be a valid date" => "Podana wartość nie jest poprawną datą",
  54. "The input does not fit the date format '%format%'" => "Data nie jest w formacie '%format%'",
  55. // Zend\Validator\DateStep
  56. "The input is not a valid step" => "Wartość nie jest poprawnym krokiem",
  57. // Zend\Validator\Db\AbstractDb
  58. "No record matching the input was found" => "Nie znaleziono rekordu dla podanej wartości",
  59. "A record matching the input was found" => "Znaleziono rekord dla podanej wartośći",
  60. // Zend\Validator\Digits
  61. // Zend\Validator\EmailAddress
  62. "The input is not a valid email address. Use the basic format local-part@hostname" => "Podana wartość nie jest poprawnym adresem email w formacie nazwa@serwer",
  63. "'%hostname%' is not a valid hostname for the email address" => "Adres email zawiera niepoprawną nazwę serwera '%hostname%'",
  64. "'%hostname%' does not appear to have any valid MX or A records for the email address" => "Serwer '%hostname%' nie posiada poprawnie zdefiniowanego rekordu MX dla adresu email",
  65. "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' nie rutowalnym segmentem sieci. Adres email nie powinien być wykrywany z sieci publiczej",
  66. "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' nie jest w formacie dot-atom",
  67. "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' nie jest w formacie quoted-string",
  68. "'%localPart%' is not a valid local part for the email address" => "'%localPart%' nie jest poprawną nazwą.",
  69. "The input exceeds the allowed length" => "Podana wartość przekroczyła dozwoloną długość",
  70. // Zend\Validator\Explode
  71. "Invalid type given" => "Nieprawiłowy typ",
  72. // Zend\Validator\File\Count
  73. "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Wybrano '%count%' plików. Dopuszczalna liczba plików to '%max%'",
  74. "Too few files, minimum '%min%' are expected but '%count%' are given" => "Wybrano '%count%' plików. Minimalna liczba plików to '%min%'",
  75. // Zend\Validator\File\Crc32
  76. "File does not match the given crc32 hashes" => "Błędna suma kontrolna pliku",
  77. "A crc32 hash could not be evaluated for the given file" => "Nie można obliczyć sumy kontrolnej dla podanego pliku",
  78. "File is not readable or does not exist" => "Plik nie istnieje lub nie można go odczytać",
  79. // Zend\Validator\File\ExcludeExtension
  80. "File has an incorrect extension" => "Plik ma niepoprawne rozszerzenie",
  81. "File is not readable or does not exist" => "Plik nie istnieje lub nie można go odczytać",
  82. // Zend\Validate\File\ExcludeMimeType
  83. "File '%value%' has a false mimetype of '%type%'" => "Plik '%value%' ma niepoprawny typ MIME '%type%'",
  84. "The mimetype of file '%value%' could not be detected" => "Nie można wykryć typu MIME dla pliku '%value%'",
  85. "File '%value%' is not readable or does not exist" => "Plik '%value%' nie istnieje lub nie można go odczytać",
  86. // Zend\Validator\File\Exists
  87. "File does not exist" => "Plik nie istnieje",
  88. // Zend\Validator\File\Extension
  89. "File has an incorrect extension" => "Plik ma niepoprawne rozszerzenie",
  90. // Zend\Validator\File\FilesSize
  91. "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Wybrane pliki łącznie zajmują '%size%'. Maksymalny łączny rozmiar to '%max%'",
  92. "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Wybrane pliki łącznie zajmują '%size%'. Minimalny łączny rozmiar to '%min%'",
  93. "One or more files can not be read" => "Jeden lub więcej plików nie mogą zostać odczytane",
  94. // Zend\Validator\File\Hash
  95. "File does not match the given hashes" => "Plik ma niedopuszczalny hash",
  96. "A hash could not be evaluated for the given file" => "Nie można obliczyć funkcji haszującej dla podanego pliku",
  97. // Zend\Validator\File\ImageSize
  98. "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "Plik ma szerokość '%width%'. Maksymalna szerokość to '%maxwidth%'",
  99. "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "Plik ma szerokość '%width%'. Minimalna szerokość to '%maxwidth%'",
  100. "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "Plik ma wysokość '%height%'. Maksymalna wysokość to '%maxheight%'",
  101. "Minimum expected height for image should be '%minheight%' but '%height%' detected" => "Plik ma wysokość '%height%'. Minimalna wysokość to '%minheight%'",
  102. "The size of image could not be detected" => "Nie można określić rozmiaru pliku",
  103. // Zend\Validator\File\IsCompressed
  104. "File is not compressed, '%type%' detected" => "Plik typu '%type%' nie jest skompresowany",
  105. "The mimetype could not be detected from the file" => "Nie można wykryć typu MIME dla pliku",
  106. // Zend\Validator\File\IsImage
  107. "File is no image, '%type%' detected" => "Plik typu '%type%' nie jest obrazem",
  108. "The mimetype could not be detected from the file" => "Nie można wykryć typu MIME dla pliku",
  109. // Zend\Validator\File\Md5
  110. "File does not match the given md5 hashes" => "Plik ma niedopuszczalny hash md5",
  111. "An md5 hash could not be evaluated for the given file" => "Nie można obliczyć funkcji haszującej md5 dla podanego pliku",
  112. // Zend\Validator\File\MimeType
  113. "File has an incorrect mimetype of '%type%'" => "Plik ma niepoprawny typ MIME '%type%'",
  114. "The mimetype could not be detected from the file" => "Nie można wykryć typu MIME dla pliku",
  115. // Zend\Validator\File\NotExists
  116. "File exists" => "Plik istnieje",
  117. // Zend\Validator\File\Sha1
  118. "File does not match the given sha1 hashes" => "Plik ma niedopuszczalny hash sha1",
  119. "A sha1 hash could not be evaluated for the given file" => "Nie można obliczyć funkcji haszującej sha1 dla podanego pliku",
  120. // Zend\Validator\File\Size
  121. "Maximum allowed size for file is '%max%' but '%size%' detected" => "Podany plik ma rozmiar '%size%'. Maksymalny rozmiar pliku to '%max%'",
  122. "Minimum expected size for file is '%min%' but '%size%' detected" => "Podany plik ma rozmiar '%size%'. Minimalny rozmiar pliku to '%min%'",
  123. // Zend\Validator\File\Upload
  124. "File '%value%' exceeds the defined ini size" => "Rozmiar pliku '%value%' przekroczył zdefiniowaną wartość w ini",
  125. "File '%value%' exceeds the defined form size" => "Rozmiar pliku '%value%' przekroczył zdefiniowaną wartość w formularzu",
  126. "File '%value%' was only partially uploaded" => "Plik '%value%' nie został całkowicie wysłany",
  127. "File '%value%' was not uploaded" => "Plik '%value%' nie został wysłany",
  128. "No temporary directory was found for file '%value%'" => "Nie zdefiniowano tymczasowego katalogu",
  129. "File '%value%' can't be written" => "Nie można zapisać pliku '%value%'",
  130. "A PHP extension returned an error while uploading the file '%value%'" => "Rozszerzenie PHP zgłosiło wyjątek podczas wysyłania pliku '%value%'",
  131. "File '%value%' was illegally uploaded. This could be a possible attack" => "Plik '%value%' został niepoprawnie wysłany. Istnieje możliwość wystąpienia ataku",
  132. "File '%value%' was not found" => "Nie znaleziono pliku '%value%'",
  133. "Unknown error while uploading file '%value%'" => "Nieznany błąd podczas wysyłania pliku '%value%'",
  134. // Zend\Validator\File\UploadFile
  135. "File exceeds the defined ini size" => "Rozmiar pliku przekroczył zdefiniowaną wartość w ini",
  136. "File exceeds the defined form size" => "Rozmiar pliku przekroczył zdefiniowaną wartość w formularzu",
  137. "File was only partially uploaded" => "Plik nie został całkowicie wysłany",
  138. "File was not uploaded" => "Plik nie został wysłany",
  139. "No temporary directory was found for file" => "Nie zdefiniowano tymczasowego katalogu",
  140. "File can't be written" => "Nie można zapisać pliku",
  141. "A PHP extension returned an error while uploading the file" => "Rozszerzenie PHP zgłosiło wyjątek podczas wysyłania pliku",
  142. "File was illegally uploaded. This could be a possible attack" => "Plik został niepoprawnie wysłany. Istnieje możliwość wystąpienia ataku",
  143. "File was not found" => "Nie znaleziono pliku",
  144. "Unknown error while uploading file" => "Nieznany błąd podczas wysyłania pliku",
  145. // Zend\Validator\File\WordCount
  146. "Too many words, maximum '%max%' are allowed but '%count%' were counted" => "Podano '%count%' słów. Maksymalna liczba słów to '%max%'",
  147. "Too few words, minimum '%min%' are expected but '%count%' were counted" => "Podano '%count%' słów. Minimalna liczba słów to '%min%'",
  148. "File is not readable or does not exist" => "Plik nie istnieje lub nie można go odczytać",
  149. // Zend\Validator\GreaterThan
  150. "The input is not greater than '%min%'" => "Podana wartość nie jest większe niż '%min%'",
  151. "The input is not greater or equal than '%min%'" => "Podana wartość nie jest większe lub równa od '%min%'",
  152. // Zend\Validator\Hex
  153. "The input contains non-hexadecimal characters" => "Wartość nie jest wartością heksadecymalną",
  154. // Zend\Validator\Hostname
  155. "The input appears to be a DNS hostname but contains a dash in an invalid position" => "Nazwa hosta zawiera znak '-' w złym miejscu",
  156. "The input appears to be a DNS hostname but cannot extract TLD part" => "Nie można rozpoznać TLD dla nazwy hosta",
  157. "The input does not match the expected structure for a DNS hostname" => "Podana wartość nie jest poprawną nazwą hosta",
  158. "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "Nazwa hosta jest niezgodna ze schematem dla TLD '%tld%'",
  159. "The input does not appear to be a valid local network name" => "Podana wartość nie jest poprawną nazwą sieci lokalnej",
  160. "The input does not appear to be a valid URI hostname" => "Podana wartość nie jest poprawny URI nazwy hosta",
  161. "The input appears to be an IP address, but IP addresses are not allowed" => "Podana wartość jest adresem IP a nie nazwą hosta",
  162. "The input appears to be a local network name but local network names are not allowed" => "Wartość prawdopodobnie jest nazwą sieci lokalnej. Nazwy sieci lokalnych są niedozwolone",
  163. "The input appears to be a DNS hostname but cannot extract TLD part" => "Nie można wyodrębnić TLD",
  164. "The input appears to be a DNS hostname but cannot match TLD against known list" => "Nazwa hosta zawiera nieznane TLD",
  165. // Zend\Validator\Iban
  166. "Unknown country within the IBAN" => "Niepoprawny kraj w IBAN",
  167. "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Kraje spoza Jednolitego Obszaru Płatniczego w Euro (SEPA) nie są obsługiwane",
  168. "The input has a false IBAN format" => "Wartość nie jest w formacie IBAN",
  169. "The input has failed the IBAN check" => "Wystąpił błąd podczas sprawdzania IBAN",
  170. // Zend\Validator\Identical
  171. "The two given tokens do not match" => "Podane wartości nie są takie same",
  172. "No token was provided to match against" => "Nie podano wartości do porównania",
  173. // Zend\Validator\InArray
  174. "The input was not found in the haystack" => "Nie znaleziono wartości",
  175. // Zend\Validator\Ip
  176. "The input does not appear to be a valid IP address" => "Podana wartość nie jest poprawnym adresem IP",
  177. // Zend\Validator\IsInstanceOf
  178. "The input is not an instance of '%className%'" => "Wartość nie jest instancją '%className%'",
  179. // Zend\Validator\Isbn
  180. "The input is not a valid ISBN number" => "Podana wartość nie jest poprawnym ISBN",
  181. // Zend\Validator\LessThan
  182. "The input is not less than '%max%'" => "Podana wartość nie jest mniejsze niż '%max%'",
  183. "The input is not less or equal than '%max%'" => "Podana wartość nie jest mniejsze lub równa '%max%'",
  184. // Zend\Validator\NotEmpty
  185. "Value is required and can't be empty" => "To pole jest wymagane",
  186. "Invalid type given. String, integer, float, boolean or array expected" => "Podana wartość powinna być ciągiem znaków, liczbą całkowitą, liczbą zmiennoprzecinkową, wartością logiczną lub tablicą",
  187. // Zend\Validator\Regex
  188. "The input does not match against pattern '%pattern%'" => "Podana wartość nie pasuje do wzorca '%pattern%'",
  189. "There was an internal error while using the pattern '%pattern%'" => "Wystąpił błąd podczas dopasowania wyrażenia '%pattern%'",
  190. // Zend\Validator\Sitemap\Changefreq
  191. "The input is not a valid sitemap changefreq" => "Podana wartość nie jest poprawną wartością changefreq",
  192. // Zend\Validator\Sitemap\Lastmod
  193. "The input is not a valid sitemap lastmod" => "Podana wartość nie jest poprawną wartością lastmod",
  194. // Zend\Validator\Sitemap\Loc
  195. "The input is not a valid sitemap location" => "Podana wartość nie jest poprawną lokalizacją mapy strony",
  196. // Zend\Validator\Sitemap\Priority
  197. "The input is not a valid sitemap priority" => "Podana wartość nie jest poprawną wartością priorytetu",
  198. "Invalid type given. Numeric string, integer or float expected" => "Podana wartość powinna być ciągiem znaków, liczbą całkowitą lub liczbą zmiennoprzecinkową",
  199. // Zend\Validator\Step
  200. "Invalid value given. Scalar expected" => "Nie poprawna wartość skalarna",
  201. "The input is not a valid step" => "Wartość nie jest poprawnym krokiem",
  202. // Zend\Validator\StringLength
  203. "The input is less than %min% characters long" => "Podana wartość zawiera mniej niż %min% znaków",
  204. "The input is more than %max% characters long" => "Podana wartość zawiera więcej niż %max% znaków",
  205. // Zend\Validator\Uri
  206. "The input does not appear to be a valid Uri" => "Wartość nie jest poprawnym Uri",
  207. );