From ba70130ef7ea2ea521075494756d70b97ec1f408 Mon Sep 17 00:00:00 2001 From: gimox Date: Thu, 9 Jan 2014 15:04:22 +0100 Subject: [PATCH] Italian Translation Typo Fix --- framework/yii/messages/it/yii.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/yii/messages/it/yii.php b/framework/yii/messages/it/yii.php index 4a79754..7a77316 100644 --- a/framework/yii/messages/it/yii.php +++ b/framework/yii/messages/it/yii.php @@ -31,7 +31,7 @@ return array ( 'Exception' => 'Eccezione', 'Fatal Error' => 'Errore Fatale', 'File upload failed.' => 'Upload file fallito', - 'Home' => 'Home', + 'Home' => 'Home', 'Invalid Call' => 'Chiamata non valida', 'Invalid Configuration' => 'Configurazione non valida', 'Invalid Parameter' => 'Parametro non valido', @@ -76,10 +76,10 @@ return array ( 'User Error' => 'Errore Utente', 'User Warning' => 'Allarme utente', 'View' => 'Vedi', - 'Warning' => 'Warning', + 'Warning' => 'Attenzione', 'Yes' => 'Si', 'You are not allowed to perform this action.' => 'Non sei autorizzato ad eseguire questa operazione', - 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Puoi eseguire il caricamento massi di questo numero di file {limit, number} {limit, plural, one{file} other{files}}.', + 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Puoi caricare al massimo questo numero di file {limit, number} {limit, plural, one{file} other{files}}.', 'the input value' => 'Il campo input', '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" è già presente.', '{attribute} cannot be blank.' => '{attribute} non può essere vuoto.',