Welcome to mirror list, hosted at ThFree Co, Russian Federation.

it.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e4aee450a61c8fe68d539dd984be6822b72f73e (plain)
1
2
3
4
5
6
7
8
9
10
<?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);";