composer package updates
[openemr.git] / vendor / zendframework / zend-i18n-resources / languages / it / Zend_Validate.php
blob07fbae7c604661e279275a5f89de5e54786a235c
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 * IT-Revision: 04.Apr.2013
13 return [
14 // Zend\I18n\Validator\Alnum
15 "Invalid type given. String, integer or float expected" => "Tipo di dato non valido. Era atteso un dato di tipo string, float o integer",
16 "The input contains characters which are non alphabetic and no digits" => "L'input contiene caratteri che non sono alfanumerici",
17 "The input is an empty string" => "L'input è una stringa vuota",
19 // Zend\I18n\Validator\Alpha
20 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
21 "The input contains non alphabetic characters" => "L'input contiene caratteri non alfabetici",
22 "The input is an empty string" => "L'input è una stringa vuota",
24 // Zend\I18n\Validator\DateTime
25 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
26 "The input does not appear to be a valid datetime" => "L'input non sembra essere una combinazione valida di data e orario",
28 // Zend\I18n\Validator\Float
29 "Invalid type given. String, integer or float expected" => "Tipo di dato non valido. Era atteso un dato di tipo string, float o integer",
30 "The input does not appear to be a float" => "L'input non sembra essere un dato di tipo float",
32 // Zend\I18n\Validator\Int
33 "Invalid type given. String or integer expected" => "Tipo di dato non valido. Era atteso un dato di tipo string o integer",
34 "The input does not appear to be an integer" => "L'input non sembra essere un intero",
36 // Zend\I18n\Validator\PhoneNumber
37 "The input does not match a phone number format" => "L'input non corrisponde ad un formato di numero telefonico",
38 "The country provided is currently unsupported" => "La nazionalità fornita non è correntemente supportata",
39 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
41 // Zend\I18n\Validator\PostCode
42 "Invalid type given. String or integer expected" => "Tipo di dato non valido. Era atteso un dato di tipo string o integer",
43 "The input does not appear to be a postal code" => "L'input non sembra essere un codice postale",
44 "An exception has been raised while validating the input" => "Un'eccezione è stata sollevata durante la validazione dell'input",
46 // Zend\Validator\Barcode
47 "The input failed checksum validation" => "L'input non ha un checksum valido",
48 "The input contains invalid characters" => "L'input contiene caratteri non permessi",
49 "The input should have a length of %length% characters" => "L'input non ha la lunghezza corretta di %length% caratteri",
50 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
52 // Zend\Validator\Between
53 "The input is not between '%min%' and '%max%', inclusively" => "L'input non è compreso tra '%min%' e '%max%', inclusi",
54 "The input is not strictly between '%min%' and '%max%'" => "L'input non è strettamente compreso tra '%min%' e '%max%'",
56 // Zend\Validator\Callback
57 "The input is not valid" => "L'input non è valido",
58 "An exception has been raised within the callback" => "Un'eccezione è stata sollevata all'interno della callback",
60 // Zend\Validator\CreditCard
61 "The input seems to contain an invalid checksum" => "L'input sembra avere un checksum non valido",
62 "The input must contain only digits" => "L'input deve contenere solo cifre",
63 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
64 "The input contains an invalid amount of digits" => "L'input contiene un numero non valido di cifre",
65 "The input is not from an allowed institute" => "L'input proviene da un istituto non supportato",
66 "The input seems to be an invalid credit card number" => "L'input sembra essere un numero di carta di credito non valido",
67 "An exception has been raised while validating the input" => "Un'eccezione è stata sollevata durante la validazione dell'input",
69 // Zend\Validator\Csrf
70 "The form submitted did not originate from the expected site" => "La form inviata non ha avuto origine dal luogo previsto",
72 // Zend\Validator\Date
73 "Invalid type given. String, integer, array or DateTime expected" => "Tipo di dato non valido. Era atteso un dato di tipo string, integer, array o DateTime",
74 "The input does not appear to be a valid date" => "L'input non sembra essere una data valida",
75 "The input does not fit the date format '%format%'" => "L'input non corrisponde al formato data '%format%'",
77 // Zend\Validator\DateStep
78 "The input is not a valid step" => "L'input non è uno step valido",
80 // Zend\Validator\Db\AbstractDb
81 "No record matching the input was found" => "Non è stata trovata nessuna riga corrispondente all'input",
82 "A record matching the input was found" => "È già stata trovata una riga corrispondente all'input",
84 // Zend\Validator\Digits
85 "The input must contain only digits" => "L'input deve contenere solo cifre",
86 "The input is an empty string" => "L'input è una stringa vuota",
87 "Invalid type given. String, integer or float expected" => "Tipo di dato non valido. Era atteso un dato di tipo string, float o integer",
89 // Zend\Validator\EmailAddress
90 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
91 "The input is not a valid email address. Use the basic format local-part@hostname" => "L'input non è un indirizzo email valido nel formato base local-part@hostname",
92 "'%hostname%' is not a valid hostname for the email address" => "'%hostname%' non è un hostname valido nell'indirizzo email",
93 "'%hostname%' does not appear to have any valid MX or A records for the email address" => "'%hostname%' non sembra avere un record MX o A valido per l'indirizzo email",
94 "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' non è in un segmento di rete instradabile. L'indirizzo email non può essere risolto nella rete pubblica",
95 "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' non può essere validato nel formato dot-atom",
96 "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' non può essere validato nel formato quoted-string",
97 "'%localPart%' is not a valid local part for the email address" => "'%localPart%' non è una local part valida nell'indirizzo email",
98 "The input exceeds the allowed length" => "L'input supera la lunghezza consentita",
100 // Zend\Validator\Explode
101 "Invalid type given" => "Tipo di dato non valido",
103 // Zend\Validator\File\Count
104 "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Troppi file, sono consentiti massimo '%max%' file ma ne sono stati passati '%count%'",
105 "Too few files, minimum '%min%' are expected but '%count%' are given" => "Troppi pochi file, sono attesi minimo '%min%' file ma ne sono stato passati solo '%count%'",
107 // Zend\Validator\File\Crc32
108 "File does not match the given crc32 hashes" => "Il file non ha un hash crc32 tra quelli consentiti",
109 "A crc32 hash could not be evaluated for the given file" => "Non può essere calcolato un hash crc32 per il file dato",
110 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
112 // Zend\Validator\File\ExcludeExtension
113 "File has an incorrect extension" => "Il file ha un'estensione non valida",
114 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
116 // Zend\Validator\File\Exists
117 "File does not exist" => "Il file non esiste",
119 // Zend\Validator\File\Extension
120 "File has an incorrect extension" => "Il file ha un'estensione non valida",
121 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
123 // Zend\Validator\File\FilesSize
124 "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "I file devono avere in totale una dimensione massima di '%max%' ma è stata rilevata una dimensione di '%size%'",
125 "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "I file devono avere in totale una dimensione minima di '%min%' ma è stata rilevata una dimensione di '%size%'",
126 "One or more files can not be read" => "Uno o più file non possono essere letti",
128 // Zend\Validator\File\Hash
129 "File does not match the given hashes" => "Il file non corrisponde agli hash dati",
130 "A hash could not be evaluated for the given file" => "Non può essere calcolato un hash per il file dato",
131 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
133 // Zend\Validator\File\ImageSize
134 "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "La larghezza massima consentita per l'immagine è '%maxwidth%' ma è stata rilevata una larghezza di '%width%'",
135 "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "La larghezza minima consentita per l'immagine è '%minwidth%' ma è stata rilevata una larghezza di '%width%'",
136 "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "L'altezza massima consentita per l'immagine è '%maxheight%' ma è stata rilevata un'altezza di '%height%'",
137 "Minimum expected height for image should be '%minheight%' but '%height%' detected" => "L'altezza minima consentita per l'immagine è '%minheight%' ma è stata rilevata un'altezza di '%height%'",
138 "The size of image could not be detected" => "Le dimensioni dell'immagine non possono essere rilevate",
139 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
141 // Zend\Validator\File\IsCompressed
142 "File is not compressed, '%type%' detected" => "Il file non è un file compresso, ma un file di tipo '%type%'",
143 "The mimetype could not be detected from the file" => "Il mimetype del file non può essere rilevato",
144 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
146 // Zend\Validator\File\IsImage
147 "File is no image, '%type%' detected" => "Il file non è un'immagine, ma un file di tipo '%type%'",
148 "The mimetype could not be detected from the file" => "Il mimetype del file non può essere rilevato",
149 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
151 // Zend\Validator\File\Md5
152 "File does not match the given md5 hashes" => "Il file non corrisponde agli hash md5 dati",
153 "An md5 hash could not be evaluated for the given file" => "Non può essere calcolato un hash md5 per il file dato",
154 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
156 // Zend\Validator\File\MimeType
157 "File has an incorrect mimetype of '%type%'" => "Il file ha un mimetype non valido: '%type%'",
158 "The mimetype could not be detected from the file" => "Il mimetype del file non può essere rilevato",
159 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
161 // Zend\Validator\File\NotExists
162 "File exists" => "Il file esiste già",
164 // Zend\Validator\File\Sha1
165 "File does not match the given sha1 hashes" => "Il file non corrisponde agli hash sha1 dati",
166 "A sha1 hash could not be evaluated for the given file" => "Non può essere calcolato un file sha1 per il file dato",
167 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
169 // Zend\Validator\File\Size
170 "Maximum allowed size for file is '%max%' but '%size%' detected" => "La dimensione massima consentita per il file è '%max%' ma è stata rilevata una dimensione di '%size%'",
171 "Minimum expected size for file is '%min%' but '%size%' detected" => "La dimensione minima consentita per il file è '%min%' ma è stata rilevata una dimensione di '%size%'",
172 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
174 // Zend\Validator\File\Upload
175 "File '%value%' exceeds the defined ini size" => "Il file '%value%' eccede la dimensione definita nell'ini",
176 "File '%value%' exceeds the defined form size" => "Il file '%value%' eccede la dimensione definita nella form",
177 "File '%value%' was only partially uploaded" => "Il file '%value%' è stato caricato solo parzialmente",
178 "File '%value%' was not uploaded" => "Il file '%value%' non è stato caricato",
179 "No temporary directory was found for file '%value%'" => "Non è stata trovata una directory temporanea per il file '%value%'",
180 "File '%value%' can't be written" => "Il file '%value%' non può essere scritto",
181 "A PHP extension returned an error while uploading the file '%value%'" => "Un'estensione di PHP ha generato un errore durante il caricamento del file '%value%'",
182 "File '%value%' was illegally uploaded. This could be a possible attack" => "Il file '%value%' è stato caricato irregolarmente. Potrebbe trattarsi di un attacco",
183 "File '%value%' was not found" => "Il file '%value%' non è stato trovato",
184 "Unknown error while uploading file '%value%'" => "Errore sconosciuto durante il caricamento del file '%value%'",
186 // Zend\Validator\File\UploadFile
187 "File exceeds the defined ini size" => "Il file eccede la dimensione definita nell'ini",
188 "File exceeds the defined form size" => "Il file eccede la dimensione definita nella form",
189 "File was only partially uploaded" => "Il file è stato caricato solo parzialmente",
190 "File was not uploaded" => "Il file non è stato caricato",
191 "No temporary directory was found for file" => "Non è stata trovata una directory temporanea per il file",
192 "File can't be written" => "Il file non può essere scritto",
193 "A PHP extension returned an error while uploading the file" => "Un'estensione di PHP ha generato un errore durante il caricamento del file",
194 "File was illegally uploaded. This could be a possible attack" => "Il file è stato caricato irregolarmente. Potrebbe trattarsi di un attacco",
195 "File was not found" => "Il file non è stato trovato",
196 "Unknown error while uploading file" => "Errore sconosciuto durante il caricamento del file",
198 // Zend\Validator\File\WordCount
199 "Too many words, maximum '%max%' are allowed but '%count%' were counted" => "Il file contiene troppe parole, ne sono consentite massimo '%max%' ma ne sono state contate '%count%'",
200 "Too few words, minimum '%min%' are expected but '%count%' were counted" => "Il file contiene troppe poche parole, ne sono consentite minimo '%min%' ma ne sono state contate '%count%'",
201 "File is not readable or does not exist" => "Il file non è leggibile o non esiste",
203 // Zend\Validator\GreaterThan
204 "The input is not greater than '%min%'" => "L'input non è maggiore di '%min%'",
205 "The input is not greater or equal than '%min%'" => "L'input non è maggiore o uguale a '%min%'",
207 // Zend\Validator\Hex
208 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
209 "The input contains non-hexadecimal characters" => "L'input contiene caratteri non esadecimali",
211 // Zend\Validator\Hostname
212 "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => "L'input sembra essere un hostname DNS ma la notazione punycode data non può essere decodificata",
213 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
214 "The input appears to be a DNS hostname but contains a dash in an invalid position" => "L'input sembra essere un hostname DNS ma contiene un trattino in una posizione non valida",
215 "The input does not match the expected structure for a DNS hostname" => "L'input non rispetta la struttura attesa per un hostname DNS",
216 "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "L'input sembra essere un hostname DNS ma non rispetta lo schema per il TLD '%tld%'",
217 "The input does not appear to be a valid local network name" => "L'input non sembra essere un nome valido per una rete locale",
218 "The input does not appear to be a valid URI hostname" => "L'input non sembra essere un hostname URI valido",
219 "The input appears to be an IP address, but IP addresses are not allowed" => "L'input sembra essere un indirizzo IP, ma gli indirizzi IP non sono consentiti",
220 "The input appears to be a local network name but local network names are not allowed" => "L'input sembra essere un nome di una rete locale ma i nomi di reti locale non sono consentiti",
221 "The input appears to be a DNS hostname but cannot extract TLD part" => "L'input sembra essere un hostname DNS ma non è possibile estrarne il TLD",
222 "The input appears to be a DNS hostname but cannot match TLD against known list" => "L'input sembra essere un hostname DNS ma il suo TLD è sconosciuto",
224 // Zend\Validator\Iban
225 "Unknown country within the IBAN" => "Codice paese sconosciuto nell'IBAN fornito",
226 "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "I paesi fuori dall'Area Unica dei Pagamenti in Euro (SEPA) non sono supportati",
227 "The input has a false IBAN format" => "L'input ha un formato IBAN non valido",
228 "The input has failed the IBAN check" => "L'input ha fallito il controllo IBAN",
230 // Zend\Validator\Identical
231 "The two given tokens do not match" => "I due token dati non corrispondono",
232 "No token was provided to match against" => "Non è stato dato nessun token per il confronto",
234 // Zend\Validator\InArray
235 "The input was not found in the haystack" => "L'input non è stato trovato nell'array",
237 // Zend\Validator\Ip
238 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
239 "The input does not appear to be a valid IP address" => "L'input non sembra essere un indirizzo IP valido",
241 // Zend\Validator\IsInstanceOf
242 "The input is not an instance of '%className%'" => "L'input non è un'istanza di '%className%'",
244 // Zend\Validator\Isbn
245 "Invalid type given. String or integer expected" => "Tipo di dato non valido. Era atteso un dato di tipo string o integer",
246 "The input is not a valid ISBN number" => "L'input non è un numero ISBN valido",
248 // Zend\Validator\LessThan
249 "The input is not less than '%max%'" => "L'input non è minore di '%max%'",
250 "The input is not less or equal than '%max%'" => "L'input non è minore o uguale a '%max%'",
252 // Zend\Validator\NotEmpty
253 "Value is required and can't be empty" => "Il dato è richiesto e non può essere vuoto",
254 "Invalid type given. String, integer, float, boolean or array expected" => "Tipo di dato non valido. Era atteso un dato di tipo string, integer, float, boolean o array",
256 // Zend\Validator\Regex
257 "Invalid type given. String, integer or float expected" => "Tipo di dato non valido. Era atteso un dato di tipo string, float o integer",
258 "The input does not match against pattern '%pattern%'" => "L'input non corrisponde al pattern '%pattern%'",
259 "There was an internal error while using the pattern '%pattern%'" => "Si è verificato un errore interno usando il pattern '%pattern%'",
261 // Zend\Validator\Sitemap\Changefreq
262 "The input is not a valid sitemap changefreq" => "L'input non è una sitemap changefreq valida",
263 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
265 // Zend\Validator\Sitemap\Lastmod
266 "The input is not a valid sitemap lastmod" => "L'input non è una sitemap lastmod valida",
267 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
269 // Zend\Validator\Sitemap\Loc
270 "The input is not a valid sitemap location" => "L'input non è una sitemap location valida",
271 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
273 // Zend\Validator\Sitemap\Priority
274 "The input is not a valid sitemap priority" => "L'input non è una sitemap priority valida",
275 "Invalid type given. Numeric string, integer or float expected" => "Tipo di dato non valido. Era atteso un dato di tipo stringa numerica, integer o float",
277 // Zend\Validator\Step
278 "Invalid value given. Scalar expected" => "Tipo di dato non valido. Era atteso un numero scalare",
279 "The input is not a valid step" => "L'input non è uno step valido",
281 // Zend\Validator\StringLength
282 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
283 "The input is less than %min% characters long" => "L'input è meno lungo di %min% caratteri",
284 "The input is more than %max% characters long" => "L'input è più lungo di %max% caratteri",
286 // Zend\Validator\Uri
287 "Invalid type given. String expected" => "Tipo di dato non valido. Era atteso un dato di tipo string",
288 "The input does not appear to be a valid Uri" => "L'input non sembra essere un indirizzo URI valido",