From d0731ab270f9aec6644c96aa8c0826676909c20c Mon Sep 17 00:00:00 2001
From: gimox <modogio@gmail.com>
Date: Thu, 9 Jan 2014 15:42:25 +0100
Subject: [PATCH] Fixed italian translation

---
 framework/yii/messages/it/yii.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/framework/yii/messages/it/yii.php b/framework/yii/messages/it/yii.php
index 276511a..096c619 100644
--- a/framework/yii/messages/it/yii.php
+++ b/framework/yii/messages/it/yii.php
@@ -21,10 +21,6 @@ return array (
   'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L immagine "{file}" è troppo grande. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.',
   'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L immagine "{file}" è troppo piccola. Il suo height non può essere più piccolo di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
   'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L immagine "{file}" è troppo piccola. Il suo width non può essere maggiore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
-  'The file "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Il file "{file}" è troppo grande. Il suo height non può essere maggiore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
-  'The file "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Il "{file}" è troppo grande. Il width non può essere maggiore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
-  'The file "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Il file "{file}" è troppo piccolo. Il suo height non può essere più piccolo di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
-  'The file "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'il file "{file}" è troppo piccolo. Il width non può essere più piccolo di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
   '(not set)' => '(nessun valore)',
   'An internal server error occurred.' => 'Si è verificato un errore interno',
   'Are you sure to delete this item?' => 'Sei sicuro di voler cancellare questo elemento?',
--
libgit2 0.27.1