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

sv.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cacf6b06efa6a536c37b0edec027fa0c998ffd03 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "Versioner",
    "This application automatically maintains older versions of files that are changed." : "Den här applikationen behåller automatiskt äldre versioner av filer som ändras.",
    "Failed to revert {file} to revision {timestamp}." : "Kunde inte återställa {file} till {timestamp}.",
    "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
    "Restore" : "Återskapa",
    "No other versions available" : "Inga andra versioner tillgängliga"
},
"nplurals=2; plural=(n != 1);");