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

nn_NO.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c42392757d76b62eabb9908a29311f582627b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Klarte ikkje sletta %s for godt",
    "Couldn't restore %s" : "Klarte ikkje gjenoppretta %s",
    "Deleted files" : "Sletta filer",
    "Restore" : "Gjenopprett",
    "Error" : "Feil",
    "restored" : "gjenoppretta",
    "Nothing in here. Your trash bin is empty!" : "Ingenting her. Papirkorga di er tom!",
    "Name" : "Namn",
    "Deleted" : "Sletta",
    "Delete" : "Slett"
},
"nplurals=2; plural=(n != 1);");