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

nn_NO.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57657a30fab77998741d8b28fec9229f082d0093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
OC.L10N.register(
    "polls",
    {
    "Confirmed" : "Stadfesta",
    "Cancel" : "Avbryt",
    "OK" : "OK",
    "Week" : "Veke",
    "Back" : "Tilbake",
    "Group" : "Gruppe",
    "New comment …" : "Ny kommentar...",
    "Delete comment" : "Slett kommentar",
    "Title" : "Tittel",
    "Apply" : "Anvend",
    "Settings" : "Instillingar",
    "Owner" : "Owner",
    "Created" : "Lagd",
    "never" : "aldri",
    "Details" : "Detaljar",
    "Configuration" : "Innstillingar",
    "Shares" : "Delingar",
    "Comments" : "Kommentarar",
    "Description" : "Skildring",
    "Expiration date" : "Utløpsdato",
    "No" : "Nei",
    "Yes" : "Ja",
    "Deleted" : "Sletta",
    "Day" : "Dag",
    "Month" : "Månad"
},
"nplurals=2; plural=(n != 1);");