diff options
Diffstat (limited to 'lib/l10n/it.php')
-rw-r--r-- | lib/l10n/it.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/it.php b/lib/l10n/it.php index 693f86b6b80..c85ba08f4cd 100644 --- a/lib/l10n/it.php +++ b/lib/l10n/it.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "Aiuto", "Personal" => "Personale", "Settings" => "Impostazioni", @@ -55,3 +56,4 @@ "Caused by:" => "Causato da:", "Could not find category \"%s\"" => "Impossibile trovare la categoria \"%s\"" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |