From c19a2ff4e7fdf6dd50350c0aee0d6cb9dedea785 Mon Sep 17 00:00:00 2001 From: makroxyz Date: Thu, 29 May 2014 16:06:26 +0200 Subject: [PATCH] fix italian translation --- framework/messages/it/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/messages/it/yii.php b/framework/messages/it/yii.php index c55a81e..15e3ce0 100644 --- a/framework/messages/it/yii.php +++ b/framework/messages/it/yii.php @@ -35,7 +35,7 @@ return [ 'Page not found.' => 'Pagina non trovata', 'Please fix the following errors:' => 'Per favore correggi i seguenti errori:', 'Please upload a file.' => 'Per favore carica il file.', - 'Showing {begin, number}-{end, number} of {totalCount, number} {totalCount, plural, one{item} other{items}}.' => 'Mostro {begin, number}-{end, number} di {totalCount, number} {totalCount, plural, one{elemento} other{elementi}}.', + 'Showing {begin, number}-{end, number} of {totalCount, number} {totalCount, plural, one{item} other{items}}.' => 'Visualizzo {begin, number}-{end, number} di {totalCount, number} {totalCount, plural, one{elemento} other{elementi}}.', '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 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}}.',