PageRenderTime 64ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/resources/languages/cs/Zend_Validate.php

https://bitbucket.org/gencer/zf2
PHP | 289 lines | 187 code | 46 blank | 56 comment | 20 complexity | e223f8f2fa01427640112bd6a6413903 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. * CS-Revision: 4.Nov.2013
  11. */
  12. return array(
  13. // Zend\I18n\Validator\Alnum
  14. "Invalid type given. String, integer or float expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo",
  15. "The input contains characters which are non alphabetic and no digits" => "Hodnota obsahuje i jiné znaky než písmena a číslice",
  16. "The input is an empty string" => "Hodnota je prázdný řetězec",
  17. // Zend\I18n\Validator\Alpha
  18. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  19. "The input contains non alphabetic characters" => "Hodnota obsahuje i jiné znaky než písmena",
  20. "The input is an empty string" => "Hodnota je prázdný řetězec",
  21. // Zend\I18n\Validator\DateTime
  22. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  23. "The input does not appear to be a valid datetime" => "Hodnota nevypadá jako platný datum a čas",
  24. // Zend\I18n\Validator\Float
  25. "Invalid type given. String, integer or float expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo",
  26. "The input does not appear to be a float" => "Hodnota nevypadá jako desetinné číslo",
  27. // Zend\I18n\Validator\Int
  28. "Invalid type given. String or integer expected" => "Chybný typ. Byl očekáván řetězec nebo celé číslo",
  29. "The input does not appear to be an integer" => "Hodnota nevypadá jako celé číslo",
  30. // Zend\I18n\Validator\PhoneNumber
  31. "The input does not match a phone number format" => "Hodnota neodpovídá formátu telefonního čísla",
  32. "The country provided is currently unsupported" => "Země je v současné době nepodporována",
  33. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  34. // Zend\I18n\Validator\PostCode
  35. "Invalid type given. String or integer expected" => "Chybný typ. Byl očekáván řetězec nebo celé číslo",
  36. "The input does not appear to be a postal code" => "Hodnota nevypadá jako PSČ",
  37. "An exception has been raised while validating the input" => "Během kontroly hodnoty byla vyvolána výjimka",
  38. // Zend\Validator\Barcode
  39. "The input failed checksum validation" => "Hodnota má chybný kontrolní součet",
  40. "The input contains invalid characters" => "Hodnota obsahuje neplatné znaky",
  41. "The input should have a length of %length% characters" => "Hodnota by měla mít délku %length% znaků",
  42. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  43. // Zend\Validator\Between
  44. "The input is not between '%min%' and '%max%', inclusively" => "Hodnota není mezi '%min%' a '%max%', včetně",
  45. "The input is not strictly between '%min%' and '%max%'" => "Hodnota není přesně mezi '%min%' a '%max%'",
  46. // Zend\Validator\Callback
  47. "The input is not valid" => "Hodnota není platná",
  48. "An exception has been raised within the callback" => "Během volání byla vyvolána výjimka",
  49. // Zend\Validator\CreditCard
  50. "The input seems to contain an invalid checksum" => "Hodnota obsahuje neplatný kontrolní součet",
  51. "The input must contain only digits" => "Hodnota musí obsahovat pouze číslice",
  52. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  53. "The input contains an invalid amount of digits" => "Hodnota obsahuje neplatný počet číslic",
  54. "The input is not from an allowed institute" => "Hodnota není od povolené společnosti",
  55. "The input seems to be an invalid credit card number" => "Hodnota není platné číslo kreditní karty",
  56. "An exception has been raised while validating the input" => "Během validace byla vyvolána výjimka",
  57. // Zend\Validator\Csrf
  58. "The form submitted did not originate from the expected site" => "Odeslaný formulář nepochází z předpokládané internetové stránky",
  59. // Zend\Validator\Date
  60. "Invalid type given. String, integer, array or DateTime expected" => "Chybný typ. Byl očekáván řetězec, číslo, pole nebo objekt DateTime",
  61. "The input does not appear to be a valid date" => "Hodnota nevypadá jako platné datum",
  62. "The input does not fit the date format '%format%'" => "Hodnota neodpovídá formátu data '%format%'",
  63. // Zend\Validator\DateStep
  64. "The input is not a valid step" => "Hodnota není platný krok",
  65. // Zend\Validator\Db\AbstractDb
  66. "No record matching the input was found" => "Nebyl nalezen žádný záznam odpovídající hodnotě",
  67. "A record matching the input was found" => "Byl nalezen záznam odpovídající hodnotě",
  68. // Zend\Validator\Digits
  69. "The input must contain only digits" => "Hodnota musí obsahovat pouze číslice",
  70. "The input is an empty string" => "Hodnota je prázdný řetězec",
  71. "Invalid type given. String, integer or float expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo",
  72. // Zend\Validator\EmailAddress
  73. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  74. "The input is not a valid email address. Use the basic format local-part@hostname" => "Hodnota není platná emailová adresa ve formátu local-part@hostname",
  75. "'%hostname%' is not a valid hostname for the email address" => "'%hostname%' není platné hostname pro emailovou adresu",
  76. "'%hostname%' does not appear to have any valid MX or A records for the email address" => "'%hostname%' neobsahuje platný MX záznam pro emailovou adresu",
  77. "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' není v směrovatelném úseku sítě. Emailová adresa by neměla být požadována z veřejné sítě",
  78. "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' nemůže být porovnán proti dot-atom formátu",
  79. "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' nemůže být porovnán proti quoted-string formátu",
  80. "'%localPart%' is not a valid local part for the email address" => "'%localPart%' není platná 'local part' pro emailovou adresu",
  81. "The input exceeds the allowed length" => "Hodnota překročila povolenou délku",
  82. // Zend\Validator\Explode
  83. "Invalid type given" => "Chybný typ",
  84. // Zend\Validator\File\Count
  85. "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Příliš mnoho souborů. Maximum je '%max%', ale bylo zadáno '%count%'",
  86. "Too few files, minimum '%min%' are expected but '%count%' are given" => "Příliš málo souborů. Minimum je '%min%', ale byl zadáno jen '%count%'",
  87. // Zend\Validator\File\Crc32
  88. "File does not match the given crc32 hashes" => "Soubor neodpovídá zadanému crc32 hashi",
  89. "A crc32 hash could not be evaluated for the given file" => "Pro zadaný soubor nemohl být vypočítán crc32 hash",
  90. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  91. // Zend\Validator\File\ExcludeExtension
  92. "File has an incorrect extension" => "Soubor má nesprávnou příponu",
  93. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  94. // Zend\Validator\File\Exists
  95. "File does not exist" => "Soubor neexistuje",
  96. // Zend\Validator\File\Extension
  97. "File has an incorrect extension" => "Soubor má nesprávnou příponu",
  98. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  99. // Zend\Validator\File\FilesSize
  100. "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Součet velikostí všech souborů by měl být maximálně '%max%', ale je '%size%'",
  101. "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Součet velikostí všech souborů by měl být nejméně '%min%', ale je '%size%'",
  102. "One or more files can not be read" => "Jeden nebo více souborů není možné načíst",
  103. // Zend\Validator\File\Hash
  104. "File does not match the given hashes" => "Soubor neodpovídané danému hashi",
  105. "A hash could not be evaluated for the given file" => "Hash nemohl být pro daný soubor vypočítán",
  106. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  107. // Zend\Validator\File\ImageSize
  108. "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "Maximální šířka obrázku by měla být '%maxwidth%', ale je '%width%'",
  109. "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "Minimální šířka obrázku by měla být '%minwidth%', ale je '%width%'",
  110. "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "Maximální výška obrázku by měla být '%maxheight%', ale je '%height%'",
  111. "Minimum expected height for image should be '%minheight%' but '%height%' detected" => "Minimální výška obrázku by měla být '%minheight%', ale je '%height%'",
  112. "The size of image could not be detected" => "Rozměry obrázku nebylo možné zjistit",
  113. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  114. // Zend\Validator\File\IsCompressed
  115. "File is not compressed, '%type%' detected" => "Soubor není komprimovaný, ale '%type%'",
  116. "The mimetype could not be detected from the file" => "Mimetyp souboru nebylo možné zjistit",
  117. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  118. // Zend\Validator\File\IsImage
  119. "File is no image, '%type%' detected" => "Soubor není obrázek, ale '%type%'",
  120. "The mimetype could not be detected from the file" => "Mimetyp souboru nebylo možné zjistit",
  121. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  122. // Zend\Validator\File\Md5
  123. "File does not match the given md5 hashes" => "Soubor neodpovídá danému md5 hashi",
  124. "An md5 hash could not be evaluated for the given file" => "md5 hash nemohl být pro daný soubor vypočítán",
  125. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  126. // Zend\Validator\File\MimeType
  127. "File has an incorrect mimetype of '%type%'" => "Soubor má neplatný mimetyp '%type%'",
  128. "The mimetype could not be detected from the file" => "Mimetyp souboru nebylo možné zjistit",
  129. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  130. // Zend\Validator\File\NotExists
  131. "File exists" => "Soubor již existuje",
  132. // Zend\Validator\File\Sha1
  133. "File does not match the given sha1 hashes" => "Soubor neodpovídá danému sha1 hashi",
  134. "A sha1 hash could not be evaluated for the given file" => "sha1 hash nemohl být pro daný soubor vypočítán",
  135. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  136. // Zend\Validator\File\Size
  137. "Maximum allowed size for file is '%max%' but '%size%' detected" => "Maximální velikost souboru by měla být '%max%', ale je '%size%'",
  138. "Minimum expected size for file is '%min%' but '%size%' detected" => "Minimální velikost souboru by měla být '%min%', ale je '%size%'",
  139. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  140. // Zend\Validator\File\Upload
  141. "File '%value%' exceeds the defined ini size" => "Soubor '%value%' překročil velikost definovanou v ini souboru",
  142. "File '%value%' exceeds the defined form size" => "Soubor '%value%' překročil velikost definovanou ve formuláři",
  143. "File '%value%' was only partially uploaded" => "Soubor '%value%' byl nahrán jen částečně",
  144. "File '%value%' was not uploaded" => "Soubor '%value%' nebyl nahrán",
  145. "No temporary directory was found for file '%value%'" => "Pro soubor '%value%' nebyl nalezen žádný dočasný adresář",
  146. "File '%value%' can't be written" => "Soubor '%value%' nemůže být zapsán",
  147. "A PHP extension returned an error while uploading the file '%value%'" => "Rozšíření PHP vrátilo chybu během nahrávání souboru '%value%'",
  148. "File '%value%' was illegally uploaded. This could be a possible attack" => "Soubor '%value%' byl nedovoleně nahrán. Může se jednat o útok",
  149. "File '%value%' was not found" => "Soubor '%value%' nebyl nalezen",
  150. "Unknown error while uploading file '%value%'" => "Během nahrávání souboru '%value%' došlo k neznámé chybě",
  151. // Zend\Validator\File\UploadFile
  152. "File exceeds the defined ini size" => "Soubor překročil velikost definovanou v ini souboru",
  153. "File exceeds the defined form size" => "Soubor překročil velikost definovanou ve formuláře",
  154. "File was only partially uploaded" => "Soubor byl nahrán jen částečně",
  155. "File was not uploaded" => "Soubor nebyl nahrán",
  156. "No temporary directory was found for file" => "Pro soubor nebyl nalezen žádný dočasný adresář",
  157. "File can't be written" => "Soubor nemůže být zapsán",
  158. "A PHP extension returned an error while uploading the file" => "Rozšíření PHP vrátilo chybu během nahrávání souboru",
  159. "File was illegally uploaded. This could be a possible attack" => "Soubor byl nedovoleně nahrán. Může se jednat o útok",
  160. "File was not found" => "Soubor nebyl nalezen",
  161. "Unknown error while uploading file" => "Během nahrávání souboru došlo k neznámé chybě",
  162. // Zend\Validator\File\WordCount
  163. "Too many words, maximum '%max%' are allowed but '%count%' were counted" => "Příliš mnoho slov. Je jich dovoleno maximálně '%max%', ale bylo zadáno '%count%'",
  164. "Too few words, minimum '%min%' are expected but '%count%' were counted" => "Příliš málo slov. Musí jich být alespoň '%min%', ale bylo zadáno jen '%count%'",
  165. "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",
  166. // Zend\Validator\GreaterThan
  167. "The input is not greater than '%min%'" => "Hodnota není větší než '%min%'",
  168. "The input is not greater or equal than '%min%'" => "Hodnota není větší nebo rovna '%min%'",
  169. // Zend\Validator\Hex
  170. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  171. "The input contains non-hexadecimal characters" => "Hodnota neobsahuje jen znaky hexadecimálních čísel",
  172. // Zend\Validator\Hostname
  173. "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => "Hodnota vypadá jako DNS hostname ale zadanou punycode notaci není možné dekódovat",
  174. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  175. "The input appears to be a DNS hostname but contains a dash in an invalid position" => "Hodnota vypadá jako hostname, ale obsahuje pomlčku na nedovoleném místě",
  176. "The input does not match the expected structure for a DNS hostname" => "Hodnota neodpovídá očekáváné struktuře hostname",
  177. "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "Hodnota vypadá jako hostname, ale neodpovídá formátu hostname pro '%tld%'",
  178. "The input does not appear to be a valid local network name" => "Hodnota nevypadá jako platné síťové jméno",
  179. "The input does not appear to be a valid URI hostname" => "Hodnota nevypadá jako platný hostname URI",
  180. "The input appears to be an IP address, but IP addresses are not allowed" => "Hodnota vypadá jako IP adresa, ale ty nejsou dovoleny",
  181. "The input appears to be a local network name but local network names are not allowed" => "Hodnota vypadá jako hostname lokální sítě, ty ale nejsou povoleny",
  182. "The input appears to be a DNS hostname but cannot extract TLD part" => "Hodnota sice vypadá jako hostname, ale nemohu určit TLD",
  183. "The input appears to be a DNS hostname but cannot match TLD against known list" => "Hodnota vypadá jako hostname, ale nemohl být ověřen proti známým TLD",
  184. // Zend\Validator\Iban
  185. "Unknown country within the IBAN" => "Neznámý stát v IBAN",
  186. "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Státy mimo jednotný evropský platební prostor nejsou podporovány",
  187. "The input has a false IBAN format" => "Hodnota není platný formát IBAN",
  188. "The input has failed the IBAN check" => "Hodnota neprošlo kontrolou IBAN",
  189. // Zend\Validator\Identical
  190. "The two given tokens do not match" => "Zadané hodnoty nejsou shodné",
  191. "No token was provided to match against" => "Nebyla zadána hodnota pro porovnání",
  192. // Zend\Validator\InArray
  193. "The input was not found in the haystack" => "Hodnota nebyla nalezena v seznamu",
  194. // Zend\Validator\Ip
  195. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  196. "The input does not appear to be a valid IP address" => "Hodnota nevypadá jako platná IP adresa",
  197. // Zend\Validator\IsInstanceOf
  198. "The input is not an instance of '%className%'" => "Hodnota není instancí třídy '%className%'",
  199. // Zend\Validator\Isbn
  200. "Invalid type given. String or integer expected" => "Chybný typ. Byl očekáván řetězec nebo celé číslo",
  201. "The input is not a valid ISBN number" => "Hodnota není platné ISBN",
  202. // Zend\Validator\LessThan
  203. "The input is not less than '%max%'" => "Hodnota není menší než '%max%'",
  204. "The input is not less or equal than '%max%'" => "Hodnota není menší nebo rovna '%max%'",
  205. // Zend\Validator\NotEmpty
  206. "Value is required and can't be empty" => "Položka je povinná a nesmí být prázdná",
  207. "Invalid type given. String, integer, float, boolean or array expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo, boolean nebo pole",
  208. // Zend\Validator\Regex
  209. "Invalid type given. String, integer or float expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo",
  210. "The input does not match against pattern '%pattern%'" => "Hodnota neodpovídá šabloně '%pattern%'",
  211. "There was an internal error while using the pattern '%pattern%'" => "Během zpracování šablony '%pattern%' došlo k interní chybě",
  212. // Zend\Validator\Sitemap\Changefreq
  213. "The input is not a valid sitemap changefreq" => "Hodnota není platné 'changefreq' pro sitemapu",
  214. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  215. // Zend\Validator\Sitemap\Lastmod
  216. "The input is not a valid sitemap lastmod" => "Hodnota není platné 'lastmod' pro sitemapu",
  217. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  218. // Zend\Validator\Sitemap\Loc
  219. "The input is not a valid sitemap location" => "Hodnota není platná 'location' pro sitemapu",
  220. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  221. // Zend\Validator\Sitemap\Priority
  222. "The input is not a valid sitemap priority" => "Hodnota není platná 'priority' pro sitemapu",
  223. "Invalid type given. Numeric string, integer or float expected" => "Chybný typ. Byl očekáván číselný řetězec, celé nebo desetinné číslo",
  224. // Zend\Validator\Step
  225. "Invalid value given. Scalar expected" => "Chybná hodnota. Byla očekávána skalární hodnota",
  226. "The input is not a valid step" => "Hodnota není platný krok",
  227. // Zend\Validator\StringLength
  228. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  229. "The input is less than %min% characters long" => "Hodnota je kratší než %min% znaků",
  230. "The input is more than %max% characters long" => "Hodnota je delší než %max% znaků",
  231. // Zend\Validator\Uri
  232. "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec",
  233. "The input does not appear to be a valid Uri" => "Hodnota nevypadá jako platná URI",
  234. );