Browse Source

Fixed italian translation

tags/2.0.0-beta
gimox 11 years ago
parent
commit
d0731ab270
  1. 4
      framework/yii/messages/it/yii.php

4
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 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 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 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)', '(not set)' => '(nessun valore)',
'An internal server error occurred.' => 'Si è verificato un errore interno', 'An internal server error occurred.' => 'Si è verificato un errore interno',
'Are you sure to delete this item?' => 'Sei sicuro di voler cancellare questo elemento?', 'Are you sure to delete this item?' => 'Sei sicuro di voler cancellare questo elemento?',

Loading…
Cancel
Save