summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/it.js
blob: 57166c6dccdb359e35ac34739152d7ebcafe65a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 other versions available" : "Non sono disponibili altre versioni",
    "More versions..." : "Altre versioni..."
},
"nplurals=2; plural=(n != 1);");