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

nb.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 669b4ba3ed4ff65f13593570758a32905b91ef87 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
OC.L10N.register(
    "polls",
    {
    "Polls" : "Avstemninger",
    "Polls App - New Activity" : "Avstemningsapp - Ny aktivitet",
    "Confirmed" : "Bekreftet",
    "Cancel" : "Avbryt",
    "OK" : "OK",
    "Week" : "Uke",
    "Back" : "Tilbake",
    "Group" : "Gruppe",
    "Unknown user" : "Ukjent bruker",
    "Conflict" : "Konflikt",
    "New comment …" : "Ny kommentar…",
    "Delete comment" : "Slett kommentar",
    "No comments yet. Be the first." : "Ingen kommentarer enda. Vær først.",
    "Title" : "Tittel",
    "Apply" : "Bruk",
    "Settings" : "Innstillinger",
    "Delete poll" : "Slett avstemning",
    "Access" : "Tilgang",
    "Owner" : "Eier",
    "Created" : "Opprettet",
    "Expires" : "Utløper",
    "never" : "aldri",
    "Details" : "Detaljer",
    "Configuration" : "Oppsett",
    "Shares" : "Delinger",
    "Comments" : "Kommentarer",
    "Description" : "Beskrivelse",
    "Expiration date" : "Utløpsdato",
    "Update poll" : "Oppdater avstemning",
    "Create new poll" : "Opprett ny avstemning",
    "Receive notification email on activity" : "Motta e-postvarsel ved aktivitet",
    "No" : "Nei",
    "Yes" : "Ja",
    "No existing polls." : "Ingen eksisterende avstemninger.",
    "Deleted" : "Slettet",
    "Hour" : "Time",
    "Day" : "Dag",
    "Month" : "Måned"
},
"nplurals=2; plural=(n != 1);");