diff options
Diffstat (limited to 'apps/files_versions/l10n/it.php')
-rw-r--r-- | apps/files_versions/l10n/it.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_versions/l10n/it.php b/apps/files_versions/l10n/it.php index b59d2edfec9..6e4aee450a6 100644 --- a/apps/files_versions/l10n/it.php +++ b/apps/files_versions/l10n/it.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not revert: %s" => "Impossibile ripristinare: %s", "Versions" => "Versioni", "Failed to revert {file} to revision {timestamp}." => "Ripristino di {file} alla revisione {timestamp} non riuscito.", @@ -6,3 +7,4 @@ "No other versions available" => "Non sono disponibili altre versioni", "Restore" => "Ripristina" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |