27"Invalid type given, value should be float, string, or integer" => "Neispravan tip, vrijednost bi trebala biti niz slova, brojki ili realni broj",
28"'%value%' contains characters which are non alphabetic and no digits" => "'%value%' sadrži znakove koji nisu ni slova ni brojke",
29"'%value%' is an empty string" => "'%value%' je prazan niz",
30
31// Zend_Validate_Alpha
32"Invalid type given, value should be a string" => "Neispravan tip, vrijednost mora biti niz slova",
33"'%value%' contains non alphabetic characters" => "'%value%' sadrži znakove koji nisu slova",
34"'%value%' is an empty string" => "'%value%' je prazan niz",
35
36// Zend_Validate_Barcode
37"'%value%' failed checksum validation" => "'%value%' nije prošao provjeru",
38"'%value%' contains invalid characters" => "'%value%' sadrži neispravne znakove",
39"'%value%' should have a length of %length% characters" => "'%value%' bi trebao imati dužinu od %length% znakova",
40"Invalid type given, value should be string" => "Neispravan tip, vrijedno mora biti niz znakova",
41
42// Zend_Validate_Between
43"'%value%' is not between '%min%' and '%max%', inclusively" => "'%value%' nije između '%min%' i '%max%', uključivo",
44"'%value%' is not strictly between '%min%' and '%max%'" => "'%value%' nije strogo između '%min%' i '%max%'",
45
46// Zend_Validate_Callback
47"'%value%' is not valid" => "'%value%' nije ispravan",
48"Failure within the callback, exception returned" => "Pogreška sa povratnim pozivom, iznimka vraćena",
49
50// Zend_Validate_Ccnum
51"'%value%' must contain between 13 and 19 digits" => "'%value%' mora sadržavati između 13 i 19 znamenki",
52"Luhn algorithm (mod-10 checksum) failed on '%value%'" => "Luhn algoritam (mod-10 provjera) nije prošla na '%value%'",
53
54// Zend_Validate_CreditCard
55"Luhn algorithm (mod-10 checksum) failed on '%value%'" => "Luhn algoritam (mod-10 provjera) nije prošla na '%value%'",
56"'%value%' must contain only digits" => "'%value%' mora sadržavati samo znamenke",
57"Invalid type given, value should be a string" => "Neispravan tip, vrijednost mora biti niz znakova",
58"'%value%' contains an invalid amount of digits" => "'%value%' sadrži neispravan broj znamenki",
59"'%value%' is not from an allowed institute" => "'%value%' nije iz dozvoljene institucije",
60"Validation of '%value%' has been failed by the service" => "Servis nije odobrio provjeru '%value%'",
61"The service returned a failure while validating '%value%'" => "Servis je vratio pogrešku provjeravajući '%value%'",
62
63// Zend_Validate_Date
64"Invalid type given, value should be string, integer, array or Zend_Date" => "Neispravan tip, vrijednost mora biti niz znakova, broj, polje ili Zend_Date",
65"'%value%' does not appear to be a valid date" => "'%value%' ne izgleda kao ispravan datum",
66"'%value%' does not fit the date format '%format%'" => "'%value%' ne odgovara formatu datuma '%format%'",
67
68// Zend_Validate_Db_Abstract
69"No record matching '%value%' was found" => "Nije pronađen zapis koji se podudara sa %value%",
70"A record matching '%value%' was found" => "Zapis koji se podudara sa %value% je pronađen",
71
72// Zend_Validate_Digits
73"Invalid type given, value should be string, integer or float" => "Neispravan tip, vrijednost bi trebala biti niz slova, brojki ili realni broj",
74"'%value%' contains characters which are not digits; but only digits are allowed" => "'%value%' sadrži znakove koji nisu znamenke; samo znamenke su dozvoljene",
75"'%value%' is an empty string" => "'%value%' je prazan niz",
76
77// Zend_Validate_EmailAddress
78"Invalid type given, value should be a string" => "Neispravan tip, vrijednost bi trebala biti niz",
79"'%value%' is not a valid email address in the basic format local-part@hostname" => "'%value%' nije ispravna email adresa u osnovnom formatu lokalni-dio@ime-poslužitelja",
80"'%hostname%' is not a valid hostname for email address '%value%'" => "'%hostname%' nije ispravno ime poslužitelja za email adresu '%value%'",
81"'%hostname%' does not appear to have a valid MX record for the email address '%value%'" => "'%hostname%' nema ispravan MX zapis za email adresu '%value%'",
82"'%hostname%' is not in a routable network segment. The email address '%value%' should not be resolved from public network." => "'%hostname%' nije u rutabilnom mrežnom segmentu. Email adresa '%value%' ne bi smjela biti razlučiva iz javne mreže.",
83"'%localPart%' can not be matched against dot-atom format" => "'%localPart%' se ne podudara s dot-atom formatom",
84"'%localPart%' can not be matched against quoted-string format" => "'%localPart%' se ne podudara s 'quoted-string' formatom",
85"'%localPart%' is not a valid local part for email address '%value%'" => "'%localPart%' nije ispravan lokalni dio za email adresu '%value%'",
86"'%value%' exceeds the allowed length" => "'%value%' je duža od dozvoljene dužine",
87
88// Zend_Validate_File_Count
89"Too many files, maximum '%max%' are allowed but '%count%' are given" => "Previše datoteka, maksimalno '%max%' je dozvoljeno, a '%count%' je zadano",
90"Too few files, minimum '%min%' are expected but '%count%' are given" => "Premalo datoteka, minimalno '%min%' se očekuje a '%count%' je zadano",
91
92// Zend_Validate_File_Crc32
93"File '%value%' does not match the given crc32 hashes" => "Datoteka '%value%' se ne podudara sa zadanim crc32 hash-em",
94"A crc32 hash could not be evaluated for the given file" => "crc32 hash se ne može izračunati za zadanu datoteku",
95"File '%value%' could not be found" => "Datoteku '%value%' nije moguće pronaći",
96
97// Zend_Validate_File_ExcludeExtension
98"File '%value%' has a false extension" => "Datoteka '%value%' ima neispravnu ekstenziju",
99"File '%value%' could not be found" => "Datoteku '%value%' nije moguće pronaći",
100
101// Zend_Validate_File_ExcludeMimeType
102"File '%value%' has a false mimetype of '%type%'" => "Datoteka '%value%' ima neispravan 'mime' tip '%type%'",
103"The mimetype of file '%value%' could not be detected" => "'Mime' tip datoteke '%value%' nije moguće detektirati",
104"File '%value%' can not be read" => "Datoteku '%value%' nije moguće pročitati",
105
106// Zend_Validate_File_Exists
107"File '%value%' does not exist" => "Datoteka '%value%' ne postoji",
108
109// Zend_Validate_File_Extension
110"File '%value%' has a false extension" => "Datoteka '%value%' ima neispravnu ekstenziju",
111"File '%value%' could not be found" => "Datoteku '%value%' nije moguće pronaći",
112
113// Zend_Validate_File_FilesSize
114"All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Sve datoteke zajedno mogu imati maksimalnu veličinu od '%max%', a imaju '%size%'",
115"All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Sve datoteke zajedno moraju imati minimalnu veličinu od '%min%', a imaju '%size%'",
116"One or more files can not be read" => "Jednu ili više datoteka nije moguće pročitati",
117
118// Zend_Validate_File_Hash
119"File '%value%' does not match the given hashes" => "Datoteka '%value%' ne odgovara danom 'hashu'",
120"A hash could not be evaluated for the given file" => "'Hash' nije moguće izračunati za zadanu datoteku",
121"File '%value%' could not be found" => "Datoteku '%value%' nije moguće pronaći",
122
123// Zend_Validate_File_ImageSize
124"Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "Maksimalna dozvoljena širina slike '%value%' je '%maxwidth%', slika je široka '%width%'",
125"Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "Minimalna očekivana širina slike '%value%' je '%minwidth%' slika je široka '%width%'",
126"Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "Maksimalna dozvoljena visina slike '%value%' je '%maxheight%', slika je visoka '%height%'",
127"Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "Minimalna očekivana visina slike '%value%' je '%minheight%', slika je visoka '%height%'",
128"The size of image '%value%' could not be detected" => "Dimenzije slike '%value%' nije moguće otkriti",
129"File '%value%' can not be read" => "Datoteku '%value%' nije moguće pročitati",
130
131// Zend_Validate_File_IsCompressed
132"File '%value%' is not compressed, '%type%' detected" => "Datoteka '%value%' nije kompresirana, datoteka je tipa '%type%'",
133"The mimetype of file '%value%' could not be detected" => "'Mime' tip datoteke '%value%' nije moguće detektirati",
134"File '%value%' can not be read" => "Datoteku '%value%' nije moguće pročitati",
135
136// Zend_Validate_File_IsImage
137"File '%value%' is no image, '%type%' detected" => "Datoteka '%value%' nije slika, datoteka je tipa '%type%'",
138"The mimetype of file '%value%' could not be detected" => "'Mime' tip datoteke '%value%' nijem moguće detektirati",
139"File '%value%' can not be read" => "Datoteku '%value%' nije moguće pročitati",
140
141// Zend_Validate_File_Md5
142"File '%value%' does not match the given md5 hashes" => "Datoteka '%value%' ne odgovara zadanom md5 hash-u",
143"A md5 hash could not be evaluated for the given file" => "Md5 hash nije moguće izračunati za zadanu datoteku",
144"File '%value%' could not be found" => "Datoteku '%value%' nije moguće pronaći",
145
146// Zend_Validate_File_MimeType
147"File '%value%' has a false mimetype of '%type%'" => "Datoteka '%value%' ima neispravan 'mime' tip '%type%'",
148"The mimetype of file '%value%' could not be detected" => "'Mime' tip datoteke '%value%' nije moguće detektirati",
149"File '%value%' can not be read" => "Datoteku '%value%' nije moguće pročitati",
155"File '%value%' does not match the given sha1 hashes" => "Datoteka '%value%' ne odgovara zadanom sha1 hash-u",
156"A sha1 hash could not be evaluated for the given file" => "Sha1 hash se ne može izračunati za zadanu datoteku",
157"File '%value%' could not be found" => "Datoteku '%value%' nije moguće pronaći",
158
159// Zend_Validate_File_Size
160"Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "Maksimalna dozvoljena veličina datoteka '%value%' je '%max%', datoteka je velika '%size%'",
161"Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "Minimalna dozvoljena veličina datoteke '%value%' je '%min%', datoteka je velika '%size%'",
162"File '%value%' could not be found" => "Datoteku '%value%' nije moguće pronaći",
163
164// Zend_Validate_File_Upload
165"File '%value%' exceeds the defined ini size" => "Datoteka '%value%' prelazi veličinu definiranu u ini datoteci",
166"File '%value%' exceeds the defined form size" => "Datoteka '%value%' prelazi veličinu definiranu u formi",
167"File '%value%' was only partially uploaded" => "Datoteka '%value%' je samo djelomično poslana",
168"File '%value%' was not uploaded" => "Datoteka '%value%' nije poslana",
169"No temporary directory was found for file '%value%'" => "Nije pronađen privremeni direktorij za datoteku '%value%'",
170"File '%value%' can't be written" => "Datoteku '%value%' nije moguće zapisati",
171"A PHP extension returned an error while uploading the file '%value%'" => "PHP ekstenzija je vratila pogrešku prilikom slanja datoteke '%value%'",
172"File '%value%' was illegally uploaded. This could be a possible attack" => "Datoteka '%value%' je nelegalno poslana. Ovo bi mogao biti napad",
173"File '%value%' was not found" => "Datoteka '%value%' nije pronađena",
174"Unknown error while uploading file '%value%'" => "Nepoznata pogreška prilikom slanja datoteke '%value%'",
175
176// Zend_Validate_File_WordCount
177"Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Previše riječi, maksimalno '%max%' riječi je dozvoljeno, a ima ih '%count%'",
178"Too less words, minimum '%min%' are expected but '%count%' were counted" => "Premalo riječi, očekuje se minimalno '%min%' riječi, a ima ih '%count%' ",
179"File '%value%' could not be found" => "Datoteku '%value%' nije moguće pronaći",
180
181// Zend_Validate_Float
182"Invalid type given, value should be float, string, or integer" => "Neispravan tip, vrijednost bi trebala biti niz slova, brojki ili realni broj",
183"'%value%' does not appear to be a float" => "'%value%' nije realni broj",
184
185// Zend_Validate_GreaterThan
186"'%value%' is not greater than '%min%'" => "'%value%' nije veće od '%min%'",
187
188// Zend_Validate_Hex
189"Invalid type given, value should be a string" => "Neispravan tip, vrijednost bi trebala biti niz",
190"'%value%' has not only hexadecimal digit characters" => "'%value%' nema samo heksadekadske znamenke",
191
192// Zend_Validate_Hostname
193"Invalid type given, value should be a string" => "Neispravan tup, vrijednost bi trebala biti niz",
194"'%value%' appears to be an IP address, but IP addresses are not allowed" => "'%value%' izgleda kao IP adresa, IP adrese nisu dozvoljene",
195"'%value%' appears to be a DNS hostname but cannot match TLD against known list" => "'%value%' izgleda kao DNS ime poslužitelja, ali ne mogu pronaći vršnu domenu u listi poznatih",
196"'%value%' appears to be a DNS hostname but contains a dash in an invalid position" => "'%value%' izgleda kao DNS ime poslužitelja, ali ima crtu ne neispravnoj poziciji",
197"'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "'%value%' izgleda kao DNS ime poslužitelja ali se ne podudara sa shemom imena poslužitelja za vršnu domenu '%tld%'",
198"'%value%' appears to be a DNS hostname but cannot extract TLD part" => "'%value%' izgleda kao DNS ime poslužitelja, ali ne mogu izvući dio koji označava vršnu domenu",
199"'%value%' does not match the expected structure for a DNS hostname" => "'%value%' se ne podudara sa očekivanom strukturom DNS imena poslužitelja",
200"'%value%' does not appear to be a valid local network name" => "'%value%' ne izgleda kao ispravno ime lokalne mreže",
201"'%value%' appears to be a local network name but local network names are not allowed" => "'%value%' izgleda kao ime lokalne mreže, ali imena lokalnih mreža nisu dozvoljena",
202"'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded" => "'%value%' izgleda kao DNS ime poslužitelja ali zadanu 'punycode' notaciju nije moguće dekodirati",
203
204// Zend_Validate_Iban
205"Unknown country within the IBAN '%value%'" => "Nepoznata zemlja unutar IBAN-a '%value%'",
206"'%value%' has a false IBAN format" => "'%value%' ima neispravan IBAN format",
207"'%value%' has failed the IBAN check" => "'%value%' nije prošlo IBAN provjeru",
208
209// Zend_Validate_Identical
210"The two given tokens do not match" => "Zadane vrijednosti se ne podudaraju",
211"No token was provided to match against" => "Nije zadano vrijednost s kojom se treba usporediti",
212
213// Zend_Validate_InArray
214"'%value%' was not found in the haystack" => "Vrijednost '%value%' nije pronađena u polju",
215
216// Zend_Validate_Int
217"Invalid type given, value should be string or integer" => "Neispravan tip, vrijednost bi trebala biti niz ili cijeli broj",
218"'%value%' does not appear to be an integer" => "'%value%' ne izgleda kao cijeli broj",
219
220// Zend_Validate_Ip
221"Invalid type given, value should be a string" => "Neispravan tip, vrijednost mora biti niz",
222"'%value%' does not appear to be a valid IP address" => "'%value%' ne izgleda kao ispravna IP adresa",
223
224// Zend_Validate_Isbn
225"Invalid type given, value should be string or integer" => "Neispravan tip, vrijednost mora biti niz ili cijeli broj",
226"'%value%' is not a valid ISBN number" => "'%value%' nije ispravan ISBN broj",
227
228// Zend_Validate_LessThan
229"'%value%' is not less than '%max%'" => "'%value%' nije manje od '%max%'",
230
231// Zend_Validate_NotEmpty
232"Invalid type given, value should be float, string, array, boolean or integer" => "Neispravan tip, vrijednost mora biti realni broj, niz, polje, cijeli broj ili 'boolean'",
233"Value is required and can't be empty" => "Vrijednost ne smije biti prazna",
234
235// Zend_Validate_PostCode
236"Invalid type given. The value should be a string or a integer" => "Neispravan tip. Vrijednost mora biti niz ili cijeli broj",
237"'%value%' does not appear to be a postal code" => "'%value%' ne izgleda kao poštanski kod",
238
239// Zend_Validate_Regex
240"Invalid type given, value should be string, integer or float" => "Neispravan tip, vrijednost mora biti niz, cijeli ili realni broj",
241"'%value%' does not match against pattern '%pattern%'" => "'%value%' se ne podudara sa uzorkom '%pattern%'",
242"There was an internal error while using the pattern '%pattern%'" => "Došlo je do interne pogreške prilikom korištenja uzorka '%pattern%'",
243
244// Zend_Validate_Sitemap_Changefreq
245"'%value%' is not a valid sitemap changefreq" => "'%value%' nije ispravna vrijednost za sitemap 'changefreq'",
246"Invalid type given, the value should be a string" => "Neispravan tip, vrijednost mora biti niz",
247
248// Zend_Validate_Sitemap_Lastmod
249"'%value%' is not a valid sitemap lastmod" => "'%value%' nije ispravna vrijednost za sitemap 'lastmod'",
250"Invalid type given, the value should be a string" => "Neispravan tip, vrijednost mora biti niz",
251
252// Zend_Validate_Sitemap_Loc
253"'%value%' is not a valid sitemap location" => "'%value%' nije ispravna lokacija za 'sitemap'",
254"Invalid type given, the value should be a string" => "Neispravan tip, vrijednost mora biti niz",
255
256// Zend_Validate_Sitemap_Priority
257"'%value%' is not a valid sitemap priority" => "'%value%' nije ispravna vrijednost za sitemap 'priority'",
258"Invalid type given, the value should be a integer, a float or a numeric string" => "Neispravan tip, vrijednost mora biti cijeli broj, realni broj ili niz znamenki",
259
260// Zend_Validate_StringLength
261"Invalid type given, value should be a string" => "Neispravan tip, vrijednost mora biti niz",
262"'%value%' is less than %min% characters long" => "'%value%' ima manje od %min% znaka",
263"'%value%' is more than %max% characters long" => "'%value%' ima više od %max% znakova",