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

it.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7551a0290bba2fe6790444b1d590e81003bec447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "Impossibile ripristinare: %s",
    "Versions" : "Versioni",
    "Failed to revert {file} to revision {timestamp}." : "Ripristino di {file} alla revisione {timestamp} non riuscito.",
    "_%n byte_::_%n bytes_" : ["%n byte","%n byte"],
    "Restore" : "Ripristina",
    "No earlier versions available" : "Nessuna versione precedente disponibile",
    "More versions …" : "Altre versioni...",
    "This application automatically maintains older versions of files that are changed." : "Questa applicazione mantiene automaticamente le vecchie versioni dei file modificati."
},
"nplurals=2; plural=(n != 1);");