diff options
Diffstat (limited to 'apps/files_versions/l10n/it.php')
-rw-r--r-- | apps/files_versions/l10n/it.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files_versions/l10n/it.php b/apps/files_versions/l10n/it.php index 3f043e499da..b59d2edfec9 100644 --- a/apps/files_versions/l10n/it.php +++ b/apps/files_versions/l10n/it.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( -"Could not revert: %s" => "Impossibild ripristinare: %s", +"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" ); |