'The file "{file}" is not an image.' => 'Questo file "{file}" non è una immagine.',
'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Il file "{file}"è troppo grande. La dimensione non può superare {limit, number} {limit, plural, one{byte} other{bytes}}.',
@ -99,7 +99,7 @@ return array (
'{attribute} must be no less than {min}.' => '{attribute} deve essere minore di {min}.',
'{attribute} must be repeated exactly.' =>'{attribute} deve essere ripetuto esattamente.',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} deve essere uguale a "{compareValue}".',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} dovrebbe contenere almeno {min, number} {min, plural, one{character} other{characters}}.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} dovrebbe contenere al massimo {max, number} {max, plural, one{character} other{characters}}.',