28"Invalid type given. String, integer or float expected" => "Epäkelpo syöte. Pitäisi olla liukuluku, merkkijono tai kokonaisluku",
29"'%value%' contains characters which are non alphabetic and no digits" => "'%value%' on virheelinen, ainoastaan aakkoset ja numerot ovat sallittuja",
30"'%value%' is an empty string" => "'%value%' on tyhjä merkkijono",
31
32// Zend_Validate_Alpha
33"Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
34"'%value%' contains non alphabetic characters" => "'%value%' on virheellinen, ainoastaan aakkoset ovat sallittuja",
35"'%value%' is an empty string" => "'%value%' on tyhjä merkkijono",
56"'%value%' seems to contain an invalid checksum" => "Syötteen '%value%' tarkistusluku on viallinen",
57"'%value%' must contain only digits" => "'%value%' saa sisältää ainoastaan numeroita",
58"Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
59"'%value%' contains an invalid amount of digits" => "'%value%' sisältää väärän määrän numeroita",
60"'%value%' is not from an allowed institute" => "'%value%' ei ole sallitun luottolaitoksen alkuosa",
61"'%value%' seems to be an invalid creditcard number" => "Luottokortin numero '%value%' tulkittiin virheelliseksi",
62"An exception has been raised while validating '%value%'" => "Kortin '%value%' varmennus epäonnistui, palvelu palautti virheen",
63
64// Zend_Validate_Date
65"Invalid type given. String, integer, array or Zend_Date expected" => "Epäkelpo syöte. Pitäisi olla merkkijono, kokonaisluku, taulukko tai Zend_Date",
66"'%value%' does not appear to be a valid date" => "'%value%' ei ole kelvollinen päivä",
67"'%value%' does not fit the date format '%format%'" => "'%value%' ei ole muotoa '%format%'",
68
69// Zend_Validate_Db_Abstract
70"No record matching '%value%' was found" => "Rekisteristä ei löytynyt arvoa, joka vastaisi syötettä '%value%'",
71"A record matching '%value%' was found" => "Rekisteristä löytyi syötettä '%value%' vastaava arvo",
72
73// Zend_Validate_Digits
74"Invalid type given. String, integer or float expected" => "Epäkelpo syöte. Pitäisi olla merkkijono, kokonaisluku tai liukuluku",
75"'%value%' must contain only digits" => "'%value%' on virheellinen, ainoastaan numerot ovat sallittuja",
76"'%value%' is an empty string" => "'%value%' on tyhjä merkkijono",
77
78// Zend_Validate_EmailAddress
79"Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
80"'%value%' is not a valid email address in the basic format local-part@hostname" => "'%value%' on virheellinen sähköpostiosoite, ei vastaa muotoa paikallisosa@alue",
81"'%hostname%' is not a valid hostname for email address '%value%'" => "'%hostname%' on virheellinen verkkotunnus osoitteelle '%value%'",
82"'%hostname%' does not appear to have a valid MX record for the email address '%value%'" => "Osoitteen '%value%' verkkotunnukselle '%hostname%' ei löydy MX-tietuetta",
83"'%hostname%' is not in a routable network segment. The email address '%value%' should not be resolved from public network" => "'%hostname%' ei ole reititettävän verkon osa. Sähköpostiosoitetta '%value%' ei pitäisi selvittää julkisesta verkosta.",
84"'%localPart%' can not be matched against dot-atom format" => "Virheellinen paikallisosa, '%localPart%' ei ole verrattavissa dot-atom -muotoon",
85"'%localPart%' can not be matched against quoted-string format" => "Virheellinen paikallisosa, '%localPart%' ei ole verrattavissa quoted-string -muotoon",
86"'%localPart%' is not a valid local part for email address '%value%'" => "Sähköpostiosoitteen '%value%' paikallisosa '%localPart%' on virheellinen",
87"'%value%' exceeds the allowed length" => "Osoite '%value%' on liian pitkä",
88
89// Zend_Validate_File_Count
90"Too many files, maximum '%max%' are allowed but '%count%' are given" => "Virheellinen määrä tiedostoja, maksimimäärä on '%max%', vastaanotettiin '%count%'",
91"Too few files, minimum '%min%' are expected but '%count%' are given" => "Virheellinen määrä tiedostoja, minimimäärä on '%min%', vastaanotettiin '%count%'",
92
93// Zend_Validate_File_Crc32
94"File '%value%' does not match the given crc32 hashes" => "Tiedoston '%value%' crc32-tarkistusluku ei vastaa annettua",
95"A crc32 hash could not be evaluated for the given file" => "Tarkistuslukua crc32 ei pystytty määrittämään vastaanotetulle tiedostolle",
96"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
97
98// Zend_Validate_File_ExcludeExtension
99"File '%value%' has a false extension" => "Tiedostolla '%value%' on virheellinen pääte",
100"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
101
102// Zend_Validate_File_ExcludeMimeType
103"File '%value%' has a false mimetype of '%type%'" => "Tiedoston '%value%' MIME-tyyppi '%type%' on virheellinen",
104"The mimetype of file '%value%' could not be detected" => "Tiedoston '%value%' MIME-tyyppiä ei pystytty todentamaan",
105"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
106
107// Zend_Validate_File_Exists
108"File '%value%' does not exist" => "Tiedostoa '%value%' ei ole olemassa",
109
110// Zend_Validate_File_Extension
111"File '%value%' has a false extension" => "Tiedostolla '%value%' on virheellinen pääte",
112"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
113
114// Zend_Validate_File_FilesSize
115"All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Kaikkien tiedostojen yhteenlaskettu koko saa olla maksimissaan '%max%', vastaanotettiin '%size%'",
116"All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Kaikkien tiedostojen yhteenlaskettu koko pitää olla vähintään '%min%', vastaanotettiin '%size%'",
117"One or more files can not be read" => "Yhtä tai useampaa tiedostoa ei voida lukea",
118
119// Zend_Validate_File_Hash
120"File '%value%' does not match the given hashes" => "Tiedoston '%value%' tarkastusluku ei vastaa annettua",
121"A hash could not be evaluated for the given file" => "Tarkistuslukua ei pystytty määrittämään vastaanotetulle tiedostolle",
122"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
123
124// Zend_Validate_File_ImageSize
125"Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "Kuvan '%value%' maksimileveys on '%maxwidth%', annettu '%width%'",
126"Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "Kuvan '%value%' minimileveys on '%minwidth%', annettu '%width%'",
127"Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "Kuvan '%value%' maksimikorkeus on '%maxheight%', annettu '%height%'",
128"Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "Kuvan '%value%' minimikorkeus on '%minheight%', annettu '%height%'",
129"The size of image '%value%' could not be detected" => "Kuvan '%value%' kokoa ei voida todentaa",
130"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
131
132// Zend_Validate_File_IsCompressed
133"File '%value%' is not compressed, '%type%' detected" => "Tiedosto '%value%' ei ole pakattu, vastaanotettiin tyyppiä '%type%'",
134"The mimetype of file '%value%' could not be detected" => "Tiedoston '%value%' MIME-tyyppiä ei pystytty todentamaan",
135"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
136
137// Zend_Validate_File_IsImage
138"File '%value%' is no image, '%type%' detected" => "Tiedosto '%value%' ei ole kuvatiedosto, vastaanotettiin tyyppiä '%type%'",
139"The mimetype of file '%value%' could not be detected" => "Tiedoston '%value%' MIME-tyyppiä ei pystytty todentamaan",
140"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
141
142// Zend_Validate_File_Md5
143"File '%value%' does not match the given md5 hashes" => "Tiedoston '%value%' tarkistusluku ei vastaa annettua (md5)",
144"A md5 hash could not be evaluated for the given file" => "Tiedostolle ei voitu määrittää md5-tarkistuslukua",
145"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
146
147// Zend_Validate_File_MimeType
148"File '%value%' has a false mimetype of '%type%'" => "Tiedoston '%value%' MIME-tyyppi '%type%' on virheellinen",
149"The mimetype of file '%value%' could not be detected" => "Tiedoston '%value%' MIME-tyyppiä ei pystytty todentamaan",
150"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
151
152// Zend_Validate_File_NotExists
153"File '%value%' exists" => "Tiedostoa '%value%' ei ole olemassa",
154
155// Zend_Validate_File_Sha1
156"File '%value%' does not match the given sha1 hashes" => "Tiedoston '%value%' tarkistusluku ei vastaa annettua (sha1)",
157"A sha1 hash could not be evaluated for the given file" => "Tiedostolle ei voitu määrittää sha1-tarkistuslukua",
158"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
159
160// Zend_Validate_File_Size
161"Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "Tiedoston '%value%' maksimikoko on '%max%', vastaanotettu '%size%'",
162"Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "Tiedoston '%value%' minimikoko on '%min%', vastaanotettu '%size%'",
163"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voidea lukea tai sitä ei ole",
164
165// Zend_Validate_File_Upload
166"File '%value%' exceeds the defined ini size" => "Tiedosto '%value%' ylittää ini-tiedostossa määritellyn tiedostokoon",
167"File '%value%' exceeds the defined form size" => "Tiedosto '%value%' ylittää lomakkeessa määritellyn tiedostokoon",
168"File '%value%' was only partially uploaded" => "Tiedosto '%value%' vastaanotettiin ainoastaan osittain",
169"File '%value%' was not uploaded" => "Tiedostoa '%value%' ei lähetetty",
170"No temporary directory was found for file '%value%'" => "Väliaikaishakemistoa ei löytynyt tiedostolle '%value%'",
171"File '%value%' can't be written" => "Tiedostoon '%value%' ei voida kirjoittaa",
172"A PHP extension returned an error while uploading the file '%value%'" => "PHP:n lisäosa palautti virheen kesken tiedoston '%value%' lähetyksen",
173"File '%value%' was illegally uploaded. This could be a possible attack" => "Tiedoston '%value%' lähetyksessä haivattu laittomuus, mahdollinen hyökkäys",
174"File '%value%' was not found" => "Tiedostoa '%value%' ei löydy",
175"Unknown error while uploading file '%value%'" => "Tiedoston '%value%' lähetyksessä tapahtui tunnistamaton virhe",
176
177// Zend_Validate_File_WordCount
178"Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Virheellinen määrä sanoja, maksimäärä on '%max%', annettu '%count%'",
179"Too less words, minimum '%min%' are expected but '%count%' were counted" => "Virheellinen määrä sanoja, minimimäärä on '%min%', annettu '%count%'",
180"File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
181
182// Zend_Validate_Float
183"Invalid type given. String, integer or float expected" => "Epäkelpo syöte. Pitäisi olla liukuluku, merkkijono tai kokonaisluku",
184"'%value%' does not appear to be a float" => "'%value%' ei ole liukuluku",
185
186// Zend_Validate_GreaterThan
187"'%value%' is not greater than '%min%'" => "'%value%' ei ole suurempi kuin '%min%'",
188
189// Zend_Validate_Hex
190"Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
191"'%value%' has not only hexadecimal digit characters" => "'%value%' voi sisältää ainoastaan heksadeslimaalin muotoisia merkkejä",
192
193// Zend_Validate_Hostname
194"Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
195"'%value%' appears to be an IP address, but IP addresses are not allowed" => "'%value%' näyttäisi olevan ip-osoite eikä verkkotunnus",
196"'%value%' appears to be a DNS hostname but cannot match TLD against known list" => "'%value%' verkkotunnuksen TLD-osa ei ole tunnettu",
197"'%value%' appears to be a DNS hostname but contains a dash in an invalid position" => "'%value%' näyttäisi olevan käypä verkkotunnus, mutta sisältää viivan väärässä paikassa",
198"'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "'%value%' näyttäisi olevan käypä verkkotunnus, mutta sen TLD-osa '%tld%' on virheellinen",
199"'%value%' appears to be a DNS hostname but cannot extract TLD part" => "'%value%' verkkotunnuksen TLD-osaa ei pystytty erottamaan",
200"'%value%' does not match the expected structure for a DNS hostname" => "Verkkotunnus '%value%' on jäsennykseltään virheellinen",
201"'%value%' does not appear to be a valid local network name" => "'%value%' on epäkelpo paikallisverkkon tunnus",
202"'%value%' appears to be a local network name but local network names are not allowed" => "'%value%' tulkittiin paikallisverkon tunnukseksi, jotka eivät ole sallittuja",
203"'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded" => "Verkkotunnuksen '%value%' punycode-koodauksen purku epäonnistui",
204
205// Zend_Validate_Iban
206"Unknown country within the IBAN '%value%'" => "Maata ei pystytty tunnistamaan IBAN-koodista '%value%'",
207"'%value%' has a false IBAN format" => "'%value%' on väärän muotoinen IBAN-koodi",
208"'%value%' has failed the IBAN check" => "'%value%' IBAN-koodin tarkastus epäonnistui",
209
210// Zend_Validate_Identical
211"The two given tokens do not match" => "Annetut kaksi arvoa eivät täsmää",
212"No token was provided to match against" => "Toinen arvoista puuttuu",
213
214// Zend_Validate_InArray
215"'%value%' was not found in the haystack" => "'%value%' ei löydy sallittujen syötteiden joukosta",
216
217// Zend_Validate_Int
218"Invalid type given. String or integer expected" => "Epäkelpo syöte. Pitäisi olla merkkijono tai kokonaisluku",
219"'%value%' does not appear to be an integer" => "'%value%' ei ole kokonaisluku",
220
221// Zend_Validate_Ip
222"Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
223"'%value%' does not appear to be a valid IP address" => "'%value%' ei ole käypä IP-osoite",
224
225// Zend_Validate_Isbn
226"Invalid type given. String or integer expected" => "Epäkelpo syöte. Pitäisi olla merkkijono tai kokonaisluku",
227"'%value%' is not a valid ISBN number" => "'%value%' ei ole käypä ISBN-numero",
228
229// Zend_Validate_LessThan
230"'%value%' is not less than '%max%'" => "'%value%' ei ole pienempi kuin '%max%'",
231
232// Zend_Validate_NotEmpty
233"Invalid type given. String, integer, float, boolean or array expected" => "Epäkelpo syöte. Pitäisi olla kokonaisluku, liukuluku, boolean tai taulukko",
234"Value is required and can't be empty" => "Kenttä ei voi olla tyhjä",
235
236// Zend_Validate_PostCode
237"Invalid type given. String or integer expected" => "Epäkelpo syöte. Pitäisi olla merkkijono tai kokonaisluku",
238"'%value%' does not appear to be a postal code" => "'%value%' ei ole käypä postiosoite",
239
240// Zend_Validate_Regex
241"Invalid type given. String, integer or float expected" => "Epäkelpo syöte. Pitäisi olla merkkijono, kokonaisluku tai liukuluku",
242"'%value%' does not match against pattern '%pattern%'" => "'%value%' ei ole muotoa '%pattern%'",
243"There was an internal error while using the pattern '%pattern%'" => "Sisäinen virhe käytettäessa muotoa '%pattern%'",
244
245// Zend_Validate_Sitemap_Changefreq
246"'%value%' is not a valid sitemap changefreq" => "'%value%' ei ole käypä sivukartan muutosnopeus",
247"Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
248
249// Zend_Validate_Sitemap_Lastmod
250"'%value%' is not a valid sitemap lastmod" => "'%value%' ei ole käypä arvo sivukartan viimeksimuokatuksi arvoksi",
251"Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
252
253// Zend_Validate_Sitemap_Loc
254"'%value%' is not a valid sitemap location" => "'%value%' ei ole käypä sivukartan sijainti",
255"Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
256
257// Zend_Validate_Sitemap_Priority
258"'%value%' is not a valid sitemap priority" => "'%value%' ei ole käypä sivukartan prioriteetti",
259"Invalid type given. Numeric string, integer or float expected" => "Epäkelpo syöte. Pitäisi olla kokonaisluku tai liukuluku",
260
261// Zend_Validate_StringLength
262"Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
263"'%value%' is less than %min% characters long" => "'%value%' on lyhyempi kuin vaaditut %min% merkkiä",
264"'%value%' is more than %max% characters long" => "'%value%' on pidempi kuin sallitut %max% merkkiä",