blob: cb6248c3f4236dd0028e33f0707096ecc634e289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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.",
"Restore" : "Ripristina",
"No other versions available" : "Non sono disponibili altre versioni",
"More versions..." : "Altre versioni..."
},
"nplurals=2; plural=(n != 1);");
|