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

nn_NO.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0c749ceb5845e06aac9716a50bd7ac77fc53542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "files_sharing",
    {
    "Cancel" : "Avbryt",
    "Shared by" : "Delt av",
    "The password is wrong. Try again." : "Passordet er gale. Prøv igjen.",
    "Password" : "Passord",
    "Name" : "Namn",
    "Sorry, this link doesn’t seem to work anymore." : "Orsak, denne lenkja fungerer visst ikkje lenger.",
    "Reasons might be:" : "Moglege grunnar:",
    "the item was removed" : "fila/mappa er fjerna",
    "the link expired" : "lenkja har gått ut på dato",
    "sharing is disabled" : "deling er slått av",
    "For more info, please ask the person who sent this link." : "Spør den som sende deg lenkje om du vil ha meir informasjon.",
    "Download" : "Last ned"
},
"nplurals=2; plural=(n != 1);");