summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/it.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/it.php')
-rw-r--r--apps/files_versions/l10n/it.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_versions/l10n/it.php b/apps/files_versions/l10n/it.php
deleted file mode 100644
index 6e4aee450a6..00000000000
--- a/apps/files_versions/l10n/it.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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.",
-"More versions..." => "Altre versioni...",
-"No other versions available" => "Non sono disponibili altre versioni",
-"Restore" => "Ripristina"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";