Browse Source

Update Language Translation

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

16
framework/yii/messages/it/yii.php

@ -17,6 +17,14 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return array (
'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L immagine "{file}" è troppo grande. Il suo height non può essere più grande di {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 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?',
@ -36,7 +44,7 @@ return array (
'Invalid Configuration' => 'Configurazione non valida',
'Invalid Parameter' => 'Parametro non valido',
'Invalid Route' => 'Percorso non valido',
'Invalid data received for parameter "{param}".' => 'Dati ricevuti non correti per il parametro "{param}".',
'Invalid data received for parameter "{param}".' => 'Dati ricevuti non corretti per il parametro "{param}".',
'Login Required' => 'Login Richiesto',
'Missing required arguments: {params}' => 'Il seguente argomento è mancante: {params}',
'Missing required parameters: {params}' => 'Il seguente parametro è mancante: {params}',
@ -58,16 +66,12 @@ return array (
'Strict' => 'Severo',
'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}}.',
'The file "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Le dimensioni del file "{file}" non sono corrette. 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}}.' => 'Le dimensioni del "{file}" non sono corrette. Il width non può essere maggiore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Il file "{file}" è troppo piccollo. La dimensione non può essere più piccola di {limit, number} {limit, plural, one{byte} other{bytes}}.',
'The file "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Le dimensioni del fle "{file}" sono troppo piccole. 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}}.' => 'Le dimensioni del file "{file}" sono troppo piccole. Il width non può essere più piccolo di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
'The format of {attribute} is invalid.' => 'Il formato di {attribute} non è valido.',
'The verification code is incorrect.' => 'Il codice di verifica non è corretto.',
'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Totali <b>{count, number}</b> {count, plural, one{item} other{items}}.',
'Unable to verify your data submission.' => 'Impossibile verificare i dati inviati.',
'Unknown Class' => 'Class Sconosciuta',
'Unknown Class' => 'Classe Sconosciuta',
'Unknown Method' => 'Metodo Sconosciuto',
'Unknown Property' => 'Proprietà Sconosciuta',
'Unknown command "{command}".' => 'Comando Sconosciuto "{command}".',

Loading…
Cancel
Save