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: 108c99ff914d2db852d1d9a8afbad4b07b7416b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "richdocuments",
    {
    "Saved" : "Lagra",
    "File is too big" : "Fila er for stor",
    "Invalid file provided" : "Ugyldig fil",
    "All" : "Alle",
    "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",
    "Apply" : "Anvend",
    "Add" : "Legg til",
    "Password" : "Passord",
    "OK" : "Greitt"
},
"nplurals=2; plural=(n != 1);");