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

nn_NO.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4976d2d738a2d836544d38a50c3b86bae6870b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "richdocuments",
    {
    "Saved" : "Lagra",
    "File is too big" : "Fila er for stor",
    "Invalid file provided" : "Ugyldig fil",
    "Select groups" : "Vel grupper",
    "Description" : "Skildring",
    "Error" : "Feil",
    "Nickname" : "Kallenamn",
    "Cancel" : "Avbryt",
    "Save" : "Lagra",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Detaljar",
    "Download" : "Last ned",
    "Create" : "Lag"
},
"nplurals=2; plural=(n != 1);");