composer package updates
[openemr.git] / vendor / zendframework / zend-i18n-resources / languages / fi / Zend_Validate.php
blobb8d951eb01d38d33210d5a481f2799d183c34bfd
1 <?php
2 /**
3 * Zend Framework (http://framework.zend.com/)
5 * @link http://github.com/zendframework/zf2 for the canonical source repository
6 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7 * @license http://framework.zend.com/license/new-bsd New BSD License
8 */
10 /**
11 * EN-Revision: 22075
13 return [
14 // Zend_Validate_Alnum
15 "Invalid type given. String, integer or float expected" => "Epäkelpo syöte. Pitäisi olla liukuluku, merkkijono tai kokonaisluku",
16 "'%value%' contains characters which are non alphabetic and no digits" => "'%value%' on virheelinen, ainoastaan aakkoset ja numerot ovat sallittuja",
17 "'%value%' is an empty string" => "'%value%' on tyhjä merkkijono",
19 // Zend_Validate_Alpha
20 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
21 "'%value%' contains non alphabetic characters" => "'%value%' on virheellinen, ainoastaan aakkoset ovat sallittuja",
22 "'%value%' is an empty string" => "'%value%' on tyhjä merkkijono",
24 // Zend_Validate_Barcode
25 "'%value%' failed checksum validation" => "Syötteen '%value%' tarkistusluvun vahvistus epäonnistui",
26 "'%value%' contains invalid characters" => "'%value%' sisältää epäkelpoja merkkejä",
27 "'%value%' should have a length of %length% characters" => "'%value%' pitäisi olla %length% merkkiä pitkä",
28 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
30 // Zend_Validate_Between
31 "'%value%' is not between '%min%' and '%max%', inclusively" => "'%value%' ei ole luku väliltä %min%-%max%",
32 "'%value%' is not strictly between '%min%' and '%max%'" => "'%value%' ei ole luku väliltä %min%-%max%, poislukien ylä- ja alarajat",
34 // Zend_Validate_Callback
35 "'%value%' is not valid" => "'%value%' on epäkelpo",
36 "An exception has been raised within the callback" => "Odottamaton virhe, callback-validaattori palautti poikkeuksen",
38 // Zend_Validate_Ccnum
39 "'%value%' must contain between 13 and 19 digits" => "'%value%' pitää olla luku väliltä 13-19",
40 "Luhn algorithm (mod-10 checksum) failed on '%value%'" => "Luhn-algoritmin (mod 10) suoritus syötteelle '%value%' epäonnistui",
42 // Zend_Validate_CreditCard
43 "'%value%' seems to contain an invalid checksum" => "Syötteen '%value%' tarkistusluku on viallinen",
44 "'%value%' must contain only digits" => "'%value%' saa sisältää ainoastaan numeroita",
45 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
46 "'%value%' contains an invalid amount of digits" => "'%value%' sisältää väärän määrän numeroita",
47 "'%value%' is not from an allowed institute" => "'%value%' ei ole sallitun luottolaitoksen alkuosa",
48 "'%value%' seems to be an invalid creditcard number" => "Luottokortin numero '%value%' tulkittiin virheelliseksi",
49 "An exception has been raised while validating '%value%'" => "Kortin '%value%' varmennus epäonnistui, palvelu palautti virheen",
51 // Zend_Validate_Date
52 "Invalid type given. String, integer, array or Zend_Date expected" => "Epäkelpo syöte. Pitäisi olla merkkijono, kokonaisluku, taulukko tai Zend_Date",
53 "'%value%' does not appear to be a valid date" => "'%value%' ei ole kelvollinen päivä",
54 "'%value%' does not fit the date format '%format%'" => "'%value%' ei ole muotoa '%format%'",
56 // Zend_Validate_Db_Abstract
57 "No record matching '%value%' was found" => "Rekisteristä ei löytynyt arvoa, joka vastaisi syötettä '%value%'",
58 "A record matching '%value%' was found" => "Rekisteristä löytyi syötettä '%value%' vastaava arvo",
60 // Zend_Validate_Digits
61 "Invalid type given. String, integer or float expected" => "Epäkelpo syöte. Pitäisi olla merkkijono, kokonaisluku tai liukuluku",
62 "'%value%' must contain only digits" => "'%value%' on virheellinen, ainoastaan numerot ovat sallittuja",
63 "'%value%' is an empty string" => "'%value%' on tyhjä merkkijono",
65 // Zend_Validate_EmailAddress
66 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
67 "'%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",
68 "'%hostname%' is not a valid hostname for email address '%value%'" => "'%hostname%' on virheellinen verkkotunnus osoitteelle '%value%'",
69 "'%hostname%' does not appear to have a valid MX record for the email address '%value%'" => "Osoitteen '%value%' verkkotunnukselle '%hostname%' ei löydy MX-tietuetta",
70 "'%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.",
71 "'%localPart%' can not be matched against dot-atom format" => "Virheellinen paikallisosa, '%localPart%' ei ole verrattavissa dot-atom -muotoon",
72 "'%localPart%' can not be matched against quoted-string format" => "Virheellinen paikallisosa, '%localPart%' ei ole verrattavissa quoted-string -muotoon",
73 "'%localPart%' is not a valid local part for email address '%value%'" => "Sähköpostiosoitteen '%value%' paikallisosa '%localPart%' on virheellinen",
74 "'%value%' exceeds the allowed length" => "Osoite '%value%' on liian pitkä",
76 // Zend_Validate_File_Count
77 "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Virheellinen määrä tiedostoja, maksimimäärä on '%max%', vastaanotettiin '%count%'",
78 "Too few files, minimum '%min%' are expected but '%count%' are given" => "Virheellinen määrä tiedostoja, minimimäärä on '%min%', vastaanotettiin '%count%'",
80 // Zend_Validate_File_Crc32
81 "File '%value%' does not match the given crc32 hashes" => "Tiedoston '%value%' crc32-tarkistusluku ei vastaa annettua",
82 "A crc32 hash could not be evaluated for the given file" => "Tarkistuslukua crc32 ei pystytty määrittämään vastaanotetulle tiedostolle",
83 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
85 // Zend_Validate_File_ExcludeExtension
86 "File '%value%' has a false extension" => "Tiedostolla '%value%' on virheellinen pääte",
87 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
89 // Zend_Validate_File_ExcludeMimeType
90 "File '%value%' has a false mimetype of '%type%'" => "Tiedoston '%value%' MIME-tyyppi '%type%' on virheellinen",
91 "The mimetype of file '%value%' could not be detected" => "Tiedoston '%value%' MIME-tyyppiä ei pystytty todentamaan",
92 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
94 // Zend_Validate_File_Exists
95 "File '%value%' does not exist" => "Tiedostoa '%value%' ei ole olemassa",
97 // Zend_Validate_File_Extension
98 "File '%value%' has a false extension" => "Tiedostolla '%value%' on virheellinen pääte",
99 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
101 // Zend_Validate_File_FilesSize
102 "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%'",
103 "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%'",
104 "One or more files can not be read" => "Yhtä tai useampaa tiedostoa ei voida lukea",
106 // Zend_Validate_File_Hash
107 "File '%value%' does not match the given hashes" => "Tiedoston '%value%' tarkastusluku ei vastaa annettua",
108 "A hash could not be evaluated for the given file" => "Tarkistuslukua ei pystytty määrittämään vastaanotetulle tiedostolle",
109 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
111 // Zend_Validate_File_ImageSize
112 "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "Kuvan '%value%' maksimileveys on '%maxwidth%', annettu '%width%'",
113 "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "Kuvan '%value%' minimileveys on '%minwidth%', annettu '%width%'",
114 "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "Kuvan '%value%' maksimikorkeus on '%maxheight%', annettu '%height%'",
115 "Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "Kuvan '%value%' minimikorkeus on '%minheight%', annettu '%height%'",
116 "The size of image '%value%' could not be detected" => "Kuvan '%value%' kokoa ei voida todentaa",
117 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
119 // Zend_Validate_File_IsCompressed
120 "File '%value%' is not compressed, '%type%' detected" => "Tiedosto '%value%' ei ole pakattu, vastaanotettiin tyyppiä '%type%'",
121 "The mimetype of file '%value%' could not be detected" => "Tiedoston '%value%' MIME-tyyppiä ei pystytty todentamaan",
122 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
124 // Zend_Validate_File_IsImage
125 "File '%value%' is no image, '%type%' detected" => "Tiedosto '%value%' ei ole kuvatiedosto, vastaanotettiin tyyppiä '%type%'",
126 "The mimetype of file '%value%' could not be detected" => "Tiedoston '%value%' MIME-tyyppiä ei pystytty todentamaan",
127 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
129 // Zend_Validate_File_Md5
130 "File '%value%' does not match the given md5 hashes" => "Tiedoston '%value%' tarkistusluku ei vastaa annettua (md5)",
131 "A md5 hash could not be evaluated for the given file" => "Tiedostolle ei voitu määrittää md5-tarkistuslukua",
132 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
134 // Zend_Validate_File_MimeType
135 "File '%value%' has a false mimetype of '%type%'" => "Tiedoston '%value%' MIME-tyyppi '%type%' on virheellinen",
136 "The mimetype of file '%value%' could not be detected" => "Tiedoston '%value%' MIME-tyyppiä ei pystytty todentamaan",
137 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
139 // Zend_Validate_File_NotExists
140 "File '%value%' exists" => "Tiedostoa '%value%' ei ole olemassa",
142 // Zend_Validate_File_Sha1
143 "File '%value%' does not match the given sha1 hashes" => "Tiedoston '%value%' tarkistusluku ei vastaa annettua (sha1)",
144 "A sha1 hash could not be evaluated for the given file" => "Tiedostolle ei voitu määrittää sha1-tarkistuslukua",
145 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
147 // Zend_Validate_File_Size
148 "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "Tiedoston '%value%' maksimikoko on '%max%', vastaanotettu '%size%'",
149 "Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "Tiedoston '%value%' minimikoko on '%min%', vastaanotettu '%size%'",
150 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voidea lukea tai sitä ei ole",
152 // Zend_Validate_File_Upload
153 "File '%value%' exceeds the defined ini size" => "Tiedosto '%value%' ylittää ini-tiedostossa määritellyn tiedostokoon",
154 "File '%value%' exceeds the defined form size" => "Tiedosto '%value%' ylittää lomakkeessa määritellyn tiedostokoon",
155 "File '%value%' was only partially uploaded" => "Tiedosto '%value%' vastaanotettiin ainoastaan osittain",
156 "File '%value%' was not uploaded" => "Tiedostoa '%value%' ei lähetetty",
157 "No temporary directory was found for file '%value%'" => "Väliaikaishakemistoa ei löytynyt tiedostolle '%value%'",
158 "File '%value%' can't be written" => "Tiedostoon '%value%' ei voida kirjoittaa",
159 "A PHP extension returned an error while uploading the file '%value%'" => "PHP:n lisäosa palautti virheen kesken tiedoston '%value%' lähetyksen",
160 "File '%value%' was illegally uploaded. This could be a possible attack" => "Tiedoston '%value%' lähetyksessä haivattu laittomuus, mahdollinen hyökkäys",
161 "File '%value%' was not found" => "Tiedostoa '%value%' ei löydy",
162 "Unknown error while uploading file '%value%'" => "Tiedoston '%value%' lähetyksessä tapahtui tunnistamaton virhe",
164 // Zend_Validate_File_WordCount
165 "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Virheellinen määrä sanoja, maksimäärä on '%max%', annettu '%count%'",
166 "Too few words, minimum '%min%' are expected but '%count%' were counted" => "Virheellinen määrä sanoja, minimimäärä on '%min%', annettu '%count%'",
167 "File '%value%' is not readable or does not exist" => "Tiedostoa '%value%' ei voida lukea tai sitä ei ole",
169 // Zend_Validate_Float
170 "Invalid type given. String, integer or float expected" => "Epäkelpo syöte. Pitäisi olla liukuluku, merkkijono tai kokonaisluku",
171 "'%value%' does not appear to be a float" => "'%value%' ei ole liukuluku",
173 // Zend_Validate_GreaterThan
174 "'%value%' is not greater than '%min%'" => "'%value%' ei ole suurempi kuin '%min%'",
176 // Zend_Validate_Hex
177 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
178 "'%value%' has not only hexadecimal digit characters" => "'%value%' voi sisältää ainoastaan heksadeslimaalin muotoisia merkkejä",
180 // Zend_Validate_Hostname
181 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
182 "'%value%' appears to be an IP address, but IP addresses are not allowed" => "'%value%' näyttäisi olevan ip-osoite eikä verkkotunnus",
183 "'%value%' appears to be a DNS hostname but cannot match TLD against known list" => "'%value%' verkkotunnuksen TLD-osa ei ole tunnettu",
184 "'%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",
185 "'%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",
186 "'%value%' appears to be a DNS hostname but cannot extract TLD part" => "'%value%' verkkotunnuksen TLD-osaa ei pystytty erottamaan",
187 "'%value%' does not match the expected structure for a DNS hostname" => "Verkkotunnus '%value%' on jäsennykseltään virheellinen",
188 "'%value%' does not appear to be a valid local network name" => "'%value%' on epäkelpo paikallisverkkon tunnus",
189 "'%value%' appears to be a local network name but local network names are not allowed" => "'%value%' tulkittiin paikallisverkon tunnukseksi, jotka eivät ole sallittuja",
190 "'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded" => "Verkkotunnuksen '%value%' punycode-koodauksen purku epäonnistui",
192 // Zend_Validate_Iban
193 "Unknown country within the IBAN '%value%'" => "Maata ei pystytty tunnistamaan IBAN-koodista '%value%'",
194 "'%value%' has a false IBAN format" => "'%value%' on väärän muotoinen IBAN-koodi",
195 "'%value%' has failed the IBAN check" => "'%value%' IBAN-koodin tarkastus epäonnistui",
197 // Zend_Validate_Identical
198 "The two given tokens do not match" => "Annetut kaksi arvoa eivät täsmää",
199 "No token was provided to match against" => "Toinen arvoista puuttuu",
201 // Zend_Validate_InArray
202 "'%value%' was not found in the haystack" => "'%value%' ei löydy sallittujen syötteiden joukosta",
204 // Zend_Validate_Int
205 "Invalid type given. String or integer expected" => "Epäkelpo syöte. Pitäisi olla merkkijono tai kokonaisluku",
206 "'%value%' does not appear to be an integer" => "'%value%' ei ole kokonaisluku",
208 // Zend_Validate_Ip
209 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
210 "'%value%' does not appear to be a valid IP address" => "'%value%' ei ole käypä IP-osoite",
212 // Zend_Validate_Isbn
213 "Invalid type given. String or integer expected" => "Epäkelpo syöte. Pitäisi olla merkkijono tai kokonaisluku",
214 "'%value%' is not a valid ISBN number" => "'%value%' ei ole käypä ISBN-numero",
216 // Zend_Validate_LessThan
217 "'%value%' is not less than '%max%'" => "'%value%' ei ole pienempi kuin '%max%'",
219 // Zend_Validate_NotEmpty
220 "Invalid type given. String, integer, float, boolean or array expected" => "Epäkelpo syöte. Pitäisi olla kokonaisluku, liukuluku, boolean tai taulukko",
221 "Value is required and can't be empty" => "Kenttä ei voi olla tyhjä",
223 // Zend_Validate_PostCode
224 "Invalid type given. String or integer expected" => "Epäkelpo syöte. Pitäisi olla merkkijono tai kokonaisluku",
225 "'%value%' does not appear to be a postal code" => "'%value%' ei ole käypä postiosoite",
227 // Zend_Validate_Regex
228 "Invalid type given. String, integer or float expected" => "Epäkelpo syöte. Pitäisi olla merkkijono, kokonaisluku tai liukuluku",
229 "'%value%' does not match against pattern '%pattern%'" => "'%value%' ei ole muotoa '%pattern%'",
230 "There was an internal error while using the pattern '%pattern%'" => "Sisäinen virhe käytettäessa muotoa '%pattern%'",
232 // Zend_Validate_Sitemap_Changefreq
233 "'%value%' is not a valid sitemap changefreq" => "'%value%' ei ole käypä sivukartan muutosnopeus",
234 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
236 // Zend_Validate_Sitemap_Lastmod
237 "'%value%' is not a valid sitemap lastmod" => "'%value%' ei ole käypä arvo sivukartan viimeksimuokatuksi arvoksi",
238 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
240 // Zend_Validate_Sitemap_Loc
241 "'%value%' is not a valid sitemap location" => "'%value%' ei ole käypä sivukartan sijainti",
242 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
244 // Zend_Validate_Sitemap_Priority
245 "'%value%' is not a valid sitemap priority" => "'%value%' ei ole käypä sivukartan prioriteetti",
246 "Invalid type given. Numeric string, integer or float expected" => "Epäkelpo syöte. Pitäisi olla kokonaisluku tai liukuluku",
248 // Zend_Validate_StringLength
249 "Invalid type given. String expected" => "Epäkelpo syöte. Pitäisi olla merkkijono",
250 "'%value%' is less than %min% characters long" => "'%value%' on lyhyempi kuin vaaditut %min% merkkiä",
251 "'%value%' is more than %max% characters long" => "'%value%' on pidempi kuin sallitut %max% merkkiä",