PageRenderTime 38ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/resources/languages/sl/Zend_Validate.php

https://bitbucket.org/gencer/zf2
PHP | 289 lines | 187 code | 46 blank | 56 comment | 20 complexity | bf662a91e2f037a69b2325dd8c2cf20e 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.Jul.2013
  11. */
  12. return array(
  13. // Zend\I18n\Validator\Alnum
  14. "Invalid type given. String, integer or float expected" => "Podan neveljaven tip. Predviden je niz, celo število ali število s premično vejico",
  15. "The input contains characters which are non alphabetic and no digits" => "Vnos vsebuje znake, ki niso abecedni ali številni",
  16. "The input is an empty string" => "Vnos je prazen niz",
  17. // Zend\I18n\Validator\Alpha
  18. "Invalid type given. String expected" => "Podan neveljaven tip. Predviden je niz",
  19. "The input contains non alphabetic characters" => "Vnos vsebuje ne abecedne znake",
  20. "The input is an empty string" => "Vnos je prazen niz",
  21. // Zend\I18n\Validator\DateTime
  22. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakovan je niz",
  23. "The input does not appear to be a valid datetime" => "Vnos ni veljaven datum in čas",
  24. // Zend\I18n\Validator\Float
  25. "Invalid type given. String, integer or float expected" => "Podan je neveljaven tip. Niz, celo število ali število s premično vejico",
  26. "The input does not appear to be a float" => "Vnos ni število s premično vejico",
  27. // Zend\I18n\Validator\Int
  28. "Invalid type given. String or integer expected" => "Podan je neveljaven tip. Pričakuje se niz ali celo število",
  29. "The input does not appear to be an integer" => "Vnos ni celo število",
  30. // Zend\I18n\Validator\PhoneNumber
  31. "The input does not match a phone number format" => "Vnos ni telefonska številka ali oblika telefonske številke",
  32. "The country provided is currently unsupported" => "Ponujena država trenutno ni na voljo",
  33. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakuje se niz",
  34. // Zend\I18n\Validator\PostCode
  35. "Invalid type given. String or integer expected" => "Podan je neveljaven tip. Pričakuje se niz ali celo število",
  36. "The input does not appear to be a postal code" => "Vnos ni poštna številka",
  37. "An exception has been raised while validating the input" => "Med preverjanjem vnosa je prišlo do izjeme",
  38. // Zend\Validator\Barcode
  39. "The input failed checksum validation" => "Vnos ni uspel preverjanja preizkusne vsote",
  40. "The input contains invalid characters" => "Vnos vsebuje napačne znake",
  41. "The input should have a length of %length% characters" => "Vnos bi moral vsebovati dolžino znakov %length%",
  42. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakovan je niz",
  43. // Zend\Validator\Between
  44. "The input is not between '%min%' and '%max%', inclusively" => "Vnos ni med '%min%' in '%max%', izključujoče",
  45. "The input is not strictly between '%min%' and '%max%'" => "Vnos ni točno med '%min%' in '%max%'",
  46. // Zend\Validator\Callback
  47. "The input is not valid" => "Vnos ni veljaven",
  48. "An exception has been raised within the callback" => "Med povratnim klicem je prišlo do izjeme",
  49. // Zend\Validator\CreditCard
  50. "The input seems to contain an invalid checksum" => "Vnos vsebuje napačno preizkusno vsoto",
  51. "The input must contain only digits" => "Vnos lahko vsebuje samo številke",
  52. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakuje se niz",
  53. "The input contains an invalid amount of digits" => "Vnos vsebuje neveljavno število številk",
  54. "The input is not from an allowed institute" => "Vnos ne spada med dovoljene inštitute",
  55. "The input seems to be an invalid credit card number" => "Vnos ni veljavna številka kreditne kartice",
  56. "An exception has been raised while validating the input" => "Med preverjanjem vnosa je prišlo do izjeme",
  57. // Zend\Validator\Csrf
  58. "The form submitted did not originate from the expected site" => "Oddani obrazec ne izvira iz pričakovane strani",
  59. // Zend\Validator\Date
  60. "Invalid type given. String, integer, array or DateTime expected" => "Podan je neveljaven tip. Pričakuje se niz, celo število, polje ali datum in čas",
  61. "The input does not appear to be a valid date" => "Vnos ni veljaven datum",
  62. "The input does not fit the date format '%format%'" => "Vnos ne ustreza obliki datuma '%format%'",
  63. // Zend\Validator\DateStep
  64. "The input is not a valid step" => "Vnos ni veljaven korak",
  65. // Zend\Validator\Db\AbstractDb
  66. "No record matching the input was found" => "Noben zapis, ki se ujema z vnosom, ni bil najden",
  67. "A record matching the input was found" => "Zapis, ki se ujema z vnosom, je bil najden",
  68. // Zend\Validator\Digits
  69. "The input must contain only digits" => "Vnos mora vsebovati samo številke",
  70. "The input is an empty string" => "Vnos je prazen niz",
  71. "Invalid type given. String, integer or float expected" => "Podan je neveljaven tip. Pričakuje se niz, celo število ali število s plavajočo vejico",
  72. // Zend\Validator\EmailAddress
  73. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakuje se niz",
  74. "The input is not a valid email address. Use the basic format local-part@hostname" => "Vnos ni veljavna e-pošta. Uporabite osnovno obliko local-part@hostname",
  75. "'%hostname%' is not a valid hostname for the email address" => "'%hostname%' ni veljaven hostname za naslov e-pošte",
  76. "'%hostname%' does not appear to have any valid MX or A records for the email address" => "'%hostname%' ne vsebuje veljavnih MX ali A zapisov za naslov e-pošte",
  77. "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' ni segment usmerjenega omrežja. Naslov e-pošte ne bi smel biti razreševan z javnega omrežja",
  78. "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' se ne sme ujemati s t.i. dot-atom obliko",
  79. "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' se ne sme ujemati s quoted-string obliko",
  80. "'%localPart%' is not a valid local part for the email address" => "'%localPart%' ni veljaven lokalni del za naslov e-pošte",
  81. "The input exceeds the allowed length" => "Vnos presega dovoljeno dolžino",
  82. // Zend\Validator\Explode
  83. "Invalid type given" => "Podan je neveljaven tip",
  84. // Zend\Validator\File\Count
  85. "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Preveč datotek, dovoljenih je največ '%max%', vendar podanih je '%count%'",
  86. "Too few files, minimum '%min%' are expected but '%count%' are given" => "Premalo datotek, pričakuje se najmanj '%min%', vendar podanih je '%count%'",
  87. // Zend\Validator\File\Crc32
  88. "File does not match the given crc32 hashes" => "Datoteka se ne ujema z zgoščevanjem (hash) crc32",
  89. "A crc32 hash could not be evaluated for the given file" => "Za podano datoteko zgoščevanja (hash) crc32 ni bilo mogoče določiti",
  90. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  91. // Zend\Validator\File\ExcludeExtension
  92. "File has an incorrect extension" => "Datoteka ima napačno končnico",
  93. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  94. // Zend\Validator\File\Exists
  95. "File does not exist" => "Datoteka ne obstaja",
  96. // Zend\Validator\File\Extension
  97. "File has an incorrect extension" => "Datoteka ima napačno končnico",
  98. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  99. // Zend\Validator\File\FilesSize
  100. "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Vse datoteke skupaj imajo lahko največjo velikost '%max%', vendar zaznanih je bilo '%size%'",
  101. "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Vse datoteke skupaj imajo lahko najmanjšo velikost '%min%', vendar zaznanih je bilo '%size%'",
  102. "One or more files can not be read" => "Ena ali več datotek niso na voljo za branje",
  103. // Zend\Validator\File\Hash
  104. "File does not match the given hashes" => "Datoteka se ne ujema z danimi zgoščenimi vrednostmi",
  105. "A hash could not be evaluated for the given file" => "Zgoščene vrednosti ni bilo mogoče preveriti za dano datoteko",
  106. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  107. // Zend\Validator\File\ImageSize
  108. "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "Največja dovoljena širina za sliko je '%maxwidth%', vendar zaznana je '%width%'",
  109. "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "Najmanjša pričakovana širina za sliko je '%minwidth%', vendar zaznana je '%width%'",
  110. "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "Največja dovoljena višina za sliko je '%maxheight%', vendar zaznana je '%height%'",
  111. "Minimum expected height for image should be '%minheight%' but '%height%' detected" => "Najmanjša pričakovana višina za sliko je '%minheight%', vendar zaznana je '%height%'",
  112. "The size of image could not be detected" => "Velikost slike ni bilo mogoče zaznati",
  113. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  114. // Zend\Validator\File\IsCompressed
  115. "File is not compressed, '%type%' detected" => "Datoteka ni stisnjena, zaznan tip '%type%'",
  116. "The mimetype could not be detected from the file" => "Vrste datoteke (mimetype) ni mogoče zaznati iz datoteke",
  117. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  118. // Zend\Validator\File\IsImage
  119. "File is no image, '%type%' detected" => "Datoteka ni slika, zaznan tip '%type%'",
  120. "The mimetype could not be detected from the file" => "Vrste datoteke (mimetype) ni mogoče zaznati iz datoteke",
  121. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  122. // Zend\Validator\File\Md5
  123. "File does not match the given md5 hashes" => "Datoteka se ne ujema z md5 zgošeno vrednostjo",
  124. "An md5 hash could not be evaluated for the given file" => "Zgoščene vrednosti md5 ni bilo mogoče preveriti za dano datoteko",
  125. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  126. // Zend\Validator\File\MimeType
  127. "File has an incorrect mimetype of '%type%'" => "Datoteka ima napačno vrsto (mimetype) tipa '%type%'",
  128. "The mimetype could not be detected from the file" => "Vrste datoteke (mimetype) ni bilo mogoče zaznati iz datoteke",
  129. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  130. // Zend\Validator\File\NotExists
  131. "File exists" => "Datoteka obstaja",
  132. // Zend\Validator\File\Sha1
  133. "File does not match the given sha1 hashes" => "Datoteka se ne ujema z dano zgoščeno vrednostjo sha1",
  134. "A sha1 hash could not be evaluated for the given file" => "Zgoščene vrednosti sha1 ni bilo mogoče zaznati za dano datoteko",
  135. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  136. // Zend\Validator\File\Size
  137. "Maximum allowed size for file is '%max%' but '%size%' detected" => "Največja dovoljena velikost datoteke je '%max%', vendar zaznana je '%size%'",
  138. "Minimum expected size for file is '%min%' but '%size%' detected" => "Najmanjša pričakovana velikost datoteke je '%min%', vendar zaznana je '%size%'",
  139. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  140. // Zend\Validator\File\Upload
  141. "File '%value%' exceeds the defined ini size" => "Datoteka '%value%' presega definirano ini vrednost",
  142. "File '%value%' exceeds the defined form size" => "Datoteka '%value%' presega velikost definirano v obrazcu",
  143. "File '%value%' was only partially uploaded" => "Datoteka '%value%' je bila samo delno naložena",
  144. "File '%value%' was not uploaded" => "Datoteka '%value%' ni bila naložena",
  145. "No temporary directory was found for file '%value%'" => "Začasnega direktorija ni bilo mogoče najti za datoteko '%value%'",
  146. "File '%value%' can't be written" => "Datoteke '%value%' ni mogoče zapisati",
  147. "A PHP extension returned an error while uploading the file '%value%'" => "PHP razširitev je vrnila napako med nalaganjem datoteke '%value%'",
  148. "File '%value%' was illegally uploaded. This could be a possible attack" => "Datoteka '%value%' je bila nelegalno naložena. To je lahko potencialen napad",
  149. "File '%value%' was not found" => "Datoteke '%value%' ni bilo mogoče najti",
  150. "Unknown error while uploading file '%value%'" => "Neznana napaka med nalaganjem datoteke '%value%'",
  151. // Zend\Validator\File\UploadFile
  152. "File exceeds the defined ini size" => "Datoteka presega definirano ini vrednost",
  153. "File exceeds the defined form size" => "Datoteka presega velikost definirano v obrazcu",
  154. "File was only partially uploaded" => "Datoteka je bila samo delno naložena",
  155. "File was not uploaded" => "Datoteka ni bila naložena",
  156. "No temporary directory was found for file" => "Začasnega direktorija ni bilo mogoče najti za datoteko",
  157. "File can't be written" => "Datoteke ni bilo mogoče zapisati",
  158. "A PHP extension returned an error while uploading the file" => "PHP razširitev je vrnila napako med nalaganjem datoteke",
  159. "File was illegally uploaded. This could be a possible attack" => "Datoteka je bila nelegalno naložena. Gre lahko za potencialni napad",
  160. "File was not found" => "Datoteke ni bilo mogoče najti",
  161. "Unknown error while uploading file" => "Neznana napaka med nalaganjem datoteke",
  162. // Zend\Validator\File\WordCount
  163. "Too many words, maximum '%max%' are allowed but '%count%' were counted" => "Preveč besed, največje dovoljeno število je '%max%', vendar prešteto je bilo '%count%'",
  164. "Too few words, minimum '%min%' are expected but '%count%' were counted" => "Premalo besed, najmanjše pričakovano število je '%min%', vendar prešteto je bilo '%count%'",
  165. "File is not readable or does not exist" => "Datoteka ni na voljo za branje ali pa ne obstaja",
  166. // Zend\Validator\GreaterThan
  167. "The input is not greater than '%min%'" => "Vnos ni večji od '%min%'",
  168. "The input is not greater or equal than '%min%'" => "Vnos ni večji ali enak '%min%'",
  169. // Zend\Validator\Hex
  170. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakuje se niz",
  171. "The input contains non-hexadecimal characters" => "Vnos vsebuje ne heksadecimalne znake",
  172. // Zend\Validator\Hostname
  173. "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => "Vnos je DNS hostname vendar punycode notacije ni mogoče zaznati",
  174. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakuje se niz",
  175. "The input appears to be a DNS hostname but contains a dash in an invalid position" => "Vnos je DNS hostname vendar vsebuje pomišljaj na neveljavnem mestu",
  176. "The input does not match the expected structure for a DNS hostname" => "Vnos se ne ujema s pričakovano strukturo za DNS hostname",
  177. "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "Vnos je DNS hostname vendar se ne more ujemati s shemo hostname-a za TLD '%tld%'",
  178. "The input does not appear to be a valid local network name" => "Vnos ni veljavno ime lokalnega omrežja",
  179. "The input does not appear to be a valid URI hostname" => "Vnos ni veljaven URI hostname",
  180. "The input appears to be an IP address, but IP addresses are not allowed" => "Vnost je IP naslov, vendar IP naslovi niso dovoljeni",
  181. "The input appears to be a local network name but local network names are not allowed" => "Vnost je ime lokalnega omrežja vendar imena lokalnih omrežij niso dovoljena",
  182. "The input appears to be a DNS hostname but cannot extract TLD part" => "Vnos je DNS hostname vendar ne more izločiti TLD dela",
  183. "The input appears to be a DNS hostname but cannot match TLD against known list" => "Vnos je DNS hostname vendar se ne more ujemati s TLD-ji znanega seznama",
  184. // Zend\Validator\Iban
  185. "Unknown country within the IBAN" => "Neznana država znotraj IBAN-a",
  186. "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Države izven SEPA niso podprte",
  187. "The input has a false IBAN format" => "Vnos vsebuje napačno obliko IBAN",
  188. "The input has failed the IBAN check" => "Vnos ni uspel IBAN preverjanja",
  189. // Zend\Validator\Identical
  190. "The two given tokens do not match" => "Dana žetona se ne ujemata",
  191. "No token was provided to match against" => "Ni bilo podanega žetona za preverjanje",
  192. // Zend\Validator\InArray
  193. "The input was not found in the haystack" => "Vnos ni bil najden v seneni kopici (haystack)",
  194. // Zend\Validator\Ip
  195. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakuje se niz",
  196. "The input does not appear to be a valid IP address" => "Vnos ni veljaven IP naslov",
  197. // Zend\Validator\IsInstanceOf
  198. "The input is not an instance of '%className%'" => "Vnos ni instanca '%className%'",
  199. // Zend\Validator\Isbn
  200. "Invalid type given. String or integer expected" => "Podan je neveljaven tip. Pričakuje se niz ali celo število",
  201. "The input is not a valid ISBN number" => "Vnos ni veljavna ISBN številka",
  202. // Zend\Validator\LessThan
  203. "The input is not less than '%max%'" => "Vnos ni manjši od '%max%'",
  204. "The input is not less or equal than '%max%'" => "Vnos ni manjši ali enak '%max%'",
  205. // Zend\Validator\NotEmpty
  206. "Value is required and can't be empty" => "Vrednost je obvezna in ne sme biti prazna",
  207. "Invalid type given. String, integer, float, boolean or array expected" => "Podan je neveljaven tip. Pričakuje se niz, celo število, število s plavajočo vejico, logična vrednost ali polje",
  208. // Zend\Validator\Regex
  209. "Invalid type given. String, integer or float expected" => "Podan je neveljaven tip. Pričakuje se niz, celo število ali število s plavajočo vejico",
  210. "The input does not match against pattern '%pattern%'" => "Vnos se ne ujema z vzorcem '%pattern%'",
  211. "There was an internal error while using the pattern '%pattern%'" => "Prišlo je do notranje napake med uporabo vzorca '%pattern%'",
  212. // Zend\Validator\Sitemap\Changefreq
  213. "The input is not a valid sitemap changefreq" => "Vnos ni veljavna pogostost spreminjanja kazala (changefreq)",
  214. "Invalid type given. String expected" => "Podan je neveljaven tip. Priačkuje se niz",
  215. // Zend\Validator\Sitemap\Lastmod
  216. "The input is not a valid sitemap lastmod" => "Vnos ni veljavna zadnja sprememba kazala (lastmod)",
  217. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakuje se niz",
  218. // Zend\Validator\Sitemap\Loc
  219. "The input is not a valid sitemap location" => "Vnos ni veljavna lokacija kazala",
  220. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakuje se niz",
  221. // Zend\Validator\Sitemap\Priority
  222. "The input is not a valid sitemap priority" => "Vnos ni veljavna prioriteta kazala",
  223. "Invalid type given. Numeric string, integer or float expected" => "Podan je neveljaven tip. Pričakuje se numerični niz, celo število ali število s plavajočo vejico",
  224. // Zend\Validator\Step
  225. "Invalid value given. Scalar expected" => "Podana je neveljavna vrednost. Pričakuje se skalar",
  226. "The input is not a valid step" => "Vnos ni veljaven korak",
  227. // Zend\Validator\StringLength
  228. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakuje se niz",
  229. "The input is less than %min% characters long" => "Vnos je manjši od števila znakov %min%",
  230. "The input is more than %max% characters long" => "Vnos je daljši od števila znakov %max%",
  231. // Zend\Validator\Uri
  232. "Invalid type given. String expected" => "Podan je neveljaven tip. Pričakuje se niz",
  233. "The input does not appear to be a valid Uri" => "Vnos ni veljaven enotni identifikator vira (Uri)",
  234. );