28"Invalid type given. String, integer or float expected" => "Chybný typ. Bol očakávaný reťazec, celé alebo desatinné číslo",
29"'%value%' contains characters which are non alphabetic and no digits" => "'%value%' obsahuje aj iné znaky ako písmena a číslice",
30"'%value%' is an empty string" => "'%value%' je prázdny reťazec",
31
32// Zend_Validate_Alpha
33"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec",
34"'%value%' contains non alphabetic characters" => "'%value%' obsahuje aj iné znaky ako písmena",
35"'%value%' is an empty string" => "'%value%' je prázdny reťazec",
36
37// Zend_Validate_Barcode
38"'%value%' failed checksum validation" => "'%value%' má chybný kontrolný súčet",
39"'%value%' contains invalid characters" => "'%value%' obsahuje neplatné znaky",
40"'%value%' should have a length of %length% characters" => "'%value%' by mal mať dĺžku %length% znakov",
41"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec.",
42
43// Zend_Validate_Between
44"'%value%' is not between '%min%' and '%max%', inclusively" => "'%value%' nie je medzi '%min%' a '%max%', vrátane",
45"'%value%' is not strictly between '%min%' and '%max%'" => "'%value%' nie je medzi '%min%' a '%max%'",
46
47// Zend_Validate_Callback
48"'%value%' is not valid" => "Hodnota '%value%' je neplatná",
49"An exception has been raised within the callback" => "Počas validácie došlo chybe",
50
51// Zend_Validate_Ccnum
52"'%value%' must contain between 13 and 19 digits" => "'%value%' musí obsahovať 13 až 19 číslic",
53"Luhn algorithm (mod-10 checksum) failed on '%value%'" => "Luhnov algoritmus (kontrolný súčet mod-10) nevyšiel pre '%value%'",
54
55// Zend_Validate_CreditCard
56"'%value%' seems to contain an invalid checksum" => "'%value%' obsahuje neplatný kontrolný súčet",
57"'%value%' must contain only digits" => "'%value%' musí obsahovať len čísla",
58"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec",
59"'%value%' contains an invalid amount of digits" => "'%value%' obsahuje neplatný počet číslic",
60"'%value%' is not from an allowed institute" => "'%value%' je od nepovolenej spoločnosti",
61"'%value%' seems to be an invalid creditcard number" => "'%value%' je neplatné číslo kreditnej karty",
62"An exception has been raised while validating '%value%'" => "Počas validácie '%value%' došlo k chybe",
63
64// Zend_Validate_Date
65"Invalid type given. String, integer, array or Zend_Date expected" => "Chybný typ. Bol očakávaný reťazec, číslo, pole alebo objekt typu Zend_Date",
66"'%value%' does not appear to be a valid date" => "'%value%' je neplatný dátum",
67"'%value%' does not fit the date format '%format%'" => "'%value%' nie je formátu '%format%'",
68
69// Zend_Validate_Db_Abstract
70"No record matching '%value%' was found" => "Nebol nájdený žiadny záznam zhodný s '%value%'",
71"A record matching '%value%' was found" => "Bol nájdený záznam zhodný s '%value%'",
72
73// Zend_Validate_Digits
74"Invalid type given. String, integer or float expected" => "Chybný typ. Bol očakávaný reťazec, celé alebo desatinné číslo",
75"'%value%' must contain only digits" => "'%value%' musí obsahovať iba číslice",
76"'%value%' is an empty string" => "'%value%' je prázdny reťazec",
77
78// Zend_Validate_EmailAddress
79"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec",
80"'%value%' is not a valid email address in the basic format local-part@hostname" => "'%value%' nie je platná e-mailová adresa v tvare local-part@hostname",
81"'%hostname%' is not a valid hostname for email address '%value%'" => "'%hostname%' je neplatný hostname pre emailovou adresu '%value%'",
82"'%hostname%' does not appear to have a valid MX record for the email address '%value%'" => "'%hostname%' neobsahuje platný MX záznam pre e-mailovou adresu '%value%'",
83"'%hostname%' is not in a routable network segment. The email address '%value%' should not be resolved from public network" => "'%hostname%' nie je v smerovateľnom úseku siete. E-mailová adresa '%value%' by nemala byť požadovaná z verejnej siete",
84"'%localPart%' can not be matched against dot-atom format" => "'%localPart%' nemôže byť porovnaný proti dot-atom formátu",
85"'%localPart%' can not be matched against quoted-string format" => "'%localPart%' nemôže byť porovnaný proti quoted-string formátu",
86"'%localPart%' is not a valid local part for email address '%value%'" => "'%localPart%' je neplatná 'local part' pre e-mailovou adresu '%value%'",
87"'%value%' exceeds the allowed length" => "'%value%' prekročil dovolenú dĺžku",
88
89// Zend_Validate_File_Count
90"Too many files, maximum '%max%' are allowed but '%count%' are given" => "Príliš veľa súborov. Maximum je '%max%', ale bolo zadaných '%count%'",
91"Too few files, minimum '%min%' are expected but '%count%' are given" => "Píliš málo súborov. Minimum je '%min%', ale bolo zadaných len '%count%'",
92
93// Zend_Validate_File_Crc32
94"File '%value%' does not match the given crc32 hashes" => "Súbor '%value%' nezodpovedá zadanému crc32 hashu",
95"A crc32 hash could not be evaluated for the given file" => "Pre zadaný súbor nemohol byť vypočítaný crc32 hash",
96"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
97
98// Zend_Validate_File_ExcludeExtension
99"File '%value%' has a false extension" => "Súbor '%value%' má nesprávnu príponu",
100"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
101
102// Zend_Validate_File_ExcludeMimeType
103"File '%value%' has a false mimetype of '%type%'" => "Súbor '%value%' má nesprávny mimetyp '%type%'",
104"The mimetype of file '%value%' could not be detected" => "Mimetyp súboru '%value%' nebolo možne zistiť",
105"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
106
107// Zend_Validate_File_Exists
108"File '%value%' does not exist" => "Súbor '%value%' neexistuje",
109
110// Zend_Validate_File_Extension
111"File '%value%' has a false extension" => "Súbor '%value%' má nesprávnu príponu",
112"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
113
114// Zend_Validate_File_FilesSize
115"All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Súčet veľkostí všetkých súborov by mal byť maximálne '%max%', ale je '%size%'",
116"All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Súčet veľkosti všetkých súborov by mal byť minimálne '%min%', ale je '%size%'",
117"One or more files can not be read" => "Jeden alebo viac súborov nie je možné načítať",
118
119// Zend_Validate_File_Hash
120"File '%value%' does not match the given hashes" => "Súbor '%value%' neodpovedá danému hashu",
121"A hash could not be evaluated for the given file" => "Hash nemohol byť pre daný súbor vypočítaný",
122"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
123
124// Zend_Validate_File_ImageSize
125"Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "Maximálna šírka obrázka '%value%' by mala byť '%maxwidth%', ale je '%width%'",
126"Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "Minimálna šírka obrázka '%value%' by mala byť '%minwidth%', ale je '%width%'",
127"Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "Maximálna výška obrázka '%value%' by mala byť '%maxheight%', ale je '%height%'",
128"Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "Minimálna výška obrázka '%value%' by mala byť '%minheight%', ale je '%height%'",
129"The size of image '%value%' could not be detected" => "Rozmery obrázka '%value%' nebolo možné zistiť",
130"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
131
132// Zend_Validate_File_IsCompressed
133"File '%value%' is not compressed, '%type%' detected" => "Súbor '%value%' nie je komprimovaný, typ súboru '%type%' bol zistený",
134"The mimetype of file '%value%' could not be detected" => "Mimetyp súboru '%value%' nebolo možné zistiť",
135"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
136
137// Zend_Validate_File_IsImage
138"File '%value%' is no image, '%type%' detected" => "Súbor '%value%' nie je obrázok, typ súboru '%type%' bol zistený",
139"The mimetype of file '%value%' could not be detected" => "Mimetyp súboru '%value%' nebolo možné zistiť",
140"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
141
142// Zend_Validate_File_Md5
143"File '%value%' does not match the given md5 hashes" => "Súbor '%value%' neodpovedá danému md5 hashu",
144"A md5 hash could not be evaluated for the given file" => "md5 hash nemohol byť pre daný súbor vypočítaný",
145"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
146
147// Zend_Validate_File_MimeType
148"File '%value%' has a false mimetype of '%type%'" => "Súbor '%value%' má neplatný mimetyp '%type%'",
149"The mimetype of file '%value%' could not be detected" => "Mimetyp súboru '%value%' nebolo možne zistiť",
150"File '%value%' is not readable or does not exist" => "Soubor '%value%' je nečitateľný alebo neexistuje",
151
152// Zend_Validate_File_NotExists
153"File '%value%' exists" => "Súbor '%value%' už existuje",
154
155// Zend_Validate_File_Sha1
156"File '%value%' does not match the given sha1 hashes" => "Súbor '%value%' neodpovedá danému sha1 hashu",
157"A sha1 hash could not be evaluated for the given file" => "sha1 hash nemohol byť pre daný súbor vypočítaný",
158"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
159
160// Zend_Validate_File_Size
161"Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "Maximálna povolená veľkosť súboru je '%max%', ale '%value%' má '%size%'",
162"Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "Minimálna veľkosť súboru je '%min%', ale '%value%' má '%size%'",
163"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
164
165// Zend_Validate_File_Upload
166"File '%value%' exceeds the defined ini size" => "Súbor '%value%' prekročil veľkosť definovanú v ini súbore",
167"File '%value%' exceeds the defined form size" => "Súbor '%value%' prekročil veľkosť definovanú vo formulári",
168"File '%value%' was only partially uploaded" => "Súbor '%value%' bol nahraný len čiastočne",
169"File '%value%' was not uploaded" => "Súbor '%value%' nebol nahraný",
170"No temporary directory was found for file '%value%'" => "Pre súbor '%value%' nebol nájdený žiadny dočasný adresár",
171"File '%value%' can't be written" => "Súbor '%value%' nemôže byť zapísaný",
172"A PHP extension returned an error while uploading the file '%value%'" => "PHP rozšírenie vrátilo chybu počas nahrávania súboru '%value%'",
173"File '%value%' was illegally uploaded. This could be a possible attack" => "Súbor '%value%' bol nahraný neoprávnene. Môže sa jednať o útok",
174"File '%value%' was not found" => "Súbor '%value%' nebol nalezený",
175"Unknown error while uploading file '%value%'" => "Počas nahrávania súboru '%value%' došlo k chybe",
176
177// Zend_Validate_File_WordCount
178"Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Príliš mnoho slov. Je ich dovolené maximálne '%max%', ale bolo zadaných '%count%'",
179"Too less words, minimum '%min%' are expected but '%count%' were counted" => "Príliš málo slov. Musí ich byť minimálne '%min%', ale bolo zadaných len '%count%'",
180"File '%value%' is not readable or does not exist" => "Súbor '%value%' je nečitateľný alebo neexistuje",
181
182// Zend_Validate_Float
183"Invalid type given. String, integer or float expected" => "Chybný typ. Bol očakávaný reťazec, celé alebo desatinné číslo",
184"'%value%' does not appear to be a float" => "'%value%' nie je desatinné číslo",
185
186// Zend_Validate_GreaterThan
187"'%value%' is not greater than '%min%'" => "'%value%' nie je viac ako '%min%'",
188
189// Zend_Validate_Hex
190"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec",
191"'%value%' has not only hexadecimal digit characters" => "'%value%' musí obsahovať len znaky hexadecimálnych čísel.",
192
193// Zend_Validate_Hostname
194"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec",
195"'%value%' appears to be an IP address, but IP addresses are not allowed" => "'%value%' vyzerá ako IP adresa, ale tie nie sú dovolené",
196"'%value%' appears to be a DNS hostname but cannot match TLD against known list" => "'%value%' vyzerá ako hostname, ale nemohol byť overený proti známym TLD",
197"'%value%' appears to be a DNS hostname but contains a dash in an invalid position" => "'%value%' vyzerá ako hostname, ale obsahuje pomlčku na nepovolenom mieste",
198"'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "'%value%' vyzerá ako hostname, ale neodpovedá formátu hostname pre '%tld%'",
199"'%value%' appears to be a DNS hostname but cannot extract TLD part" => "'%value%' síce vyzerá ako hostname, ale nebolo možné určiť TLD",
200"'%value%' does not match the expected structure for a DNS hostname" => "'%value%' nezodpovedá očakávanej štruktúre hostname",
201"'%value%' does not appear to be a valid local network name" => "'%value%' nevyzerá ako platné sieťové meno",
202"'%value%' appears to be a local network name but local network names are not allowed" => "'%value%' vyzerá ako hostname lokálnej siete, tie ale nie sú dovolené",
203"'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded" => "'%value%' vyzerá ako DNS hostname ale zadanú punycode notáciu nie je možné dekódovať",
204
205// Zend_Validate_Iban
206"Unknown country within the IBAN '%value%'" => "Neznámy štát v IBAN '%value%'",
207"'%value%' has a false IBAN format" => "'%value%' je neplatný formát IBAN",
208"'%value%' has failed the IBAN check" => "'%value%' neprešiel kontrolou IBAN",
209
210// Zend_Validate_Identical
211"The two given tokens do not match" => "Zadané položky sú rozdielne",
212"No token was provided to match against" => "Nebola zadaná položka na porovnanie",
213
214// Zend_Validate_InArray
215"'%value%' was not found in the haystack" => "'%value%' nebola nájdená v zozname",
216
217// Zend_Validate_Int
218"Invalid type given. String or integer expected" => "Chybný typ. Bol očakávaný reťazec alebo celé číslo",
219"'%value%' does not appear to be an integer" => "'%value%' nie je celé číslo",
220
221// Zend_Validate_Ip
222"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec",
223"'%value%' does not appear to be a valid IP address" => "'%value%' je neplatná IP adresa",
224
225// Zend_Validate_Isbn
226"Invalid type given. String or integer expected" => "Chybný typ. Bol očakávaný reťazec alebo celé číslo",
227"'%value%' is not a valid ISBN number" => "'%value%' je neplatný ISBN",
228
229// Zend_Validate_LessThan
230"'%value%' is not less than '%max%'" => "'%value%' nie je menej ako '%max%'",
231
232// Zend_Validate_NotEmpty
233"Invalid type given. String, integer, float, boolean or array expected" => "Chybný typ. Bol očakávaný reťazec, celé alebo desatinné číslo, boolean alebo pole",
234"Value is required and can't be empty" => "Položka je povinná a nemôže byť prázdna",
235
236// Zend_Validate_PostCode
237"Invalid type given. String or integer expected" => "Chybný typ. Bol očakávaný reťazec alebo celé číslo",
238"'%value%' does not appear to be a postal code" => "'%value%' nevyzerá ako PSČ",
239
240// Zend_Validate_Regex
241"Invalid type given. String, integer or float expected" => "Chybný typ. Bol očakávaný reťazec, celé alebo desatinné číslo",
242"'%value%' does not match against pattern '%pattern%'" => "'%value%' neodpovedá šablóne '%pattern%'",
243"There was an internal error while using the pattern '%pattern%'" => "Počas spracovania šablóny '%pattern%' došlo k interní chybe",
244
245// Zend_Validate_Sitemap_Changefreq
246"'%value%' is not a valid sitemap changefreq" => "'%value%' je neplatný 'changefreq' pre sitemapu",
247"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec",
248
249// Zend_Validate_Sitemap_Lastmod
250"'%value%' is not a valid sitemap lastmod" => "'%value%' je neplatný 'lastmod' pre sitemapu",
251"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec",
252
253// Zend_Validate_Sitemap_Loc
254"'%value%' is not a valid sitemap location" => "'%value%' je neplatný 'location' pre sitemapu",
255"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec",
256
257// Zend_Validate_Sitemap_Priority
258"'%value%' is not a valid sitemap priority" => "'%value%' je neplatná 'priority' pre sitemapu",
259"Invalid type given. Numeric string, integer or float expected" => "Chybný typ. Bol očakávaný číselný reťazec, celé alebo desatinné číslo.",
260
261// Zend_Validate_StringLength
262"Invalid type given. String expected" => "Chybný typ. Bol očakávaný reťazec",
263"'%value%' is less than %min% characters long" => "'%value%' ma menej ako %min% znakov",
264"'%value%' is more than %max% characters long" => "'%value%' ma viac ako %max% znakov",