diff options
Diffstat (limited to '')
-rw-r--r-- | language/it_IT/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 508bd7ae9..ca15aa848 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -28,7 +28,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'it'; $lang_info['zero_plural'] = false; -$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (votata %d volte, media = %.2f)'; +$lang['%.2f (rated %d times)'] = '%.2f (votata %d volte)'; $lang['%d Kb'] = '%d Ko'; $lang['%d category updated'] = '%d categoria aggiornata'; $lang['%d categories updated'] = '%d categorie aggiornate'; @@ -388,4 +388,4 @@ $lang['This author modified following comment:'] = 'Questo autore a modificato i $lang['This author removed the comment with id %d'] = 'Questo autore a cancellato il commento con l\'ID %d'; $lang['delete this comment'] = 'cancellare questo commento'; $lang['validate this comment'] = 'convalidare questo commento'; -?>
\ No newline at end of file +?> |