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

nb_NO.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38c6aa348c4cb50402295811b1bb9612af3c279f (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
OC.L10N.register(
    "comments",
    {
    "Comments" : "Kommentarer",
    "Unknown user" : "Ukjent bruker",
    "New comment …" : "Ny kommentar",
    "Delete comment" : "Slett kommentar",
    "Post" : "Send",
    "Cancel" : "Avbryt",
    "Edit comment" : "Rediger kommentar",
    "[Deleted user]" : "[Slettet bruker]",
    "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!",
    "More comments …" : "Flere kommentarer..",
    "Save" : "Lagre",
    "Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
    "Error occurred while retrieving comment with id {id}" : "En feil oppstod under henting av kommentar med id {id}",
    "Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
    "Error occurred while posting comment" : "En feil oppstod under posting av kommentar",
    "_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"],
    "Comment" : "Kommentar",
    "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
    "You commented" : "Du kommenterte",
    "%1$s commented" : "%1$s kommentert",
    "You commented on %2$s" : "Du kommenterte til %2$s",
    "%1$s commented on %2$s" : "%1$s kommenterte %2$s",
    "%s mentioned you in a comment on \"%s\"." : "%s nevnte deg i en kommentar på \"%s\".",
    "Type in a new comment..." : "Skriv inn en ny kommentar...",
    "No other comments available" : "Ingen andre kommentarer tilgjengelig",
    "More comments..." : "Flere kommentarer..",
    "{count} unread comments" : "{count} uleste kommentarer"
},
"nplurals=2; plural=(n != 1);");