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: 116f6abfc856aaf054b0d2ec4bfa288a87b265c5 (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
OC.L10N.register(
    "polls",
    {
    "Polls" : "Avstemninger",
    "Polls App - New Activity" : "Avstemningsapp - Ny aktivitet",
    "Participants" : "Deltakere",
    "Deleted" : "Slettet",
    "Group" : "Gruppe",
    "Comments" : "Kommentarer",
    "No comments yet. Be the first." : "Ingen kommentarer enda. Vær først.",
    "Create new poll" : "Opprett ny avstemning",
    "Text based" : "Tekstbasert",
    "Cancel" : "Avbryt",
    "Apply" : "Bruk",
    "Delete poll" : "Slett avstemning",
    "Title" : "Tittel",
    "Access" : "Tilgang",
    "Owner" : "Eier",
    "Created" : "Opprettet",
    "Expires" : "Utløper",
    "never" : "aldri",
    "Details" : "Detaljer",
    "Configuration" : "Oppsett",
    "Shares" : "Delinger",
    "Saving" : "Lagrer",
    "Saved" : "Lagret",
    "Description" : "Beskrivelse",
    "Hide user names for admin" : "Skjul brukernavn for administratorer",
    "Expiration date" : "Utløpsdato",
    "Update poll" : "Oppdater avstemning",
    "Unknown user" : "Ukjent bruker",
    "Receive notification email on activity" : "Motta e-postvarsel ved aktivitet",
    "Public access" : "Offentlig tilgang",
    "Access denied" : "Tilgang nektet",
    "You are not allowed to view this poll or the poll does not exist." : "Du har ikke tilgang til å se denne avstemningen, eller så finnes den ikke.",
    "You are not allowed to edit this poll or the poll does not exist." : "Du har ikke tilgang til å redigere denne avstemningen, eller så finnes den ikke."
},
"nplurals=2; plural=(n != 1);");