Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Zend_Validate.php
Go to the documentation of this file.
1 <?php
26 return array(
27  // Zend_Validate_Alnum
28  "Invalid type given, value should be float, string, or integer" => "Tipo di dato non valido: il dato dev'essere di tipo float, stringa o intero.",
29  "'%value%' contains characters which are non alphabetic and no digits" => "'%value%' contine caratteri che non sono alfanumerici",
30  "'%value%' is an empty string" => "'%value%' è una stringa vuota",
31 
32  // Zend_Validate_Alpha
33  "Invalid type given, value should be a string" => "Tipo di dato non valido, il dato dev'essere una stringa",
34  "'%value%' contains non alphabetic characters" => "'%value%' contiene caratteri non alfabetici",
35  "'%value%' is an empty string" => "'%value%' è una stringa vuota",
36 
37  // Zend_Validate_Barcode
38  "'%value%' failed checksum validation" => "'%value%' non ha un checksum valido",
39  "'%value%' contains invalid characters" => "'%value%' contiene caratteri non permessi",
40  "'%value%' should have a length of %length% characters" => "'%value%' non ha la lunghezza corretta di %length% caratteri",
41  "Invalid type given, value should be a string" => "Tipo di dato non valido, il dato dev'essere una stringa",
42 
43  // Zend_Validate_Between
44  "'%value%' is not between '%min%' and '%max%', inclusively" => "'%value%' non è compreso tra '%min%' e '%max%', inclusi",
45  "'%value%' is not strictly between '%min%' and '%max%'" => "'%value%' non è strettamente compreso tra '%min%' e '%max%'",
46 
47  // Zend_Validate_Callback
48  "'%value%' is not valid" => "'%value%' non è valido",
49  "Failure within the callback, exception returned" => "Callback fallita, eccezione ritornata",
50 
51  // Zend_Validate_Ccnum
52  "'%value%' must contain between 13 and 19 digits" => "'%value%' deve contenere tra 13 e 19 cifre",
53  "Luhn algorithm (mod-10 checksum) failed on '%value%'" => "L'algoritmo di Luhn (checksum mod-10) è fallito su '%value%'",
54 
55  // Zend_Validate_CreditCard
56  "Luhn algorithm (mod-10 checksum) failed on '%value%'" => "L'algoritmo di Luhn (checksum mod-10) è fallito su '%value%'",
57  "'%value%' must contain only digits" => "'%value%' deve contenere solo cifre",
58  "Invalid type given, value should be a string" => "Tipo di dato non valido, il dato dev'essere una stringa",
59  "'%value%' contains an invalid amount of digits" => "'%value%' contiene un numero non valido di cifre",
60  "'%value%' is not from an allowed institute" => "'%value%' proviene da un istituto non supportato",
61  "Validation of '%value%' has been failed by the service" => "'%value%' non è stato validato dal servizio",
62  "The service returned a failure while validating '%value%'" => "Il servizio ha ritornato validazione negativa per '%value%'",
63 
64  // Zend_Validate_Date
65  "Invalid type given, value should be string, integer, array or Zend_Date" => "Tipo di dato non valido, il dato dev'essere di tipo stringa, intero, array o Zend_Date",
66  "'%value%' does not appear to be a valid date" => "'%value%' non sembra essere una data valida",
67  "'%value%' does not fit the date format '%format%'" => "'%value%' non corrisponde al formato data '%format%'",
68 
69  // Zend_Validate_Db_Abstract
70  "No record matching '%value%' was found" => "Non è stato trovato una riga con valore %value%",
71  "A record matching '%value%' was found" => "E' già stata trovata una riga con valore %value%",
72 
73  // Zend_Validate_Digits
74  "Invalid type given, value should be float, string, or integer" => "Tipo di dato non valido: il dato dev'essere di tipo float, stringa o intero.",
75  "'%value%' contains characters which are not digits; but only digits are allowed" => "'%value%' contiene caratteri che non sono cifre, ma solo le cifre sono ammesse",
76  "'%value%' is an empty string" => "'%value%' è una stringa vuota",
77 
78  // Zend_Validate_EmailAddress
79  "Invalid type given, value should be a string" => "Tipo di dato non valido, il dato dev'essere una stringa",
80  "'%value%' is not a valid email address in the basic format local-part@hostname" => "'%value%' non è un indirizzo email valido nel formato base local-part@hostname",
81  "'%hostname%' is not a valid hostname for email address '%value%'" => "'%hostname%' non è un hostname valido nell'indirizzo email '%value%'",
82  "'%hostname%' does not appear to have a valid MX record for the email address '%value%'" => "'%hostname%' non sembra avere un record MX DNS valido nell'indirizzo email %value%'",
83  "'%hostname%' is not in a routable network segment. The email address '%value%' should not be resolved from public network." => "'%hostname%' non è in un segmento di rete routabile. L'indirizzo email '%value%' non può essere risolto nella rete pubblica.",
84  "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' non può essere validato nel formato dot-atom",
85  "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' non può essere validato nel formato quoted-string",
86  "'%localPart%' is not a valid local part for email address '%value%'" => "'%localPart%' non è una local part valida nell'indirizzo email '%value%'",
87  "'%value%' exceeds the allowed length" => "'%value%' supera la lunghezza consentita",
88 
89  // Zend_Validate_File_Count
90  "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Troppi file, sono consentiti massimo '%max%' file ma ne sono stati passati '%count%'",
91  "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%'",
92 
93  // Zend_Validate_File_Crc32
94  "File '%value%' does not match the given crc32 hashes" => "Il file '%value%' non ha un hash crc32 tra quelli consentiti",
95  "A crc32 hash could not be evaluated for the given file" => "L'hash crc32 non può essere calcolato per il file dato",
96  "File '%value%' could not be found" => "Il file '%value%' non può essere trovato",
97 
98  // Zend_Validate_File_ExcludeExtension
99  "File '%value%' has a false extension" => "Il file '%value%' ha un'estensione invalida",
100  "File '%value%' could not be found" => "Il file '%value%' non può essere trovato",
101 
102  // Zend_Validate_File_ExcludeMimeType
103  "File '%value%' has a false mimetype of '%type%'" => " Il file '%value%' ha un mimetype non consentito: '%type%'",
104  "The mimetype of file '%value%' could not be detected" => "Il mimetype del file '%value%' non può essere individuato",
105  "File '%value%' can not be read" => "Il file '%value%' non può essere letto",
106 
107  // Zend_Validate_File_Exists
108  "File '%value%' does not exist" => "Il file '%value%' non esiste",
109 
110  // Zend_Validate_File_Extension
111  "File '%value%' has a false extension" => "Il file '%value%' ha un'estensione invalida",
112  "File '%value%' could not be found" => "Il file '%value%' non può essere trovato",
113 
114  // Zend_Validate_File_FilesSize
115  "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%'",
116  "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%'",
117  "One or more files can not be read" => "Uno o più file non possono essere letti",
118 
119  // Zend_Validate_File_Hash
120  "File '%value%' does not match the given hashes" => "I file '%value%' non corrisponde agli hash dati",
121  "A hash could not be evaluated for the given file" => "Un hash non può essere valutato per il file dato",
122  "File '%value%' could not be found" => "Il file '%value%' non può essere trovato",
123 
124  // Zend_Validate_File_ImageSize
125  "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "La larghezza massima consentita per l'immagine '%value%' è '%maxwidth%' ma è stata rilevata una larghezza di '%width%'",
126  "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "La larghezza minima consentita per l'immagine '%value%' è '%minwidth%' ma è stata rilevata una larghezza di '%width%'",
127  "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "L'altezza massima consentita per l'immagine '%value%' è '%maxheight%' ma è stata rilevata un'altezza di '%height%'",
128  "Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "L'altezza minima consentita per l'immagine '%value%' è '%minheight%' ma è stata rilevata un'altezza di '%height%'",
129  "The size of image '%value%' could not be detected" => "Le dimensioni dell'immagine '%value%' non possono essere rilevate",
130  "File '%value%' can not be read" => "Il file '%value%' non può essere letto",
131 
132  // Zend_Validate_File_IsCompressed
133  "File '%value%' is not compressed, '%type%' detected" => "Il file '%value%' non è un file compresso, ma un file di tipo '%type%'",
134  "The mimetype of file '%value%' could not be detected" => "Il mimetype del file '%value%' non può essere rilevato",
135  "File '%value%' can not be read" => "Il file '%value%' non può essere letto",
136 
137  // Zend_Validate_File_IsImage
138  "File '%value%' is no image, '%type%' detected" => "Il file '%value%' non è un'immagine, ma un file di tipo '%type%'",
139  "The mimetype of file '%value%' could not be detected" => "Il mimetype del file '%value%' non può essere rilevato",
140  "File '%value%' can not be read" => "Il file '%value%' non può essere letto",
141 
142  // Zend_Validate_File_Md5
143  "File '%value%' does not match the given md5 hashes" => "Il file '%value%' non corrisponde agli hash md5 dati",
144  "A md5 hash could not be evaluated for the given file" => "Un hash md5 non può essere valutato per il file dato",
145  "File '%value%' could not be found" => "Il file '%value%' non può essere trovato",
146 
147  // Zend_Validate_File_MimeType
148  "File '%value%' has a false mimetype of '%type%'" => "Il file '%value%' ha un mimetype invalido: '%type%'",
149  "The mimetype of file '%value%' could not be detected" => "Il mimetype del file '%value%' non può essere rilevato",
150  "File '%value%' can not be read" => "Il file '%value%' non può essere letto",
151 
152  // Zend_Validate_File_NotExists
153  "File '%value%' exists" => "Il file '%value%' esiste già",
154 
155  // Zend_Validate_File_Sha1
156  "File '%value%' does not match the given sha1 hashes" => "Il file '%value%' non corrisponde agli hash sha1 dati",
157  "A sha1 hash could not be evaluated for the given file" => "Un hash sha1 non può essere valutato per il file dato",
158  "File '%value%' could not be found" => "Il file '%value%' non può essere trovato",
159 
160  // Zend_Validate_File_Size
161  "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "La dimensione massima consentita per il file '%value%' è '%max%' ma è stata rilevata una dimensione di '%size%'",
162  "Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "La dimensione minima consentita per il file '%value%' è '%min%' ma è stata rilevata una dimensione di '%size%'",
163  "File '%value%' could not be found" => "Il file '%value%' non può essere trovato",
164 
165  // Zend_Validate_File_Upload
166  "File '%value%' exceeds the defined ini size" => "Il file '%value%' eccede la dimensione definita nell'ini",
167  "File '%value%' exceeds the defined form size" => "Il file '%value%' eccede la dimensione definita nella form",
168  "File '%value%' was only partially uploaded" => "Il file '%value%' è stato caricato solo parzialmente",
169  "File '%value%' was not uploaded" => "Il file '%value%' non è stato caricato",
170  "No temporary directory was found for file '%value%'" => "Non è stata trovata una directory temporanea per il file '%value%'",
171  "File '%value%' can't be written" => "Il file '%value%' non può essere scritto",
172  "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%'",
173  "File '%value%' was illegally uploaded. This could be a possible attack" => "Il file '%value%' è stato caricato irregolarmente. Potrebbe trattarsi di un attacco",
174  "File '%value%' was not found" => "Il file '%value%' non è stato trovato",
175  "Unknown error while uploading file '%value%'" => "Errore sconosciuto durante il caricamento del file '%value%'",
176 
177  // Zend_Validate_File_WordCount
178  "Too much 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%'",
179  "Too less 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%'",
180  "File '%value%' could not be found" => "Il file '%value%' non può essere trovato",
181 
182  // Zend_Validate_Float
183  "Invalid type given, value should be float, string, or integer" => "Tipo di dato non valido: il dato dev'essere di tipo float, stringa o intero.",
184  "'%value%' does not appear to be a float" => "'%value%' non sembra essere un dato di tipo float",
185 
186  // Zend_Validate_GreaterThan
187  "'%value%' is not greater than '%min%'" => "'%value%' non è maggiore di '%min%'",
188 
189  // Zend_Validate_Hex
190  "Invalid type given, value should be a string" => "Tipo di dato non valido, il dato dev'essere una stringa",
191  "'%value%' has not only hexadecimal digit characters" => "'%value%' non è composto solo da caratteri esadecimali",
192 
193  // Zend_Validate_Hostname
194  "Invalid type given, value should be a string" => "Tipo di dato non valido, il dato dev'essere una stringa",
195  "'%value%' appears to be an IP address, but IP addresses are not allowed" => "'%value%' sembra essere un indirizzo IP, ma gli indirizzi IP non sono consentiti",
196  "'%value%' appears to be a DNS hostname but cannot match TLD against known list" => "'%value%' sembra essere un hostname DNS ma il suo TLD è sconosciuto",
197  "'%value%' appears to be a DNS hostname but contains a dash in an invalid position" => "'%value%' sembra essere un hostname DNS ma contiene un trattino in una posizione non valida",
198  "'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "'%value%' sembra essere un hostname DNS ma non rispetta lo schema per il TLD '%tld%'",
199  "'%value%' appears to be a DNS hostname but cannot extract TLD part" => "'%value%' sembra essere un hostname DNS ma non è possibile estrarne il TLD",
200  "'%value%' does not match the expected structure for a DNS hostname" => "'%value%' non sembra rispettare la struttura attesa per un hostname DNS",
201  "'%value%' does not appear to be a valid local network name" => "'%value%' non sembra essere un local network name valido",
202  "'%value%' appears to be a local network name but local network names are not allowed" => "'%value%' sembra essere un local network name, ma i local network names non sono consentiti",
203  "'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded" => "'%value%' sembra essere un hostname DNS ma la notazione punycode data non può essere decodificata",
204 
205  // Zend_Validate_Iban
206  "Unknown country within the IBAN '%value%'" => "Country Code sconosciuto nell'IBAN '%value%'",
207  "'%value%' has a false IBAN format" => "'%value%' ha un formato IBAN non valido",
208  "'%value%' has failed the IBAN check" => "'%value%' ha fallito il controllo IBAN",
209 
210  // Zend_Validate_Identical
211  "The token '%token%' does not match the given token '%value%'" => "Il token '%token%' non corrisponde al token dato '%value%'",
212  "No token was provided to match against" => "Non è stato dato nessun token per il confronto",
213 
214  // Zend_Validate_InArray
215  "'%value%' was not found in the haystack" => "'%value%' non è stato trovato nell'array",
216 
217  // Zend_Validate_Int
218  "Invalid type given, value should be string or integer" => "Tipo di dato non valido, il dato dev'essere una stringa o un intero",
219  "'%value%' does not appear to be an integer" => "'%value%' non sembra essere un intero",
220 
221  // Zend_Validate_Ip
222  "Invalid type given, value should be a string" => "Tipo di dato non valido, il dato dev'essere una stringa",
223  "'%value%' does not appear to be a valid IP address" => "'%value%' non sembra essere un indirizzo IP valido",
224 
225  // Zend_Validate_Isbn
226  "Invalid type given, value should be string or integer" => "Tipo di dato non valido, il dato dev'essere una stringa o un intero",
227  "'%value%' is not a valid ISBN number" => "'%value%' non è un numero ISBN valido",
228 
229  // Zend_Validate_LessThan
230  "'%value%' is not less than '%max%'" => "'%value%' non è minore di '%max%'",
231 
232  // Zend_Validate_NotEmpty
233  "Invalid type given, value should be float, string, array, boolean or integer" => "Tipo di dato non valido, il dato dev'essere di tipo float, stringa, array, booleano o intero",
234  "Value is required and can't be empty" => "Il dato è richiesto e non può essere vuoto",
235 
236  // Zend_Validate_PostCode
237  "Invalid type given. The value should be a string or a integer" => "Tipo di dato non valido. Il dato dev'essere una stringa o un intero",
238  "'%value%' does not appear to be a postal code" => "'%value%' non sembra essere un codice postale",
239 
240  // Zend_Validate_Regex
241  "Invalid type given, value should be string, integer or float" => "Tipo di dato non valido: il dato dev'essere di tipo stringa, intero o float.",
242  "'%value%' does not match against pattern '%pattern%'" => "'%value%' non corrisponde al pattern '%pattern%'",
243  "There was an internal error while using the pattern '%pattern%'" => "Si è verificato un errore interno usando il pattern '%pattern%'",
244 
245  // Zend_Validate_Sitemap_Changefreq
246  "'%value%' is not a valid sitemap changefreq" => "'%value%' non è una sitemap changefreq valida",
247  "Invalid type given, the value should be a string" => "Invalid type given, the value should be a string",
248 
249  // Zend_Validate_Sitemap_Lastmod
250  "'%value%' is not a valid sitemap lastmod" => "'%value%' non è un sitemap lastmod valido",
251  "Invalid type given, the value should be a string" => "Tipo di dato non valido, il dato dev'essere una stringa",
252 
253  // Zend_Validate_Sitemap_Loc
254  "'%value%' is not a valid sitemap location" => "'%value%' non è una sitemap location valida",
255  "Invalid type given, the value should be a string" => "Tipo di dato non valido, il dato dev'essere una stringa",
256 
257  // Zend_Validate_Sitemap_Priority
258  "'%value%' is not a valid sitemap priority" => "'%value%' non è una sitemap priority valida",
259  "Invalid type given, the value should be a integer, a float or a numeric string" => "Tipo di dato non valido, il dato dev'essere di tipo intero, float o una stringa numerica",
260 
261  // Zend_Validate_StringLength
262  "Invalid type given, value should be a string" => "Tipo di dato non valido, il dato dev'essere una stringa",
263  "'%value%' is less than %min% characters long" => "'%value%' è meno lungo di %min% caratteri",
264  "'%value%' is more than %max% characters long" => "'%value%' è più lungo di %max% caratteri",
265 );